国内流行的内容管理系统(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.

89 lines
3.6KB

  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 name='keywords'/}" />
  7. <meta name="description" content="{dede:field name='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/}/list.php?tid={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/}/list.php?tid={dede:field.id/}";}else if(/iPad/i.test(navigator.userAgent)){}else{}}catch(e){}}}}</script>
  11. </head>
  12. <body class="channel">
  13. {dede:include filename="head.htm"/}
  14. <!-- /header -->
  15. <div class="channel-nav w960 center clear">
  16. <div class='sonnav'>
  17. {dede:channel type='son' currentstyle="<span><a href='~typelink~' class='thisclass'>~typename~</a></span>"}
  18. <span><a href='[field:typeurl/]'>[field:typename/]</a></span>{/dede:channel}
  19. </div>
  20. </div><!-- /channel-nav -->
  21. <div class="w960 center clear mt1">
  22. <div class="pleft">
  23. <div class="picnews mt1">
  24. <dl class="tbox">
  25. <dt><strong>图文资讯</strong></dt>
  26. <dd>
  27. <ul class="e1">
  28. {dede:arclistsg row=5 orderby=pubdate flag='p'}
  29. <li><a href="[field:arcurl/]"><img src='[field:litpic/]' width='124px' height='94px'/><span class="title">[field:title/]</span></a></li>{/dede:arclistsg}
  30. </ul>
  31. </dd>
  32. </dl>
  33. </div><!-- /picnews -->
  34. <div class="listbox">
  35. {dede:channelartlist}
  36. <dl class="tbox">
  37. <dt><strong><a href="{dede:field name='typeurl'/}">{dede:field name='typename'/}</a></strong><span class="more"><a href="{dede:field name='typeurl'/}">更多...</a></span></dt>
  38. <dd>
  39. <ul class="d1 ico3">
  40. {dede:arclistsg titlelen='60' row='8'}
  41. <li><a href="[field:arcurl /]">[field:title /]</a></li>
  42. {/dede:arclistsg}
  43. </ul>
  44. </dd>
  45. </dl>
  46. {/dede:channelartlist}
  47. </div><!-- /listbox -->
  48. </div><!-- /pleft -->
  49. <div class="pright">
  50. <div class="strongrange mt1">
  51. <dl class="tbox">
  52. <dt><strong>推荐内容</strong></dt>
  53. <dd>
  54. <ul class="d1 ico2">
  55. {dede:arclistsg flag='c' titlelen=42 row=6}
  56. <li><span>[[field:typename/]]</span><a href="[field:arcurl/]">[field:title/]</a></li>
  57. {/dede:arclistsg}
  58. </ul>
  59. </dd>
  60. </dl>
  61. </div><!-- /commend -->
  62. <div class="strongrange mt1">
  63. <dl class="tbox">
  64. <dt><strong>热点内容</strong></dt>
  65. <dd>
  66. <ul class="d1 ico2">
  67. {dede:arclistsg row=10 orderby=click}
  68. <li><span>[[field:typename/]]</span><a href="[field:arcurl/]">[field:title/]</a></li>
  69. {/dede:arclistsg}
  70. </ul>
  71. </dd>
  72. </dl>
  73. </div>
  74. </div><!-- /pright -->
  75. </div>
  76. {dede:include filename="footer.htm"/}
  77. <!-- /footer -->
  78. </body>
  79. </html>