📄 edituserlinks.tpl
字号:
{strip}
<table width="100%" border="1" cellpadding="3" cellspacing="1" >
<tr>
<td align="center" height="26">
<a href="edituser.php" class='edituserlink'>{lang mkey='section_signup_title'}</a>
</td>
{foreach key=key item=item from=$sections}
<td align="center" height="26">
{if $key !=$smarty.get.sectionid}
<a href="editquestions.php?sectionid={$key}" class='edituserlink'>
{/if}
<span class='edituserlink'>{$item}</span>
{if $key !=$smarty.get.sectionid}
</a>
{/if}
</td>
{/foreach}
</tr>
</table>
{/strip}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -