show.html 3.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. <include file="header_know" />
  2. <link rel="stylesheet" type="text/css" href="__TMPL__/style/css/style.css"/>
  3. <link rel="stylesheet" type="text/css" href="__TMPL__/style/css/know-content.css"/>
  4. <link rel="stylesheet" type="text/css" href="__TMPL__/style/css/video.css"/>
  5. <link rel="stylesheet" type="text/css" href="__TMPL__/style/css/know.css"/>
  6. <style>
  7. li a:link, li a:visited, li a:active{
  8. color:#fff;
  9. }
  10. </style>
  11. <div class="nav m" style="margin-bottom: 20px;">
  12. <a href="/">首页</a> <i>&gt;</i> <a href="/know/">加盟问答</a> <i>&gt;</i> <a href="/know/284">加盟指南</a></div>
  13. </div>
  14. <div class="m">
  15. <div class="know_show">
  16. <table>
  17. <tr>
  18. <td valign="top" class="know_show_l">
  19. <ul>
  20. <li>
  21. <a href="#" class="b"><strong>{$info.username}</strong></a>
  22. </li>
  23. <li><img src="__TMPL__/style/picture/show.php" alt="" class="know_avatar"/></li>
  24. <li><a href="#" target="_blank" rel="nofollow"><img src="__TMPL__/style/picture/online.png.php" title="点击交谈/留言" alt="" align="absmiddle" onerror="this.src=DTPath+'file/image/web-off.gif';"/></a></li><li></li>
  25. </ul>
  26. </td>
  27. <td valign="top">
  28. <div class="know_info">
  29. <span class="f_r">
  30. <!-- <a href="javascript:SendFav();" class="b">收藏</a>&nbsp; | &nbsp;
  31. <a href="javascript:SendReport();" class="b">举报</a> -->
  32. </span>
  33. {:date('Y-m-d H:i:s',$info.create_time)} &nbsp;
  34. 提问
  35. </div>
  36. <div class="b20"></div>
  37. <h1 class="title" id="title">{$info.title}</h1>
  38. <!-- <div class="info"><span class="f_r f_b"><img src="__TMPL__/style/picture/know_1.gif" align="absmiddle"/> 待解决</span>
  39. <img src="__TMPL__/style/picture/ico_reward.gif" align="absmiddle"/> <span class="f_orange">悬赏分:0</span>
  40. <span class="f_gray">
  41. - 离问题结束还有 2天20小时14分53秒
  42. </span>
  43. </div> -->
  44. <div id="question" class="content">
  45. {$info.content}
  46. </div>
  47. <br/><a href="#answer"><img src="__TMPL__/style/picture/btn_answer.gif" width="90" height="23" alt="我来回答" id="answer_btn" style="display:none;margin:20px;"/></a></td>
  48. </tr>
  49. <if condition="$info.author">
  50. <tr>
  51. <td valign="top" class="know_show_l">
  52. <ul>
  53. <li>
  54. <a href="#" class="b"><strong>{$info.author}</strong></a>
  55. </li>
  56. <li><img src="__TMPL__/style/picture/show.php" alt="" class="know_avatar"/></li>
  57. <li><a href="#" target="_blank" rel="nofollow"><img src="__TMPL__/style/picture/online.png.php" title="点击交谈/留言" alt="" align="absmiddle" onerror="this.src=DTPath+'file/image/web-off.gif';"/></a></li><li></li>
  58. </ul>
  59. </td>
  60. <td valign="top">
  61. <div class="know_info">
  62. <span class="f_r">
  63. <!-- <a href="javascript:SendFav();" class="b">收藏</a>&nbsp; | &nbsp;
  64. <a href="javascript:SendReport();" class="b">举报</a> -->
  65. </span>
  66. {:date('Y-m-d H:i:s',$info.answer_time)} &nbsp;
  67. 回答
  68. </div>
  69. <div class="b20"></div>
  70. <div class="content">
  71. {$info.answer}
  72. </div>
  73. </td>
  74. </tr>
  75. </if>
  76. </table>
  77. </div>
  78. </div>
  79. <include file="footer" />