54 lines
1.1 KiB
HTML
54 lines
1.1 KiB
HTML
|
<!-- 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>
|
||
|
{foreach from=$grupps item=gr key=k}
|
||
|
<tr>
|
||
|
<td>{$gr.name}</td>
|
||
|
<td>{$gr.idnumber}</td>
|
||
|
<td>{$gr.description}</td>
|
||
|
</tr>
|
||
|
{/foreach}
|
||
|
</table>
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
</div>
|
||
|
</div>
|
||
|
|
||
|
</div>
|
||
|
|
||
|
|
||
|
</div>
|
||
|
</div>
|
||
|
|
||
|
|
||
|
</div>
|
||
|
</div>
|