edituserlinks.tpl

来自「太烦了」· TPL 代码 · 共 22 行

TPL
22
字号
{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 + =
减小字号Ctrl + -
显示快捷键?