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

129 lines
4.3KB

  1. <!DOCTYPE html>
  2. <html>
  3. <head lang="en">
  4. <meta charset="{dede:global.cfg_soft_lang/}">
  5. <title>{dede:field.title/}_{dede:global.cfg_webname/}</title>
  6. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  7. <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
  8. <meta name="format-detection" content="telephone=no">
  9. <meta name="renderer" content="webkit">
  10. <meta http-equiv="Cache-Control" content="no-siteapp" />
  11. <link rel="alternate icon" type="image/png" href="assets/i/favicon.png">
  12. <link rel="stylesheet" href="assets/css/amazeui.min.css" />
  13. <style>
  14. @media only screen and (min-width: 1200px) {
  15. .blog-g-fixed {
  16. max-width: 1200px;
  17. }
  18. }
  19. @media only screen and (min-width: 641px) {
  20. .blog-sidebar {
  21. font-size: 1.4rem;
  22. }
  23. }
  24. .blog-main {
  25. padding: 20px 0;
  26. }
  27. .blog-title {
  28. margin: 10px 0 20px 0;
  29. }
  30. .blog-meta {
  31. font-size: 14px;
  32. margin: 10px 0 20px 0;
  33. color: #222;
  34. }
  35. .blog-meta a {
  36. color: #27ae60;
  37. }
  38. .blog-pagination a {
  39. font-size: 1.4rem;
  40. }
  41. .blog-team li {
  42. padding: 4px;
  43. }
  44. .blog-team img {
  45. margin-bottom: 0;
  46. }
  47. .blog-footer {
  48. padding: 10px 0;
  49. text-align: center;
  50. }
  51. </style>
  52. </head>
  53. <body>{dede:include filename="header_m.htm"/}
  54. <div class="am-g am-g-fixed blog-g-fixed">
  55. <div class="am-u-md-8">{dede:field name='position'/}</div>
  56. <div class="am-u-md-8">
  57. <article class="blog-main">
  58. <h3 class="am-article-title blog-title">
  59. {dede:field.title/}
  60. </h3>
  61. <h4 class="am-article-meta blog-meta"><small>时间:</small>{dede:field.pubdate function="MyDate('Y-m-d H:i',@me)"/}&nbsp;&nbsp;<small>来源:</small>{dede:field.source/} &nbsp;&nbsp;<small>作者:</small>{dede:field.writer/} &nbsp;&nbsp;<small>点击:</small><script src="{dede:field name='phpurl'/}/count.php?view=yes&aid={dede:field name='id'/}&mid={dede:field name='mid'/}" type='text/javascript' language="javascript"></script>次</h4>
  62. <div class="am-g blog-content" style='padding: 10px;'>
  63. <table width='100%'>
  64. <tr>
  65. <td>{dede:field.body/} {dede:field.vote/} (责任编辑:{dede:adminname/})</td>
  66. </tr>
  67. </table>
  68. </div>
  69. <ul>
  70. <li>{dede:prenext get='pre'/}</li>
  71. <li>{dede:prenext get='next'/}</li>
  72. </ul>
  73. <div class="dede_pages">
  74. <ul data-am-widget="pagination" class="am-pagination am-pagination-default">{dede:pagebreak/}</ul>
  75. </div>
  76. </article>
  77. <!--<hr class="am-article-divider blog-hr">
  78. <ul class="am-pagination blog-pagination">
  79. <li class="am-pagination-prev">{dede:prenext get='pre'/}</li>
  80. <li class="am-pagination-next">{dede:prenext get='next'/}</li>
  81. </ul>-->
  82. </div>
  83. <div class="am-u-md-4 blog-sidebar">
  84. <div class="am-panel-group">
  85. <section class="am-panel am-panel-default">
  86. <div class="am-panel-hd">最近关注</div>
  87. <ul class="am-list blog-list">{dede:arclist row='5' orderby='pubdate' titlelen=40}
  88. <li><a href="view.php?aid=[field:id/]">[field:title/]</a>
  89. </li>{/dede:arclist}</ul>
  90. </section>
  91. <section class="am-panel am-panel-default">
  92. <div class="am-panel-hd">热点内容</div>
  93. <ul class="am-list blog-list">{dede:arclist row='5' orderby='hot' titlelen=40}
  94. <li><a href="view.php?aid=[field:id/]">[field:title/]</a>
  95. </li>{/dede:arclist}</ul>
  96. </section>
  97. </div>
  98. </div>
  99. </div>{dede:include filename="footer_m.htm"/}
  100. <!--[if lt IE 9]>
  101. <script src="http://libs.baidu.com/jquery/1.11.1/jquery.min.js"></script>
  102. <script src="http://cdn.staticfile.org/modernizr/2.8.3/modernizr.js"></script>
  103. <script src="assets/js/polyfill/rem.min.js"></script>
  104. <script src="assets/js/polyfill/respond.min.js"></script>
  105. <script src="assets/js/amazeui.legacy.js"></script>
  106. <![endif]-->
  107. <!--[if (gte IE 9)|!(IE)]>
  108. <!-->
  109. <script src="assets/js/jquery.min.js"></script>
  110. <script src="assets/js/amazeui.min.js"></script>
  111. <!--<![endif]-->
  112. </body>
  113. </html>