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>ã¢ãããã¼ãã§ãããã¡ã¤ã«ã®ãµã¤ãºã¯ï¼ï¼ï¼ï¼«ï¼¢ã¾ã§ã§ã</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>> å¤é¨ããã°ã®ï¼²ï¼¤ï¼¦ãã¤ã³ãã¼ã -<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>ã¢ãããã¼ãã§ãããã¡ã¤ã«ã®ãµã¤ãºã¯ï¼ï¼ï¼ï¼«ï¼¢ã¾ã§ã§ã</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>