123456789101112131415161718192021222324252627282930313233343536373839 |
- <!--{template common/header}-->
- <div>
- <div style="color:#858585; border-bottom:1px dashed #cccccc; padding-bottom:8px; padding-left:8px; margin-bottom:10px;">
- {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>
- </div>
- <!--{loop $toplist $key $value}-->
- <div class="xjevent">
- <div style="height:32px;"><b class="xj_hll"><a href="forum.php?mod=viewthread&tid={$value[tid]}" target="_blank">$value[subject]</a></b></div>
- <div style="height:95px; margin-top:8px;">
- <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>
- <!--{if $value[postclass] == 1}-->
- <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}--> />
- <!--{elseif $value[postclass] == 2}-->
- <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}--> />
- <!--{/if}-->
-
- <!--{if $value[starttime]<$nowtime && $value[endtime]>$nowtime}-->
- <img src="source/plugin/xj_event/images/hd_ico1.png" style="float:left;" />
- <!--{elseif $value[starttime]>$nowtime}-->
- <img src="source/plugin/xj_event/images/hd_ico2.png" style="float:left;" />
- <!--{elseif $value[endtime]<$nowtime}-->
- <img src="source/plugin/xj_event/images/hd_ico3.png" style="float:left;" />
- <!--{/if}--><br />
- <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 />
- <!--{if $value[use_cost]>0}-->
- <span>{lang xj_event:feiyong}:{$value[use_cost]}{lang xj_event:yuan}</span><br />
- <!--{/if}-->
- <span>[{$value[citys]}]</span><br />
- <!--{if $value[verify]==1}-->
- <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>
- <!--{/if}-->
-
-
- </div>
- </div>
- <!--{/loop}-->
- </div>
- <!--{template common/footer}-->
|