⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 bulletin.htm

📁 这个版本只是修正了一些BUG
💻 HTM
字号:
{template header}
<table width="100%" cellpadding="0" cellspacing="0" align="center" border="0" width="100%"  style="border-collapse: collapse" bordercolor="{OUTBORDERCOLOR}">
<tr>
<td width="26%" valign=top bgcolor="{ALTBG1}" class="leftwin">
{template index_catalog}
</td>
<td valign=top width="74%"> 

<!--{if (!$bulletinid)}-->
<table id="singleframe" cellspacing="0" cellpadding="0" border="0" width="100%" align=center >
<tr><td bgcolor="{BORDERCOLOR}">
<table border="0" cellspacing="{BORDERWIDTH}" cellpadding="{TABLESPACE}" width="100%">
<tr class='header'>
<td colspan="3"><img border=0 src="{IMGDIR}/nav_m.gif">&nbsp;{lang bulletin}</td>
</tr>
<!--{loop $bulletinlist $bulletin}-->
<tr>
<td width=30 align=right><img src="{IMGDIR}/dot.gif" border=0></td>
<td>
<a href="bulletin.php?bulletinid=$bulletin[id]">$bulletin['subject']</a> [$bulletin['time']]
</td>
</tr>
<!--{/loop}-->
</table>
</td></tr></table>
<!--{else}--> 
<table cellspacing="0" cellpadding="0" border="0" width="100%" align=center >
<tr><td bgcolor="{BORDERCOLOR}">
<table border="0" cellspacing="{BORDERWIDTH}" cellpadding="{TABLESPACE}" width="100%">
<tr>
<td align=center><span class="hlbtext">$bulletin[subject]</span></td>
</tr>
<tr>
<td align=center> $bulletin['time']</td>
</tr>
<tr>
<td > $bulletin['message']</td>
</tr>
</table>
</td></tr></table>
<!--{/if}-->

</td></tr>
</table>
{template footer}

⌨️ 快捷键说明

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