[1011]XOOPS 2.5 模組開發
<link rel='stylesheet' href='menu/menu_style.css' type='text/css' />
<ul id='menu'>
<li><a href='index.php' target='_self' title='所有記事'>所有記事</a></li>
<li><a href='index.php?op=add_form' target='_self' title='新增記事'>新增記事</a></li>
</ul>
<h1><{$note_title}></h1>
<div style="font-size:12px;line-height:1.8;width:90%;margin:10px auto;"><{$note_content}></div>
<div align="right"><{$note_date}></div>
<div style="text-align: center; padding: 3px; margin: 3px;">
<{$commentsnav}>
<{$lang_notice}>
</div>
<div style="margin: 3px; padding: 3px;">
<!-- start comments loop -->
<{if $comment_mode == "flat"}>
<{include file="db:system_comments_flat.html"}>
<{elseif $comment_mode == "thread"}>
<{include file="db:system_comments_thread.html"}>
<{elseif $comment_mode == "nest"}>
<{include file="db:system_comments_nest.html"}>
<{/if}>
<!-- end comments loop -->
</div>
<{include file='db:system_notification_select.html'}>