Skins: Detail Pages
These pages are used to show the full items,all comments that were made and a form to add comments.
Very basic buildup for a detailed item page:
<html> <head> <title>My Weblog :: Item</title> </head> <body> <h1>Item</h1> <%item(detailed)%> <h1>Comments</h1> <%comments(detailed)%> <h1>Add Comment</h1> <%commentform%> </body> </html>
This will show the item and comments using the "detailed" template,and add a standard commentform.
スキン:個別アイテムページ
このスキンパーツは個別のアイテムを表示するために使われます。アイテムに付けられた全てのコメントと、コメント追加フォームを含めたものになります。
「個別アイテムページ」の基本的な形:
<html> <head> <title>私のウェブログ :: アイテム</title> </head> <body> <h1>アイテム</h1> <%item(detailed)%> <h1>コメント</h1> <%comments(detailed)%> <h1>コメントを追加</h1> <%commentform%> </body> </html>
このスキンでは、"detailed"テンプレートを使用してアイテムとコメント、そして標準のコメントフォームが表示されます。
コメント送信
Nucleusをご利用いただき、ありがとうございます。ヘルプファイルの内容について気がついた事がございましたら、コメントフォームよりご連絡ください。
いただきましたコメントは、次期バージョンの「オンラインヘルプ」に反映させてまいります。
なお、コチラでは個別対応は出来ませんので、疑問点などございましたら、サポートフォーラムへ投稿をお願いいたします。
コメント
gblsm (2011年02月05日 16:10:07)
見出しを
スキン:個別アイテムページ
とした方が、他のスキンの説明と揃って良いのではないかと思います。
スキン:個別アイテムページ
とした方が、他のスキンの説明と揃って良いのではないかと思います。
Yotaka (2011年03月19日 04:55:32)
ありがとうございます。訂正しました。