91 lines
2.8 KiB
PHP
91 lines
2.8 KiB
PHP
<?php /* Smarty version Smarty-3.1.13, created on 2022-04-15 13:24:49
|
|
compiled from "tpl/tpl_it_pass.html" */ ?>
|
|
<?php /*%%SmartyHeaderCode:858974470625946f0ec2a14-76224328%%*/if(!defined('SMARTY_DIR')) exit('no direct access allowed');
|
|
$_valid = $_smarty_tpl->decodeProperties(array (
|
|
'file_dependency' =>
|
|
array (
|
|
'ad8be69639212aefe2761d0b9b614b5ee6a2e29a' =>
|
|
array (
|
|
0 => 'tpl/tpl_it_pass.html',
|
|
1 => 1650018287,
|
|
2 => 'file',
|
|
),
|
|
),
|
|
'nocache_hash' => '858974470625946f0ec2a14-76224328',
|
|
'function' =>
|
|
array (
|
|
),
|
|
'version' => 'Smarty-3.1.13',
|
|
'unifunc' => 'content_625946f0ee2e93_00058523',
|
|
'variables' =>
|
|
array (
|
|
'pass' => 0,
|
|
'k' => 0,
|
|
'p' => 0,
|
|
),
|
|
'has_nocache_code' => false,
|
|
),false); /*/%%SmartyHeaderCode%%*/?>
|
|
<?php if ($_valid && !is_callable('content_625946f0ee2e93_00058523')) {function content_625946f0ee2e93_00058523($_smarty_tpl) {?><!-- BEGIN PAGE HEADER-->
|
|
<div class="row-fluid">
|
|
<div class="span12">
|
|
<h3 class="page-title">ИТ-отдел. Журнал восстановления паролей</h3>
|
|
|
|
</div>
|
|
</div>
|
|
|
|
<div class="row-fluid">
|
|
<div class="span12">
|
|
|
|
<!--ДОБАЛЕНИЕ НОВОГО ЗАЯВЛЕНИЯ-->
|
|
<div class="row-fluid">
|
|
<div class="span12">
|
|
<div class="row-fluid">
|
|
<div class="widget red" >
|
|
<div class="widget-title">
|
|
<h4><i class="icon-reorder"></i> Восстановленные пароли за последние 3 дня</h4>
|
|
<span class="tools">
|
|
<a href="javascript:;" class="icon-chevron-down"> Развернуть/Свернуть</a>
|
|
</span>
|
|
</div>
|
|
<div class="widget-body">
|
|
<table class="table table-bordered">
|
|
<tr>
|
|
<th>#</th>
|
|
<th>Пользователь</th>
|
|
<th>Время восстановления</th>
|
|
<th>Сотрудник</th>
|
|
</tr>
|
|
<?php $_smarty_tpl->tpl_vars['p'] = new Smarty_Variable; $_smarty_tpl->tpl_vars['p']->_loop = false;
|
|
$_smarty_tpl->tpl_vars['k'] = new Smarty_Variable;
|
|
$_from = $_smarty_tpl->tpl_vars['pass']->value; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array');}
|
|
foreach ($_from as $_smarty_tpl->tpl_vars['p']->key => $_smarty_tpl->tpl_vars['p']->value){
|
|
$_smarty_tpl->tpl_vars['p']->_loop = true;
|
|
$_smarty_tpl->tpl_vars['k']->value = $_smarty_tpl->tpl_vars['p']->key;
|
|
?>
|
|
<tr>
|
|
<td><?php echo $_smarty_tpl->tpl_vars['k']->value+1;?>
|
|
</td>
|
|
<td><?php echo $_smarty_tpl->tpl_vars['p']->value['user']['fio'];?>
|
|
</td>
|
|
<td><?php echo $_smarty_tpl->tpl_vars['p']->value['data_c'];?>
|
|
</td>
|
|
<td><?php echo $_smarty_tpl->tpl_vars['p']->value['sotr']['fio'];?>
|
|
</td>
|
|
</tr>
|
|
<?php } ?>
|
|
</table>
|
|
|
|
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
</div>
|
|
</div>
|
|
|
|
|
|
</div>
|
|
</div>
|
|
<?php }} ?>
|