原帖由 mastermind007 于 2006-8-25 21:15 发表
下拉好像与js有关联
我没学过js,不懂了,抱歉…
不需要的.下拉我已经实现了.差的就是在快速回复不能显示出来
顺便公布一下吧
- <!--{if $smileyinsert}-->
- <table width="300" cellpadding="1" cellspacing="1">
- <tr>
- <td width="160" height="23" align="center"><span style="cursor:hand" onClick="smilelist.style.display=smilelist.style.display=='none'?'block':'none'" title="显示/隐藏表情图标列表"><span class="style4"><font color=##F1A65B>插入表情图标</font></span><span class="style5">(←点击下拉)</span></span> </td>
- <td width="140" height="23" align="center"><span style="cursor:hand" onClick="zt.style.display=zt.style.display=='none'?'block':'none'" title="显示/隐藏转贴工具"><span class="style4"><font color=##F1A65B>转贴工具</font></span><span class="style5">(←点击下拉)</span></span> </td>
- </tr>
- </table>
- <table border="0" width="645" cellspacing="0" cellpadding="0">
- <tbody id="smilelist" style="display:none">
- <tr><td>
- <fieldset style='width:100%'><legend>选择表情:</legend>
- <div style="overflow:auto;height=180;">
- <table border="0" width="100%" cellspacing="0" cellpadding="0">
- <tr><td>
- $smilies
- <!--{if $moresmilies}-->
- <tr>
- <td colspan="$smcols" align="left"><br>
- <a href="###" class="smalltxt"
- onclick="window.open('post.php?action=smilies', '', 'width=200,height=500,resizable=yes,scrollbars=yes');">
- <span class="bold">{lang post_smilies_more}</span></a></td>
- </tr>
- <!--{/if}-->
- <td></tr></table></div></fieldset></td></tr></tbody></table>
- <table border="0" width="80%" cellspacing="0" cellpadding="0" align="left">
- <tbody id="zt" style="display:none">
- <tr><td>
- <fieldset style='width:100%'><legend>转贴工具</legend>
- <div style="overflow:auto;height=80;">
- <table border="0" width="90%" id="table1" cellspacing="0" cellpadding="0">
- <tr>
- <td><LABEL for="x_paste"><IFRAME id=rtf style="WIDTH: 0px; HEIGHT: 0px" marginWidth=0
- marginHeight=0 src="about:blank" scrolling=no name="I1"></IFRAME></td>
- </tr>
- <tr>
- <td>
- <TABLE borderColor="#cccccc" cellSpacing="1" width="630"
- bgColor="" border="0">
- <TBODY>
- <TR>
- <TD class=tablebody2>
- <INPUT onclick="document.getElementById('atc_content').value += encode(trans(linka.checked,img.checked,odj.checked,glm.checked,stext.checked,font.checked,font_color.checked,font_size.checked,font_face.checked,font_b.checked,font_i.checked,font_u.checked))" type="button" style="WIDTH: 85;" value="末尾追加内容">
- <INPUT onclick="document.getElementById('atc_content').value = encode(trans(linka.checked,img.checked,odj.checked,glm.checked,stext.checked,font.checked,font_color.checked,font_size.checked,font_face.checked,font_b.checked,font_i.checked,font_u.checked))" type="button" style="WIDTH: 85;" value="覆盖现有内容">
- <input type="button" name="Submit3" value="分析超链接" onClick="url()" style="width:85" title="自动分析所有超链接,并转换成超链接格式
- 注意:超链接必须单独在一行中!">
- <input type="button" name="Submit" value="增加空行" onClick="addbr()" style="width:80" title="为每一行(包括空行)增加一空行">
- <input type="button" name="Submit0" value="清除空行" onclick="delnull()" style="width:80" title="紧凑格式,删除所有空行">
- <INPUT onclick="document.getElementById('atc_content').value =''" type="button" style="WIDTH: 80px" value="清空内容">
- <input type="submit" name="previewpost" style="WIDTH: 80px"value="预览内容" tabindex="6">
- <BR/>
- <LABEL for=“linka”><INPUT id="linka" type=checkbox>链接</LABEL>
- <LABEL for=img><INPUT id=img type=checkbox>图片</LABEL>
- <LABEL for=odj><INPUT id=odj type=checkbox>媒体</LABEL>
- <LABEL for=glm><INPUT id=glm type=checkbox>干扰码</LABEL>
- <LABEL for=stext><INPUT id=stext type=checkbox>文字</LABEL>
- <LABEL for=font><INPUT id=font onclick=font_color.checked=this.checked;font_size.checked=this.checked;font_face.checked=this.checked;font_b.checked=this.checked;font_i.checked=this.checked;font_u.checked=this.checked; type=checkbox>文字属性</LABEL>
- <LABEL for=font_color><INPUT id=font_color type=checkbox>颜色</LABEL>
- <LABEL for=font_size><INPUT id=font_size type=checkbox>尺寸</LABEL>
- <LABEL for=font_face><INPUT id=font_face type=checkbox>字体</LABEL>
- <LABEL for=font_b><INPUT id=font_b type=checkbox>粗体</LABEL>
- <LABEL for=font_i><INPUT id=font_i type=checkbox>斜体</LABEL>
- <LABEL for=font_u><INPUT id=font_u type=checkbox>划线</LABEL>
- </TD></TR></TBODY></TABLE>
- ※ 转贴易:可将其他论坛复制的内容,迅速转换成论坛使用的UBB代码。<br/>
- ※ 注 意:打勾为不需要的内容,在点击易可贴前,请选择好您不需要的内容。
- <Script>rtf.document.designMode="On";</Script></td>
- </tr>
- </table>
- </div></fieldset></td></tr></tbody></table>
- </table>
- <!--{/if}-->
复制代码 |