EIOS/tpl/tpl_teach_consolidated_prin...

115 lines
4.8 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.

<!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>Сводная ведомость</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" />
<style>
.tb_noborder{ border:none; }
.tb_noborder td{ border:none; }
.tb_nocenter{ margin: }
.tb_td_niz{ border-bottom:1px solid #000!important;width:60%; }
.tb_w_700{ width:90%; }
table th{
font-size:12px;
}
table td{
font-size:12px;
padding:6px;
line-height:12px;
border: 0!important;
}
</style>
</head>
<body id="print">
<table align="center" border="0" cellspacing="0" style="border-collapse:collapse; width:797px; border:0!important;" >
<tbody>
<tr>
<td style="border-bottom:0px solid black; border-left:0px solid black; border-right:0px solid black; border-top:0px solid black; hvertical-align:top; width:797px">
<p style="font-size: 10pt; text-align: center;">Федеральное государственное бюджетное образовательное учреждение высшего образования</p>
<p style="font-size: 10pt; text-align: center; font-weight: bold;">«МАЙКОПСКИЙ ГОСУДАРСТВЕННЫЙ ТЕХНОЛОГИЧЕСКИЙ УНИВЕРСИТЕТ»</p>
<p style="font-size: 10pt; text-align: center; font-weight: bold;">{if ($fakultet != "Филиал МГТУ")}{$fakultet}{else}Филиал МГТУ в поселке Яблоновском{/if}</p>
<p style="font-size: 10pt; text-align: center;">Форма обучения: <u>{$fo}</u></p>
<p style="font-size: 10pt; text-align: center; font-weight: bold;">СВОДНАЯ ВЕДОМОСТЬ</p>
<!--p style="font-size: 10pt;">Семестр <u>&nbsp;{$sem}&nbsp;</u>&nbsp;&nbsp; <u>&nbsp;2020/2021&nbsp;</u> учебного года&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Курс <u>&nbsp;{($sem/2)|ceil}&nbsp;</u> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; группа <u>&nbsp;{$gruppa}-{($sem/2)|ceil}{$num}&nbsp;</u></p-->
<p style="font-size: 10pt;">Семестр <u>&nbsp;{$sem}&nbsp;</u>&nbsp;&nbsp; <u>&nbsp;2021/2022&nbsp;</u> учебного года&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Курс <u>&nbsp;{($sem/2)|ceil}&nbsp;</u> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; группа <u>&nbsp;{$gruppa}</u></p>
<table width="100%" border="1">
<tr height="250">
<th rowspan="2">№ п/п</th>
<th rowspan="2">ФИО студента</th>
{foreach from=$disc item=di}
<th><span style="writing-mode: tb-rl;-moz-transform: rotate(180deg);
-webkit-transform: rotate(180deg);
-o-transform: rotate(180deg);">{$di.name}</span></th>
{/foreach}
</tr>
<tr>
{foreach from=$disc item=di}
<th width="5%" nobr>
{if ($di.control == 1)}Экз{/if}
{if ($di.control == 2)}Зач{/if}
{if ($di.control == 3)}КР{/if}
{if ($di.control == 4)}КП{/if}
{if ($di.control == 5)}О{/if}
<sup>
{if ($di.type == 2)}1{/if}
{if ($di.type == 3)}П{/if}
{if ($di.type == 4)}К{/if}
</sup>
</th>
{/foreach}
</tr>
<!--tr>
{foreach from=$disc item=di}
<th><i>
{if ($di.type == 2)}Первичная{/if}
{if ($di.type == 3)}Повторная{/if}
{if ($di.type == 4)}С комиссией{/if}
</i></th>
{/foreach}
</tr-->
{foreach from=$students item=stud key=kk}
<tr>
<td style="border: 1px solid black!important;">{($kk+1)}</td>
<td style="border: 1px solid black!important;">{$stud.fio}</td>
{foreach from=$disc item=di}
<td style="border: 1px solid black!important;"><b>
{if ($di.marked[$stud.id_stud] == "отлично")}<font color="red">5</font>{else}
{if ($di.marked[$stud.id_stud] == "хорошо")}<font color="blue">4</font>{else}
{if ($di.marked[$stud.id_stud] == "удовлетворительно")}<font color="green">3</font>{else}
{if ($di.marked[$stud.id_stud] == "зачтено")}<font color="purple">зачтено</font>{else}
{if ($di.marked[$stud.id_stud] == "неудовлетворительно")}2{else}
{$di.marked[$stud.id_stud]}
{/if}{/if}{/if}{/if}{/if}</b>
</td>
{/foreach}
</tr>
{/foreach}
</table>
<br />
<br />
<table width="100%" border="0" style="border:0 solid black!important;">
<tr>
<td width="40%">Декан факультета ___________________</td>
<td width="60%" align="right"><p align="right">Представитель УМУ __________________</p></td>
</tr>
</table>
</td>
</tr>
</tbody>
</table>
</body>
</html>