122 lines
5.2 KiB
HTML
122 lines
5.2 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>Сводная ведомость</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;">Форма обучения: {$student.fo}</p>
|
|||
|
<p style="font-size: 10pt; text-align: center; font-weight: bold;">СВОДНАЯ ВЕДОМОСТЬ</p>
|
|||
|
<p style="font-size: 10pt; text-align: center; font-weight: bold;">Студент: {$user.fio}</p>
|
|||
|
<p style="font-size: 10pt;">Семестр <u> {$sem} </u> <u> 20____/20____ </u> учебного года Курс <u> {($sem/2)|ceil} </u> группа <u> {$student.sokr}-{($sem/2)|ceil}{$student.num_grupp} </u></p>
|
|||
|
|
|||
|
<table width="100%" border="1">
|
|||
|
<tr height="250">
|
|||
|
<th>№ п/п</th>
|
|||
|
<th colspan="3">Дисциплина</th>
|
|||
|
<th>Форма<br /> контроля</th>
|
|||
|
<th>Отметка</th>
|
|||
|
|
|||
|
</tr>
|
|||
|
<!--tr>
|
|||
|
{foreach from=$disc item=di}
|
|||
|
<th>
|
|||
|
{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}
|
|||
|
</th>
|
|||
|
{/foreach}
|
|||
|
</tr-->
|
|||
|
|
|||
|
{foreach from=$liquidation_mark item=liq key=kk}
|
|||
|
<tr>
|
|||
|
<td style="border: 1px solid black!important;">{($kk+1)}</td>
|
|||
|
<td style="border: 1px solid black!important;">{$liq.name}</td>
|
|||
|
<td style="border: 1px solid black!important;">{if ($liq.iup == "0")}УП{else}ИУП{/if}</td>
|
|||
|
<td style="border: 1px solid black!important;">
|
|||
|
{if ($liq.type == "1")}Досрочная{/if}
|
|||
|
{if ($liq.type == "2")}Первичная{/if}
|
|||
|
{if ($liq.type == "3")}Повторная{/if}
|
|||
|
{if ($liq.type == "4")}С комиссией{/if}
|
|||
|
</td>
|
|||
|
<td style="border: 1px solid black!important;">
|
|||
|
{if ($liq.control == "1")}Экзамен{/if}
|
|||
|
{if ($liq.control == "2")}Зачет{/if}
|
|||
|
{if ($liq.control == "3")}КР{/if}
|
|||
|
{if ($liq.control == "4")}КП{/if}
|
|||
|
{if ($liq.control == "5")}О{/if}
|
|||
|
</td>
|
|||
|
<td style="border: 1px solid black!important; text-align: center; font-weight: bold;">{$liq.mark}</td>
|
|||
|
</tr>
|
|||
|
{/foreach}
|
|||
|
|
|||
|
{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>
|