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

57 lines
1.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.keywords/}" />
  7. <meta name="description" content="{dede:field.description function='html2text(@me)'/}" />
  8. <link href="{dede:global.cfg_templets_skin/}/style/dedecms.css" rel="stylesheet" media="screen" type="text/css" />
  9. <script language='javascript' type='text/javascript'>
  10. function checkSubmit(){
  11. if(document.feedback.msg.value!='') document.feedback.submit();
  12. else alert("评论内容不能为空!");
  13. }
  14. </script>
  15. </head>
  16. <body class="articleview">
  17. {dede:include filename="head.htm"/}
  18. <!-- /header -->
  19. <div class="w960 center clear mt1">
  20. <div class="pleft">
  21. <div class="place">
  22. <strong>当前位置:</strong> <a href='/'>主页</a>&gt;{dede:field name='title'/}
  23. </div><!-- /place -->
  24. <div class="viewbox">
  25. <div class="title">
  26. <h2>{dede:field.title/}</h2>
  27. </div><!-- /title -->
  28. <div class="content">
  29.   {dede:field.body/}
  30. </div>
  31. </div><!-- /viewbox -->
  32. </div>
  33. <div class="pright">
  34. <div class="hot mt1">
  35. <dl class="tbox">
  36. <dt><strong>相关页面</strong></dt>
  37. <dd>
  38. <ul class="c1 ico2">
  39. {dede:likesgpage}
  40. <li><a href="[field:url /]">[field:title /]</a></li>
  41. {/dede:likesgpage}
  42. </ul>
  43. </dd>
  44. </dl>
  45. </div>
  46. </div><!-- /pright -->
  47. </div>
  48. {dede:include filename="footer.htm"/}
  49. <!-- /footer -->
  50. </body>
  51. </html>