Proyectos de Subversion LeadersLinked - Backend

Rev

Rev 15350 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 15350 Rev 16822
Línea 30... Línea 30...
30
    $this->inlineScript()->captureEnd();
30
    $this->inlineScript()->captureEnd();
31
}
31
}
Línea 32... Línea 32...
32
 
32
 
-
 
33
 
33
 
34
?>
34
?>
35
 
35
<!DOCTYPE html>
36
<!DOCTYPE html>
36
<html lang="es">
37
<html lang="en">
37
	<head>
38
    <head>
38
		<?php 
39
    	<?php 
39
        echo $this->headTitle();
40
        echo $this->headTitle();
40
        ?>
41
        ?>
41
        <link rel="icon" href="<?php echo $this->networkFavicoHelper(); ?>">
42
    	<link rel="shortcut icon" href="<?php echo $this->networkFavicoHelper(); ?>">
42
        <?php
43
       	<?php
43
        echo $this->headMeta()->appendHttpEquiv('X-UA-Compatible', 'IE=edge')
44
        echo $this->headMeta()->appendHttpEquiv('X-UA-Compatible', 'IE=edge')
44
            ->appendHttpEquiv('expires','0')
45
            ->appendHttpEquiv('expires','0')
45
        	->appendHttpEquiv('expires','Tue, 01 Jan 1980 1:00:00 GMT')
46
            ->appendHttpEquiv('expires','Tue, 01 Jan 1980 1:00:00 GMT')
46
        	->appendHttpEquiv('pragma', 'no-cache')
47
            ->appendHttpEquiv('pragma', 'no-cache')
47
        	->appendHttpEquiv('Cache-Control', 'no-store')
48
            ->appendHttpEquiv('Cache-Control', 'no-store')
48
        	->appendHttpEquiv('Cache-Control', 'max-age=0')
49
            ->appendHttpEquiv('Cache-Control', 'max-age=0')
49
        	->appendHttpEquiv('Cache-Control', 'no-cache')
50
            ->appendHttpEquiv('Cache-Control', 'no-cache')
50
        	->appendHttpEquiv('charset', 'UTF-8')
51
            ->appendHttpEquiv('charset', 'UTF-8')
-
 
52
            ->appendName('viewport', 'width=device-width, initial-scale=1.0');
-
 
53
        ?>
-
 
54
        
-
 
55
    
-
 
56
        <!-- Fonts -->
-
 
57
      	<link rel="preconnect" href="https://fonts.googleapis.com">
-
 
58
      	<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
-
 
59
      	<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap" rel="stylesheet">
-
 
60
        <!-- End fonts -->
-
 
61
    
-
 
62
    	<!-- core:css -->
-
 
63
    	<link rel="stylesheet" href="<?php echo $this->basePath('assets/vendors/core/core.cs') ?>">
-
 
64
    	<!-- endinject -->
-
 
65
    
-
 
66
    	<!-- Plugin css for this page -->
-
 
67
    	<!-- End plugin css for this page -->
-
 
68
    
-
 
69
    	<!-- inject:css -->
-
 
70
    	<link rel="stylesheet" href="<?php echo $this->basePath('assets/fonts/feather-font/css/iconfont.css') ?>">
-
 
71
    	<link rel="stylesheet" href="<?php echo $this->basePath('assets/vendors/flag-icon-css/css/flag-icon.min.css') ?>">
-
 
72
    	<!-- endinject -->
-
 
73
    
-
 
74
        <!-- Layout styles -->  
Línea 51... Línea -...
51
        	->appendName('viewport', 'width=device-width, initial-scale=1.0');
-
 
52
        ?>
-
 
53
    
-
 
54
	    <!-- Google Font: Source Sans Pro -->
-
 
55
		<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,400i,700&display=fallback">
-
 
56
        <!-- Font Awesome -->
-
 
57
		<link rel="stylesheet" href="<?php echo $this->basePath('plugins/fontawesome-free/css/all.min.css') ?>">
-
 
58
        <!-- icheck bootstrap -->
-
 
59
      	<link rel="stylesheet" href="<?php echo $this->basePath('plugins/icheck-bootstrap/icheck-bootstrap.min.css') ?>">
-
 
60
        <!-- Theme style -->
75
    	<link rel="stylesheet" href="<?php echo $this->basePath('assets/css/style.css') ?>">
61
      	<link rel="stylesheet" href="<?php echo $this->basePath('css/adminlte.min.css') ?>">
76
        <!-- End layout styles -->
62
  	    <!-- App style -->
77
    
63
      	<link rel="stylesheet" href="<?php echo $this->basePath('css/app.css') ?>">
78
      	<link rel="stylesheet" href="<?php echo $this->basePath('assets/css/cesa.css'); ?>">
64
      	
79
      
65
        <?php 
80
    	<?php 
66
        echo $this->headStyle();
81
        echo $this->headStyle();
67
        echo $this->networkStylesAndColorsHelper();
82
        echo $this->networkStylesAndColorsHelper();
68
        echo $this->headLink();
83
        echo $this->headLink();
-
 
84
        echo $this->headScript();
-
 
85
        ?>
69
        echo $this->headScript();
86
    </head>
-
 
87
    <body>
-
 
88
    	<div class="main-wrapper">
70
        ?>
89
    		<div class="page-wrapper full-page">
71
    </head>
90
    			<div class="page-content d-flex align-items-center justify-content-center">
72
    <body class="hold-transition login-page">
91
    
-
 
92
    				<div class="row w-100 mx-0 auth-page">
-
 
93
    					<div class="col-md-8 col-xl-6 mx-auto">
-
 
94
    						<?php echo $this->content ?>
-
 
95
    						
-
 
96
    					</div>
-
 
97
    				</div>
73
    	<!-- /.login-box -->
98
    
74
    	<div class="login-box">
-
 
Línea 75... Línea 99...
75
			<?php echo $this->content ?>
99
    			</div>
76
    	</div>
100
    		</div>
77
        <!-- /.login-box -->
101
    	</div>
78
    
-
 
-
 
102
    
79
        <!-- jQuery -->
103
    	<!-- core:js -->
80
    	<script src="<?php echo $this->basePath('plugins/jquery/jquery.min.js') ?>"></script>
104
    	<script src="<?php echo $this->basePath('assets/vendors/core/core.js') ?>"></script>
81
        <!-- Bootstrap 4 -->
105
    	<!-- endinject -->
82
		<script src="<?php echo $this->basePath('plugins/bootstrap/js/bootstrap.bundle.min.js') ?>"></script>
106
    
83
        <!-- AdminLTE App -->
107
    	<!-- Plugin js for this page -->
84
    	<script src="<?php echo $this->basePath('js/adminlte.min.js') ?>"></script>
108
    	<!-- End plugin js for this page -->
-
 
109
    
-
 
110
    	<!-- inject:js -->
-
 
111
    	<script src="<?php echo $this->basePath('assets/vendors/feather-icons/feather.min.js') ?>"></script>
-
 
112
    	<script src="<?php echo $this->basePath('assets/js/template.js') ?>"></script>
85
    	
113
    	<!-- endinject -->
86
    	<!--  Aplicacion -->
114
    
87
    	<script src="<?php echo $this->basePath('plugins/bootstrap-notify/bootstrap-notify.min.js') ?>"></script>
115
    	<!-- Custom js for this page -->
88
    	<script src="<?php echo $this->basePath('js/app.js') ?>"></script>
-
 
89
		<?php
116
    	<!-- End custom js for this page -->
90
        echo $this->inlineScript();
-
 
91
        ?>
117
    	<?php
-
 
118
        echo $this->inlineScript();