EIOS/tpl/tpl_learn_record.html

56 lines
1.6 KiB
HTML
Raw 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.

<!-- 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="/learn/record/">Электронная зачета</a></li>
</ul>
</div>
</div>
<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">
<table class="table table-striped table-bordered table-advance table-hover">
<thead>
<tr>
<th><i class="icon-bullhorn"></i> № п/п</th>
<th><i class="icon-bullhorn"></i> Дисциплина</th>
<th class="hidden-phone"> Семестр</th>
<th><i class="icon-bookmark"></i> ЗЕТ</th>
<th><i class="icon-bookmark"></i> Форма контроля</th>
</tr>
</thead>
<tbody>
{foreach from=$uc_plans item=pr key=k}
<tr>
<td>{$k+1}</td>
<td>{$pr.discid} {$pr.discip}</td>
<td>{$pr.sem}</td>
<td>{$pr.hours} ак.ч. / {$pr.zet} з.е.</td>
<td>{$pr.control}</td>
</tr>
{/foreach}
</tbody>
</table>
</div>
</div>
</div>
</div>
</div>
</div>
</div>