📄 post_attachments.htm
字号:
<table cellspacing="1" cellpadding="6" width="100%" align="center" style="background: {BGBORDER}">
<tr class="altbg1"><td colspan="2">
<span class="bold">{lang attachment_new}</span> <a id="addattachlink" href="###" onclick="newnode = $('attachbodyhidden').firstChild.cloneNode(true); $('attachbody').appendChild(newnode)">[+]</a> <a id="addattachlink" href="###" onclick="$('attachbody').childNodes.length > 1 && $('attachbody').lastChild ? $('attachbody').removeChild($('attachbody').lastChild) : 0;">[-]</a> ( {lang lower_than} $maxattachsize_kb kb <!--{if $attachextensions}-->, {lang attachment_allow_exts}: $attachextensions<!--{/if}-->)
</td></tr>
<tbody id="attachbodyhidden" style="display:none"><tr class="altbg1"><td width="100%">
<!--{if $allowsetattachperm}-->{lang readperm}: <input type="text" name="attachperm[]" value="0" size="1"> <!--{/if}-->
{lang description}: <input type="text" name="attachdesc[]" size="15"> {lang attachment}: <input type="file" name="attach[]" size="15">
</td></tr></tbody>
<tbody id="attachbody"><tr class="altbg1"><td width="100%">
<!--{if $allowsetattachperm}-->{lang readperm}: <input type="text" name="attachperm[]" value="0" size="1"> <!--{/if}-->
{lang description}: <input type="text" name="attachdesc[]" size="15"> {lang attachment}: <input type="file" name="attach[]" size="15">
</td></tr></tbody>
</table>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -