ec_explain.htm

来自「Discuz_7.0.0 是一款社区程序源码!! 国内80 的站长使用此程序」· HTM 代码 · 共 11 行

HTM
11
字号
{template header}
<div style="width: 400px" class="popupmenu_option" id="ajax_explain_menu">
	<p style="overflow:hidden"><a href="javascript:;" onclick="hideMenu()" class="deloption" style="float:right"><img align="right" src="{IMGDIR}/close.gif" /></a></p>
	<form method="post" id="explainform_$id" action="eccredit.php?action=explain&explainsubmit=yes">
		<input type="hidden" name="formhash" value="{FORMHASH}" />
		<input type="hidden" name="id" value="$id" />
		<textarea name="explanation" rows="5" cols="50" class="txtarea" style="width:98%" /></textarea><br /><br />
		<button class="submit" type="button" name="explainsubmit" value="true"  onclick="ajaxpost('explainform_$id', '$ajaxmenuid')">{lang submit}</button>
	</form>
</div>
{template footer}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?