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

64 lines
2.0KB

  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="articlelist">
  11. {dede:include filename="head.htm"/}
  12. <!-- /header -->
  13. <div class="w960 center clear mt1">
  14. <div class="pleft">
  15. <div class="place">
  16. <strong>当前位置:</strong> {dede:field name='position'/}
  17. </div><!-- /place -->
  18. <div class="listbox">
  19. <ul class="e2">
  20. {dede:freelist/}
  21. </ul>
  22. </div><!-- /listbox -->
  23. <div class="dede_pages">
  24. <ul class="pagelist">
  25. {dede:pagelist listitem="info,index,end,pre,next,pageno" listsize="5"/}
  26. </ul>
  27. </div><!-- /pages -->
  28. </div><!-- /pleft -->
  29. <div class="pright">
  30. <div class="commend">
  31. <dl class="tbox">
  32. <dt><strong>推荐内容</strong></dt>
  33. <dd>
  34. <ul class="d4">
  35. {dede:arclist flag='c' titlelen=42 row=6}
  36. <li><a href="[field:arcurl/]">[field:title/]</a>
  37. <p>[field:description function='cn_substr(@me,80)'/]...</p>
  38. </li>{/dede:arclist}
  39. </ul>
  40. </dd>
  41. </dl>
  42. </div><!-- /commend -->
  43. <div class="hot mt1">
  44. <dl class="tbox">
  45. <dt><strong>热点内容</strong></dt>
  46. <dd>
  47. <ul class="c1 ico2">
  48. {dede:arclist row=10 orderby=click}
  49. <li><a href="[field:arcurl/]">[field:title/]</a></li>
  50. {/dede:arclist}
  51. </ul>
  52. </dd>
  53. </dl>
  54. </div>
  55. </div><!-- /pright -->
  56. </div>
  57. {dede:include filename="footer.htm"/}
  58. <!-- /footer -->
  59. </body>
  60. </html>