Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 3777 Rev 4896
Línea 1... Línea 1...
1
<?php
1
<?php
2
 
-
 
3
use LeadersLinked\Library\Functions;
2
use LeadersLinked\Library\Functions;
4
use LeadersLinked\Model\UserType;
3
use LeadersLinked\Model\UserType;
Línea 5... Línea 4...
5
 
4
 
6
$notify = '';
5
$notify = '';
Línea 37... Línea 36...
37
 
36
 
38
<!DOCTYPE html>
37
<!DOCTYPE html>
Línea 39... Línea 38...
39
<html>
38
<html>
40
 
39
 
41
<head>
40
<head>
42
		<?php 
41
  <?php
43
        echo $this->headTitle();
42
  echo $this->headTitle();
44
        ?>
43
  ?>
45
        <link rel="icon" href="<?php echo $this->networkFavicoHelper(); ?>">
44
  <link rel="icon" href="<?php echo $this->networkFavicoHelper(); ?>">
46
        <?php
45
  <?php
47
  echo $this->headMeta()->appendHttpEquiv('X-UA-Compatible', 'IE=edge')
46
  echo $this->headMeta()->appendHttpEquiv('X-UA-Compatible', 'IE=edge')
48
    ->appendHttpEquiv('expires', '0')
47
    ->appendHttpEquiv('expires', '0')
49
    ->appendHttpEquiv('expires', 'Tue, 01 Jan 1980 1:00:00 GMT')
48
    ->appendHttpEquiv('expires', 'Tue, 01 Jan 1980 1:00:00 GMT')
Línea 71... Línea 70...
71
    	
70
    	
72
    	<link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('css/font-awesome.min.css') ?>">
71
    	<link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('css/font-awesome.min.css') ?>">
73
    	<link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('vendors/font-awesome/font-awesome.min.css') ?>">
72
    	<link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('vendors/font-awesome/font-awesome.min.css') ?>">
Línea 74... Línea -...
74
    	-->
-
 
75
 
73
    	-->
76
 
74
 
Línea 98... Línea 96...
98
</head>
96
</head>
Línea 99... Línea 97...
99
 
97
 
100
<body>
98
<body>
101
  <div id="public-header">
99
  <div id="public-header">
-
 
100
  </div>
102
  </div>
101
 
-
 
102
  <?php echo $this->content ?>
103
  <?php echo $this->content ?>
103
 
104
  <footer>
104
  <footer>
105
    <div class="footy-sec mn">
105
    <div class="footy-sec mn">
106
      <div class="container position-relative">
-
 
107
        <?php echo $this->footerHelper() ?>
-
 
108
        <p><img src="<?php echo $this->basePath('images/copy-icon2.png') ?>" alt="">Copyright <?php echo date('Y') ?></p>
106
      <div class="container position-relative">
-
 
107
        <img class="fl-rgt" src="<?php echo $this->basePath('/images/LL-08.png') ?>" alt="">
-
 
108
        <?php echo $this->footerHelper() ?>
-
 
109
        <div class="d-flex align-items-center">
-
 
110
          <img src="<?php echo $this->basePath('images/copy-icon2.png') ?>" alt="">
-
 
111
          <p>CESA MS Copyright <?php echo date('Y') ?></p>
109
        <img class="fl-rgt" src="<?php echo $this->basePath('/images/LL-08.png') ?>" alt="">
112
        </div>
110
      </div>
113
      </div>
111
    </div>
114
    </div>
112
  </footer>
-
 
113
		  <!-- jQuery -->
-
 
114
    	<script type="text/javascript" src="<?php echo $this->basePath('vendors/jquery/jquery.min.js') ?>"></script>
-
 
115
        <!-- Bootstrap 4 -->
-
 
116
		<script type="text/javascript" src="<?php echo $this->basePath('vendors/bootstrap/js/bootstrap.bundle.min.js') ?>"></script>
-
 
117
    	<!--  Aplicacion -->
-
 
Línea -... Línea 115...
-
 
115
  </footer>
118
    	<script type="text/javascript" src="<?php echo $this->basePath('vendors/bootstrap-notify/bootstrap-notify.min.js') ?>"></script>
116
 
-
 
117
  <!-- jQuery -->
-
 
118
  <script type="text/javascript" src="<?php echo $this->basePath('vendors/jquery/jquery.min.js') ?>"></script>
-
 
119
  <!-- Bootstrap 4 -->
-
 
120
  <script type="text/javascript" src="<?php echo $this->basePath('vendors/bootstrap/js/bootstrap.bundle.min.js') ?>"></script>
119
 
121
  <!--  Aplicacion -->
-
 
122
  <script type="text/javascript" src="<?php echo $this->basePath('vendors/bootstrap-notify/bootstrap-notify.min.js') ?>"></script>
120
    	<script type="text/javascript" src="<?php echo $this->basePath('js/app.js') ?>"></script>
123
 
121
		
124
  <script type="text/javascript" src="<?php echo $this->basePath('js/app.js') ?>"></script>
122
  <?php
-
 
123
  echo $this->inlineScript();
125
 
Línea 124... Línea 126...
124
  ?>
126
  <?php echo $this->inlineScript(); ?>
125
</body>
127
</body>