Server IP : 80.241.246.6 / Your IP : 216.73.216.188 Web Server : Apache/2.4.25 (Debian) System : Linux kharagauli 4.9.0-19-amd64 #1 SMP Debian 4.9.320-2 (2022-06-30) x86_64 User : www-data ( 33) PHP Version : 7.0.33-0+deb9u12 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority, MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/kharagauli_new/moduls/users/admin/templates_1/ |
Upload File : |
{extends file=$menu.dir|cat:"base.tpl"} {block name="scripts"} <script type="text/javascript" src="{$menu.self_dir}/js/main.js"></script> {/block} {block name="css"} <link rel="stylesheet" href="{$menu.self_dir}/css/style.css" type="text/css"> {/block} {block name="body"} <div id="content"> <!-- Content wrapper --> <div class="wrapper"> <!-- Action tabs --> {include file=$menu.dir|cat:"action_bars.tpl"} <!-- /action tabs --> <!-- Media datatable --> <div class="widget"> <div class="table-overflow"> <div>სულ: <b>{$menu.select_body.counter}</b> ჩანაწერი</div> <div class="control_buttons"> {if $_class_->permission_('users','add')} <ul> <li class="_addded has_title" data-title="ახლის დამატება" onclick="location.href='{$menu.select_body.referer}/new'"></li> </ul> {/if} </div> <table class="table table-striped table-bordered table-checks media-table"> <thead> <tr class='header_tr'> <th style="width:15px;">№</th> <th>მომხმარებელი</th> {if $_class_->permission_('users','edit') or $_class_->permission_('users','remove')} <th style="width:35px;"> <img src="/img/config.png"/> </th> {/if} </tr> </thead> <tbody> {if isset($menu.select_body.body)} {section name=lists loop=$menu.select_body.body} <tr> <th>{$smarty.section.lists.index + 1}</th> <td>{$menu.select_body.body[lists].name}</td> {if $_class_->permission_('users','edit') or $_class_->permission_('users','remove')} <td> <div class="control_buttons"> <ul class="param_ul"> {if $_class_->permission_('users','edit')} <li class="_addded has_title" data-title="რედაქტირება" onclick="location.href='{$menu.select_body.referer}/more/{$menu.select_body.body[lists].id}'"></li> {/if} {if $_class_->permission_('users','remove')} <li class="_removed has_title" data-title="წაშლა" onclick="$.alerts.confirm('ნამდვილად გსურთ წაშლა?','message',function(r){literal}{{/literal}if(r)location.href='{$menu.select_body.referer}/delete/{$menu.select_body.body[lists].id}';{literal}}{/literal})"></li> {/if} </ul> </div> </td> {/if} </tr> {/section} {/if} </tbody> </table> {if isset($menu.select_body.navigation)}<div id="navigation">{$menu.select_body.navigation}</div>{/if} </div> </div> <!-- /media datatable --> </div> <!-- /content wrapper --> </div> <!-- /content --> {/block}