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

117 lines
4.7KB

  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="w960 center clear mt1">
  16. <div class="pleft">
  17. <div class="picnews">
  18. <dl class="tbox">
  19. <dt><strong>图文信息</strong></dt>
  20. <dd>
  21. <ul class="e1">
  22. {dede:arclistsg row=5 orderby=pubdate flag='p'}
  23. <li><a href="[field:arcurl/]"><img src='[field:litpic/]' width='124px' height='94px'/><span class="title">[field:title/]</span></a></li>
  24. {/dede:arclistsg}
  25. </ul>
  26. </dd>
  27. </dl>
  28. </div>
  29. <!-- /picnews -->
  30. <div class="listbox">
  31. {dede:channelartlist}
  32. <dl class="tbox">
  33. <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>
  34. <dd>
  35. <ul class="d1 ico3">
  36. {dede:arclistsg titlelen='60' row='8'}
  37. <li><a href="[field:arcurl /]">[field:title /]</a></li>
  38. {/dede:arclistsg}
  39. </ul>
  40. </dd>
  41. </dl>
  42. {/dede:channelartlist}
  43. </div>
  44. <!-- /listbox -->
  45. </div>
  46. <!-- /pleft -->
  47. <div class="pright">
  48. <div>
  49. <dl class="tbox">
  50. <dt><strong>栏目列表</strong></dt>
  51. <dd>
  52. <ul class="d6">
  53. {dede:channel type='son' currentstyle="<li><a href='~typelink~' class='thisclass'>~typename~</a></li>"}
  54. <li><a href='[field:typeurl/]'>[field:typename/]</a></li>{/dede:channel}
  55. </ul>
  56. </dd>
  57. </dl>
  58. </div>
  59. <div class="infos_search">
  60. <dl class="tbox">
  61. <dt><strong>信息搜索</strong></dt>
  62. <dd>
  63. {dede:infoguide}
  64. <form name='infoguide' method='get' action='/plus/list.php'>
  65. [field:nativeplace /]
  66. [field:infotype /]
  67. <input type='hidden' name='tid' value='[field:typeid /]' />
  68. <input type='hidden' name='channelid' value='-8' />
  69. <span class='infosearchtxt'>关键字:</span><span><input type='text' name='keyword' value='' class="ipt-txt" /></span>
  70. <input type='submit' value='搜索信息' class="btn-2" style='cursor:pointer' />
  71. &nbsp;
  72. <input type='button' value='发布信息' class="btn-2"
  73. onclick="location='/member/archives_sg_add.php?channelid=-8';" style='cursor:pointer' />
  74. </form>
  75. {/dede:infoguide}
  76. </dd>
  77. </dl>
  78. </div>
  79. <div class="strongrange mt1">
  80. <dl class="tbox">
  81. <dt><strong>最新信息</strong></dt>
  82. <dd>
  83. <ul class="d1 ico2">
  84. {dede:arclistsg titlelen=42 row=12}
  85. <li><span>[[field:typename/]]</span><a href="[field:arcurl/]">[field:title/]</a></li>
  86. {/dede:arclistsg}
  87. </ul>
  88. </dd>
  89. </dl>
  90. </div><!-- /commend -->
  91. <div class="strongrange mt1">
  92. <dl class="tbox">
  93. <dt><strong>热点信息</strong></dt>
  94. <dd>
  95. <ul class="d1 ico2">
  96. {dede:arclistsg row=12 orderby=click}
  97. <li><span>[[field:typename/]]</span><a href="[field:arcurl/]">[field:title/]</a></li>
  98. {/dede:arclistsg}
  99. </ul>
  100. </dd>
  101. </dl>
  102. </div>
  103. </div><!-- /pright -->
  104. </div>
  105. {dede:include filename="footer.htm"/}
  106. <!-- /footer -->
  107. </body>
  108. </html>