Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 3712 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 3712 Rev 3731
Línea 119... Línea 119...
119
    <div id="app">
119
    <div id="app">
120
      <?php echo $this->content ?>
120
      <?php echo $this->content ?>
121
    </div>
121
    </div>
122
  </div>
122
  </div>
123
  <!--theme-layout end-->
123
  <!--theme-layout end-->
-
 
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>
-
 
131
 
-
 
132
    	<script type="text/javascript" src="<?php echo $this->basePath('js/app.js') ?>"></script>
-
 
133
		
Línea 124... Línea 134...
124
 
134
 
125
  <?php
135
  <?php
126
  echo $this->inlineScript();
136
  echo $this->inlineScript();
127
  ?>
137
  ?>
128
<?php if ($currentUserPlugin->hasIdentity()) : ?>
138
<?php if ($currentUserPlugin->hasIdentity()) : ?>
129
  <script type="text/javascript" src="<?php echo $this->basePath('vendors/smiley/smiley.js') ?>"></script>
139
  <script type="text/javascript" src="<?php echo $this->basePath('vendors/smiley/smiley.js') ?>"></script>
130
  <script type="text/javascript" src="<?php echo $this->basePath('vendors/smiley/js/emojione.min.js') ?>"></script>
140
  <script type="text/javascript" src="<?php echo $this->basePath('vendors/smiley/js/emojione.min.js') ?>"></script>
-
 
141
<?php endif; ?>
131
<?php endif; ?>
142
 
132
</body>
143
</body>
133
</html>
144
</html>