|

- 帖子
- 103
- 积分
- 182
- 威望
- -5
- 金币
- 100 个
- 体力
- 50
- 注册时间
- 2003-10-10
|

???問題
知不知道以下code的????是什麼繁中,我忘記了,希望有大大能幫忙- <!--{/if}-->
- {lang credit_title} $post[credit]<br>
- {lang postnum} $post[postnum]<br>
- 現金 $post[money]<br>
- 存款 $post[bank]<br>
- 財富 $post[moneygroup]<br>
- {lang regtime} $post[regdate]
- <!--{if $post[location]}--><br>{lang location} $post[location]<!--{/if}--><br>
- <!--{if $vtonlinestatus && $post['author'] != 'Guest'}-->
- <!--{if $timestamp - $post['lastvisit'] <= 2 * $onlinehold}-->
- {lang online_status} <b>{lang online}</b>
- <!--{else}-->
- {lang online_status} {lang offline}
- <!--{/if}-->
- <!--{/if}-->
- </span>
- </td>
- <td height="100%">
- <table height="100%" width="100%" border="0" cellspacing="0" cellpadding="0" style="table-layout: fixed;word-wrap: break-word">
- <tr><td valign="top">$post[karma]
- <span class="bold"><span class="smalltxt">$post[subject]</span></span>
- $post[message]
- <!--{if $post['aaid'] }-->
- <!--{if $post[payed]==0 || (($post['paymoney']>=$post['needmoney']) && ($post[payed]==2)) }-->
- <!--{if $post['attachimg'] == 0}-->
- <table cellspacing="0" cellpadding="0" border="0" width="{TABLEWIDTH}" align="center">
- <tr><td bgcolor="#cccccc">
- <table border="0" cellspacing="{BORDERWIDTH}" cellpadding="{TABLESPACE}" width="100%">
- <tr class="header" >
- <td width= "100%"colspan="4" align="center"><b>??????</b></td>
- </tr>
- <tr bgcolor="{ALTBG2}">
- <td width="15%" > ???:</span></td>
- <td width="35%" ><span class="small"> $post[filename]</span></td>
- <td width="15%"> ????:</td>
- <td width="35%"><span class="small">$post[attachicon] $post[attachtype]</span></td>
- </tr>
- <tr bgcolor="{ALTBG2}">
- <td ><span class="small"> ????:</span></td>
- <td ><span class="small"> $post[attachsize]</td>
- <td ><span class="small"> ????:</span></td>
- <td ><span class="smalltxt"> $post[downloads] </span></td>
- </tr>
- <tr bgcolor="{ALTBG2}">
- <td width="100%" colspan=4 align=center>
- <a href="attachment.php?aid=$post[aaid]" target="_blank">????</a>
- <!--{if $post[creditsrequire]}-->, {lang creditsrequire_attach} {lang credit_title} $post[creditsrequire] {lang credit_unit}<!--{/if}--></span><br>
- </td></tr></table></td></tr></table>
- <!--{elseif $post['attachimg'] == 1}-->
- {lang attach_img}: <br><br><a href="$attachurl/$post[attachment]" target="_blank"><img src="$attachurl/$post[attachment]" border="0" alt="{lang click_open_newwindow}" onload="javascript:if(this.width>screen.width-333) this.width=screen.width-333"></a>
- <!--{elseif $post['attachimg'] == 2}-->
- <BR><center>
- <br><embed width="400" height="300" src="$attachurl/$post[attachment]" type="application/x-shockwave-flash"></embed>
- </cnenter>
- <!--{/if}-->
- <!--{else}-->
- <table cellspacing="0" cellpadding="0" border="0" width="{TABLEWIDTH}" align="center">
- <tr><td bgcolor="#cccccc">
- <table border="0" cellspacing="{BORDERWIDTH}" cellpadding="{TABLESPACE}" width="100%">
- <tr class="header" >
- <td width= "100%"colspan="4" align="center"><b>??????</b></td>
- </tr>
- <tr bgcolor="{ALTBG2}">
- <td width="15%" > ???:</span></td>
- <td width="35%" ><span class="small"> $post[filename]</span></td>
- <td width="15%"> ????:</td>
- <td width="35%"><span class="small">$post[attachicon] $post[attachtype]</span></td>
- </tr>
- <tr bgcolor="{ALTBG2}">
- <td ><span class="small"> ????:</span></td>
- <td ><span class="small"> $post[attachsize]</td>
- <td ><span class="small"> ????:</span></td>
- <td ><span class="smalltxt"> $post[downloads] </span></td>
- </tr>
- <tr bgcolor="{ALTBG2}"><td width="100%" colspan=4 align=center>
- <br><br> ????????????????????????<BR><BR>
- </td></tr></table></td></tr></table>
- <!--{/if}-->
- <!--{/if}-->
复制代码 |
|