editquestion.tpl
来自「太烦了」· TPL 代码 · 共 30 行
TPL
30 行
{strip}
<table class="table" border="0" width="400" cellspacing="{$config.cellspacing}" cellpadding="{$config.cellpadding}" bgcolor="{$config.bgcolor}">
<tr>
<td>
{$questionrow.question}
{if $questionrow.mandatory == 'Y'}
<font color="{lang mkey='required_info_indicator_color'}">{lang mkey='required_info_indicator'}</font>
{/if}
</td>
</tr>
{if $questionrow.description != NULL}
<tr>
<td>
{$questionrow.description|stripslashes}
</td>
</tr>
{/if}
<tr>
<td>
{capture name=moptions}
{include file="editoptions.tpl"}
{/capture}
{if $smarty.capture.moptions != "" }
{$smarty.capture.moptions|stripslashes}
{/if}
</td>
</tr>
</table>
<br />
{/strip}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?