79 lines
2.3 KiB
HTML
79 lines
2.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>Зачетно-экзаменнационная ведомость</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">
|
||
|
||
<table width="100%" style="border-collapse:collapse; width:100%; border:0!important;">
|
||
<tr>
|
||
<td width="65%"></td>
|
||
<td width="35%">
|
||
<p style="font-size: 10pt;">Декану {$zayav.name_f}</p>
|
||
<p style="font-size: 10pt;">ФГБОУ ВО «МГТУ»</p>
|
||
<p style="font-size: 10pt;">{$dekan}</p>
|
||
<p style="font-size: 10pt;">студента группы {$student.sokr} ({$student.fo}) </p>
|
||
<p style="font-size: 10pt;">{$zayav.student.fio}</p>
|
||
</td>
|
||
</tr>
|
||
</table>
|
||
|
||
<p style="font-size: 10pt; text-align: center;">заявление. </p>
|
||
<p style="font-size: 10pt;">Прошу Вас определить меня на специализацию/профиль: {$zayav.name_profile}.</p>
|
||
<br />
|
||
<br />
|
||
|
||
<p style="font-size: 10pt;">{$zayav.date_order}</p>
|
||
|
||
|
||
|
||
<br />
|
||
<br />
|
||
<br />
|
||
<br />
|
||
<br />
|
||
<br />
|
||
<br />
|
||
<br />
|
||
<br />
|
||
<br />
|
||
<hr />
|
||
<p style="font-size: 10pt; text-align: center;"><i>Сформировано электронно из Личного кабинета обучающегося.</i> </p>
|
||
|
||
|
||
</td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
|
||
</body>
|
||
</html>
|