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

102 lines
4.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. <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. </head>
  13. <body class="downlist">
  14. {dede:include filename="head.htm"/}
  15. <!-- /header -->
  16. <div class="w960 center clear mt1">
  17. <div class="pleft">
  18. <div class="place">
  19. <strong>当前位置:</strong> {dede:field name='position'/}
  20. </div><!-- /place -->
  21. <div class="listbox">
  22. <ul class="e2">
  23. {dede:list pagesize='10'}
  24. <li>
  25. [field:array runphp='yes']@me = (empty(@me['litpic']) ? "" : "<a href='{@me['arcurl']}' class='preview'><img src='{@me['litpic']}'/></a>"); [/field:array]
  26. <a href="[field:arcurl/]" class="title">[field:title/]</a>
  27. <span class="info">
  28. <small>日期:</small>[field:pubdate function="GetDateTimeMK(@me)"/]
  29. <small>价格:</small>[field:trueprice/]
  30. <small>品牌:</small>[field:brand/]
  31. <small>人气:</small>[field:click/]
  32. </span>
  33. <p class="intro">
  34. [field:description/]...
  35. </p>
  36. </li>
  37. {/dede:list}
  38. </ul>
  39. </div><!-- /listbox -->
  40. <div class="dede_pages">
  41. <ul class="pagelist">
  42. {dede:pagelist listitem="info,index,end,pre,next,pageno" listsize="5"/}
  43. </ul>
  44. </div><!-- /pages -->
  45. </div><!-- /pleft -->
  46. <div class="pright">
  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="productrange">
  60. <dl class="tbox">
  61. <dt><strong>推荐商品</strong></dt>
  62. <dd>
  63. <ul class="f1">
  64. {dede:arclist flag='c' titlelen=42 row=8}
  65. <li>
  66. <a href="[field:arcurl/]">[field:title/]</a>
  67. <span><small>好评:</small>[field:scores/]</span>
  68. <span><small>人气:</small>[field:click/]</span>
  69. </li>
  70. {/dede:arclist}
  71. </ul>
  72. </dd>
  73. </dl>
  74. </div>
  75. <div class="comment mt1">
  76. <dl class="tbox">
  77. <dt><strong>热门商品</strong></dt>
  78. <dd>
  79. <ul class="e3">
  80. {dede:arclist row=10 orderby=click type='image.'}
  81. <li>
  82. <a href="[field:arcurl/]" class="preview"><img src="[field:litpic/]" alt="[field:title function='html2text(@me)'/]"/></a>
  83. <a href="[field:arcurl/]" class="title">[field:title/]</a>
  84. <span class="intro">人气:<span class="fc-f90">[field:click/]</span></span>
  85. </li>
  86. {/dede:arclist}
  87. </ul>
  88. </dd>
  89. </dl>
  90. </div>
  91. </div><!-- /pright -->
  92. </div>
  93. {dede:include filename="footer.htm"/}
  94. <!-- /footer -->
  95. </body>
  96. </html>