Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 11509 Rev 11552
Línea 117... Línea 117...
117
	<?php
117
	<?php
118
	echo $this->headStyle();
118
	echo $this->headStyle();
119
	echo $this->headLink();
119
	echo $this->headLink();
120
	echo $this->headScript();
120
	echo $this->headScript();
121
	?>
121
	?>
-
 
122
	
-
 
123
	  <?php if ($currentUserPlugin->hasIdentity()) : ?>
-
 
124
    
-
 
125
    <link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('css/icons.css') ?>" />
-
 
126
    <link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('vendors/smiley/assets/sprites/emojione.sprites.css') ?>" />
-
 
127
    <link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('vendors/uploader/jquery.ui.plupload/css/jquery-ui.css') ?>" />
-
 
128
    <link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('vendors/uploader/jquery.ui.plupload/css/jquery.ui.plupload.css') ?>" />
-
 
129
    <link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('css/style-cesa.css') ?>" />
-
 
130
    <link rel="stylesheet" type="text/css" href="<?php echo $this->basePath('css/chat.css') ?>" />
-
 
131
  <?php endif; ?>
-
 
132
	
122
</head>
133
</head>
Línea 123... Línea 134...
123
 
134
 
124
<body class="hold-transition sidebar-mini">
135
<body class="hold-transition sidebar-mini">
125
	<!-- Site wrapper -->
136
	<!-- Site wrapper -->
Línea 130... Línea 141...
130
		<!-- Content Wrapper. Contains page content -->
141
		<!-- Content Wrapper. Contains page content -->
131
		<div class="content-wrapper">
142
		<div class="content-wrapper">
132
			<section class="content">
143
			<section class="content">
133
				<?php echo $this->content ?>
144
				<?php echo $this->content ?>
134
			</section>
145
			</section>
-
 
146
			
-
 
147
			
-
 
148
			<?php  echo $this->chatHelper($currentUser->id) ?>
-
 
149
			
135
			<!-- /.content -->
150
			<!-- /.content -->
136
		</div>
151
		</div>
137
		<!-- /.content-wrapper -->
152
		<!-- /.content-wrapper -->
138
	</div>
153
	</div>
139
	<!-- jQuery -->
154
	<!-- jQuery -->
Línea 146... Línea 161...
146
	<script src="<?php echo $this->basePath('plugins/bootstrap-notify/bootstrap-notify.min.js') ?>"></script>
161
	<script src="<?php echo $this->basePath('plugins/bootstrap-notify/bootstrap-notify.min.js') ?>"></script>
147
	<script src="<?php echo $this->basePath('js/app.js') ?>"></script>
162
	<script src="<?php echo $this->basePath('js/app.js') ?>"></script>
148
	<?php
163
	<?php
149
	echo $this->inlineScript();
164
	echo $this->inlineScript();
150
	?>
165
	?>
-
 
166
	
-
 
167
	<?php if ($currentUserPlugin->hasIdentity()) : ?>
-
 
168
  <script type="text/javascript" src="<?php echo $this->basePath('vendors/smiley/smiley.js') ?>"></script>
-
 
169
  <script type="text/javascript" src="<?php echo $this->basePath('vendors/smiley/js/emojione.min.js') ?>"></script>
-
 
170
<?php endif; ?>
-
 
171
	
151
</body>
172
</body>
Línea 152... Línea 173...
152
 
173
 
153
</html>
174
</html>