Proyectos de Subversion LeadersLinked - Backend

Rev

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

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