virt2/api/mod/protokol_ognevoy_print.html

75 lines
2.4 KiB
HTML
Executable File
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.

<!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:center;">ВЕДОМОСТЬ</p>
<p style="text-align:center;"><u>сдачи КПЗ по огневой подготовке<br>
сотрудниками {$info[0].filial}</u><br>
<small style="font-size:7pt;">(наименование органа (учреждение, подразделения)</small>
</p>
<p style="text-align:center;">за {$info[0].kvartal} квартал {$info[0].god}</p>
<table id="list" class="tablesorter">
<thead>
<tr>
<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>
</tr>
</thead>
<tbody>
{section name=customer loop=$ocen1}
{if $ocen1[customer].id}
<tr>
<td align=center></td>
<td>{$ocen1[customer].dolzh}</td>
<td>{$ocen1[customer].fio}</td>
<td align=center>
{if ($ocen1[customer].ocen==0)}Не явился{/if}
{if ($ocen1[customer].ocen==1)}Плохо{/if}
{if ($ocen1[customer].ocen==2)}Не удовлетворительно{/if}
{if ($ocen1[customer].ocen==3)}Удовлетворительно{/if}
{if ($ocen1[customer].ocen==4)}Хорошо{/if}
{if ($ocen1[customer].ocen==5)}Отлично{/if}
</td>
</tr>
{/if}
{/section}
</tbody>
</table>
<p>Всего по списку: {$all_sotr} чел., сдавало {$num_real} чел., %<br>
Удовлетворительно: {$all_sotr} чел., %<br>
Неудовлетворительно: {$all_sotr} чел., %</p>
<p>Общая отценка: {$obch_ocen}</p>
<table style="width: 100%;border:none;">
{section name=customer loop=$lico_data}
{if $lico_data[customer].fio}
<tr>
<td>{$lico_data[customer].dolzh}<br>{$lico_data[customer].filial}<br>{$lico_data[customer].zvan}<br><br><br></td>
<td align=right>{$lico_data[customer].fio}</td>
</tr>
{/if}
{/section}
</table>
<script type="text/javascript" src="/api/jquery/jquery-3.2.1.min.js"></script>
<script src="/api/jquery/DataTables/jquery.dataTables.min.js"></script>
<!--script src="/mod/js/pril10_ocen_print.js"></script-->
</body>