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

77 lines
3.3KB

  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="infoslist">
  13. {dede:include filename="head.htm"/}
  14. <!-- /header -->
  15. <div class="channel-nav w960 center clear">
  16. <div class='sonnav'>
  17. {dede:channel 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="place">
  24. <strong>当前位置:</strong> {dede:field name='position'/}
  25. </div><!-- /place -->
  26. <div class="listbox">
  27. <ul class="d5">
  28. {dede:list pagesize='20'}
  29. <li><a href="[field:arcurl/]" class="title">[field:title/]</a><span class="date">[field:pubdate function="GetDateTimeMK(@me)"/]</span></li>
  30. {/dede:list}
  31. </ul>
  32. </div><!-- /listbox -->
  33. <div class="dede_pages">
  34. <ul class="pagelist">
  35. {dede:pagelist listitem="info,index,end,pre,next,pageno" listsize="5"/}
  36. </ul>
  37. </div><!-- /pages -->
  38. </div><!-- /pleft -->
  39. <div class="pright">
  40. <div class="strongrange mt1">
  41. <dl class="tbox">
  42. <dt><strong>最新信息</strong></dt>
  43. <dd>
  44. <ul class="d1 ico2">
  45. {dede:arclistsg orderby='id' titlelen='60' row='10'}
  46. <li><span>[field:typename/]</span><a href="[field:arcurl/]">[field:title/]</a></li>
  47. {/dede:arclistsg}
  48. </ul>
  49. </dd>
  50. </dl>
  51. </div><!-- /strongrange -->
  52. <div class="strongrange mt1">
  53. <dl class="tbox">
  54. <dt><strong>热门信息</strong></dt>
  55. <dd>
  56. <ul class="d1 ico2">
  57. {dede:arclistsg sort='click' titlelen='30' row='10'}
  58. <li><span>[field:typename/]</span><a href="[field:arcurl/]">[field:title/]</a></li>
  59. {/dede:arclistsg}
  60. </ul>
  61. </dd>
  62. </dl>
  63. </div><!-- /strongrange -->
  64. {dede:qrcode/}
  65. </div><!-- /pright -->
  66. </div>
  67. {dede:include filename="footer.htm"/}
  68. <!-- /footer -->
  69. </body>
  70. </html>