EIOS/tpl/tpl_grant_print_presentatio...

94 lines
4.3 KiB
HTML
Raw Permalink Normal View History

2023-12-28 15:39:22 +03:00
<!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;
}
table.table-cr td{
border: 1px solid black!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: 11pt; text-align: center; font-weight: bold;">МИНОБРНАУКИ РОССИИ</p>
<p style="font-size: 11pt; text-align: center; font-weight: bold;">Федеральное государственное бюджетное образовательное учреждение высшего образования</p>
<p style="font-size: 11pt; text-align: center; font-weight: bold;">"МАЙКОПСКИЙ ГОСУДАРСТВЕННЫЙ ТЕХНОЛОГИЧЕСКИЙ УНИВЕРСИТЕТ"</p>
<table width="100%" style="border: 0;">
<tr>
<td width="50%">_____________________________</td>
<td width="50%" style="text-align: right;">№ _____________________________</td>
</tr>
</table>
<br /><br />
<p style="font-size: 11pt; text-align: center; font-weight: bold;">Представление стипендиальной комиссии</p>
<p style="font-size: 11pt; text-align: center;">{$facultet}</p>
<p style="font-size: 11pt; text-align: center;">о выплате государственной академической стипендии в повышенном размере студентам за достижения в учебной, научно-исследовательской, общественной, культурно-творческой и спортивной деятельности обучающихся</p>
<p style="font-size: 11pt; text-align: justify;">На основании протокола заседания № _____ от ____________ 20____ года стипендиальной комиссии {$facultet}, личного заявления обучающегося предлагаем выплачивать обучающимся повышенную государственную академическую стипендию за достижения в учебной, научно-иссследовательской, общественной, культурно-творческой и спортивной деятельности.</p>
<table border="1" width="100%" class="table-cr">
<tr>
<th></th>
<th>ФИО студента</th>
<th>Направление подготовки <br />(Специальность)</th>
<th>группа</th>
<th>область достижений</th>
</tr>
{foreach from=$stip item=st key=k}
<tr>
<td>{$k+1}</td>
<td>{$st.user.fio}</td>
<td>{$st.specialnost}</td>
<td>{$st.grupp}</td>
<td><font color="white">{$st.score}</font> {$st.preim}</td>
</tr>
{/foreach}
</table>
<p style="font-size: 11pt; text-align: left;">Декан факультета (Директор филиала),<br />председатель стипендиальной комиссии факультета (филиала)</p>
<p style="font-size: 11pt; text-align: left;">СОГЛАСОВАНО: <br /> Представитель студенческого совета факультета</p>
</td>
</tr>
</tbody>
</table>
</body>
</html>