108 lines
4.1 KiB
HTML
108 lines
4.1 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;
|
||
}
|
||
p{
|
||
font-size: 16px;
|
||
line-height: 1.5;
|
||
}
|
||
|
||
ol li{
|
||
font-size: 16px;
|
||
line-height: 1.5;
|
||
}
|
||
</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 align="center" style="font-weight: bold; font-size: 16px;">ЗАЯВЛЕНИЕ<br />о записи на изучение учебных дисциплин по выбору</p>
|
||
<p align="center">на 20____ - 20____ учебный год</p>
|
||
<br />
|
||
|
||
<p align="left">Я, <span style="border-bottom: 1px solid black; width: 90%; display: inline-block; text-align: center;"> {$info.user.fio} </span></p>
|
||
<p align="center" style="font-size: 12px;"><sup>(фамилия, имя, отчество)</sup></p>
|
||
|
||
<br /> {if $sDispatch.name|strstr:"DHL"}This is a dispatch that contains the string DHL{/if}
|
||
|
||
<p>студент ({if $info.student.specialnost|strstr:".03."}<u>{/if}бакалавриата{if $info.student.specialnost|strstr:".03."}</u>{/if}/{if $info.student.specialnost|strstr:".05."}<u>{/if}специалитета{if $info.student.specialnost|strstr:".05."}</ul>{/if}/{if $info.student.specialnost|strstr:".04."}<u>{/if}магистратуры{if $info.student.specialnost|strstr:".04."}</u>{/if}) ______{$info.kurs}______ курса,</p>
|
||
<p>группа: <u>{$info.student.sokr}</u>, обучающийся по направлению</p>
|
||
<p align="center" style="border-bottom: 1px solid black;">{$info.student.specialnost} {$info.area.name}</p>
|
||
<p align="center" style="font-size: 12px;"><sup>(код, направление подготовки/специальность)</sup></p>
|
||
|
||
<br />
|
||
<p>по ({if $info.student.specialnost|strstr:".03."}<u>{/if}профилю{if $info.student.specialnost|strstr:".03."}</u>{/if}/{if $info.student.specialnost|strstr:".05."}<u>{/if}специализации{if $info.student.specialnost|strstr:".05."}</ul>{/if}/{if $info.student.specialnost|strstr:".04."}<u>{/if}программе{if $info.student.specialnost|strstr:".04."}</u>{/if}): </p>
|
||
<p align="center" style="border-bottom: 1px solid black;">{$info.profile.name}</p>
|
||
<p align="center" style="font-size: 12px;"><sup>(наименование профиля/специализации/программы)</sup></p>
|
||
|
||
|
||
<p>Прошу записать меня для изучения учебных дисциплин по выбору:</p>
|
||
<ol>
|
||
{foreach from=$info.predmets item=pr}
|
||
<li>{$pr.discip}</li>
|
||
{/foreach}
|
||
|
||
</ol>
|
||
|
||
|
||
<table width="100%" style="border:0!important;">
|
||
<tr>
|
||
<td width="80%"><p>"__" ______________ 20 __ г. </p></td>
|
||
<td width="20%"><p align="center">______________
|
||
<sup>(подпись)</sup></p></td>
|
||
|
||
</tr>
|
||
</table>
|
||
|
||
|
||
|
||
|
||
|
||
<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>
|