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

370 lines
15KB

  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/}/images/photo/album.css" rel="stylesheet" media="screen" type="text/css">
  9. <link href="{dede:global.cfg_templets_skin/}/style/dedecms.css" rel="stylesheet" media="screen" type="text/css" />
  10. <meta http-equiv="mobile-agent" content="format=xhtml;url={dede:global.cfg_mobileurl/}/view.php?aid={dede:field.id/}">
  11. <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>
  12. <script language="javascript" type="text/javascript" src="{dede:global.cfg_cmsurl/}/static/js/dedeajax2.js"></script>
  13. <SCRIPT language="javascript" type="text/javascript" src="{dede:global.cfg_templets_skin/}/images/photo/sinaflash.js"></SCRIPT>
  14. <SCRIPT language="javascript" type="text/javascript" src="{dede:global.cfg_templets_skin/}/images/photo/heiphoto.js"></SCRIPT>
  15. <script language="javascript" type="text/javascript">
  16. <!--
  17. function CheckLogin(){
  18. var taget_obj = document.getElementById('_ajax_feedback');
  19. myajax = new DedeAjax(taget_obj,false,false,'','','');
  20. myajax.SendGet2("{dede:global.cfg_cmsurl/}/member/ajax_feedback.php");
  21. DedeXHTTP = null;
  22. }
  23. function postBadGood(ftype,fid)
  24. {
  25. var taget_obj = document.getElementById(ftype+fid);
  26. var saveid = GetCookie('badgoodid');
  27. if(saveid != null)
  28. {
  29. var saveids = saveid.split(',');
  30. var hasid = false;
  31. saveid = '';
  32. j = 1;
  33. for(i=saveids.length-1;i>=0;i--)
  34. {
  35. if(saveids[i]==fid && hasid) continue;
  36. else {
  37. if(saveids[i]==fid && !hasid) hasid = true;
  38. saveid += (saveid=='' ? saveids[i] : ','+saveids[i]);
  39. j++;
  40. if(j==10 && hasid) break;
  41. if(j==9 && !hasid) break;
  42. }
  43. }
  44. if(hasid) { alert('您刚才已表决过了喔!'); return false;}
  45. else saveid += ','+fid;
  46. SetCookie('badgoodid',saveid,1);
  47. }
  48. else
  49. {
  50. SetCookie('badgoodid',fid,1);
  51. }
  52. myajax = new DedeAjax(taget_obj,false,false,'','','');
  53. myajax.SendGet2("{dede:field name='phpurl'/}/feedback.php?aid="+fid+"&action="+ftype+"&fid="+fid);
  54. }
  55. function postDigg(ftype,aid)
  56. {
  57. var taget_obj = document.getElementById('newdigg');
  58. var saveid = GetCookie('diggid');
  59. if(saveid != null)
  60. {
  61. var saveids = saveid.split(',');
  62. var hasid = false;
  63. saveid = '';
  64. j = 1;
  65. for(i=saveids.length-1;i>=0;i--)
  66. {
  67. if(saveids[i]==aid && hasid) continue;
  68. else {
  69. if(saveids[i]==aid && !hasid) hasid = true;
  70. saveid += (saveid=='' ? saveids[i] : ','+saveids[i]);
  71. j++;
  72. if(j==20 && hasid) break;
  73. if(j==19 && !hasid) break;
  74. }
  75. }
  76. if(hasid) { alert("您已经顶过该帖,请不要重复顶帖 !"); return; }
  77. else saveid += ','+aid;
  78. SetCookie('diggid',saveid,1);
  79. }
  80. else
  81. {
  82. SetCookie('diggid',aid,1);
  83. }
  84. myajax = new DedeAjax(taget_obj,false,false,'','','');
  85. var url = "{dede:global.cfg_phpurl/}/digg_ajax.php?action="+ftype+"&id="+aid;
  86. myajax.SendGet2(url);
  87. }
  88. -->
  89. </script>
  90. <STYLE type=text/css media=print>
  91. .secondaryHeader {
  92. DISPLAY: none! important
  93. }
  94. .eControl {
  95. DISPLAY: none! important;
  96. border:#000 solid 1px;
  97. width:300px;
  98. }
  99. #efpTxt .others {
  100. DISPLAY: none! important
  101. }
  102. #efpPicList {
  103. DISPLAY: none! important
  104. }
  105. .footer {
  106. DISPLAY: none! important
  107. }
  108. #efpClew {
  109. DISPLAY: none! important
  110. }
  111. #CommFormBottomBox {
  112. DISPLAY: none! important
  113. }
  114. #efpLeftArea {
  115. DISPLAY: none! important
  116. }
  117. #efpRightArea {
  118. DISPLAY: none! important
  119. }
  120. .eTitle H1 {
  121. MARGIN: 0px
  122. }
  123. </STYLE>
  124. <link href="images/photo/album.css" rel="stylesheet" type="text/css" />
  125. </head>
  126. <body>
  127. {dede:include filename="head2.htm"/}
  128. <div class="w960 center clear mt1">
  129. <div class="place"> <strong>当前位置:</strong> {dede:field name='position'/}{dede:field.title/} </div>
  130. <div id="wrap">
  131. <div class="pic">
  132. <!-- /place -->
  133. <!--相册代码开始-->
  134. <DIV class=eTitle>
  135. <H1><SPAN id=txtTitle>{dede:field.title/}</SPAN><SPAN id=total>(<SPAN class=cC00>0</SPAN>/0)</SPAN></H1>
  136. </DIV>
  137. <DIV class=eControl>
  138. <DIV class=ecCont>
  139. <DIV id=ecbSpeed>
  140. <DIV class=buttonCont id=ecbSpeedInfo>5秒</DIV>
  141. </DIV>
  142. <DIV id=ecbPre title=上一张>
  143. <DIV class=buttonCont></DIV>
  144. </DIV>
  145. <DIV id=ecbPlay>
  146. <DIV class=play id=ecpPlayStatus></DIV>
  147. </DIV>
  148. <DIV id=ecbNext title=下一张>
  149. <DIV class=buttonCont></DIV>
  150. </DIV>
  151. <DIV id=ecbLine>
  152. <DIV class=buttonCont></DIV>
  153. </DIV>
  154. <DIV id=ecbMode title=列表模式(tab)>
  155. <DIV class=buttonCont></DIV>
  156. </DIV>
  157. <DIV id=ecbModeReturn title=返回幻灯模式(tab)>
  158. <DIV class=buttonCont></DIV>
  159. </DIV>
  160. <DIV id=ecbFullScreen title=全屏浏览>
  161. <DIV class=buttonCont id=fullScreenFlash></DIV>
  162. </DIV>
  163. <!-- 速度条 begin -->
  164. <DIV id=SpeedBox>
  165. <DIV id=SpeedCont>
  166. <DIV id=SpeedSlide></DIV>
  167. <DIV id=SpeedNonius></DIV>
  168. </DIV>
  169. </DIV>
  170. <!-- 速度条 end -->
  171. </DIV>
  172. </DIV>
  173. <DIV id=eFramePic>
  174. <DIV id=efpBigPic>
  175. <DIV id=efpClew></DIV>
  176. <DIV id=d_BigPic></DIV>
  177. <DIV class=arrLeft id=efpLeftArea title=上一张></DIV>
  178. <DIV class=arrRight id=efpRightArea title=下一张></DIV>
  179. <DIV id=endSelect>
  180. <DIV id=endSelClose></DIV>
  181. <DIV class=bg></DIV>
  182. <DIV class=E_Cont>
  183. <P>您已经浏览完所有图片</P>
  184. <P><A id=rePlayBut href="javascript:void(0)"></A><A id=nextPicsBut href="javascript:void(0)"></A></P>
  185. </DIV>
  186. </DIV>
  187. <!-- endSelect end -->
  188. </DIV>
  189. <DIV id=efpTxt>
  190. <H2 id=d_picTit></H2>
  191. <DIV id=d_picTime></DIV>
  192. <DIV id=d_picIntro></DIV>
  193. <DIV class=others>
  194. 时间:{dede:field.pubdate function="MyDate('Y-m-d H:i',@me)"/} | 浏览<script src="{dede:field name='phpurl'/}/count.php?view=yes&aid={dede:field.id/}&mid={dede:field.mid/}" type='text/javascript' language="javascript"></script>次 | 已有<SPAN class=cC00
  195. id=commAObjNum><A href="/plus/feedback.php?aid={dede:field.id/}" target="_blank">{dede:sql sql="SELECT count(id) as total FROM #@__feedback where aid=~id~;"}[field:total runphp='yes']@me=empty(@me)? 0 : @me;[/field:total]{/dede:sql}</A></SPAN>条评论</DIV>
  196. </DIV>
  197. <DIV id=efpTxt style="display:none">
  198. <H2 id=d_picTit></H2>
  199. <DIV id=d_picTime></DIV>
  200. <DIV id=d_picIntro></DIV>
  201. </DIV>
  202. <DIV id=efpContent><div id="contentMidPicAD" style="float:right; clear:both; top:0; vertical-align:top; display:block">{dede:myad name='contentMidPicAD'/}</div>{dede:field.body/}<div style="clear:both"></div></DIV>
  203. <DIV id=efpPicList>
  204. <DIV id=efpPreGroup>
  205. <DIV id=efpPrePic onmouseover="this.className='selected'"
  206. onmouseout="this.className=''">
  207. <TABLE cellSpacing=0>
  208. <TR>
  209. <TD>{dede:prenext get='preimg'/}</TD>
  210. </TR>
  211. </TABLE>
  212. </DIV>
  213. <DIV id=efpPreTxt><< 上一图集</DIV>
  214. </DIV>
  215. <DIV id=efpListLeftArr onMouseOver="this.className='selected'" onmouseout="this.className=''"></DIV>
  216. <DIV id=efpPicListCont></DIV>
  217. <DIV id=efpListRightArr onMouseOver="this.className='selected'" onmouseout="this.className=''"></DIV>
  218. <DIV id=efpNextGroup>
  219. <DIV id=efpNextPic onmouseover="this.className='selected'"
  220. onmouseout="this.className=''">
  221. <TABLE cellSpacing=0>
  222. <TR>
  223. <TD>{dede:prenext get='nextimg'/}</TD>
  224. </TR>
  225. </TABLE>
  226. </DIV>
  227. <DIV id=efpPreTxt>下一图集 >></DIV>
  228. </DIV>
  229. </DIV>
  230. </DIV>
  231. <DIV id=ePicList></DIV>
  232. <DIV id=eData style="DISPLAY: none"> {dede:field name='id' function="litimgurls(@me)"/} </DIV>
  233. <SCRIPT language=javascript type="text/javascript">
  234. <!--//--><![CDATA[//><!--
  235. var dataInfo = {
  236. title : "{dede:field.title/}"
  237. };
  238. function echoFocus(){
  239. var flashPic = "",flashTxt = "{dede:field.alttext/}";
  240. var newHref;
  241. var datas = sina.$('eData').getElementsByTagName('dl');
  242. for(var i=0;i<datas.length;i++){
  243. //try{
  244. var title,pic,middlePic,smallPic,datetime,intro,commUrl;
  245. title = datas[i].getElementsByTagName('dt');
  246. if(title){
  247. title = title[0].innerHTML;
  248. }else{
  249. title = 'null';
  250. };
  251. var info = datas[i].getElementsByTagName('dd');
  252. if(info){
  253. pic = info[0].innerHTML;
  254. middlePic = info[1].innerHTML;
  255. smallPic = info[2].innerHTML;
  256. datetime = info[3].innerHTML;
  257. intro = info[4].innerHTML;
  258. commUrl = info[5].getElementsByTagName('a');
  259. imageId = info[6].innerHTML;
  260. commUrl = '';
  261. };
  262. epidiascope.add({
  263. src : pic,
  264. lowsrc_b : middlePic,
  265. lowsrc_s : smallPic,
  266. date : datetime,
  267. title : title,
  268. text : intro,
  269. comment : commUrl,
  270. id : imageId
  271. });
  272. if(flashPic != ""){flashPic += "|"};
  273. flashPic += encodeURIComponent(pic);
  274. if(flashTxt != ""){flashTxt += "|"};
  275. flashTxt += encodeURIComponent(title) + "#" + encodeURIComponent(intro.replace(/<.*?>/g,''));
  276. //}catch(e){}
  277. };
  278. epidiascope.autoPlay = false;
  279. epidiascope.init();
  280. fullFlash(flashTxt,flashPic);
  281. if(Math.random()<=0.01){
  282. epidiascope.stop();
  283. };
  284. };
  285. function fullFlash(txt,pic){
  286. var flashurl = "{dede:global.cfg_templets_skin/}/images/photo/photo.swf";
  287. var fullScreen = new sinaFlash(flashurl, "fullScreenObj", "100%", "100%", "8", "#000000");
  288. fullScreen.addParam("quality", "best");
  289. fullScreen.addParam("wmode", "transparent");
  290. fullScreen.addParam("allowFullScreen", "true");
  291. fullScreen.addParam("allowScriptAccess","always");
  292. fullScreen.addVariable("mylinkpic", pic);
  293. fullScreen.addVariable("infotxt",dataInfo.title);
  294. fullScreen.addVariable("mytxt",txt);
  295. fullScreen.addVariable("fulls_btnx","0");
  296. fullScreen.addVariable("fulls_btny","0");
  297. fullScreen.addVariable("fulls_btnalpha","0")
  298. fullScreen.write("fullScreenFlash");
  299. };
  300. function flash_to_js(name){
  301. name = new String(name);
  302. var status = name.split("|");
  303. epidiascope.speedBar.setGrade(status[1]);
  304. epidiascope.select(parseInt(status[0]));
  305. };
  306. function js_to_flash(){
  307. epidiascope.stop();
  308. return epidiascope.selectedIndex + "|" + epidiascope.speedBar.grade;
  309. };
  310. var sendT = {
  311. getHeader : function(){
  312. return document.getElementById("txtTitle").innerHTML + '-' + document.getElementById("d_picTit").innerHTML;
  313. },
  314. getFirstImgSrc : function(){
  315. if (document.getElementById("d_BigPic").getElementsByTagName("img")[0]){
  316. return document.getElementById("d_BigPic").getElementsByTagName("img")[0].src;
  317. }else{
  318. return null;
  319. }
  320. }
  321. }
  322. echoFocus();
  323. //--><!]]>
  324. </SCRIPT>
  325. <div style="clear:both "></div>
  326. </div>
  327. <!-- /pleft -->
  328. </div>
  329. <div class="pleft"> {dede:include file='ajaxfeedback.htm' /} </div>
  330. <div class="pright" style="padding-top: 8px;">
  331. <div class="pright">
  332. <div>
  333. <dl class="tbox">
  334. <dt><strong>栏目列表</strong></dt>
  335. <dd>
  336. <ul class="d6">
  337. {dede:channel type='son' currentstyle="<li><a href='~typelink~' class='thisclass'>~typename~</a></li>"}
  338. <li><a href='[field:typeurl/]'>[field:typename/]</a></li>{/dede:channel}
  339. </ul>
  340. </dd>
  341. </dl>
  342. </div>
  343. <div class="infos_userinfo"> {dede:memberinfos}
  344. <dl class="tbox">
  345. <dt><strong>发布者资料</strong></dt>
  346. <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>
  347. </dl>
  348. {/dede:memberinfos} </div>
  349. <div class="mt1">
  350. <dl class="tbox">
  351. <dt><strong>热点图集</strong></dt>
  352. <dd>
  353. <ul class="e3">
  354. {dede:arclist row='5' type='image.' orderby=click}
  355. <li> <a href="[field:arcurl/]" class="preview"><img src="[field:litpic/]" alt="[field:title function='html2text(@me)'/]"/></a> <a href="[field:arcurl/]" class="title">[field:title/]</a> <span class="intro">更新:[field:pubdate function="GetDateMK(@me)"/]</span> </li>
  356. {/dede:arclist}
  357. </ul>
  358. </dd>
  359. </dl>
  360. </div>
  361. </div>
  362. </div>
  363. {dede:include filename="footer.htm"/}<br />
  364. </body>
  365. </html>