EIOS/tpl/tpl_byPass_print.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>&nbsp;&nbsp;&nbsp; {$info.obhod.fio} &nbsp;&nbsp;&nbsp;</u> </p>
<p style="font-size: 10pt;">{$info.obhod.dekanat} группы: <u>{$info.stud.sokr}-{$info.stud.kurs}{$info.stud.num_grupp} &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</u> &nbsp;&nbsp;&nbsp;&nbsp;форма обучения: <u> &nbsp;&nbsp;{$info.stud.fo}&nbsp;&nbsp;</u></p>
<p style="font-size: 10pt;">Общежитие: &nbsp; <u>&nbsp;&nbsp;&nbsp;&nbsp; {if ({$info.obhod.pl_obj == "1"})}Нет задолженностей{/if}&nbsp;&nbsp;&nbsp;&nbsp;</u> </p>
<p style="font-size: 10pt;">Библиотека "МГТУ": &nbsp; <u>&nbsp;&nbsp;&nbsp;&nbsp; {if ({$info.obhod.pl_lib == "1"})}Нет задолженностей{/if} &nbsp;&nbsp;&nbsp;&nbsp;</u> </p>
<p style="font-size: 10pt;">Выпускающая кафедра: &nbsp; <u>&nbsp;&nbsp;&nbsp;&nbsp; {if ({$info.obhod.pl_kaf == "1"})}Нет задолженностей{/if} &nbsp;&nbsp;&nbsp;&nbsp;</u> </p>
<p style="font-size: 10pt;">Бюджетно-финансовое управление: &nbsp; <u>&nbsp;&nbsp;&nbsp;&nbsp; {if ({$info.obhod.pl_bfu == "1"})}Нет задолженностей{/if} &nbsp;&nbsp;&nbsp;&nbsp;</u> </p>
<p style="font-size: 10pt;">Центр содействия занятости <br />студентов и трудоустройству выпускников: &nbsp; <u>&nbsp;&nbsp;&nbsp;&nbsp; {if ({$info.obhod.pl_trud == "1"})}Нет задолженностей{/if} &nbsp;&nbsp;&nbsp;&nbsp;</u> </p>
<p style="font-size: 10pt;">Деканат: &nbsp; <u>&nbsp;&nbsp;&nbsp;&nbsp; {if ({$info.obhod.pl_fakult == "1"})}Нет задолженностей{/if} &nbsp;&nbsp;&nbsp;&nbsp;</u> </p>
</td>
</tr>
</tbody>
</table>
</body>
</html>