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/admin/view/templates_1/ |
Upload File : |
{extends file=$menu.dir|cat:"base.tpl"} {block name="scripts"}{/block} {block name="css"} <style> {literal} #_parameters_container{display: block !important} #_parameters_container .central_page_second_logs a{color: red} #navigation{padding: 10px;text-align: center} #navigation a{background:#ccc linear-gradient(#fcfff4 0%, #dfe5d7 40%, #b3bead 100%);color: black; padding: 10px;} #navigation li{list-style-type: none; display: inline;} #navigation li.active a{ background: linear-gradient(to top, rgba(30,87,153,0), rgba(30,87,153,0.8), rgba(30,87,153,1), rgba(30,87,153,1), rgba(41,137,216,1), rgba(30,87,153,1), rgba(30,87,153,1), rgba(30,87,153,0.8),rgba(30,87,153,0)); color:red } {/literal} </style> {/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> <table class="table table-striped table-bordered table-checks media-table"> <thead> <tr class='header_tr'> <th>მომხმარებელი</th> <th>მოქმედება</th> <th>დასახელება</th> <th>ცხრილის სახელი</th> <th>ჩანაწერის აიდი</th> <th>აიპი მისამართი</th> <th>მოქმედების დრო</th> </tr> </thead> <tbody> {if isset($menu.select_body.body)} {section name=lists loop=$menu.select_body.body} <tr> <th>{$menu.select_body.body[lists].user_name}</th> <th>{$menu.select_body.body[lists].event_name}</th> <th>{$menu.select_body.body[lists].alias}</th> <th>{$menu.select_body.body[lists].table_name}</th> <th>{$menu.select_body.body[lists].column_id}</th> <th>{$menu.select_body.body[lists].ip}</th> <th>{$menu.select_body.body[lists].timest}</th> </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}