Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 4123 Rev 4198
Línea 98... Línea 98...
98
 
98
 
99
<!DOCTYPE html>
99
<!DOCTYPE html>
Línea 100... Línea 100...
100
<html>
100
<html>
101
 
101
 
102
<head>
102
<head>
103
		<?php 
103
  <?php
104
        echo $this->headTitle();
104
  echo $this->headTitle();
105
        ?>
105
  ?>
106
        <link rel="icon" href="<?php echo $this->networkFavicoHelper(); ?>">
106
  <link rel="icon" href="<?php echo $this->networkFavicoHelper(); ?>">
107
        <?php
107
  <?php
108
  echo $this->headMeta()->appendHttpEquiv('X-UA-Compatible', 'IE=edge')
108
  echo $this->headMeta()->appendHttpEquiv('X-UA-Compatible', 'IE=edge')
109
    ->appendHttpEquiv('expires', '0')
109
    ->appendHttpEquiv('expires', '0')
110
    ->appendHttpEquiv('expires', 'Tue, 01 Jan 1980 1:00:00 GMT')
110
    ->appendHttpEquiv('expires', 'Tue, 01 Jan 1980 1:00:00 GMT')
Línea 144... Línea 144...
144
    <link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('look-and-field/chat.css') ?>" />
144
    <link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('look-and-field/chat.css') ?>" />
145
    <link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('look-and-field/style-cesa.css') ?>" />
145
    <link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('look-and-field/style-cesa.css') ?>" />
146
    <link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('look-and-field/main.css') ?>" />
146
    <link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('look-and-field/main.css') ?>" />
147
    <link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('look-and-field/navbar.css') ?>" />
147
    <link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('look-and-field/navbar.css') ?>" />
148
    <link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('react-bundles/chat/main.css') ?>" />
148
    <link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('react-bundles/chat/main.css') ?>" />
149
    
-
 
-
 
149
    <link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('react-bundles/look-and-field/dashboard.css') ?>" />
150
  <?php endif; ?>
150
  <?php endif; ?>
Línea 151... Línea 151...
151
 
151
 
152
  <?php
152
  <?php
153
  echo $this->headStyle();
153
  echo $this->headStyle();
Línea 187... Línea 187...
187
  </div>
187
  </div>
188
  <?php if ($currentUser->hasIdentity()) : ?>
188
  <?php if ($currentUser->hasIdentity()) : ?>
189
    <script type="text/javascript" src="<?php echo $this->basePath('vendors/smiley/smiley.js') ?>"></script>
189
    <script type="text/javascript" src="<?php echo $this->basePath('vendors/smiley/smiley.js') ?>"></script>
190
    <script type="text/javascript" src="<?php echo $this->basePath('vendors/smiley/js/emojione.min.js') ?>"></script>
190
    <script type="text/javascript" src="<?php echo $this->basePath('vendors/smiley/js/emojione.min.js') ?>"></script>
191
  <?php endif; ?>
191
  <?php endif; ?>
192
  
-
 
193
  	<script type="text/javascript" src="<?php echo $this->basePath('vendors/jquery/jquery.min.js') ?>"></script>
-
 
194
        <!-- Bootstrap 4 -->
-
 
195
		<script type="text/javascript" src="<?php echo $this->basePath('vendors/bootstrap/js/bootstrap.bundle.min.js') ?>"></script>
-
 
196
    	<!--  Aplicacion -->
-
 
197
    	<script type="text/javascript" src="<?php echo $this->basePath('vendors/bootstrap-notify/bootstrap-notify.min.js') ?>"></script>
-
 
Línea -... Línea 192...
-
 
192
 
-
 
193
  <script type="text/javascript" src="<?php echo $this->basePath('vendors/jquery/jquery.min.js') ?>"></script>
-
 
194
  <!-- Bootstrap 4 -->
-
 
195
  <script type="text/javascript" src="<?php echo $this->basePath('vendors/bootstrap/js/bootstrap.bundle.min.js') ?>"></script>
-
 
196
  <!--  Aplicacion -->
-
 
197
  <script type="text/javascript" src="<?php echo $this->basePath('vendors/bootstrap-notify/bootstrap-notify.min.js') ?>"></script>
198
 
198
 
199
    	<script type="text/javascript" src="<?php echo $this->basePath('js/app.js') ?>"></script>
199
  <script type="text/javascript" src="<?php echo $this->basePath('js/app.js') ?>"></script>
Línea 200... Línea 200...
200
		
200
 
201
 
201
 
202
  <?php
202
  <?php
203
  echo $this->inlineScript();
203
  echo $this->inlineScript();