📄 faq_custom.htm
字号:
{template header}
<table cellspacing="0" cellpadding="0" border="0" width="{TABLEWIDTH}" align="center" style="table-layout: fixed">
<tr><td class="nav" width="90%" nowrap> <a href="index.php">$bbname</a> » <a href="faq.php">{lang faq}</a> » $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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -