123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100 |
- <!--{template common/header}-->
- <style>
- .xjevent{margin:5px 5px;background:url(source/plugin/xj_event/images/xuxian.png) repeat-x 0px 139px; height:100px}
- .xjevent b a{ font-size:14px; font-family: "{lang xj_event:wryh}";color:$_G[style][highlightlink];}
- .xj_hll{color:$_G[style][highlightlink];}
- .jlpg {
- text-align:right;
- padding-right:10px;
- }
- .jlpg strong {
- display:inline-block;
- height:20px;
- width:20px;
- border:1px solid #CCCCCC;
- font-size:12px;
- text-align:center;
- margin-right:5px;
- background-color:#CCCCCC;
- color:#FFFFFF;
- }
- .jlpg a {
- display:inline-block;
- height:20px;
- width:20px;
- border:1px solid #CCCCCC;
- font-size:12px;
- text-align:center;
- margin-right:5px;
- }
- </style>
- <div id="wp" class="wp"><div id="pt" class="bm cl">
- <div class="z">
- <a href="./" class="nvhm" title="{lang homepage}">$_G[setting][bbname]</a> <em>›</em>
- <a href="plugin.php?id=xj_event:event_my">{lang xj_event:huodong}</a>
- </div>
- </div>
- <div id="ct" class="ct2_a wp cl">
- <div class="mn">
- <div class="bm bw0">
- <h1 class="mt">
- {lang xj_event:wzzdhd}
- </h1>
- <!--{if $_GET[act]=='zz'}-->
- <p class="tbmu">{lang xj_event:wzzdhd}: <span class="xi1">$listcount</span> {lang xj_event:ci}</p>
- <!--{elseif $_GET[act]=='cj'}-->
- <p class="tbmu">{lang xj_event:wcjdhd}: <span class="xi1">$listcount</span> {lang xj_event:ci}</p>
- <!--{/if}-->
- <!--{if $listcount>0}-->
- <!--{loop $toplist $key $value}-->
- <div class="xjevent">
- <div style="height:100px; margin-top:8px;">
- <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>
- <div style="float:left; width:580px; line-height:24px;">
- <b class="xj_hll" style="margin-right:5px;"><a href="forum.php?mod=viewthread&tid={$value[tid]}" target="_blank">$value[subject]</a></b>
- <!--{if $value[starttime]<$nowtime && $value[endtime]>$nowtime}-->
- <img src="source/plugin/xj_event/images/hd_ico1.png" />
- <!--{elseif $value[starttime]>$nowtime}-->
- <img src="source/plugin/xj_event/images/hd_ico2.png"/>
- <!--{elseif $value[endtime]<$nowtime}-->
- <img src="source/plugin/xj_event/images/hd_ico3.png" />
- <!--{/if}-->
- <!--{if $value[verify]==1}-->
- <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>
- <!--{/if}-->
- <br />
- <span class="xj_hll">{lang xj_event:hdzzz}:</span>{$value[author]}
- <!--{if $value[use_cost]>0}-->
- <span class="xj_hll">{lang xj_event:feiyong}:</span>{$value[use_cost]}{lang xj_event:yuanren}
- <!--{else}-->
- <span style="color:#FF6600; font-weight:bold;">{lang xj_event:mianfei}</span>
- <!--{/if}-->
- <span class="xj_hll">{lang xj_event:hdsj}:</span>{$value[starttime]}
- <!--{if $value[zynumber]>0}-->
- <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>
- <!--{/if}-->
- <br />
- <span style="color:#bbbbbb;">{$value[message]}</span>
- </div>
- </div>
- </div>
- <!--{/loop}-->
- <!--{else}-->
- <p class="emp">{lang xj_event:zhangwsj}</p>
- <!--{/if}-->
- <!--{if $multipage}-->
- <div style=" clear:both; height:30px; padding-top:5px;">$multipage</div>
- <!--{/if}-->
- </div>
- </div>
- <div class="appl">
- <div class="tbn">
- <h2 class="mt bbda">{lang xj_event:huodong}</h2>
- <ul>
- <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>
- <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>
- </ul>
- </div>
- </div>
- </div> </div>
- <!--{template common/footer}-->
|