credits.htm

来自「php最好的论坛程序! php最好的论坛程序! php最好的论坛程序!」· HTM 代码 · 共 67 行

HTM
67
字号
{template header}
<div class="subtable nav" style="width: {TABLEWIDTH}">
<div class="right">&nbsp;<a href="#bottom"><img src="{IMGDIR}/arrow_dw.gif" border="0" alt="" /></a>
</div>
<a href="discuz.php">$bbname</a> &raquo; {lang credits_policy}
</div><br>

<table cellspacing="{INNERBORDERWIDTH}" cellpadding="{TABLESPACE}" width="{TABLEWIDTH}" align="center" class="tableborder">
<tr class="header">
<td colspan="16">{lang credits_policy}</td>
</tr>

<tr align="center" class="category">
<td width="9%">&nbsp;</td>
<!--{loop $policyarray $operation $policy}-->
	<td nowrap>
	<!--{if $operation == 'post'}-->
		{lang credits_policy_post}
	<!--{elseif $operation == 'forum_post'}-->
		{lang credits_policy_forum_post}
	<!--{elseif $operation == 'reply'}-->
		{lang credits_policy_reply}
	<!--{elseif $operation == 'forum_reply'}-->
		{lang credits_policy_forum_reply}
	<!--{elseif $operation == 'digest'}-->
		{lang credits_policy_digest}
	<!--{elseif $operation == 'postattach'}-->
		{lang credits_policy_postattach}
	<!--{elseif $operation == 'getattach'}-->
		{lang credits_policy_getattach}
	<!--{elseif $operation == 'pm'}-->
		{lang credits_policy_pm}
	<!--{elseif $operation == 'search'}-->
		{lang credits_policy_search}
	<!--{elseif $operation == 'promotion_visit'}-->
		{lang credits_policy_promotion_visit}
	<!--{elseif $operation == 'promotion_register'}-->
		{lang credits_policy_promotion_register}
	<!--{elseif $operation == 'tradefinished'}-->
		{lang credits_policy_trade}
	<!--{elseif $operation == 'votepoll'}-->
		{lang credits_policy_poll}
	<!--{elseif $operation == 'lowerlimit'}-->
		{lang credits_policy_lowerlimit}
	<!--{/if}-->
	</td>
<!--{/loop}-->
</tr>

<!--{loop $extcredits $id $credit}-->
	<tr align="center" class="altbg2">
	<td class="altbg1">$credit[title]</td>
	<!--{loop $creditsarray[$id] $operation $policy}-->
		<!--{if isset($view) && $operation == $view}-->
			<td class="altbg1"><span class="bold">$policy</span></td>
		<!--{else}-->
			<td class="smalltxt">$policy</td>
		<!--{/if}-->
	<!--{/loop}-->
	</tr>
<!--{/loop}-->

<tr><td colspan="16" class="altbg1"><span class="bold">{lang credits_policy_lowerlimit}:</span> {lang credits_policy_lowerlimit_comment}</td></tr>
<tr><td colspan="16" class="altbg1"><span class="bold">{lang credits_policy_formula}:</span> $creditsformulaexp</td></tr>
</table>

{template footer}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?