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

96 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. </head>
  10. <body class="channel">
  11. {dede:include filename="head.htm"/}
  12. <!-- /header -->
  13. <div class="w960 center clear mt1">
  14. <div class="pleft">
  15. <div class="picnews mt1">
  16. <dl class="tbox">
  17. <dt><strong>图文资讯</strong></dt>
  18. <dd>
  19. <ul class="e1">
  20. {dede:arclistsg row=5 orderby=pubdate flag='p'}
  21. <li><a href="[field:arcurl/]"><img src='[field:litpic/]' width='124px' height='94px'/><span class="title">[field:title/]</span></a></li>{/dede:arclistsg}
  22. </ul>
  23. </dd>
  24. </dl>
  25. </div><!-- /picnews -->
  26. <div class="listbox">
  27. {dede:channelartlist}
  28. <dl class="tbox">
  29. <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>
  30. <dd>
  31. <ul class="d1 ico3">
  32. {dede:arclistsg titlelen='60' row='8'}
  33. <li><a href="[field:arcurl /]">[field:title /]</a></li>
  34. {/dede:arclistsg}
  35. </ul>
  36. </dd>
  37. </dl>
  38. {/dede:channelartlist}
  39. </div><!-- /listbox -->
  40. </div><!-- /pleft -->
  41. <div class="pright">
  42. <div class="infos_search">
  43. <dl class="tbox">
  44. <dt><strong>信息搜索</strong></dt>
  45. <dd>
  46. {dede:infoguide}
  47. <form name='infoguide' method='get' action='/plus/list.php'>
  48. [field:nativeplace /]
  49. [field:infotype /]
  50. <input type='hidden' name='tid' value='[field:typeid /]' />
  51. <input type='hidden' name='channelid' value='-8' />
  52. <input type='text' name='keyword' value='' class="ipt-txt" />
  53. <input type='submit' value='搜索信息' class="btn-2" />
  54. </form>
  55. {/dede:infoguide}
  56. </dd>
  57. </dl>
  58. </div>
  59. <div class="strongrange mt1">
  60. <dl class="tbox">
  61. <dt><strong>推荐内容</strong></dt>
  62. <dd>
  63. <ul class="d1 ico2">
  64. {dede:arclistsg flag='c' titlelen=42 row=6}
  65. <li><span>[[field:typename/]]</span><a href="[field:arcurl/]">[field:title/]</a></li>
  66. {/dede:arclistsg}
  67. </ul>
  68. </dd>
  69. </dl>
  70. </div><!-- /commend -->
  71. <div class="strongrange mt1">
  72. <dl class="tbox">
  73. <dt><strong>热点内容</strong></dt>
  74. <dd>
  75. <ul class="d1 ico2">
  76. {dede:arclistsg row=10 orderby=click}
  77. <li><span>[[field:typename/]]</span><a href="[field:arcurl/]">[field:title/]</a></li>
  78. {/dede:arclistsg}
  79. </ul>
  80. </dd>
  81. </dl>
  82. </div>
  83. </div><!-- /pright -->
  84. </div>
  85. {dede:include filename="footer.htm"/}
  86. <!-- /footer -->
  87. </body>
  88. </html>