faq_custom.htm

来自「xm2sv1.0寻梦二手网 v1.0,一个经过我调试的PHP原代码,有机会大家多」· HTM 代码 · 共 39 行

HTM
39
字号
{template header}
<table cellspacing="0" cellpadding="0" border="0" width="{TABLEWIDTH}" align="center" style="table-layout: fixed"> 
<tr><td class="nav" width="90%" nowrap>&nbsp;<a href="index.php">$bbname</a> &raquo; <a href="faq.php">{lang faq}</a> &raquo; $customfaq[title]</td>
<td align="right" width="10%"><a href="#bottom"><img src="{IMGDIR}/arrow_dw.gif" border="0" align="absmiddle"></a></td>        
</tr></table><br>

<table cellspacing="0" cellpadding="0" border="0" width="{TABLEWIDTH}" align="center">
<tr>
<td bgcolor="{BORDERCOLOR}">
<table border="0" cellspacing="{BORDERWIDTH}" cellpadding="{TABLESPACE}" width="100%">
<tr>
<td width="100%" class="header">$customfaq[title]</td>
</tr>
<tr>
<td width="100%" bgcolor="{ALTBG2}" class="smalltxt">
<ul>

<!--{loop $customfaq['item'] $id $item}-->
	<li><a href="faq.php?page=custom#$id">$item[subject]</a></li>
<!--{/loop}-->

</td>
</tr>
</table>
</table>
<br>

<!--{loop $customfaq['item'] $id $item}-->
	<table cellspacing="0" cellpadding="0" border="0" width="{TABLEWIDTH}" align="center">
	<tr><td bgcolor="{BORDERCOLOR}">
	<table border="0" cellspacing="{BORDERWIDTH}" cellpadding="{TABLESPACE}" width="100%">
	<tr><td width="100%" class="header">$item[subject]<a name=#$id></a></td></tr>
	<tr><td width="100%" bgcolor="{ALTBG2}" class="smalltxt">
	$item[message]
	</td></tr></table></td></tr></table>
	<br>
<!--{/loop}-->

{template footer}

⌨️ 快捷键说明

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