Discuz!官方免费开源建站系统

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[疑问] 自己制作“投稿页面”!如何调用已有的文本编辑框

[复制链接]
baozhengqiang 发表于 2010-6-6 22:35:05 | 显示全部楼层 |阅读模式
图就不上了,这里不能直接上图。代码是这样的:(代码是取自官方模板的,移到自己做的模板,不显示文本编辑框)
  1. <form method="post" name="thevalueform" id="theform" action="{S_URL}/cp.php?ac=news" enctype="multipart/form-data" onSubmit="return validate(this)">
  2.         <input type="hidden" name="formhash" value="<!--{eval echo formhash();}-->" />
  3.         <!--{if $_POST['setid']}-->
  4.                 <input type="hidden" name="fromtype" value="newspost" />
  5.                 <input type="hidden" name="id" value="$_POST[setid]"  />
  6.         <!--{/if}-->
  7.         <div class="global_module margin_bot10 bg_fff userpanel">
  8.           <div class="global_module3_caption">
  9.         <h3>你的位置:$channels['menus'][$channel][name] &gt;&gt; 我的投稿</h3>
  10.       </div>
  11.   <div class="contribution">
  12.                         <table width="100%" cellspacing="0" cellpadding="0">
  13.                                 <tbody>
  14.                                         <tr>
  15.                                                 <td width="110" align="right"><span class="color_red">*</span>标&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;题:</td>
  16.                                                 <td><input id="subject" class="input_tx" onblur="relatekw();" type="text" name="subject" value="$item[subject]" style="$mktitlestyle"  onkeyup="textCounter(this, 'maxlimit', 80);"/>
  17.                                                         <span class="color_gray">当前长可再写长度<strong id="maxlimit">80</strong>字节,最多80个字节</span></td>
  18.                                         </tr>
  19.                                         <tr>
  20.                                                 <td align="right"><span class="color_red">*</span>系统分类:</td>
  21.                                                 <td>
  22.                                                         <select name="catid" id="catid">
  23.                                                                 <option>------</option>
  24.                                                                 <!--{loop $catarr $value}-->
  25.                                                                         <option value="$value[catid]"<!--{if $value['catid'] == $item['catid']}--> selected="selected"<!--{/if}-->>{$value[pre]}{$value[name]}</option>
  26.                                                                 <!--{/loop}-->
  27.                                                         </select>
  28.                                                          <span class="color_gray">请为您的信息正确选择一个系统分类,便于信息被更多的人查看到</span>
  29.                                                  </td>
  30.                                         </tr>
  31.                                         <tr>
  32.                                                 <td colspan="2" style="padding:0 10px;">
  33.                                                         <div id="fulledit" style="margin-top:12px;" class="editerTextBox"><div id="message" class="editerTextBox"></div></div>
  34.                                                         <script type="text/javascript">
  35.                                                         function init() {
  36.                                                                 et = new word("message", "{$item[message]}", 0, 0);
  37.                                                         }
  38.                                                         if(window.Event) {
  39.                                                                 window.onload = init;
  40.                                                         } else {
  41.                                                                 init();
  42.                                                         }
  43.                                                         </script>
  44.                                                 </td>
  45.                                         </tr>
  46.                                 </tbody>
  47.                         </table>
  48.                        
  49.                         <table width="100%" class="globalbox_border">
  50.                                 <tbody>
  51.                                         <tr>
  52.                                                 <td width="100" align="right">获取远程资讯:</td>
  53.                                                 <td>
  54.                                                         <input type="text" name="referurl" id="referurl" class="input_tx" size="60" value="" />
  55.                                                 </td>
  56.                                         </tr>
  57.                                         <tr>
  58.                                                 <td></td>
  59.                                                 <td>
  60.                                                 <select name="robotlevel">
  61.                                                 <option value="1">简单获取</option>
  62.                                                 <option value="2" selected="selected">智能获取</option>
  63.                                                 </select>
  64.                                        
  65.                                                 <span id="scharset" name="scharset">
  66.                                                 <select name="charset" id="charset">
  67.                                                 <option value="">自动分析编码</option>
  68.                                                 <option value="GBK">GBK</option>
  69.                                                 <option value="GB2312" selected="true">GB2312</option>
  70.                                                 <option value="BIG5">BIG5</option>
  71.                                                 <option value="UTF-8">UTF-8</option>
  72.                                        
  73.                                                 <option value="UNICODE">UNICODE</option>
  74.                                                 </select>
  75.                                                 </span>
  76.                                                 <input type="button"  value="获取远程资讯" onclick="return robotReferUrl('getrobotmsg');" />
  77.                                                 <input type="hidden"  value="1" name="isfront" id="isfront" />
  78.                                                         <p class="textmsg" id="divshowrobotmsg" style="display:none"></p>
  79.                                                         <p class="textmsg succ" id="divshowrobotmsgok" style="display:none"></p>
  80.                                                         <span class="color_gray" style="display:block; padding-top:5px;">填入网址,点击“获取远程资讯”按钮就可获得网址中的资讯信息</span>
  81.                                                 </td>
  82.                                         </tr>
  83.                                 </tbody>
  84.                         </table>

  85.                         <table width="100%" class="globalbox_border">
  86.                                 <tbody>
  87.                                         <tr>
  88.                                                 <td width="100" align="right">TAG:</td>
  89.                                                 <td>
  90.                                                         <input name="tagname" type="text" id="tagname" class="input_tx" size="30" value="$item[tagname]" /><input type="button"  value="可用TAG" onclick="relatekw();return false;" />
  91.                                                 </td>
  92.                                         </tr>
  93.                                         <tr>
  94.                                                 <td></td>
  95.                                                 <td>
  96.                                                         <span class="color_gray">TAG就是一篇信息的关键字,只能包含汉英数和下划线,长度不超过10个字符。多个TAG之间用半角空格隔开。</span>
  97.                                                 </td>
  98.                                         </tr>
  99.                                 </tbody>
  100.                         </table>
  101.                        
  102.                         <table width="100%" class="globalbox_border">
  103.                                 <tbody>
  104.                                         <tr>
  105.                                                 <td width="100" align="right">原创作者:</td>
  106.                                                 <td>
  107.                                                         <input name="newsauthor" type="text" id="newsauthor" class="input_tx" style="width:150px;" value="$item[newsauthor]" />
  108.                                                 </td>
  109.                                         </tr>
  110.                                         <tr>
  111.                                                 <td align="right">信息来源:</td>
  112.                                                 <td>
  113.                                                         <input name="newsfrom" type="text" id="newsfrom" class="input_tx" style="width:150px;" value="$item[newsfrom]"  />
  114.                                                 </td>
  115.                                         </tr>
  116.                                         <tr>
  117.                                                 <td align="right">信息来源URL:</td>
  118.                                                 <td>
  119.                                                         <input name="newsfromurl" type="text" id="newsfromurl" size="60" value="$item[newsfromurl]" class="input_tx" />
  120.                                                 </td>
  121.                                         </tr>
  122.                                 </tbody>
  123.                         </table>       
  124.                
  125.                         <div style="padding-left:10px;" align="center">
  126.                         <input class="input_search" type="submit"  name="postsubmit" onclick="publish_article();"  value="提交"/>
  127.                         <input class="input_search" type="submit" name="searchbtn" value="重置"/>
  128.                         <input type="hidden" name="itemid" value="$item[itemid]"/>
  129.                         <input type="hidden" name="type" value="$type"/>
  130.                         </div>
  131.                        
  132.                 </div>
  133.         </div>
  134.         </form>
复制代码
LeftyYL 发表于 2010-6-7 10:02:54 | 显示全部楼层
这样看不来效果
回复

使用道具 举报

LeftyYL 发表于 2010-6-7 10:03:34 | 显示全部楼层
你说的编辑框的代码是那段,我怎么没有找着
回复

使用道具 举报

yamenkou 发表于 2010-9-4 12:31:40 | 显示全部楼层
回复

使用道具 举报

lunyi54 发表于 2010-9-4 14:51:36 | 显示全部楼层
文本编辑框必须要有image文件夹存在
www.76chen.com
回复

使用道具 举报

lunyi54 发表于 2010-9-4 14:52:49 | 显示全部楼层
官方的是点击按钮时调用了图片的
你没有吧
www.76chen.com
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )star

GMT+8, 2024-11-15 22:33 , Processed in 0.028646 second(s), 4 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

快速回复 返回顶部 返回列表