EIOS/inc/smarty/templates_c/17cf93d604ca66520721b7dc6c1...

105 lines
3.7 KiB
PHP
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php /* Smarty version Smarty-3.1.13, created on 2022-04-12 09:54:26
compiled from "tpl/tpl_alneo_portfolio.html" */ ?>
<?php /*%%SmartyHeaderCode:1839328404625522223c8500-53233275%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
$_valid = $_smarty_tpl->decodeProperties(array (
'file_dependency' =>
array (
'17cf93d604ca66520721b7dc6c1d5a587d5840f0' =>
array (
0 => 'tpl/tpl_alneo_portfolio.html',
1 => 1568712668,
2 => 'file',
),
),
'nocache_hash' => '1839328404625522223c8500-53233275',
'function' =>
array (
),
'variables' =>
array (
'user' => 0,
'schools' => 0,
'k' => 0,
'school' => 0,
),
'has_nocache_code' => false,
'version' => 'Smarty-3.1.13',
'unifunc' => 'content_625522223f0aa6_70694298',
),false); /*/%%SmartyHeaderCode%%*/?>
<?php if ($_valid && !is_callable('content_625522223f0aa6_70694298')) {function content_625522223f0aa6_70694298($_smarty_tpl) {?><!-- BEGIN PAGE HEADER-->
<div class="row-fluid">
<div class="span12">
<h3 class="page-title">Администрирование портфолио студентов</h3>
<ul class="breadcrumb">
<li><a href="/">Главная</a><span class="divider">/</span></li>
<li class="active"><a href="/alneo/portfolio/">Портфолио</a></li>
</ul>
</div>
</div>
<?php if (isset($_smarty_tpl->tpl_vars['user']->value['statuses'][99])){?>
<div class="row-fluid">
<div class="span12">
<div class="row-fluid">
<div class="span12">
<div class="row-fluid">
<div class="widget green">
<div class="widget-title">
<h4><i class="icon-reorder"></i> Портфолио студентов</h4>
<span class="tools"><a href="javascript:;" class="icon-chevron-down"></a></span>
</div>
<!--div class="widget-body">
<form name="portfolio_search" method="post" action="#" onsubmit="return false;">
<div class="control-group">
<label class="control-label span4">№ зачетки: </label>
<div class="controls" >
<input type="text" class="span8 tooltips" name="name" data-trigger="hover" data-original-title="" required />
</div>
</div>
<input type="submit" class="btn btn-success search-ok" value="Поиск" />
</form>
<hr />
<table class="table table-striped table-bordered table-advance table-hover">
<thead>
<tr>
<th>№</th>
<th>ФИО студента</th>
<th>Статус</th>
<th>Операции</th>
</tr>
</thead>
<tbody class="load-schools">
<?php $_smarty_tpl->tpl_vars['school'] = new Smarty_Variable; $_smarty_tpl->tpl_vars['school']->_loop = false;
$_smarty_tpl->tpl_vars['k'] = new Smarty_Variable;
$_from = $_smarty_tpl->tpl_vars['schools']->value; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array');}
foreach ($_from as $_smarty_tpl->tpl_vars['school']->key => $_smarty_tpl->tpl_vars['school']->value){
$_smarty_tpl->tpl_vars['school']->_loop = true;
$_smarty_tpl->tpl_vars['k']->value = $_smarty_tpl->tpl_vars['school']->key;
?>
<tr>
<td><?php echo $_smarty_tpl->tpl_vars['k']->value+1;?>
</td>
<td><?php echo $_smarty_tpl->tpl_vars['school']->value['name'];?>
</td>
<td><span class="btn btn-danger delete-school" data-id="<?php echo $_smarty_tpl->tpl_vars['school']->value['id'];?>
">Удалить</span></td>
</tr>
<?php } ?>
</tbody>
</table>
</div-->
</div>
</div>
</div>
</div>
</div>
</div>
<?php }else{ ?>
<p>У Вас нет доступа для просмотра данного раздела!</p>
<?php }?> <?php }} ?>