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

152 lines
6.6KB

  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. <meta http-equiv="mobile-agent" content="format=xhtml;url={dede:global.cfg_mobileurl/}/view.php?aid={dede:field.id/}">
  9. <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/}/view.php?aid={dede:field.id/}";}else if(/iPad/i.test(navigator.userAgent)){}else{}}catch(e){}}}}</script>
  10. <link href="{dede:global.cfg_templets_skin/}/style/dedecms.css" rel="stylesheet" media="screen" type="text/css" />
  11. <script language="javascript" type="text/javascript">
  12. <!--
  13. function checkSubmit(){
  14. if(document.feedback.msg.value!='') document.feedback.submit();
  15. else alert("评论内容不能为空!");
  16. }
  17. -->
  18. </script>
  19. </head>
  20. <body class="articleview">
  21. {dede:include filename="head2.htm"/}
  22. <!-- /header -->
  23. <div class="channel-nav w960 center clear">
  24. <div class='sonnav'> {dede:channel type='self' currentstyle="<span><a href='~typelink~' class='thisclass'>~typename~</a></span>"} <span><a href='[field:typeurl/]'>[field:typename/]</a></span>{/dede:channel} </div>
  25. </div>
  26. <!-- /channel-nav -->
  27. <div class="w960 center clear mt1">
  28. <div class="pleft">
  29. <div class="place"> <strong>当前位置:</strong> {dede:field name='position'/} </div>
  30. <!-- /place -->
  31. <div class="viewbox">
  32. <div class="title">
  33. <h2>{dede:field.title/}</h2>
  34. </div>
  35. <!-- /title -->
  36. <div class="info"> <small>时间:</small>{dede:field.pubdate function="MyDate('Y-m-d H:i',@me)"/}<small>来源:</small>{dede:field.source/} <small>作者:</small>{dede:field.writer/} <small>点击:</small>
  37. <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>
  38. 次</div>
  39. <!-- /info -->
  40. {dede:field.description runphp='yes'}
  41. if(@me<>'' )@me = '
  42. <div class="intro">'.@me.'</div>
  43. ';
  44. {/dede:field.description}
  45. <div class="content">
  46. <div id="contentMidPicAD" style="float:right; clear:both; top:0; vertical-align:top;">{dede:myad name='contentMidPicAD'/}</div>
  47. {dede:field.body/} </div>
  48. <!-- /content -->
  49. <div class="dede_pages">
  50. <ul class="pagelist">
  51. {dede:pagebreak/}
  52. </ul>
  53. </div>
  54. <!-- /pages -->
  55. <iframe src="{dede:global.cfg_phpurl/}/digg_frame.php?id={dede:field.id/}" width="98%" height="100" style="overflow:hidden;" frameborder="0"></iframe>
  56. <div class="boxoff"> <strong>------分隔线----------------------------</strong> </div>
  57. <div class="handle">
  58. <div class="context">
  59. <ul>
  60. <li>{dede:prenext get='pre'/}</li>
  61. <li>{dede:prenext get='next'/}</li>
  62. </ul>
  63. </div>
  64. <!-- /context -->
  65. <div class="actbox">
  66. <ul>
  67. <li id="act-fav"><a href="{dede:field name='phpurl'/}/stow.php?aid={dede:field.id/}" target="_blank">收藏</a></li>
  68. <li id="act-err"><a href="{dede:field name='phpurl'/}/erraddsave.php?aid={dede:field.id/}&title={dede:field.title/}" target="_blank">挑错</a></li>
  69. <li id="act-pus"><a href="{dede:field name='phpurl'/}/recommend.php?aid={dede:field.id/}" target="_blank">推荐</a></li>
  70. <li id="act-pnt"><a href="#" onClick="window.print();">打印</a></li>
  71. </ul>
  72. </div>
  73. <!-- /actbox -->
  74. </div>
  75. <!-- /handle -->
  76. </div>
  77. <!-- /viewbox -->
  78. <iframe id="frame_content" name="frame_content" src="{dede:field name='phpurl'/}/comments_frame.php?id={dede:field.id/}"
  79. width="100%" height="0" scrolling="auto" onload="resizeFrame()" frameborder="0"></iframe>
  80. <script language='javascript'>
  81. var h = -1;
  82. var frameName = 'frame_content';
  83. var _frame = document.getElementById(frameName);
  84. function resizeFrame()
  85. {
  86. if(document.all) {
  87. _frame.height = _frame.document.body.scrollHeight;
  88. }
  89. else {
  90. t = setTimeout(timeCall, 20);
  91. }
  92. }
  93. function timeCall()
  94. {
  95. if(h > -1)
  96. {
  97. _frame.style.height = h + 'px';
  98. clearTimeout(t);
  99. }
  100. else
  101. {
  102. try{
  103. h = window.frames[frameName].frames['xclient'].location.hash.substring(1);
  104. }catch(e){}
  105. setTimeout(timeCall, 20);
  106. }
  107. }
  108. </script>
  109. </div>
  110. <!-- /pleft -->
  111. <div class="pright">
  112. <div class="infos_userinfo"> {dede:memberinfos}
  113. <dl class="tbox">
  114. <dt><strong>发布者资料</strong></dt>
  115. <dd> <a href="[field:spaceurl /]" class="userface"><img src="[field:face/]" width="52" height="52" /></a> <a href='[field:spaceurl /]' class="username">[field:uname/]</a> <span class="useract"> <a href="[field:spaceurl /]" class="useract-vi">查看详细资料</a> <a href="[field:spaceurl /]&action=guestbook" class="useract-pm">发送留言</a> <a href="[field:spaceurl /]&action=newfriend" class="useract-af">加为好友</a> </span> <span class="userinfo-sp"><small>用户等级:</small>[field:rankname /]</span> <span class="userinfo-sp"><small>注册时间:</small>[field:jointime function="MyDate('Y-m-d H:m',@me)"/]</span> <span class="userinfo-sp"><small>最后登录:</small>[field:logintime function="MyDate('Y-m-d H:m',@me)"/]</span> </dd>
  116. </dl>
  117. {/dede:memberinfos} </div>
  118. <div class="commend mt1">
  119. <dl class="tbox">
  120. <dt><strong>推荐内容</strong></dt>
  121. <dd>
  122. <ul class="d4">
  123. {dede:arclist flag='c' titlelen=42 row=6}
  124. <li><a href="[field:arcurl/]">[field:title/]</a>
  125. <p>[field:description function='cn_substr(@me,80)'/]...</p>
  126. </li>
  127. {/dede:arclist}
  128. </ul>
  129. </dd>
  130. </dl>
  131. </div>
  132. <!-- /commend -->
  133. <div class="hot mt1">
  134. <dl class="tbox">
  135. <dt><strong>热点内容</strong></dt>
  136. <dd>
  137. <ul class="c1 ico2">
  138. {dede:arclist row=10 orderby=click}
  139. <li><a href="[field:arcurl/]">[field:title/]</a></li>
  140. {/dede:arclist}
  141. </ul>
  142. </dd>
  143. </dl>
  144. </div>
  145. </div>
  146. <!-- /pright -->
  147. </div>
  148. {dede:include filename="footer.htm"/}
  149. <!-- /footer -->
  150. </body>
  151. </html>