📄 paymentmod.tpl
字号:
{strip}
{assign var="page_hdr01_text" value="{lang mkey='payment_modules'}"}
{include file="admin/admin_page_hdr01.tpl"}
<br />
<center>
<table cellspacing="0" cellpadding="0" width="100%" border="0" align="left">
<tr>
<td align="center">
<table width="100%" border="0" cellpadding="0" cellspacing="0" >
<tr>
<td class="module_detail_inside" width="100%">
{assign var="page_hdr02_text" value="{lang mkey='payment_modules'}"}
{include file="admin/admin_page_hdr02.tpl"}
<table border="0" width="100%" cellpadding="2" cellspacing="2">
<tr class="table_head">
<th>{lang mkey='module'}</th>
<th>{lang mkey='action'}</th>
</tr>
{foreach item=item from=$data}
<tr class="{cycle values="oddrow,evenrow"}">
<td width="30%" >{$item.name|stripslashes}</td>
<td width="70%">
{if $item.enabled == 'Y'}
<a href="?edit={$item.module_key}">{lang mkey='edit'}</a>
<a href="?delete={$item.module_key}">{lang mkey='uninstall'}</a>
{else}
<a href="?install={$item.module_key}">{lang mkey='install'}</a>
{/if}
</td>
</tr>
{/foreach}
<tr><td> </td></tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</center>
{/strip}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -