国内流行的内容管理系统(CMS)多端全媒体解决方案 https://www.dedebiz.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

84 lines
3.5KB

  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset={dede:global.cfg_soft_lang/}" />
  5. <title>{dede:field.title/}_{dede:global.cfg_webname/}</title>
  6. <meta name="keywords" content="{dede:field.keywords/}" />
  7. <meta name="description" content="{dede:field.description function='html2text(@me)'/}" />
  8. <link href="{dede:global.cfg_templets_skin/}/style/dedecms.css" rel="stylesheet" media="screen" type="text/css" />
  9. <meta http-equiv="mobile-agent" content="format=xhtml;url={dede:global.cfg_mobileurl/}/view.php?aid={dede:field.id/}">
  10. <script type="text/javascript">if(window.location.toString().indexOf('pref=padindex') != -1){}else{if(/AppleWebKit.*Mobile/i.test(navigator.userAgent) || (/MIDP|SymbianOS|NOKIA|SAMSUNG|LG|NEC|TCL|Alcatel|BIRD|DBTEL|Dopod|PHILIPS|HAIER|LENOVO|MOT-|Nokia|SonyEricsson|SIE-|Amoi|ZTE/.test(navigator.userAgent))){if(window.location.href.indexOf("?mobile")<0){try{if(/Android|Windows Phone|webOS|iPhone|iPod|BlackBerry/i.test(navigator.userAgent)){window.location.href="{dede:global.cfg_mobileurl/}/view.php?aid={dede:field.id/}";}else if(/iPad/i.test(navigator.userAgent)){}else{}}catch(e){}}}}</script>
  11. </head>
  12. <body >
  13. {dede:include filename="head2.htm"/}
  14. <!-- /header -->
  15. <div class="w960 center clear mt1">
  16. <div class="pleft">
  17. <div class="place">
  18. <strong>当前位置:</strong> {dede:field name='position'/}专题
  19. </div><!-- /place -->
  20. <div class="viewbox">
  21. <div class="title">
  22. <h2>{dede:field name="title"/}</h2>
  23. </div><!-- /title -->
  24. <div class="info">
  25. <small>时间:</small>{dede:field.pubdate function="MyDate('Y-m-d H:i',@me)"/}<small>责任编辑:</small>{dede:field.writer/} <small>点击:</small><script src="{dede:field name='phpurl'/}/count.php?view=yes&aid={dede:field name='id'/}&mid={dede:field name='mid'/}" type='text/javascript' language="javascript"></script>次
  26. </div><!-- /info -->
  27. <div class="specialpic">
  28. <img src="{dede:field name='litpic'/}" />
  29. </div>
  30. <div class="content">
  31.  {dede:field name='description'/}
  32. </div><!-- /content -->
  33. <div class="boxoff">
  34. <strong>------分隔线----------------------------</strong>
  35. </div>
  36. </div><!-- /viewbox -->
  37. <div class="speciallist">
  38. {dede:field name='note' noteid='aaa' /}
  39. {dede:field name='note' noteid='bbb' /}
  40. {dede:field name='note' noteid='ccc' /}
  41. {dede:field name='note' noteid='ddd' /}
  42. </div>
  43. </div><!-- /pleft -->
  44. <div class="pright">
  45. <div class="commend">
  46. <dl class="tbox">
  47. <dt><strong>推荐专题</strong></dt>
  48. <dd>
  49. <ul class="d4">
  50. {dede:arclist flag='c' channelid='-1' titlelen=42 row=6}
  51. <li><a href="[field:arcurl/]">[field:title/]</a>
  52. <p>[field:description function='cn_substr(@me,80)'/]...</p>
  53. </li>{/dede:arclist}
  54. </ul>
  55. </dd>
  56. </dl>
  57. </div><!-- /commend -->
  58. <div class="hot mt1">
  59. <dl class="tbox">
  60. <dt><strong>热点内容</strong></dt>
  61. <dd>
  62. <ul class="c1 ico2">
  63. {dede:arclist row=10 orderby=click}
  64. <li><a href="[field:arcurl/]">[field:title/]</a></li>
  65. {/dede:arclist}
  66. </ul>
  67. </dd>
  68. </dl>
  69. </div>
  70. </div><!-- /pright -->
  71. </div>
  72. {dede:include filename="footer.htm"/}
  73. <!-- /footer -->
  74. </body>
  75. </html>