Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 4896 | Rev 4907 | Ir a la última revisión | | Comparar con el anterior | Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
3298 efrain 1
<?php
4904 stevensc 2
 
3298 efrain 3
use LeadersLinked\Library\Functions;
4
use LeadersLinked\Model\UserType;
5
 
6
$notify = '';
7
$messages = $this->flashMessenger()->getInfoMessages();
8
foreach ($messages as $message) {
9
  $notify .= "$.fn.showInfo('$message')";
10
}
11
 
12
$messages = $this->flashMessenger()->getSuccessMessages();
13
foreach ($messages as $message) {
14
  $notify .= "$.fn.showSuccess('$message')";
15
}
16
 
17
$messages = $this->flashMessenger()->getWarningMessages();
18
foreach ($messages as $message) {
19
  $notify .= " $.fn.showWarning('$message')";
20
}
21
 
22
$messages = $this->flashMessenger()->getErrorMessages();
23
foreach ($messages as $message) {
24
  $notify .= " $.fn.showError('$message')";
25
}
26
 
27
if ($notify) {
28
  $this->inlineScript()->captureStart();
29
  echo " jQuery( document ).ready(function( $ ) { $notify }); ";
30
  $this->inlineScript()->captureEnd();
31
}
32
 
33
 
34
$acl = $this->viewModel()->getRoot()->getVariable('acl');
35
 
36
?>
37
 
38
<!DOCTYPE html>
39
<html>
40
 
41
<head>
4896 stevensc 42
  <?php
43
  echo $this->headTitle();
44
  ?>
45
  <link rel="icon" href="<?php echo $this->networkFavicoHelper(); ?>">
46
  <?php
3298 efrain 47
  echo $this->headMeta()->appendHttpEquiv('X-UA-Compatible', 'IE=edge')
48
    ->appendHttpEquiv('expires', '0')
49
    ->appendHttpEquiv('expires', 'Tue, 01 Jan 1980 1:00:00 GMT')
50
    ->appendHttpEquiv('pragma', 'no-cache')
51
    ->appendHttpEquiv('Cache-Control', 'no-store')
52
    ->appendHttpEquiv('Cache-Control', 'max-age=0')
53
    ->appendHttpEquiv('Cache-Control', 'no-cache')
54
    ->appendHttpEquiv('charset', 'UTF-8')
55
    ->appendName('viewport', 'width=device-width, initial-scale=1.0');
56
  //->appendName('description', '')
57
  //->appendName('author', '{AUTHOR}')
58
  //->appendName('keywords', '{KEYWORDS}')
59
  //->appendName('copyright', '{COPYRIGHT}')
60
  //->appendName('google-signin-client_id', '{GOOGLE_CLIENT_ID');
61
  ?>
3435 stevensc 62
 
3298 efrain 63
  <link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('css/animate.css') ?>">
64
  <link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('css/bootstrap.min.css') ?>">
65
  <link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('css/line-awesome.css') ?>">
66
  <link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('css/line-awesome-font-awesome.min.css') ?>">
67
 
68
  <link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('vendors/fontawesome-free/css/all.min.css') ?>">
69
  <link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('vendors/font-awesome/css/font-awesome.min.css') ?>">
70
  <!--
71
 
72
    	<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') ?>">
74
    	-->
75
 
76
  <link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('lib/slick/slick.css') ?>">
77
  <link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('lib/slick/slick-theme.css') ?>">
78
 
79
 
80
 
81
  <link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('css/style.css') ?>" />
82
  <link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('css/responsive.css') ?>" />
83
  <link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('css/responsive-cesa.css') ?>" />
3437 stevensc 84
  <link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('react-bundles/public-navbar/main.css') ?>" />
3298 efrain 85
 
86
 
87
 
88
 
89
  <?php
90
  echo $this->headStyle();
3639 efrain 91
  echo $this->networkStylesAndColorsHelper();
3298 efrain 92
  echo $this->headLink();
93
  echo $this->headScript();
3435 stevensc 94
  $this->inlineScript()->appendFile('/react-bundles/public-navbar/publicNavBarViewBundle.js');
3298 efrain 95
  ?>
96
 
97
</head>
98
 
99
<body>
3436 stevensc 100
  <div id="public-header">
101
  </div>
4896 stevensc 102
 
3438 stevensc 103
  <?php echo $this->content ?>
4896 stevensc 104
 
3435 stevensc 105
  <footer>
106
    <div class="footy-sec mn">
4904 stevensc 107
 
108
      <img class="fl-rgt" src="<?php echo $this->basePath('/images/LL-08.png') ?>" alt="">
109
 
110
      <?php echo $this->footerHelper() ?>
111
 
112
      <div class="d-flex align-items-center">
113
        <img src="<?php echo $this->basePath('images/copy-icon2.png') ?>" alt="">
114
        <p>CESA MS Copyright <?php echo date('Y') ?></p>
3431 stevensc 115
      </div>
4904 stevensc 116
 
3435 stevensc 117
    </div>
118
  </footer>
3298 efrain 119
 
4896 stevensc 120
  <!-- jQuery -->
121
  <script type="text/javascript" src="<?php echo $this->basePath('vendors/jquery/jquery.min.js') ?>"></script>
122
  <!-- Bootstrap 4 -->
123
  <script type="text/javascript" src="<?php echo $this->basePath('vendors/bootstrap/js/bootstrap.bundle.min.js') ?>"></script>
124
  <!--  Aplicacion -->
125
  <script type="text/javascript" src="<?php echo $this->basePath('vendors/bootstrap-notify/bootstrap-notify.min.js') ?>"></script>
126
 
127
  <script type="text/javascript" src="<?php echo $this->basePath('js/app.js') ?>"></script>
128
 
129
  <?php echo $this->inlineScript(); ?>
3298 efrain 130
</body>
131
 
132
</html>