[Affelio-cvs 496] CVS update: affelio/apps/diary/templates

Back to archive index

Masato Kikuhara en-sf****@users*****
2005年 7月 2日 (土) 07:47:22 JST


Index: affelio/apps/diary/templates/edit_diary_delete_confirm.tmpl
diff -u affelio/apps/diary/templates/edit_diary_delete_confirm.tmpl:1.2 affelio/apps/diary/templates/edit_diary_delete_confirm.tmpl:1.3
--- affelio/apps/diary/templates/edit_diary_delete_confirm.tmpl:1.2	Mon Jun 27 18:45:04 2005
+++ affelio/apps/diary/templates/edit_diary_delete_confirm.tmpl	Sat Jul  2 07:47:21 2005
@@ -1,11 +1,21 @@
 <!-- 削除の確認画面 -->
 <form method="post" action="edit_diary.cgi">
-<table>
-<tr><th>本当に削除しますか?</th></tr>
-<tr><td align="right">
+
+<div class="afPubContentHeading">
+<table border="0" cellspacing="0">
+<tr><td align="left">日記の編集</td></tr>
+</table>
+</div><!-- afPubContentHeading -->
+<br>
+
+<div class="afPubContentBlock">
+<div class="afPubContentBlockTitle">
+本当に削除しますか?
+</div><!-- afPubContentBlockTitle -->
+<br>
 <input type="submit" name="delete" value="はい">
 <input type="submit" name="nodelete" value="いいえ">
 <input type="hidden" name="id" value="<TMPL_VAR NAME='ID'>">
-</td></tr>
-</table>
+</div><!-- afPubContentBlock -->
+
 </form>
Index: affelio/apps/diary/templates/edit_diary_edit.tmpl
diff -u affelio/apps/diary/templates/edit_diary_edit.tmpl:1.4 affelio/apps/diary/templates/edit_diary_edit.tmpl:1.5
--- affelio/apps/diary/templates/edit_diary_edit.tmpl:1.4	Thu Jun 30 19:04:03 2005
+++ affelio/apps/diary/templates/edit_diary_edit.tmpl	Sat Jul  2 07:47:21 2005
@@ -1,20 +1,54 @@
-<!-- 編集画面 -->
 <form method="post" action="edit_diary.cgi" enctype="multipart/form-data">
 
+<!-- 編集エリア -->
+<div class="afPubContentHeading">
+<table border="0" cellspacing="0">
+<tr><td align="left">日記の編集</td></tr>
+</table>
+</div><!-- afPubContentHeading -->
+
+<div class="afPubContent">
+
+<div class="afPubContentBlock">
+
+<div class="afPubContentBlockTitle">
+日記の編集 (<TMPL_VAR NAME="DATETIME">)
+</div><!-- afPubContentBlockTitle -->
+
+<div class="afPubMessageTable">
 <table>
-<tr><th>日記の編集 (<TMPL_VAR NAME="DATETIME">)</th></tr>
-<tr><td align="right">タイトル: <input class="text" type="text" name="title" value="<TMPL_VAR ESCAPE="HTML" NAME="TITLE">" /></td></tr>
-<tr><td align="right"><textarea name="contents" rows="15" cols="50"><TMPL_VAR NAME="CONTENTS"></textarea></td></tr>
-<tr><td>画像 1<input type="file" name="filename_1" size="32"></td><tr>
-<tr><td>画像 2<input type="file" name="filename_2" size="32"></td><tr>
-<tr><td><small>アップロードできるファイルのサイズは300KBまでです</small></td><tr>
-<tr><td align="right"><input type="submit" name="edit" value="編集" /></td></tr>
+<tr><td>タイトル: <input class="text" type="text" name="title" value="<TMPL_VAR ESCAPE="HTML" NAME="TITLE">" size="32"></td></tr>
+<tr><td><textarea name="contents" rows="15" cols="50"><TMPL_VAR NAME="CONTENTS"></textarea></td></tr>
+<tr><td>画像 1<input type="file" name="filename_1" size="32"></td></tr>
+<tr><td>画像 2<input type="file" name="filename_2" size="32"></td></tr>
+<tr><td><input type="checkbox" name="delete_images" value="delete">画像の削除</td></tr>
+<tr><td>Trackback Pingの送信<input type="text" name="tping_url" size="32"></td></tr>
+<tr><td><input type="submit" name="edit" value="修正"></td></tr>
 </table>
-<br />
+</div><!-- afPubMessageTable -->
+
+</div><!-- afPubContentBlock -->
+
+<br><br>
 
+<!-- 削除ボタン -->
+
+<div class="afPubContentBlock">
+
+<div class="afPubContentBlockTitle">
+日記の削除 (<TMPL_VAR NAME="DATETIME">)
+</div>
+
+<div class="afPubMessageTable">
 <table>
-<tr><th>日記の削除 (<TMPL_VAR NAME="DATETIME">)</th></tr>
-<tr><td align="right"><input type="submit" name="delete_confirm" value="削除" /></td></tr>
+<tr><td><input type="submit" name="delete_confirm" value="削除" /></td></tr>
 </table>
+</div><!-- afPubMessageTable -->
+
 <input type="hidden" name="id" value="<TMPL_VAR NAME='ID'>">
+
+</div><!-- afPubContentBlock -->
+
+</div><!-- afPubContent -->
+
 </form>
Index: affelio/apps/diary/templates/external_blog.tmpl
diff -u affelio/apps/diary/templates/external_blog.tmpl:1.1 affelio/apps/diary/templates/external_blog.tmpl:1.2
--- affelio/apps/diary/templates/external_blog.tmpl:1.1	Thu Jun 30 02:38:51 2005
+++ affelio/apps/diary/templates/external_blog.tmpl	Sat Jul  2 07:47:21 2005
@@ -2,27 +2,32 @@
 
 <div id="diary_2ColLeft" align="right">
 
-<p>Recent Entries<br />
+<div class="afPubContentBlock">
+<div class="afPubContentBlockTitle">
+Recent Entries</div>
 <TMPL_LOOP NAME="ENTRY_LIST">
 <a href="<TMPL_VAR NAME='LINK'>"><TMPL_VAR ESCAPE="HTML" NAME="TITLE"></a><br />
 </TMPL_LOOP>
-<br /></p>
+</div>
 
 <TMPL_IF NAME="WRITABLE">
 
 <form action="external_blog.cgi" method="post">
-<p>
-Set RDF URL<br />
+<div class="afPubContentBlock">
+<div class="afPubContentBlockTitle">
+Set RDF URL</div>
 <input type="text" name="url" size="15" /><br />
 <input type="submit" name="set_url" value="update" />
-</p>
+</div>
 </form>
 
 <form action="external_blog.cgi" method="post">
-<p>
-Remove RDF<br /><input type="submit" name="remove_urlfile" value="remove" />
-</p>
+<div class="afPubContentBlock">
+<div class="afPubContentBlockTitle">
+Remove RDF</div>
+<input type="submit" name="remove_urlfile" value="remove" />
 </form>
+</div>
 </TMPL_IF>
 
 <a href="<TMPL_VAR NAME='RSS_URL'>"><img src="./resource/xml.gif" border="0" /></a>
@@ -33,9 +38,6 @@
 
 <div id="diary_2ColRight">
 
-<div id="diary_etc">
-<div class="afPubContent">
-
 <!-- HEADER -->
 
 <!--<h2><TMPL_VAR ESCAPE="HTML" NAME="install_title"></h2>-->
@@ -46,16 +48,15 @@
 </p>
 
 <TMPL_LOOP NAME="ENTRIES">
-<table id="diary">
-<tr><th><TMPL_VAR ESCAPE="HTML" NAME="TITLE"></th></tr>
-<tr><td><div id="date"><TMPL_VAR ESCAPE="HTML" NAME="DATE"></div></td></tr>
-<tr><td id="contents"><p><TMPL_VAR NAME="CONTENTS"></p></td></tr>
-<tr><td> 
+<div class="afPubContentBlock">
+<div class="afPubContentBlockTitle">
+<TMPL_VAR ESCAPE="HTML" NAME="TITLE"></div>
+<div id="date"><TMPL_VAR ESCAPE="HTML" NAME="DATE"></div>
+<p><TMPL_VAR NAME="CONTENTS"></p>
 <small>
 <a href="<TMPL_VAR NAME='LINK'>" target="_blank"><TMPL_VAR NAME='LINK'></a>
 </small>
-</td></tr>
-</table>
+</div>
 </TMPL_LOOP>
 
 
Index: affelio/apps/diary/templates/footer.tmpl
diff -u affelio/apps/diary/templates/footer.tmpl:1.2 affelio/apps/diary/templates/footer.tmpl:1.3
--- affelio/apps/diary/templates/footer.tmpl:1.2	Fri Jul  1 14:35:44 2005
+++ affelio/apps/diary/templates/footer.tmpl	Sat Jul  2 07:47:21 2005
@@ -1,3 +1,5 @@
+</div><!-- diary_2ColRight -->
+
+<!-- End of diary -->
+
 
-</div>
-</div>
Index: affelio/apps/diary/templates/list_diary.tmpl
diff -u affelio/apps/diary/templates/list_diary.tmpl:1.4 affelio/apps/diary/templates/list_diary.tmpl:1.5
--- affelio/apps/diary/templates/list_diary.tmpl:1.4	Fri Jul  1 12:40:43 2005
+++ affelio/apps/diary/templates/list_diary.tmpl	Sat Jul  2 07:47:21 2005
@@ -12,7 +12,9 @@
 </div>
 <div id="date"><TMPL_VAR NAME="MONTH">月<TMPL_VAR NAME="DAY">日</div>
 <br>
+<div style="padding-left: 2.0em;">
 <TMPL_VAR NAME="IMAGES"><p><TMPL_VAR NAME="CONTENTS"></p>
+</div><!-- style="padding-left: 2.0em;" -->
 <br>
 <small>
 <a href="show_diary.cgi?id=<TMPL_VAR NAME="ID">">コメント(<TMPL_VAR NAME="COMMENT_NO">)</a>|
@@ -23,7 +25,7 @@
 </small>
 </div>
 
-<p><br /></p>
+<br><br>
 
 </TMPL_LOOP>
 
@@ -33,4 +35,4 @@
 </form>
 </TMPL_IF>
 
-
+</div><!-- afPubContent -->
Index: affelio/apps/diary/templates/menu.tmpl
diff -u affelio/apps/diary/templates/menu.tmpl:1.11 affelio/apps/diary/templates/menu.tmpl:1.12
--- affelio/apps/diary/templates/menu.tmpl:1.11	Fri Jul  1 15:13:44 2005
+++ affelio/apps/diary/templates/menu.tmpl	Sat Jul  2 07:47:21 2005
@@ -1,3 +1,5 @@
+<!-- start diary -->
+
 <div id="diary_2ColLeft" align="right">
 
 <!-- カレンダー -->
@@ -7,80 +9,78 @@
 <!-- アーカイブ -->
 <TMPL_IF NAME="ARCHIVES">
 <div class="afPubContentBlock">
-<div class="afPubContentBlockTitle">
-Entry Archives</div>
+<div class="afPubContentBlockTitle">Entry Archives</div><!-- afPubContentBlockTitle -->
 <TMPL_LOOP NAME="ARCHIVES">
 <a href="list_diary.cgi?year=<TMPL_VAR NAME="YEAR">&month=<TMPL_VAR NAME="MONTH">">
 <TMPL_VAR NAME="YEAR">年<TMPL_VAR NAME="MONTH">月
-</a><BR>
+</a>
+<br>
 </TMPL_LOOP>
-</div>
+</div><!-- afPubContentBlock -->
+<br>
 </TMPL_IF>
 
-<P>
-
 <!-- 最近のエントリー -->
 <TMPL_IF NAME="RECENT_ENTRIES">
 <div class="afPubContentBlock">
-<div class="afPubContentBlockTitle">
-Recent Entries</div>
+<div class="afPubContentBlockTitle">Recent Entries</div><!-- afPubContentBlockTitle -->
 <TMPL_LOOP NAME="RECENT_ENTRIES">
 <a href="show_diary.cgi?id=<TMPL_VAR NAME="ID">">
 <TMPL_VAR NAME="TITLE">
 </a>
-<BR>
+<br>
 </TMPL_LOOP>
-</div>
+</div><!-- afPubContentBlock -->
+<br>
 </TMPL_IF>
 
-<P>
-
 <TMPL_IF NAME="RECENT_COMMENTS">
 <div class="afPubContentBlock">
-<div class="afPubContentBlockTitle">
-Recent Comments</div>
+<div class="afPubContentBlockTitle">Recent Comments</div><!-- afPubContentBlockTitle -->
 <TMPL_LOOP NAME="RECENT_COMMENTS">
 <TMPL_VAR NAME="USER">/
 <a href="show_diary.cgi?id=<TMPL_VAR NAME='ID'>">
 <TMPL_VAR NAME="TITLE">
-</a><BR>
+</a><br>
 </TMPL_LOOP>
-</div>
+</div><!-- afPubContentBlock -->
+<br>
 </TMPL_IF>
-<P>
 
 <!-- 最近のトラックバック -->
 <TMPL_IF NAME="RECENT_TRACKBACKS">
 <div class="afPubContentBlock">
-<div class="afPubContentBlockTitle">
-Recent Trackbacks</div>
+<div class="afPubContentBlockTitle">Recent Trackbacks</div><!-- afPubContentBlockTitle -->
 <TMPL_LOOP NAME="RECENT_TRACKBACKS">
-<a href="show_trackback.cgi?id=<TMPL_VAR ESCAPE='HTML' NAME='ID'>"><TMPL_VAR ESCAPE="HTML" NAME="TITLE">
-</a><small>(<TMPL_VAR ESCAPE="HTML" NAME="BLOG_NAME">)</small><BR>
+<a href="show_trackback.cgi?id=<TMPL_VAR ESCAPE='HTML' NAME='ID'>">
+<TMPL_VAR ESCAPE="HTML" NAME="TITLE">
+</a>
+<small>(<TMPL_VAR ESCAPE="HTML" NAME="BLOG_NAME">)</small><BR>
 </TMPL_LOOP>
-</div>
+</div><!-- afPubContentBlock -->
+<br>
 </TMPL_IF>
 
-<P>
-
+<!-- BLOGのインポート -->
+<TMPL_IF NAME="EDITABLE">
 <div class="afPubContentBlock">
-<div class="afPubContentBlockTitle">
-Import BLOG</div>
+<div class="afPubContentBlockTitle">Import BLOG</div><!-- afPubContentBlockTitle -->
 <a href="external_blog.cgi">blog</a>
-</div>
-<P>
+</div><!-- afPubContentBlock -->
+<br>
+</TMPL_IF>
 
 <TMPL_IF NAME="access_control_URL">
 <!--アクセス制御管理 -->
 <a href="<TMPL_VAR NAME="access_control_URL">" target="_blank">
 アクセス制御を管理する
 </a>
+<br>
 </TMPL_IF>
 
-<p>
-<br />
+<TMPL_IF NAME="ARCHIVES">
 <a href="get_rss.cgi"><img src="./resource/xml.gif" border="0" /></a>
-</p>
+</TMPL_IF>
 
 <p><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /></p>
 
@@ -88,5 +88,3 @@
 
 <div id="diary_2ColRight">
 
-<!-- <div id="diary_etc">-->
-
Index: affelio/apps/diary/templates/owner.tmpl
diff -u affelio/apps/diary/templates/owner.tmpl:1.6 affelio/apps/diary/templates/owner.tmpl:1.7
--- affelio/apps/diary/templates/owner.tmpl:1.6	Fri Jul  1 15:13:44 2005
+++ affelio/apps/diary/templates/owner.tmpl	Sat Jul  2 07:47:21 2005
@@ -4,6 +4,7 @@
 </td></tr></table>
 </div>
 
+<br>
 
 <div class="afPubContentBlock">
 <div class="afPubContentBlockTitle">
@@ -13,12 +14,12 @@
 <p>
 <input type="radio" name="type" value="normal" <TMPL_VAR NAME="SELECT_DIARY"> />
 通常の日記を利用
-<br />
-<input type="radio" name="type" value="import" <TMPL_VAR NAME="SELECT_IMPORT"> <TMPL_IF NAME="NO_PARSER">disabled</TMPL_IF> />
+<br>
+<input type="radio" name="type" value="import" <TMPL_VAR NAME="SELECT_IMPORT"> <TMPL_IF NAME="NO_PARSER">disabled</TMPL_IF>>
 外部ブログのRDFをインポート
-<br>(URL: <input type="text" name="url" size="60" value="<TMPL_VAR NAME='URL'>" <TMPL_IF NAME="NO_PARSER">readonly</TMPL_IF> />)
+<br>URL: <input type="text" name="url" size="50" value="<TMPL_VAR NAME='URL'>" <TMPL_IF NAME="NO_PARSER">readonly</TMPL_IF>>
 <TMPL_IF NAME="NO_PARSER">
-<br /><small>(この機能を利用するにはXML::Parserモジュールが必要です)</small>
+<br><small>(この機能を利用するにはXML::Parserモジュールが必要です)</small>
 </TMPL_IF>
 </p>
 <input type="submit" name="save_state" value="設定" />
@@ -31,10 +32,11 @@
 <div class="afPubContentBlockTitle">
 日記を書く
 </div>
+<br>
 <div class="afPubMessageTable">
 <table>
 <tr><th>タイトル</th></tr>
-<tr><td><input class="text" type="text" name="title" size="60" value="<TMPL_VAR ESCAPE='HTML'  NAME='TITLE'>" /></td></tr>
+<tr><td><input class="text" type="text" name="title" size="40" value="<TMPL_VAR ESCAPE='HTML'  NAME='TITLE'>" /></td></tr>
 <tr><th>Content</th></tr>
 <tr><td><textarea name="contents" rows="15" cols="50"><TMPL_VAR ESCAPE="HTML" NAME="CONTENTS"></textarea></td></tr>
 <tr><td><input type="submit" name="confirm" value="確認画面" /></td></tr>
Index: affelio/apps/diary/templates/show_diary.tmpl
diff -u affelio/apps/diary/templates/show_diary.tmpl:1.6 affelio/apps/diary/templates/show_diary.tmpl:1.7
--- affelio/apps/diary/templates/show_diary.tmpl:1.6	Fri Jul  1 13:55:59 2005
+++ affelio/apps/diary/templates/show_diary.tmpl	Sat Jul  2 07:47:21 2005
@@ -3,33 +3,38 @@
 <!-- 日記 -->
 <div class="afPubContentHeading">
 <table border="0" cellspacing="0">
-<tr><td align="left"><small><TMPL_VAR NAME="MONTH">月<TMPL_VAR NAME="DAY">日</small> : <TMPL_VAR NAME="TITLE">
+<tr><td align="left">
+<small><TMPL_VAR NAME="MONTH">月<TMPL_VAR NAME="DAY">日</small> : <TMPL_VAR NAME="TITLE">
 </td></tr></table>
-</div>
+</div><!-- afPubContentHeading -->
 
 <div class="afPubContent">
 <div class="afPubContentBlock">
+<div style="padding-left: 2.0em; padding-top: 1.0em; padding-bottom: 1.0em;">
 <TMPL_VAR NAME="IMAGES"><p><TMPL_VAR NAME="CONTENTS"></p>
-</div></div>
+</div><!-- style="padding-left: 2.0em; padding-top: 2.0em; padding-bottom: 1.0em;" -->
+</div><!-- afPubContentBlock -->
+</div><!-- afPubContent -->
 
 <!-- コメント -->
 <TMPL_IF NAME="HAS_COMMENTS">
 <div class="afPubContent">
+
 <div class="afPubContentBlock">
 <div class="afPubContentBlockTitle">
 コメント
-</div>
+</div><!-- afPubContentBlockTitle -->
 
 <TMPL_LOOP NAME="COMMENTS">
-
 <TMPL_VAR NAME="COMMENT">
-<p>
-<b><TMPL_VAR NAME="UNAME"></b> <small>(<TMPL_VAR NAME="COMMENT_TIME">)</small>
+<p></p>
+<b><TMPL_VAR NAME="UNAME"></b> 
+<small>(<TMPL_VAR NAME="COMMENT_TIME">)</small>
 <br><hr>
-
 </TMPL_LOOP>
-</div>
-</div>
+
+</div><!-- afPubContentBlock -->
+</div><!-- afPubContent -->
 </TMPL_IF>
 
 <!-- コメントを書く -->
@@ -37,11 +42,11 @@
 <form method="post" action="write_comment.cgi">
 <div class="afPubContent">
 <div class="afPubContentBlock">
-<div class="afPubContentBlockTitle">
-Please write your comment</div>
+<div class="afPubContentBlockTitle">Please write your comment</div><!-- afPubContentBlockTitle -->
 <textarea name="comment" rows="5" cols="60"></textarea><br>
 <input type="submit" name="comment_confirm" value="Confirm">
 <input type="hidden" name="id" value="<TMPL_VAR NAME='ID'>" />
-</div>
+</div><!-- afPubContentBlock -->
+</div><!-- afPubContent -->
 </form>
 </TMPL_IF>
Index: affelio/apps/diary/templates/show_trackback.tmpl
diff -u affelio/apps/diary/templates/show_trackback.tmpl:1.2 affelio/apps/diary/templates/show_trackback.tmpl:1.3
--- affelio/apps/diary/templates/show_trackback.tmpl:1.2	Sun Jun 26 13:08:35 2005
+++ affelio/apps/diary/templates/show_trackback.tmpl	Sat Jul  2 07:47:21 2005
@@ -1,18 +1,38 @@
 <!--<TMPL_VAR ESCAPE="HTML" NAME="install_title">-->
 
-<p><b>この日記へのtrackback Ping-Url</b><br />
+<div class="afPubContent">
+
+<div class="afPubContentHeading">
+<table border="0" cellspacing="0">
+<tr><td align="left">Trackbacks</td></tr>
+</table>
+<div class="afPubContentBlock">
+<div class="afPubContentBlockTitle">
+このエントリーへのtrackback Ping-Url
+</div><!-- afPubContentBlockTitle -->
+<br>
 <TMPL_VAR NAME="PING_URL">
-</p>
+</div><!-- afPubContent -->
 
-<p>このエントリーへのトラックバック</p>
+</div><!-- afPubContentHeading -->
+<br>
 
 <TMPL_LOOP NAME="TRACKBACKS">
-<!-- <TMPL_VAR NAME="ID"> -->
-<table id="diary">
-<tr><th><TMPL_VAR ESCAPE="HTML" NAME="TITLE"></th></tr>
-<tr><td><div id="date"><TMPL_VAR ESCAPE="HTML" NAME="BLOG_NAME">(<TMPL_VAR NAME='URL'>)</div></td></tr>
-<tr><td><p><TMPL_VAR ESCAPE="HTML" NAME="EXCERPT"></p></td></tr>
-</table>
-<!-- <TMPL_VAR NAME="TIMESTAMP"> -->
-</p> 
+<div class="afPubContentBlock">
+<div class="afPubContentBlockTitle">
+<TMPL_VAR NAME="TITLE">
+</div><!-- afPubContentBlockTitle -->
+<div id="date"><TMPL_VAR NAME="DATE"></div><br>
+Received By:<br>
+<div style="padding-left: 2.0em; font-size: x-small;">
+<TMPL_VAR NAME="BLOG_NAME">(<TMPL_VAR NAME='URL'>)<br>
+</div>
+<br>
+Excerpt:<br>
+<div style="padding-left: 2.0em; font-size: x-small;">
+<TMPL_VAR NAME="EXCERPT"><br>
+</div>
+</div><!-- afPubContentBlock -->
 </TMPL_LOOP>
+
+</div>
Index: affelio/apps/diary/templates/write_diary_confirm.tmpl
diff -u affelio/apps/diary/templates/write_diary_confirm.tmpl:1.7 affelio/apps/diary/templates/write_diary_confirm.tmpl:1.8
--- affelio/apps/diary/templates/write_diary_confirm.tmpl:1.7	Fri Jul  1 14:35:44 2005
+++ affelio/apps/diary/templates/write_diary_confirm.tmpl	Sat Jul  2 07:47:21 2005
@@ -12,10 +12,11 @@
 <tr><th>Title</th></tr>
 <tr><td><TMPL_VAR NAME="TITLE_SHOW"></td></tr>
 <tr><th>Content</th></tr>
-<tr><td><br><TMPL_VAR NAME="CONTENTS_SHOW"><br></td></tr>
+<tr><td><TMPL_VAR NAME="CONTENTS_SHOW"><br></td></tr>
 <tr><td>画像 1<input type="file" name="filename_1" size="32"></td><tr>
 <tr><td>画像 2<input type="file" name="filename_2" size="32"></td><tr>
 <tr><td><small>アップロードできるファイルのサイズは300KBまでです</small></td><tr>
+<tr><td>Trackback Pingの送信<input type="text" name="tping_url" size="32"></td><tr>
 <tr><td>
 <input type="submit" name="submit" value="追加">
 <input type="submit" name="noname" value="修正">
Index: affelio/apps/diary/templates/write_diary_edit.tmpl
diff -u affelio/apps/diary/templates/write_diary_edit.tmpl:1.7 affelio/apps/diary/templates/write_diary_edit.tmpl:1.8
--- affelio/apps/diary/templates/write_diary_edit.tmpl:1.7	Fri Jul  1 14:35:44 2005
+++ affelio/apps/diary/templates/write_diary_edit.tmpl	Sat Jul  2 07:47:21 2005
@@ -1,10 +1,12 @@
 <!-- 編集画面 -->
 <form method="post" enctype="multipart/form-data" action="write_diary.cgi">
+
 <div class="afPubContentHeading">
 <table border="0" cellspacing="0">
-<tr><td align="left">日記を書く
-</td></tr></table>
-</div>
+<tr><td align="left">日記を書く</td></tr>
+</table>
+</div><!-- afPubContentHeading -->
+
 <div class="afPubContent">
 <div class="afPubContentBlock">
 <div class="afPubMessageTable">
@@ -17,4 +19,5 @@
 </table>
 </div>
 </div>
+
 </form>


Affelio-cvs メーリングリストの案内
Back to archive index