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/mundotennis/application/plugins/module_forms/views/forms/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME ]     

Current File : /home/lrsys/www/lrsys_apps/mundotennis/application/plugins/module_forms/views/forms/list.tpl
<div class="panel panel-default">
    <div class="panel-heading">
        <a href="{$_url}module_forms/forms/add" class="btn btn-primary">{$_L['module_forms_new_form']}</a>
    </div>
    <div class="panel-body">
        <table class="table table-bordered table-hover">
            <thead>
            <tr>
                <th>#</th>
                <th>{$_L['Title']}</th>
                <th>{$_L['Description']}</th>
                <th>Status</th>
                <th>Webservice</th>
                <th>{$_L['module_forms_email_notify']}</th>
                <th>{$_L['Manage']}</th>
            </tr>
            </thead>
            <tbody>
            {foreach $forms as $item}
                <tr>
                    <td>{$item['id']}</td>
                    <td>{$item['title']}</td>
                    <td>{$item['description']|truncate:35}</td>
                    <td>{if $item['status']}Ativo{else}Inativo{/if}</td>
                    <td>{$item['webservice']}</td>
                    <td>{$item['email_notify']}</td>
                    <td>
                        <a href="{$_url}module_forms/forms/edit/{$item['id']}" class="btn btn-xs btn-warning" data-toggle="tooltip" title="{$_L['Edit']}">
                            <i class="fa fa-pencil"></i> {$_L['Edit']}
                        </a>
                        <a href="{$_url}module_forms/forms/delete/{$item['id']}" class="btn btn-xs btn-danger delete-webservice" data-toggle="tooltip" title="{$_L['Delete']}">
                            <i class="fa fa-trash"></i> {$_L['Delete']}
                        </a>
                    </td>
                </tr>
            {/foreach}
            </tbody>
        </table>
    </div>
</div>

Anon7 - 2022
AnonSec Team