event_my.htm 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. <!--{template common/header}-->
  2. <style>
  3. .xjevent{margin:5px 5px;background:url(source/plugin/xj_event/images/xuxian.png) repeat-x 0px 139px; height:100px}
  4. .xjevent b a{ font-size:14px; font-family: "{lang xj_event:wryh}";color:$_G[style][highlightlink];}
  5. .xj_hll{color:$_G[style][highlightlink];}
  6. .jlpg {
  7. text-align:right;
  8. padding-right:10px;
  9. }
  10. .jlpg strong {
  11. display:inline-block;
  12. height:20px;
  13. width:20px;
  14. border:1px solid #CCCCCC;
  15. font-size:12px;
  16. text-align:center;
  17. margin-right:5px;
  18. background-color:#CCCCCC;
  19. color:#FFFFFF;
  20. }
  21. .jlpg a {
  22. display:inline-block;
  23. height:20px;
  24. width:20px;
  25. border:1px solid #CCCCCC;
  26. font-size:12px;
  27. text-align:center;
  28. margin-right:5px;
  29. }
  30. </style>
  31. <div id="wp" class="wp"><div id="pt" class="bm cl">
  32. <div class="z">
  33. <a href="./" class="nvhm" title="{lang homepage}">$_G[setting][bbname]</a> <em>&rsaquo;</em>
  34. <a href="plugin.php?id=xj_event:event_my">{lang xj_event:huodong}</a>
  35. </div>
  36. </div>
  37. <div id="ct" class="ct2_a wp cl">
  38. <div class="mn">
  39. <div class="bm bw0">
  40. <h1 class="mt">
  41. {lang xj_event:wzzdhd}
  42. </h1>
  43. <!--{if $_GET[act]=='zz'}-->
  44. <p class="tbmu">{lang xj_event:wzzdhd}: <span class="xi1">$listcount</span> {lang xj_event:ci}</p>
  45. <!--{elseif $_GET[act]=='cj'}-->
  46. <p class="tbmu">{lang xj_event:wcjdhd}: <span class="xi1">$listcount</span> {lang xj_event:ci}</p>
  47. <!--{/if}-->
  48. <!--{if $listcount>0}-->
  49. <!--{loop $toplist $key $value}-->
  50. <div class="xjevent">
  51. <div style="height:100px; margin-top:8px;">
  52. <a href="forum.php?mod=viewthread&tid={$value[tid]}" target="_blank"><img src="{$value[picurl]}" width="145" height="93" style="float:left; margin-right:8px;" border="0"/></a>
  53. <div style="float:left; width:580px; line-height:24px;">
  54. <b class="xj_hll" style="margin-right:5px;"><a href="forum.php?mod=viewthread&tid={$value[tid]}" target="_blank">$value[subject]</a></b>
  55. <!--{if $value[starttime]<$nowtime && $value[endtime]>$nowtime}-->
  56. <img src="source/plugin/xj_event/images/hd_ico1.png" />
  57. <!--{elseif $value[starttime]>$nowtime}-->
  58. <img src="source/plugin/xj_event/images/hd_ico2.png"/>
  59. <!--{elseif $value[endtime]<$nowtime}-->
  60. <img src="source/plugin/xj_event/images/hd_ico3.png" />
  61. <!--{/if}-->
  62. <!--{if $value[verify]==1}-->
  63. <i style=" float:right;display:inline-block; height:21px; width:40px; background-color:#00a7ff; color:#FFFFFF; font-size:14px; text-align:center;font-family: '{lang xj_event:wryh}';">{lang xj_event:guanfang}</i>
  64. <!--{/if}-->
  65. <br />
  66. <span class="xj_hll">{lang xj_event:hdzzz}:</span>{$value[author]}&nbsp;&nbsp;
  67. <!--{if $value[use_cost]>0}-->
  68. <span class="xj_hll">{lang xj_event:feiyong}:</span>{$value[use_cost]}{lang xj_event:yuanren}
  69. <!--{else}-->
  70. <span style="color:#FF6600; font-weight:bold;">{lang xj_event:mianfei}</span>
  71. <!--{/if}-->&nbsp;&nbsp;
  72. <span class="xj_hll">{lang xj_event:hdsj}:</span>{$value[starttime]}&nbsp;&nbsp;
  73. <!--{if $value[zynumber]>0}-->
  74. <span class="xj_hll">{lang xj_event:zuoye}:</span>$value[zynumber]{lang xj_event:ge} <a href="forum.php?mod=viewthread&tid={$value[tid]}&menu=2" class="xi2" target="_blank">[{lang xj_event:chakan}]</a>
  75. <!--{/if}-->
  76. <br />
  77. <span style="color:#bbbbbb;">{$value[message]}</span>
  78. </div>
  79. </div>
  80. </div>
  81. <!--{/loop}-->
  82. <!--{else}-->
  83. <p class="emp">{lang xj_event:zhangwsj}</p>
  84. <!--{/if}-->
  85. <!--{if $multipage}-->
  86. <div style=" clear:both; height:30px; padding-top:5px;">$multipage</div>
  87. <!--{/if}-->
  88. </div>
  89. </div>
  90. <div class="appl">
  91. <div class="tbn">
  92. <h2 class="mt bbda">{lang xj_event:huodong}</h2>
  93. <ul>
  94. <li<!--{if $_GET[act]=='zz'}--> class="a"<!--{/if}-->><a href="plugin.php?id=xj_event:event_my&act=zz">{lang xj_event:wzzdhd}</a></li>
  95. <li<!--{if $_GET[act]=='cj'}--> class="a"<!--{/if}-->><a href="plugin.php?id=xj_event:event_my&act=cj">{lang xj_event:wcjdhd}</a></li>
  96. </ul>
  97. </div>
  98. </div>
  99. </div> </div>
  100. <!--{template common/footer}-->