1 |
www |
1 |
<?php
|
746 |
steven |
2 |
|
|
|
3 |
$notify = '';
|
|
|
4 |
$messages = $this->flashMessenger()->getInfoMessages();
|
|
|
5 |
foreach($messages as $message)
|
|
|
6 |
{
|
|
|
7 |
$notify .= "$.fn.showInfo('$message')";
|
|
|
8 |
}
|
|
|
9 |
|
|
|
10 |
$messages = $this->flashMessenger()->getSuccessMessages();
|
|
|
11 |
foreach($messages as $message)
|
|
|
12 |
{
|
|
|
13 |
$notify .= "$.fn.showSuccess('$message')";
|
|
|
14 |
}
|
|
|
15 |
|
|
|
16 |
$messages = $this->flashMessenger()->getWarningMessages();
|
|
|
17 |
foreach($messages as $message)
|
|
|
18 |
{
|
|
|
19 |
$notify .= " $.fn.showWarning('$message')";
|
|
|
20 |
}
|
|
|
21 |
|
|
|
22 |
$messages = $this->flashMessenger()->getErrorMessages();
|
|
|
23 |
foreach($messages as $message)
|
|
|
24 |
{
|
|
|
25 |
$notify .= " $.fn.showError('$message')";
|
|
|
26 |
}
|
|
|
27 |
|
|
|
28 |
if($notify) {
|
|
|
29 |
$this->inlineScript()->captureStart();
|
|
|
30 |
echo " jQuery( document ).ready(function( $ ) { $notify }); ";
|
|
|
31 |
$this->inlineScript()->captureEnd();
|
|
|
32 |
}
|
|
|
33 |
|
|
|
34 |
$routeCheckSession = $this->url('check-session');
|
|
|
35 |
|
|
|
36 |
$currentUserPlugin = $this->currentUserHelper();
|
1 |
www |
37 |
$acl = $this->viewModel()->getRoot()->getVariable('acl');
|
|
|
38 |
?>
|
|
|
39 |
|
|
|
40 |
<!DOCTYPE html>
|
|
|
41 |
<html>
|
|
|
42 |
|
|
|
43 |
<head>
|
3712 |
efrain |
44 |
<?php
|
|
|
45 |
echo $this->headTitle();
|
|
|
46 |
?>
|
|
|
47 |
<link rel="icon" href="<?php echo $this->networkFavicoHelper(); ?>">
|
|
|
48 |
<?php
|
1 |
www |
49 |
echo $this->headMeta()->appendHttpEquiv('X-UA-Compatible', 'IE=edge')
|
|
|
50 |
->appendHttpEquiv('expires', '0')
|
|
|
51 |
->appendHttpEquiv('expires', 'Tue, 01 Jan 1980 1:00:00 GMT')
|
|
|
52 |
->appendHttpEquiv('pragma', 'no-cache')
|
|
|
53 |
->appendHttpEquiv('Cache-Control', 'no-store')
|
|
|
54 |
->appendHttpEquiv('Cache-Control', 'max-age=0')
|
|
|
55 |
->appendHttpEquiv('Cache-Control', 'no-cache')
|
|
|
56 |
->appendHttpEquiv('charset', 'UTF-8')
|
|
|
57 |
->appendName('viewport', 'width=device-width, initial-scale=1.0');
|
|
|
58 |
//->appendName('description', '')
|
|
|
59 |
//->appendName('author', '{AUTHOR}')
|
|
|
60 |
//->appendName('keywords', '{KEYWORDS}')
|
|
|
61 |
//->appendName('copyright', '{COPYRIGHT}')
|
|
|
62 |
//->appendName('google-signin-client_id', '{GOOGLE_CLIENT_ID');
|
|
|
63 |
?>
|
|
|
64 |
<link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('css/animate.css') ?>">
|
|
|
65 |
<link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('css/bootstrap.css') ?>">
|
|
|
66 |
<link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('css/line-awesome.css') ?>">
|
|
|
67 |
<link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('css/line-awesome-font-awesome.min.css') ?>">
|
|
|
68 |
|
|
|
69 |
<link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('vendors/fontawesome-free/css/all.min.css') ?>">
|
|
|
70 |
<link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('vendors/font-awesome/css/font-awesome.min.css') ?>">
|
|
|
71 |
<!--
|
|
|
72 |
|
|
|
73 |
<link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('css/font-awesome.min.css') ?>">
|
|
|
74 |
<link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('vendors/font-awesome/font-awesome.min.css') ?>">
|
|
|
75 |
-->
|
|
|
76 |
|
|
|
77 |
|
|
|
78 |
<link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('lib/slick/slick.css') ?>">
|
|
|
79 |
<link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('lib/slick/slick-theme.css') ?>">
|
|
|
80 |
|
|
|
81 |
|
|
|
82 |
|
|
|
83 |
<link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('css/style.css') ?>" />
|
|
|
84 |
<link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('css/responsive.css') ?>" />
|
|
|
85 |
<link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('css/responsive-cesa.css') ?>" />
|
1072 |
stevensc |
86 |
|
1 |
www |
87 |
<link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('css/jquery.mCustomScrollbar.min.css') ?>" />
|
1072 |
stevensc |
88 |
|
1 |
www |
89 |
<link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('vendors/nprogress/nprogress.css') ?>">
|
1072 |
stevensc |
90 |
|
1 |
www |
91 |
<?php if ($currentUserPlugin->hasIdentity()) : ?>
|
1072 |
stevensc |
92 |
|
1 |
www |
93 |
<link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('css/icons.css') ?>" />
|
|
|
94 |
<link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('vendors/smiley/assets/sprites/emojione.sprites.css') ?>" />
|
|
|
95 |
<link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('vendors/uploader/jquery.ui.plupload/css/jquery-ui.css') ?>" />
|
|
|
96 |
<link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('vendors/uploader/jquery.ui.plupload/css/jquery.ui.plupload.css') ?>" />
|
1072 |
stevensc |
97 |
<link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('css/style-cesa.css') ?>" />
|
1 |
www |
98 |
<link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('css/chat.css') ?>" />
|
|
|
99 |
<?php endif; ?>
|
|
|
100 |
|
|
|
101 |
<?php
|
|
|
102 |
echo $this->headStyle();
|
3639 |
efrain |
103 |
echo $this->networkStylesAndColorsHelper();
|
1 |
www |
104 |
echo $this->headLink();
|
|
|
105 |
echo $this->headScript();
|
|
|
106 |
|
|
|
107 |
|
|
|
108 |
?>
|
|
|
109 |
|
|
|
110 |
</head>
|
|
|
111 |
|
|
|
112 |
<body>
|
|
|
113 |
<div class="wrapper">
|
|
|
114 |
<?php if ($currentUserPlugin->hasIdentity()) :
|
|
|
115 |
$currentUser = $currentUserPlugin->getUser();
|
|
|
116 |
?>
|
|
|
117 |
<?php echo $this->menuHelper($currentUser->id) ?>
|
|
|
118 |
<?php endif; ?>
|
2726 |
stevensc |
119 |
<div id="app">
|
1 |
www |
120 |
<?php echo $this->content ?>
|
|
|
121 |
</div>
|
|
|
122 |
</div>
|
|
|
123 |
<!--theme-layout end-->
|
3731 |
efrain |
124 |
|
|
|
125 |
<!-- jQuery -->
|
|
|
126 |
<script type="text/javascript" src="<?php echo $this->basePath('vendors/jquery/jquery.min.js') ?>"></script>
|
|
|
127 |
<!-- Bootstrap 4 -->
|
|
|
128 |
<script type="text/javascript" src="<?php echo $this->basePath('vendors/bootstrap/js/bootstrap.bundle.min.js') ?>"></script>
|
|
|
129 |
<!-- Aplicacion -->
|
|
|
130 |
<script type="text/javascript" src="<?php echo $this->basePath('vendors/bootstrap-notify/bootstrap-notify.min.js') ?>"></script>
|
1 |
www |
131 |
|
3731 |
efrain |
132 |
<script type="text/javascript" src="<?php echo $this->basePath('js/app.js') ?>"></script>
|
|
|
133 |
|
|
|
134 |
|
1 |
www |
135 |
<?php
|
|
|
136 |
echo $this->inlineScript();
|
|
|
137 |
?>
|
1003 |
stevensc |
138 |
<?php if ($currentUserPlugin->hasIdentity()) : ?>
|
1002 |
stevensc |
139 |
<script type="text/javascript" src="<?php echo $this->basePath('vendors/smiley/smiley.js') ?>"></script>
|
|
|
140 |
<script type="text/javascript" src="<?php echo $this->basePath('vendors/smiley/js/emojione.min.js') ?>"></script>
|
|
|
141 |
<?php endif; ?>
|
3731 |
efrain |
142 |
|
1 |
www |
143 |
</body>
|
|
|
144 |
</html>
|