57 lines
2.9 KiB
HTML
57 lines
2.9 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;
|
|
}
|
|
</style>
|
|
</head>
|
|
|
|
<body id="print">
|
|
<table align="left" cellspacing="0" style="border-collapse:collapse; width:536px">
|
|
<tbody>
|
|
<tr>
|
|
<td style="border-bottom:1px solid black; border-left:1px solid black; border-right:1px solid black; border-top:1px solid black; min-height:250px; vertical-align:top; width:536px">
|
|
|
|
<p style="font-size: 11pt; text-align: center;"><strong>ОБХОДНОЙ ЛИСТ</strong></p>
|
|
|
|
<p style="font-size: 10pt;">Дан студенту: <u> {$info.obhod.fio} </u> </p>
|
|
<p style="font-size: 10pt;">{$info.obhod.dekanat} группы: <u>{$info.stud.sokr}-{$info.stud.kurs}{$info.stud.num_grupp} </u> форма обучения: <u> {$info.stud.fo} </u></p>
|
|
|
|
<p style="font-size: 10pt;">Общежитие: <u> {if ({$info.obhod.pl_obj == "1"})}Нет задолженностей{/if} </u> </p>
|
|
<p style="font-size: 10pt;">Библиотека "МГТУ": <u> {if ({$info.obhod.pl_lib == "1"})}Нет задолженностей{/if} </u> </p>
|
|
<p style="font-size: 10pt;">Выпускающая кафедра: <u> {if ({$info.obhod.pl_kaf == "1"})}Нет задолженностей{/if} </u> </p>
|
|
<p style="font-size: 10pt;">Бюджетно-финансовое управление: <u> {if ({$info.obhod.pl_bfu == "1"})}Нет задолженностей{/if} </u> </p>
|
|
<p style="font-size: 10pt;">Центр содействия занятости <br />студентов и трудоустройству выпускников: <u> {if ({$info.obhod.pl_trud == "1"})}Нет задолженностей{/if} </u> </p>
|
|
<p style="font-size: 10pt;">Деканат: <u> {if ({$info.obhod.pl_fakult == "1"})}Нет задолженностей{/if} </u> </p>
|
|
|
|
|
|
|
|
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
|
|
</body>
|
|
</html>
|