askPost_pay_1.html 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. <!-- include 'header' -->
  2. <div class="globalContent warpContent clearfix">
  3. <div class="mainContent">
  4. <div class="askPostPage">
  5. <div class="fL"><!-- WPA Button Begin -->
  6. <script type="text/javascript" src="http://static.b.qq.com/account/bizqq/js/wpa.js?wty=1&type=9&kfuin=800003850&ws=www.smartcost.com.cn&btn1=%E7%BA%B5%E6%A8%AA%E7%9F%A5%E9%81%93%E5%AE%A2%E6%9C%8D&btn2=%E6%9C%8D%E5%8A%A1%E6%97%B6%E9%97%B4%3A09%3A00-18%3A00&tx=3&aty=0&a=&key=X%3DWfSfTa%09%3D%04a%07%3FU9R2Tk%01%3BQ6%088S5Q7V7_%3ASgPe"></script>
  7. <!-- WPA Button END -->
  8. </div>
  9. <form name="askform" action="/question/do_pay" method="post" onsubmit="return ask_post_form()" >
  10. <div class="payConfirm clearfix">
  11. <!---->
  12. <div class="payCho">
  13. <div class="choTitle">服务标准:</div>
  14. <div class="choItem">
  15. <div id="500" <!-- if {{price}}>=500 --> class="choEntry now" <!-- else --> class="choEntry disCho" <!-- endif --> >
  16. <!-- if {{price}}>=500 -->
  17. <input type="radio" name="price" id="price_500" checked value="500"/>2个工作日内解答
  18. <p>费用:<b>¥500.00</b>元</p>
  19. <!-- else -->
  20. <input type="radio" disabled name="price" />2个工作日内解答
  21. <p class="colRed">你的余额不足</p>
  22. <!-- endif -->
  23. </div>
  24. <div id="200" <!-- if {{price}}>=200&&{{price}}<500 --> class="choEntry now" <!-- elseif {{price}}>=500 --> class="choEntry " <!-- else --> class="choEntry disCho" <!-- endif --> >
  25. <!-- if {{price}}>=200&&{{price}}<500 -->
  26. <input type="radio" id="price_200" name="price" checked value="200" />3个工作日内解答
  27. <p>费用:<b>¥200.00</b>元</p>
  28. <!-- elseif {{price}}>=500 -->
  29. <input type="radio" name="price" id="price_200" value="200"/>3个工作日内解答
  30. <p>费用:<b>¥200.00</b>元</p>
  31. <!-- else -->
  32. <input type="radio" disabled name="price" />3个工作日内解答
  33. <p class="colRed">你的余额不足</p>
  34. <!-- endif -->
  35. </div>
  36. <div id="100" <!-- if {{price}}>=100&&{{price}}<200 --> class="choEntry now" <!-- elseif {{price}}>=200 --> class="choEntry " <!-- else --> class="choEntry disCho" <!-- endif --> >
  37. <!-- if {{price}}>=100&&{{price}}<200 -->
  38. <input type="radio" id="price_100" name="price" checked value="100"/>5个工作日内解答
  39. <p>费用:<b>¥100.00</b>元</p>
  40. <!-- elseif {{price}}>=200 -->
  41. <input type="radio" name="price" id="price_100" value="100"/>5个工作日内解答
  42. <p>费用:<b>¥100.00</b>元</p>
  43. <!-- else -->
  44. <input type="radio" disabled name="price" />5个工作日内解答
  45. <p class="colRed">你的余额不足</p>
  46. <!-- endif -->
  47. </div>
  48. </div>
  49. </div>
  50. <div class="payProvision">
  51. <h3>纵横知道提醒您:</h3>
  52. <div class="payPcon">
  53. <p>1、上述工作日指法定工作日</p>
  54. <p>2、对回答不满意,可无条件退款。</p>
  55. <p>3、解答人的个人信息受到保护,不接受任何个人或单位的查询。</p>
  56. <p>4、问题解答仅供参考,本公司及解答人不承担连带责任。</p>
  57. <p>详细服务条款可查阅《<a href="http://help.smartcost.com.cn/hc/kb/article/161252/" target="_blank"><b>用户使用条款</b></a>》</p>
  58. </div>
  59. </div>
  60. <div class="clearfix">
  61. <!-- if {{price}}<500 -->
  62. <a href="http://sso.smartcost.com.cn/deposit" target="_blank" class="button btn-red btn-large">充值</a>
  63. <!-- endif -->
  64. <input type="submit" class="button" value="确定付款,去填写问题" /></div>
  65. </form>
  66. </div>
  67. </div>
  68. </div>
  69. </div>
  70. <!-- include '/footer' -->