signuplinks.tpl
来自「太烦了」· TPL 代码 · 共 22 行
TPL
22 行
{strip}
<table class="table" cellspacing="{$config.cellspacing}" cellpadding="{$config.cellpadding}">
<tr>
<td>
{foreach key=key item=item from=$sections}
[
{if $key != $smarty.get.sectionid}
<a href="questions.php?sectionid={$key}">
{/if}
{$item}
{if $key != $smarty.get.sectionid}
</a>
{/if}
]
{/foreach}
[ <a href="index.php?page=login">{lang mkey='member_login'}</a> ]
</td>
</tr>
</table>
{/strip}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?