AnonSec Shell
Server IP : 162.214.74.102  /  Your IP : 216.73.217.80
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/public_html/lrsys_apps/imobles/ui/theme/lrsys/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME ]     

Current File : /home/lrsys/public_html/lrsys_apps/imobles/ui/theme/lrsys//bank-list.tpl
{include file="sections/header.tpl"}

<div class="row">
	<div class="col-md-12">

		<div class="panel panel-default">

			<div class="panel-body">

				<div class="row">
					<div class="col-md-12">
						<a href="{U}banks/add/" class="btn btn-success"><i class="fa fa-plus"></i> {$_L['Add Bank']}</a>
					</div>
				</div><br>

				<table class="table table-bordered">
					<thead>
						<tr>
							<th>#</th>
							<th>{$_L['Name']}</th>
							<th>{$_L['Code']}</th>
							<th>{$_L['Manage']}</th>
						</tr>
					</thead>
					<tbody>
						{foreach $banks as $bank}
							<tr>
								<td>{$bank['id']}</td>
								<td>{$bank['name']}</td>
								<td>{$bank['code']}</td>
								<td>
									<a href="{U}banks/add-fields/{$bank['id']}/" class="btn btn-info btn-xs add-fields"><i class="fa fa-plus"></i> {$_L['Add Field']}</a>
									<a href="{U}banks/edit/{$bank['id']}/" class="btn btn-success btn-xs"><i class="fa fa-pencil"></i> {$_L['Edit']}</a>
									<a href="{U}banks/delete/{$bank['id']}/" class="btn btn-danger btn-xs"><i class="fa fa-trash"></i> {$_L['Delete']}</a>
								</td>
							</tr>
						{/foreach}
					</tbody>
				</table>
				
			</div>
		</div>

	</div>
</div>

{include file="sections/footer.tpl"}

Anon7 - 2022
AnonSec Team