EIOS/tpl/tpl_teacher_ocenki_print_ol...

129 lines
5.3 KiB
HTML

<!DOCTYPE html>
<!--[if IE 8]> <html lang="en" class="ie8"> <![endif]-->
<!--[if IE 9]> <html lang="en" class="ie9"> <![endif]-->
<!--[if !IE]><!--> <html lang="en"> <!--<![endif]-->
<head>
<meta charset="utf-8" />
<title>{$page.name} {$site.name}</title>
<meta content="width=device-width, initial-scale=1.0" name="viewport" />
<meta content="" name="description" />
<meta content="" name="author" />
<link href="/tpl/css/print.css" rel="stylesheet" />
</head>
<body class="fixed-top">
<div class="row-fluid">
<div class="span12">
<div class="row-fluid">
{if $regim=='ocenki_grupps'}
<div class="span12">
<div class="row-fluid">
{if count($ocenki.students)}
{foreach from=$ocenki.lections item=ol}
<h1>Промежуточная аттестация и результаты освоения программы</h1>
<h1>группа {$ocenki.grupp.sokr}-{$ocenki.grupp.kurs} {$ocenki.grupp.fo} {$ocenki.grupp.name} {$ocenki.grupp.specialnost}</h1>
<h3>ЛЕКЦИЯ: {$ol.name} {$ol.specialnost} курс:{$ol.kurs} сем.:{$ol.semestr}</h3>
<table class="table table-striped table-bordered table-advance table-hover">
<thead><tr>
<th>ФИО</th>
<th>Номер зачетки</th>
<th>Пропуски</th>
<th>УПВ</th>
<th>Текущая(модуль)</th>
<th>Промежуточная(зачет,экзамен)</th>
</tr></thead>
<tbody>{foreach from=$ocenki.students item=os}<tr>
<td>{$os.user.fio}</td>
<td class="center">{if $os.num_zach!=""}{$os.num_zach}{else}{$os.num_stud}{/if}</td>
<td class="center">{$ocenki.saves.propusk[$ol.id][$os.id]}</td>
<td class="center">{$ocenki.saves.upv[$ol.id][$os.id]}</td>
<td class="center">{$ocenki.saves.ol[$ol.id][$os.id][1]}</td>
<td class="center">{$ocenki.saves.ol[$ol.id][$os.id][2]}</td>
</tr>{/foreach}</tbody>
</table>
{if count($ol.practich)}
{foreach from=$ol.practich item=pr}
<h4>Практические: {$pr.name} {$pr.descrip}</h4>
<table class="table table-striped table-bordered table-advance table-hover">
<thead><tr>
<th>ФИО</th>
<th>Номер зачетки</th>
<!--th>Текущая(модуль)</th-->
<th>Промежуточная(зачет,экзамен)</th>
</tr></thead>
<tbody>{foreach from=$ocenki.students item=os}<tr>
<td>{$os.user.fio}</td>
<td class="center">{if $os.num_zach!=""}{$os.num_zach}{else}{$os.num_stud}{/if}</td>
<!--td class="center">{$ocenki.saves.pr[$pr.id][$os.id][1]}</td-->
<td class="center">{$ocenki.saves.pr[$pr.id][$os.id][2]}</td>
</tr>{/foreach}</tbody>
</table>
{/foreach}
{/if}
{if count($ol.controln)}
{foreach from=$ol.controln item=pr}
<h4>Контрольные: {$pr.name} {$pr.descrip}</h4>
<table class="table table-striped table-bordered table-advance table-hover">
<thead><tr>
<th>ФИО</th>
<th>Номер зачетки</th>
<!--th>Текущая(модуль)</th-->
<th>Промежуточная(зачет,экзамен)</th>
</tr></thead>
<tbody>{foreach from=$ocenki.students item=os}<tr>
<td>{$os.user.fio}</td>
<td class="center">{if $os.num_zach!=""}{$os.num_zach}{else}{$os.num_stud}{/if}</td>
<!--td class="center">{$ocenki.saves.co[$pr.id][$os.id][1]}</td-->
<td class="center">{$ocenki.saves.co[$pr.id][$os.id][2]}</td>
</tr>{/foreach}</tbody>
</table>
{/foreach}
{/if}
{if count($ol.praktika)}
{foreach from=$ol.praktika item=pr}
<h4>Практика: {$pr.name} {$pr.descrip}</h4>
<table class="table table-striped table-bordered table-advance table-hover">
<thead><tr>
<th>ФИО</th>
<th>Номер зачетки</th>
<!--th>Текущая(модуль)</th-->
<th>Промежуточная(зачет,экзамен)</th>
</tr></thead>
<tbody>{foreach from=$ocenki.students item=os}<tr>
<td>{$os.user.fio}</td>
<td class="center">{if $os.num_zach!=""}{$os.num_zach}{else}{$os.num_stud}{/if}</td>
<!--td class="center">{$ocenki.saves.pra[$pr.id][$os.id][1]}</td-->
<td class="center">{$ocenki.saves.pra[$pr.id][$os.id][2]}</td>
</tr>{/foreach}</tbody>
</table>
{/foreach}
{/if}
{if count($ol.kursov)}
{foreach from=$ol.kursov item=pr}
<h4>Курсовые: {$pr.name} {$pr.descrip}</h4>
<table class="table table-striped table-bordered table-advance table-hover">
<thead><tr>
<th>ФИО</th>
<th>Номер зачетки</th>
<!--th>Текущая(модуль)</th-->
<th>Промежуточная(зачет,экзамен)</th>
</tr></thead>
<tbody>{foreach from=$ocenki.students item=os}<tr>
<td>{$os.user.fio}</td>
<td class="center">{if $os.num_zach!=""}{$os.num_zach}{else}{$os.num_stud}{/if}</td>
<!--td class="center">{$ocenki.saves.kur[$pr.id][$os.id][1]}</td-->
<td class="center">{$ocenki.saves.kur[$pr.id][$os.id][2]}</td>
</tr>{/foreach}</tbody>
</table>
{/foreach}
{/if}
<div class="new_page"></div>
{/foreach}
{/if}
</div>
</div>
{/if}
</div>
</div>
</div>
</body>
</html>