virt2/api/mod/pril10_ocen_print.html

65 lines
3.5 KiB
HTML
Executable File
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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.

<!DOCTYPE html>
<html lang="ru-RU">
<head>
<meta charset="utf-8">
<title>Зачеты</title>
<link rel="stylesheet" href="/mod/css/pril10_ocen_print.css" media="all" />
</head>
<body>
<p style="text-align:right;font-size:10pt;">Приложение №10</p>
<p style="text-align:center;">ЗАЧЕТНАЯ ВЕДОМОСТЬ</p>
<p style="text-align:center;">(ведомость контрольно-проверочных занятий по огневой подготовке)</p>
<table style="width:100%;">
<tr><td style="width: 270px;">Учебная группа №</td><td style="border-bottom: 1px solid black;">{$info[0].uchgroups}</td></tr>
<tr><td></td><td align=center><span style="font-size:10pt;">(категория обучаемых)</span></td></tr>
<tr><td>Вид подготовки</td><td style="border-bottom: 1px solid black;">{$info[0].vpodg}</td></tr>
<tr><td>Члены комиссии (экзаменатор)</td><td style="border-bottom: 1px solid black;">{$info[0].komissiya}</td></tr>
<tr><td></td><td align=center><span style="font-size:10pt;">(должность, фамилия, инициалы всех членов комиссии)</span></td></tr>
<tr><td>Дата проведения зачета</td><td style="border-bottom: 1px solid black;">{$info[0].dat}</td></tr>
</table>
<!-- style="width:100%; margin-top:10px;" border=1px cellspacing=0px cellpadding=0px
<tr><td align=center>1</td><td align=center>2</td><td align=center>3</td><td align=center>4</td><td align=center>5</td><td align=center>6</td></tr>
-->
<table id="list" class="tablesorter">
<thead>
<tr><td align=center>№ п/п</td><td align=center>Должность</td><td align=center>Ф.И.О</td><td align=center>№ билета (теста)</td><td align=center>Оценка</td><td align=center>Подпись сотрудника о мерах безопасности</td></tr>
<tr><td align=center>1</td><td align=center>2</td><td align=center>3</td><td align=center>4</td><td align=center>5</td><td align=center>6</td></tr>
</thead>
<tbody>
{section name=customer loop=$ocen1}
{if $ocen1[customer].id}
<tr><td align=center>{$count++}</td><td align=center>{$ocen1[customer].dolzh}</td><td align=center>{$ocen1[customer].fio}</td><td align=center>{$ocen1[customer].nbilet}</td><td align=center>{$ocen1[customer].ocen}</td><td></td></tr>
{/if}
{/section}
</tbody>
</table>
<p>Всего по списку: <span style="text-decoration: underline;">   {$num}   </span>, сдавало <span style="text-decoration: underline;"> {$num_real} </span>   чел   <span style="text-decoration: underline;"> {$num_proc} </span>%</p>
<p>Неуд: <span style="text-decoration: underline;"> {$neud} </span> чел <span style="text-decoration: underline;"> {$num_proc_neud} </span>%</p>
<p>Подписи членов комиссии (экзаменатора) <span style="text-decoration: underline;">                                      </span></p>
<script type="text/javascript" src="/api/jquery/jquery-3.2.1.min.js"></script>
<!-- script type="text/javascript" src="/api/jquery/tablesorter-master/jquery-latest.js"></script-->
<script src="/api/jquery/DataTables/jquery.dataTables.min.js"></script>
<!--script type="text/javascript" src="/api/jquery/tablesorter-master/jquery.tablesorter.js"></script-->
<script src="/mod/js/pril10_ocen_print.js"></script>
</body>
</html>