账号通
    

账号  

密码  

1783

查看

7

回复
主题:[ICMS]问答系统在提问的时候没有选择问题类型的地方 [收藏主题] 转到:  
ittoday 当前离线

91

主题

28

广播

0

粉丝
添加关注
级别:学前班

用户积分:260 分
登录次数:119 次
注册时间:2013/8/29
最后登录:2016/4/20
ittoday 发表于:2013/9/23 18:54:53   | 显示全部帖子 查看该作者主题 楼主 
 
  支持(0) | 反对(0) 回到顶部顶端 回到底部底部
ittoday 当前离线

91

主题

28

广播

0

粉丝
添加关注
级别:学前班

用户积分:260 分
登录次数:119 次
注册时间:2013/8/29
最后登录:2016/4/20
ittoday 发表于:2013/9/24 10:20:45   | 显示全部帖子 查看该作者主题 沙发 
 
  支持(0) | 反对(0) 回到顶部顶端 回到底部底部
ittoday 当前离线

91

主题

28

广播

0

粉丝
添加关注
级别:学前班

用户积分:260 分
登录次数:119 次
注册时间:2013/8/29
最后登录:2016/4/20
ittoday 发表于:2013/9/24 17:33:45   | 显示全部帖子 查看该作者主题 藤椅 
http://www.ittoday.com.cn/ask/ask.aspx

你说的这个文件是存在的,模版用的就是官方模版,我只是屏蔽了一段广告代码

  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3c.org/TR/1999/REC-html401-19991224/loose.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <title>提问页面</title>
  5. <meta http-equiv=Content-Type content="text/html; charset=utf-8">
  6. <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
  7. <link href="{$GetInstallDir}images/home.css" rel="stylesheet" />
  8. <script src="{$GetInstallDir}ks_inc/jquery.js" type="text/javascript"></script>
  9. <script src="{$GetInstallDir}ks_inc/Kesion.Common.js" type="text/javascript"></script>
  10. <script src="{$GetInstallDir}ks_inc/lhgdialog.js"></script>
  11. <!--[if IE 6]>
  12. <script src="{$GetInstallDir}ks_inc/iepng.js" type="text/javascript"></script>
  13. <script type="text/javascript">
  14.    EvPNG.fix('div, ul, img, li, input');
  15. </script>
  16. <![endif]-->
  17. <script language="JavaScript">
  18. <!--
  19. function checkform(obj){
  20. if ('{KS:User:UserName}'=='' && {$AskVisitorTF}==0){
  21. $.dialog.alert('对不起,请登录后再提问!',function(){showuserlogin();});
  22. }
  23. if($("#title").val()==""){
  24. $.dialog.alert("请输入问题!",function(){
  25. $("#title").focus();
  26. });
  27. return false;
  28. }
  29.     if ({$MustVerifyCode}==1 && $("#VerifyCode").val()==''){
  30.    $.dialog.alert("请输入验证码!",function(){
  31. $("#VerifyCode").focus();
  32. });
  33. return false;
  34. }
  35. return true;
  36. }
  37. function ShowLogin(){
  38. showuserlogin();
  39. }
  40. //-->
  41. </script>
  42. </head>
  43. <body>
  44. {KS_头部通用}
  45. <div class="nav">
  46. <ul>
  47. {KS_频道导航}
  48. </ul>
  49. </div>
  50. <div class="Dg">{KS_位置导航}</div>
  51. <div class="clear"></div>
  52. <!---<div class="idx" style="margin-top:0px"><img src="{$GetInstallDir}images/ask/cd482777bf514e65a6173e47fcd8f47a.png" width="100%" /></div>--->
  53. <div class="idx">
  54. <div class="askxqmain">
  55.    
  56.    <!--相关提问-->
  57.    <div class="askxg">
  58. <div class="askxgbox">
  59.   <div id="RelatedQuestionZone"></div>
  60.   <iframe name="_hideframe" style="display:none;"></iframe>
  61. </div>
  62. </div>
  63. <!--相关提问-->
  64.   <div class="clear blank10"></div>
  65.   <div class="twbox">
  66.    <!--提问-->
  67.      <div class="title">我要提问</div>
  68. <table width="100%" border="0" cellpadding="0" cellspacing="6" class="ask_box">
  69. <form name="askedform" id="askedform" method="post" action="ask.aspx" target="_hideframe" onSubmit="return checkform(this);">
  70. <input type="hidden" name="action" value="save">
  71. <input type="hidden" name="askUserID" value="{$AskZJUserID}">
  72. <tr>
  73. <td width="20%" class="asktitile">问题:</td>
  74. <td width="80%" style="background:#eee;padding:5px;"><textarea  name="title" id="title"  maxlength="150" style="width:500px;height:100px;border:1px solid #aaa">{$AskQestion}</textarea><font color="red">*</font></td>
  75. </tr>
  76. <div style="background:url({$GetInstallDir}images/ask/ask17.png) no-repeat; width:205px;padding:10px 10px 10px 15px; height:50px; position:absolute;margin-left:630px;"><b style="color:#e00">!</b>请简明清晰地描述您的疑问<br />如:怎么学好语文?</div>
  77. <tr>
  78. <td align="left"></td>
  79. <td style="background:#eee url({$GetInstallDir}images/ask/ask11.png) no-repeat 7px 5px;padding:5px;"><a href="javascript:;" onClick="$('#mydetail').toggle()"><strong style="padding-left:22px;">添加补充</strong></a>
  80. <div id="mydetail" style="display:none">
  81. <span><b style="color:#e00">!</b>请详细描述您的问题,描述越细致,越容易得到准确回答。</span>
  82. <br/>
  83. <textarea style="width:500px;height:150px" name="content" id="content" cols="80" rows="6" wrap="PHYSICAL"></textarea>
  84.    </div>
  85. </td>
  86. </tr>
  87. <tr>
  88. <td align="left" class="asktitile">问题分类:</td>
  89. <td>
  90. <script src="category.aspx" language="javascript"></script>
  91. <div style="clear:both"><font color="red">*</font> <span>请您选择正确的分类,以使您的问题得到更专业的解答。</span></div></td>
  92. </tr>
  93. <tr>
  94. <td align="left" class="asktitile">悬 赏 分:</td>
  95. <td><select name="Reward">
  96. <option value="0">无悬赏</option>
  97. <option value="1">1分</option>
  98. <option value="5">5分</option>
  99. <option value="10">10分</option>
  100. <option value="15">15分</option>
  101. <option value="20">20分</option>
  102. <option value="30">30分</option>
  103. <option value="50">50分</option>
  104. <option value="80">80分</option>
  105. <option value="100">100分</option>
  106. </select>
  107. 您当前的可用积分 <font color="red">{KS:User:AvailableScore}分</font>
  108. <span>设置悬赏可以吸引到更多更精彩的回答。</span></td>
  109. </tr>
  110. <tr{$DisplayVerifyCode}>
  111. <td align="left" class="asktitile">验 证 码</td>
  112. <td><input type="text" name="VerifyCode" id="VerifyCode" maxlength="6" class="textbox" style="width:60px"/>{$Show_VerifyCode}<span>请输入验证码</span></td>
  113. </tr>
  114. <tr>
  115. <td align="right"></td>
  116. <td style="padding:20px 0px 10px 0px"><input  type="image" src="{$GetInstallDir}images/ask/ask16.png" name="asksubmit" id="asksubmit"/></td>
  117. </tr>
  118. </form>
  119. </table>
  120.            <!--提问end-->
  121.    
  122. </div>
  123.   
  124. </div>
  125. </div>
  126. <!--问答详情end-->
  127. <!--问答主体start-->
  128.   {KS_尾部通用}
  129. </body>
  130. </html>




 
  支持(0) | 反对(0) 回到顶部顶端 回到底部底部
ittoday 当前离线

91

主题

28

广播

0

粉丝
添加关注
级别:学前班

用户积分:260 分
登录次数:119 次
注册时间:2013/8/29
最后登录:2016/4/20
ittoday 发表于:2013/9/26 10:16:57   | 显示全部帖子 查看该作者主题 板凳 
科汛在线商城系统(NET)
官方来看看这是肿么了
 
  支持(0) | 反对(0) 回到顶部顶端 回到底部底部
ittoday 当前离线

91

主题

28

广播

0

粉丝
添加关注
级别:学前班

用户积分:260 分
登录次数:119 次
注册时间:2013/8/29
最后登录:2016/4/20
ittoday 发表于:2013/9/26 14:31:15   | 显示全部帖子 查看该作者主题 报纸 
 
  支持(0) | 反对(0) 回到顶部顶端 回到底部底部
<上一主题 | 下一主题 >
Powered By KesionCMS Version X1
厦门科汛软件有限公司 © 2006-2016 页面执行0.10986秒 powered by KesionCMS 9.0