EIOS/inc/smarty/templates_c/0885ea0b2f3cdcc056ce343589e...

89 lines
2.6 KiB
PHP

<?php /* Smarty version Smarty-3.1.13, created on 2022-12-02 11:03:08
compiled from "tpl/tpl_it_moodle.html" */ ?>
<?php /*%%SmartyHeaderCode:770257482627e40ff345940-26460419%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
$_valid = $_smarty_tpl->decodeProperties(array (
'file_dependency' =>
array (
'0885ea0b2f3cdcc056ce343589eb451fcaac4181' =>
array (
0 => 'tpl/tpl_it_moodle.html',
1 => 1652787758,
2 => 'file',
),
),
'nocache_hash' => '770257482627e40ff345940-26460419',
'function' =>
array (
),
'version' => 'Smarty-3.1.13',
'unifunc' => 'content_627e40ff367ae3_65226839',
'variables' =>
array (
'grupps' => 0,
'gr' => 0,
),
'has_nocache_code' => false,
),false); /*/%%SmartyHeaderCode%%*/?>
<?php if ($_valid && !is_callable('content_627e40ff367ae3_65226839')) {function content_627e40ff367ae3_65226839($_smarty_tpl) {?><!-- BEGIN PAGE HEADER-->
<div class="row-fluid">
<div class="span12">
<h3 class="page-title">ИТ-отдел. LMS Moodle</h3>
</div>
</div>
<div class="row-fluid">
<div class="span12">
<!--ДОБАЛЕНИЕ НОВОГО ЗАЯВЛЕНИЯ-->
<div class="row-fluid">
<div class="span12">
<div class="row-fluid">
<div class="widget red" >
<div class="widget-title">
<h4><i class="icon-reorder"></i> Список групп для LMS</h4>
<span class="tools">
<a href="javascript:;" class="icon-chevron-down"> Развернуть/Свернуть</a>
</span>
</div>
<div class="widget-body">
<table class="table table-bordered">
<tr>
<th>name</th>
<th>idnumber</th>
<th>description</th>
</tr>
<?php $_smarty_tpl->tpl_vars['gr'] = new Smarty_Variable; $_smarty_tpl->tpl_vars['gr']->_loop = false;
$_smarty_tpl->tpl_vars['k'] = new Smarty_Variable;
$_from = $_smarty_tpl->tpl_vars['grupps']->value; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array');}
foreach ($_from as $_smarty_tpl->tpl_vars['gr']->key => $_smarty_tpl->tpl_vars['gr']->value){
$_smarty_tpl->tpl_vars['gr']->_loop = true;
$_smarty_tpl->tpl_vars['k']->value = $_smarty_tpl->tpl_vars['gr']->key;
?>
<tr>
<td><?php echo $_smarty_tpl->tpl_vars['gr']->value['name'];?>
</td>
<td><?php echo $_smarty_tpl->tpl_vars['gr']->value['idnumber'];?>
</td>
<td><?php echo $_smarty_tpl->tpl_vars['gr']->value['description'];?>
</td>
</tr>
<?php } ?>
</table>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<?php }} ?>