postissue.tpl
来自「用php编写的一个BBS 小程序」· TPL 代码 · 共 57 行
TPL
57 行
<div id="displayPostIssue" style="display:none;z-index:1;position:absolute;width:518px;height:224px;left:0px;top:0px;" onmousedown="emersion(this.id)">
<table id="dragTable8" class="dragTable" width="100%" height="100%">
<tr class="dragBar" onMousedown="downMouse()" onMouseup="upMouse(this)" onMousemove="moveLayer(this.parentNode.parentNode)">
<td width="18" height="18"></td>
<td width="482" align="center" valign="bottom">回复贴子</td>
<td width="18" align="right" valign="top"><a href="javascript:hideDiv(7)" style="text-decoration:none;" title="关闭窗口">×</a></td>
</tr>
<tr>
<td colspan="3" height="206" align="center" bgcolor="#e3e3e3" onmouseover="this.style.background='#eeeeee'" onmouseout="this.style.background='#e3e3e3'">
<table class="table1" width="510">
<form name="postIssue" id="postIssueForm" action="javascript:void(null)" onsubmit="postIssueSubmit()" method="post">
<tr bgcolor="#3980d2">
<td class="td1" width="10%" align="right" style="padding:'2px 5px';color:#d9e1f6" onmouseover="this.style.background='#4891e6'" onmouseout="this.style.background='#3980d2'">主题</td>
<td class="td1" width="90%" align="center" style="padding:'2px';color:#d9e1f6" onmouseover="this.style.background='#4891e6'" onmouseout="this.style.background='#3980d2'"><span id="sbjPStr" style="visibility:hidden" value=""></span><input type="text" name="postSubject" maxlength="255" size="72" value="" class="input1" onfocus="this.select()" onPropertyChange="textCounter(this, 200, 'sbjPStr')" /></td>
</tr>
<tr bgcolor="#eef2fd">
<td class="td1" align="right" valign="top" style="padding:'2px 5px'" onmouseover="this.style.background='#f6f8ff'" onmouseout="this.style.background='#eef2fd'">内容</td>
<td class="td1" align="center" style="padding:'2px'" onmouseover="this.style.background='#f6f8ff'" onmouseout="this.style.background='#eef2fd'"><span id="traPStr" style="visibility:hidden" value=""></span><textarea name="postTractate" maxlength="3" rows="10" cols="70" wrap="VIRTUAL" class="input1" onfocus="this.select()" onPropertyChange="textCounter(this, 10000, 'traPStr')"></textarea></td>
</tr>
<tr bgcolor="#3980d2">
<td class="td1" colspan="2" align="center" style="padding:2px" onmouseover="this.style.background='#4891e6'" onmouseout="this.style.background='#3980d2'"><input type="submit" name="bPIPost" value="回复贴子" class="input2" alt="回复贴子" /></td>
</tr>
</form>
</table>
</td>
</tr>
</table>
</div>
<div id="displayModifyPost" style="display:none;z-index:1;position:absolute;width:518px;height:224px;left:0px;top:0px;" onmousedown="emersion(this.id)">
<table id="dragTable9" class="dragTable" width="100%" height="100%">
<tr class="dragBar" onMousedown="downMouse()" onMouseup="upMouse(this)" onMousemove="moveLayer(this.parentNode.parentNode)">
<td width="18" height="18"></td>
<td width="482" align="center" valign="bottom">编辑贴子</td>
<td width="18" align="right" valign="top"><a href="javascript:hideDiv(8)" style="text-decoration:none;" title="关闭窗口">×</a></td>
</tr>
<tr>
<td colspan="3" height="206" align="center" bgcolor="#e3e3e3" onmouseover="this.style.background='#eeeeee'" onmouseout="this.style.background='#e3e3e3'">
<table class="table1" width="510">
<form name="modifyPost" id="modifyPostForm" action="javascript:void(null)" onsubmit="modifyPostSubmit()" method="post">
<tr bgcolor="#3980d2">
<td class="td1" width="10%" align="right" style="padding:'2px 5px';color:#d9e1f6" onmouseover="this.style.background='#4891e6'" onmouseout="this.style.background='#3980d2'">主题</td>
<td class="td1" width="90%" align="center" style="padding:'2px';color:#d9e1f6" onmouseover="this.style.background='#4891e6'" onmouseout="this.style.background='#3980d2'"><span id="sbjMStr" style="visibility:hidden" value=""></span><input type="text" name="modifySubject" maxlength="255" size="72" value="" class="input1" onfocus="this.select()" onPropertyChange="textCounter(this, 200, 'sbjMStr')" /></td>
</tr>
<tr bgcolor="#eef2fd">
<td class="td1" align="right" valign="top" style="padding:'2px 5px'" onmouseover="this.style.background='#f6f8ff'" onmouseout="this.style.background='#eef2fd'">内容</td>
<td class="td1" align="center" style="padding:'2px'" onmouseover="this.style.background='#f6f8ff'" onmouseout="this.style.background='#eef2fd'"><span id="traMStr" style="visibility:hidden" value=""></span><textarea name="modifyTractate" maxlength="3" rows="10" cols="70" wrap="VIRTUAL" class="input1" onfocus="this.select()" onPropertyChange="textCounter(this, 10000, 'traMStr')"></textarea></td>
</tr>
<tr bgcolor="#3980d2">
<td class="td1" colspan="2" align="center" style="padding:2px" onmouseover="this.style.background='#4891e6'" onmouseout="this.style.background='#3980d2'"><input type="hidden" name="mPpId" value="" /><input type="hidden" name="mPtCId" value="" /><input type="hidden" name="mP1st" value="" /><input type="submit" name="bMPEdit" value="编辑贴子" class="input2" alt="编辑贴子" /> <input type="button" name="bMPRefit" value="重置" onclick="modifyPostRefit()" class="input2" alt="重置贴子内容" /></td>
</tr>
</form>
</table>
</td>
</tr>
</table>
</div>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?