📄 editquestion.tpl
字号:
{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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -