center_top.htm 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. <!--{template common/header}-->
  2. <div>
  3. <div style="color:#858585; border-bottom:1px dashed #cccccc; padding-bottom:8px; padding-left:8px; margin-bottom:10px;">
  4. {lang xj_event:kjxz}:<a href="javascript:" onclick="ajaxget('plugin.php?id=xj_event:event_center_top&action={$_GET[action]}&choose=new','event1','','','','');" class="<!--{if $_GET[choose]=='new'}-->eventmenu_select<!--{else}-->eventmenu<!--{/if}-->" id="userlistmenu1">{lang xj_event:zuixin}</a> | <a href="javascript:" onclick="ajaxget('plugin.php?id=xj_event:event_center_top&action={$_GET[action]}&choose=today','event1','','','','');" class="<!--{if $_GET[choose]=='today'}-->eventmenu_select<!--{else}-->eventmenu<!--{/if}-->" id="userlistmenu2">{lang xj_event:jinri}</a> | <a href="javascript:" onclick="ajaxget('plugin.php?id=xj_event:event_center_top&action={$_GET[action]}&choose=soon','event1','','','','');" class="<!--{if $_GET[choose]=='soon'}-->eventmenu_select<!--{else}-->eventmenu<!--{/if}-->" id="userlistmenu3">{lang xj_event:weilai}</a>
  5. </div>
  6. <!--{loop $toplist $key $value}-->
  7. <div class="xjevent">
  8. <div style="height:32px;"><b class="xj_hll"><a href="forum.php?mod=viewthread&tid={$value[tid]}" target="_blank">$value[subject]</a></b></div>
  9. <div style="height:95px; margin-top:8px;">
  10. <a href="forum.php?mod=viewthread&tid={$value[tid]}" target="_blank"><img src="<!--{if $value[activityaid_url]}-->{$value[activityaid_url]}<!--{else}-->source/plugin/xj_event/images/nopic.jpg<!--{/if}-->" width="145" height="93" style="float:left; margin-right:8px;" border="0"/></a>
  11. <!--{if $value[postclass] == 1}-->
  12. <img src="source/plugin/xj_event/images/img_ico02.png" <!--{if strpos($_SERVER[HTTP_USER_AGENT],'Maxthon')}-->style="position:absolute; margin-top:46px; margin-left:-154px;"<!--{else}-->style="position:absolute; margin-top:46px; margin-left:-194px;"<!--{/if}--> />
  13. <!--{elseif $value[postclass] == 2}-->
  14. <img src="source/plugin/xj_event/images/img_ico01.png" <!--{if strpos($_SERVER[HTTP_USER_AGENT],'Maxthon')}-->style="position:absolute; margin-top:46px; margin-left:-154px;"<!--{else}-->style="position:absolute; margin-top:46px; margin-left:-194px;"<!--{/if}--> />
  15. <!--{/if}-->
  16. <!--{if $value[starttime]<$nowtime && $value[endtime]>$nowtime}-->
  17. <img src="source/plugin/xj_event/images/hd_ico1.png" style="float:left;" />
  18. <!--{elseif $value[starttime]>$nowtime}-->
  19. <img src="source/plugin/xj_event/images/hd_ico2.png" style="float:left;" />
  20. <!--{elseif $value[endtime]<$nowtime}-->
  21. <img src="source/plugin/xj_event/images/hd_ico3.png" style="float:left;" />
  22. <!--{/if}--><br />
  23. <span>{lang xj_event:baomin}:{$value[applynumber]}/<!--{if $value[event_number]>0}-->{$value[event_number]}{lang xj_event:ren}<!--{else}-->{lang xj_event:buxian}<!--{/if}--></span><br />
  24. <!--{if $value[use_cost]>0}-->
  25. <span>{lang xj_event:feiyong}:{$value[use_cost]}{lang xj_event:yuan}</span><br />
  26. <!--{/if}-->
  27. <span>[{$value[citys]}]</span><br />
  28. <!--{if $value[verify]==1}-->
  29. <i style="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>
  30. <!--{/if}-->
  31. </div>
  32. </div>
  33. <!--{/loop}-->
  34. </div>
  35. <!--{template common/footer}-->