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