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

132 lines
4.8KB

  1. <!doctype html>
  2. <html lang="zh-CN">
  3. <head>
  4. <meta charset="{dede:global.cfg_soft_lang/}">
  5. <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
  6. <script>
  7. const PHPURL='{dede:field name="phpurl"/}';
  8. </script>
  9. <script src="{dede:global.cfg_cmsurl/}/static/js/jquery.min.js"></script>
  10. <link rel="stylesheet" href="{dede:global.cfg_cmsurl/}/static/css/bootstrap.min.css">
  11. <link href="{dede:global.cfg_cmsurl/}/static/font-awesome/css/font-awesome.min.css" rel="stylesheet">
  12. <link rel="stylesheet" href="{dede:global.cfg_cmsurl/}/static/css/dede.css">
  13. <link rel="shortcut icon" href="{dede:global.cfg_cmsurl/}/static/img/favicon.png">
  14. <title>{dede:field.title/}_{dede:global.cfg_webname/}</title>
  15. <meta name="keywords" content="{dede:field.keywords/}" />
  16. <meta name="description" content="{dede:field.description function='html2text(@me)'/}" />
  17. </head>
  18. <body>
  19. {dede:include filename="top.htm"/}
  20. {dede:include filename="header.htm"/}
  21. {dede:include filename="navbar.htm"/}
  22. <div class="container">
  23. <div class="position">
  24. <nav aria-label="breadcrumb">
  25. <ol class="breadcrumb mb-0">
  26. <li class="breadcrumb-item">当前位置</li>
  27. {dede:field name='position'/}
  28. </ol>
  29. </nav>
  30. </div>
  31. <!-- /.position -->
  32. </div>
  33. <main class="container">
  34. <div class="row">
  35. <div class="col-md-8 article-main">
  36. <h2 class="mt-0 mb-3 zixue">{dede:field.title/}</h2>
  37. <div class="body py-2">
  38. <div class="float-right">{dede:field name='image'/}</div>
  39. <p><small>软件类型:</small><span>{dede:field.softtype/}</span></p>
  40. <p><small>授权方式:</small><span>{dede:field.accredit/}</span></p>
  41. <p><small>界面语言:</small><span>{dede:field.language/}</span></p>
  42. <p><small>软件大小:</small><span>{dede:field.softsize/}</span></p>
  43. <p><small>文件类型:</small><span>{dede:field.filetype/}</span></p>
  44. <p><small>运行环境:</small><span>{dede:field.os/}</span></p>
  45. <p><small>软件等级:</small><span>{dede:field.softrank function='GetRankStar(@me)'/}</span></p>
  46. <p><small>发布时间:</small><span>{dede:field.pubdate function="GetDateMk('@me')"/}</span></p>
  47. <p><small>官方网址:</small><span>{dede:field.officialurl/}</span></p>
  48. <p><small>演示网址:</small><span>{dede:field.officialdemo/}</span></p>
  49. <p><small>下载次数:</small><span><script src="{dede:field.phpurl/}/disdls.php?aid={dede:field.id/}"
  50. language="javascript"></script></span></p>
  51. <p>下载地址</p>
  52. <p>
  53. <ul class="downurllist">
  54. {dede:field name='softlinks'/}
  55. </ul>
  56. </p>
  57. <p>下载说明</p>
  58. <div class="alert alert-success" role="alert">
  59. {dede:softmsg/}
  60. </div>
  61. </div>
  62. <!-- /.body -->
  63. <div class="clearfix"></div>
  64. {dede:include comment='文档顶踩模块' filename="widget_article_digg.htm"/}
  65. <div class="row">
  66. <div class="col-md-4 prenext pt-2">
  67. <div class="pagination-previous">{dede:prenext get='pre'/}</div>
  68. <div class="pagination-next mt-2">{dede:prenext get='next'/}</div>
  69. </div>
  70. <div class="col-md-8">
  71. <div class="row actbox">
  72. <ul>
  73. <li><i class="fa fa-star-o" aria-hidden="true"></i> <a
  74. href="{dede:field name='phpurl'/}/stow.php?aid={dede:field.id/}"
  75. target="_blank">收藏</a></li>
  76. <li><i class="fa fa-bug" aria-hidden="true"></i> <a
  77. href="javascript:ErrorAddSave({dede:field.id/}, '{dede:field.title/}');">挑错</a>
  78. </li>
  79. <li><i class="fa fa-thumbs-o-up" aria-hidden="true"></i> <a
  80. href="{dede:field name='phpurl'/}/recommend.php?aid={dede:field.id/}"
  81. target="_blank">推荐</a></li>
  82. <li><i class="fa fa-print" aria-hidden="true"></i> <a href="#"
  83. onClick="window.print();">打印</a></li>
  84. </ul>
  85. </div><!-- /actbox -->
  86. </div>
  87. </div>
  88. {dede:include comment='文档评论模块' file='widget_article_feedback.htm' /}
  89. </div>
  90. <!-- /.article-main -->
  91. <aside class="col-md-4 article-sidebar">
  92. {dede:include comment='推荐内容' filename="widget_recommend.htm"/}
  93. {dede:include comment='热点内容' filename="widget_hot.htm"/}
  94. {dede:include comment='QR二维码' filename="widget_qrcode.htm"/}
  95. </aside>
  96. <!-- /.article-sidebar -->
  97. </div>
  98. </main>
  99. <!-- /main -->
  100. {dede:include filename="footer.htm"/}
  101. <script>
  102. // 页面加载触发
  103. $(document).ready(function () {
  104. // 获取文档点击数统计
  105. $.get("{dede:field name='phpurl'/}/count.php?format=json&view=yes&aid={dede:field.id/}&mid=1&cid={dede:field.channel/}", function (data) {
  106. let result = JSON.parse(data);
  107. $("#_count").html(result.data.click);
  108. })
  109. });
  110. </script>
  111. </body>
  112. </html>