EIOS/tpl/tpl_iup_attved4.html

76 lines
3.1 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{include file="tpl_head.html"}
{literal}
<body>
<style>
body{
background:#fff;
font-size:14px;
font-family:"Times New Roman", Times, serif; }
.noborder table, .noborder > table > th, .noborder > table > tr, .noborder > table > td{border:none;}
.noborder td{border:none;}
.text-center{text-align:center!important;}
</style>
{/literal}
<div class="container">
<div class="row">
<div class="span12">
{*<p class="text-center">
Федеральное государственное бюджетное образовательное учреждение<br>высшего образования<br>«Майкопский государственный технологический университет»
</p>*}
<p class="text-right">
Приложение к справке о переводе<br>
№ ______ от «______» _______________ 20___ г.
</p>
<br><br>
<p class="text-center">
<b>ПЕРЕЧЕНЬ</b>
</p>
<p class="text-center"> учебных дисциплин, пройденных практик, научных<br>иследований обучающемуся <u>{$zayavka.fio}</u></p>
<p class="text-center">при переводе на факультет <u>{$dan.fakultet}</u> ФГБОУ ВО "МГТУ"</p>
<table class="table table-bordered">
<thead>
<tr>
<th rowspan="2" class="text-center">№ п/п</th>
<th rowspan="2" class="text-center">Наименование дисциплины, практики в соответствии с учебным планом МГТУ</th>
<th colspan="2" class="text-center">Семестр</th>
<th rowspan="2" class="text-center">Трудоемкость<br>дисциплины<br>(практики) по<br>учебному плану,<br>з.е. (час.)</th>
<th rowspan="2" class="text-center">Оценка</th>
</tr>
<tr>
<th class="text-center">Зачет</th>
<th class="text-center">Экзамен</th>
</tr>
</thead>
<tbody>
{assign var="ii" value=0}
{foreach from=$predmets item=predmet key=k}
{*if $predmet.ocenka=="зачтено"||$predmet.ocenka=="отлично"||$predmet.ocenka=="удовлетворительно"||$predmet.ocenka=="хорошо"||$predmet.ocenka=="0"*}
{if $predmet.semestr==""|| $predmet.semestr=="0"}
{else}
<tr>
<td id="iii_{$ii++}">{$ii}</td>
<td>{$predmet.predmet}<pre style="display: none;">{print_r($predmet)}</pre></td>
<td class="text-center">{if $predmet.zach!=""}{$predmet.semestr}{/if}</td>
<td class="text-center">{if $predmet.ekz!=""}{$predmet.semestr}{/if}</td>
<td class="text-center">{$predmet.zet}</td>
<td class="text-center">
{if $predmet.ocenka!="0"}{$predmet.ocenka}{else}<span style="color: darkred;">нет соответствия</span>{/if}
<span style="display: none;"><br>{if $predmet.prepod_fio!=''}{$predmet.prepod_fio}{else}--{/if}</span>
</td>
</tr>
{/if}
{*/if*}
{/foreach}
</tbody>
</table>
<table class="table noborder">
<tr>
<td>Председатель аттестационной комиссии</td>
<td><u>{$fios.pak}</u> /И.О. Фамилия/</td>
</tr>
</table>
</div>
</div>
</div>