Yoshihisa Fukuhara
higef****@users*****
2005年 6月 30日 (木) 12:58:55 JST
Index: affelio/apps/album/templates/add_album.tmpl diff -u affelio/apps/album/templates/add_album.tmpl:1.2 affelio/apps/album/templates/add_album.tmpl:1.3 --- affelio/apps/album/templates/add_album.tmpl:1.2 Thu Jun 30 03:30:30 2005 +++ affelio/apps/album/templates/add_album.tmpl Thu Jun 30 12:58:55 2005 @@ -1,5 +1,4 @@ <!--<TMPL_VAR ESCAPE="HTML" NAME="install_title">--> -<div class="afPubMain"> <!-- ç·¨éç»é¢ --> <TMPL_IF NAME="EDIT"> @@ -61,4 +60,3 @@ </div> </TMPL_IF> -</div> \ No newline at end of file Index: affelio/apps/album/templates/delete_comment.tmpl diff -u affelio/apps/album/templates/delete_comment.tmpl:1.2 affelio/apps/album/templates/delete_comment.tmpl:1.3 --- affelio/apps/album/templates/delete_comment.tmpl:1.2 Thu Jun 30 03:30:30 2005 +++ affelio/apps/album/templates/delete_comment.tmpl Thu Jun 30 12:58:55 2005 @@ -1,5 +1,4 @@ <!--<TMPL_VAR ESCAPE="HTML" NAME="install_title">--> -<div class="afPubMain"> <!-- çµäºç»é¢ --> <TMPL_IF NAME="DONE"> @@ -18,4 +17,3 @@ </div> </TMPL_IF> -</div> \ No newline at end of file Index: affelio/apps/album/templates/delete_image.tmpl diff -u affelio/apps/album/templates/delete_image.tmpl:1.2 affelio/apps/album/templates/delete_image.tmpl:1.3 --- affelio/apps/album/templates/delete_image.tmpl:1.2 Thu Jun 30 03:30:30 2005 +++ affelio/apps/album/templates/delete_image.tmpl Thu Jun 30 12:58:55 2005 @@ -1,5 +1,4 @@ <!--<TMPL_VAR ESCAPE="HTML" NAME="install_title">--> -<div class="afPubMain"> <!-- çµäºç»é¢ --> <TMPL_IF NAME="DONE"> @@ -18,4 +17,3 @@ </div> </TMPL_IF> -</div> \ No newline at end of file Index: affelio/apps/album/templates/edit_album.tmpl diff -u affelio/apps/album/templates/edit_album.tmpl:1.2 affelio/apps/album/templates/edit_album.tmpl:1.3 --- affelio/apps/album/templates/edit_album.tmpl:1.2 Thu Jun 30 03:30:30 2005 +++ affelio/apps/album/templates/edit_album.tmpl Thu Jun 30 12:58:55 2005 @@ -1,6 +1,4 @@ <!--<TMPL_VAR ESCAPE="HTML" NAME="install_title">--> -<div class="afPubMain"> - <!-- ç·¨éç»é¢ --> <TMPL_IF NAME="EDIT"> <div class="afPubContentHeading"> @@ -130,4 +128,3 @@ </TMPL_IF> -</div> \ No newline at end of file Index: affelio/apps/album/templates/edit_comment.tmpl diff -u affelio/apps/album/templates/edit_comment.tmpl:1.2 affelio/apps/album/templates/edit_comment.tmpl:1.3 --- affelio/apps/album/templates/edit_comment.tmpl:1.2 Thu Jun 30 03:30:30 2005 +++ affelio/apps/album/templates/edit_comment.tmpl Thu Jun 30 12:58:55 2005 @@ -1,5 +1,4 @@ <!--<TMPL_VAR ESCAPE="HTML" NAME="install_title">--> -<div class="afPubMain"> <!-- ç·¨éç»é¢ --> <TMPL_IF NAME="EDIT"> @@ -44,4 +43,3 @@ </div> </TMPL_IF> -</div> Index: affelio/apps/album/templates/large_image.tmpl diff -u affelio/apps/album/templates/large_image.tmpl:1.2 affelio/apps/album/templates/large_image.tmpl:1.3 --- affelio/apps/album/templates/large_image.tmpl:1.2 Thu Jun 30 03:30:30 2005 +++ affelio/apps/album/templates/large_image.tmpl Thu Jun 30 12:58:55 2005 @@ -1,4 +1,3 @@ -<div class="afPubMain"> <div class="afPubContentHeading"> <table border="0" cellspacing="0" width=100%> <tr><td align="left"><TMPL_VAR ESCAPE="HTML" NAME="TITLE"></td> @@ -56,5 +55,3 @@ <div><br>ç»åãç»é²ããã¦ãã¾ããã</div> </TMPL_IF> </div> - -</div> \ No newline at end of file Index: affelio/apps/album/templates/list_album.tmpl diff -u affelio/apps/album/templates/list_album.tmpl:1.2 affelio/apps/album/templates/list_album.tmpl:1.3 --- affelio/apps/album/templates/list_album.tmpl:1.2 Thu Jun 30 03:30:30 2005 +++ affelio/apps/album/templates/list_album.tmpl Thu Jun 30 12:58:55 2005 @@ -1,4 +1,3 @@ -<div class="afPubMain"> <div class="afPubContentHeading"> <table border="0" cellspacing="0" width=100%> <tr><td align="left"><TMPL_VAR ESCAPE="HTML" NAME="install_title"></td></tr></table> @@ -41,19 +40,22 @@ <table border="0" cellpadding="5" width=100%> <TMPL_LOOP NAME="ENTRIES"> <tr> - <td align="center" VALIGN="top" width="120" rowspan="2"> + <td align="center" VALIGN="top" width="120"> <a href="show_album.cgi?id=<TMPL_VAR NAME="ID">"><img src="show_image.cgi?id=<TMPL_VAR NAME="ID">&image=<TMPL_VAR NAME="IMAGE">&type=thumbnail" border="0"></a> </td> <td ALIGN="left" VALIGN="top"> <div class="afPubContentBlock"> <div class="afPubContentBlockTitle" id="AlbumOverview"><TMPL_VAR ESCAPE="HTML" NAME="TITLE"></div> - <BR> - <TMPL_VAR NAME="CONTENTS"></div> -</td></tr><tr><td valign="bottom" align="right"> - <div class="afPubContentBlock"> - <TMPL_VAR NAME="MONTH">æ<TMPL_VAR NAME="DAY">æ¥æ´æ°<br> + <div class="afPubMessageTable"> + <TABLE><TR><TD> + <TMPL_VAR NAME="CONTENTS"> + </TD></TR> + <TR><TD style="text-align: right"> <a href="show_album.cgi?id=<TMPL_VAR NAME="ID">">ã³ã¡ã³ãï¼<TMPL_VAR NAME="COMMENT_NO">ï¼</a> +   + <TMPL_VAR NAME="MONTH">æ<TMPL_VAR NAME="DAY">æ¥æ´æ° <!-- ï½<a href="show_trackback.cgi?id=<TMPL_VAR NAME="ID">">ãã©ãã¯ããã¯(<TMPL_VAR NAME="TRACKBACKS">)</a> --> + </TD></TR></TABLE> </div> </td> </tr> @@ -67,4 +69,3 @@ </TMPL_IF> </div> -</div> Index: affelio/apps/album/templates/owner_mode.tmpl diff -u affelio/apps/album/templates/owner_mode.tmpl:1.2 affelio/apps/album/templates/owner_mode.tmpl:1.3 --- affelio/apps/album/templates/owner_mode.tmpl:1.2 Thu Jun 30 03:30:30 2005 +++ affelio/apps/album/templates/owner_mode.tmpl Thu Jun 30 12:58:55 2005 @@ -1,4 +1,3 @@ -<div class="afPubMain"> <div class="afPubContentHeading"> <table border="0" cellspacing="0" width=100%> <tr><td align="left"><TMPL_VAR ESCAPE="HTML" NAME="install_title"></td></tr></table> @@ -54,4 +53,3 @@ </div> -</div> \ No newline at end of file Index: affelio/apps/album/templates/show_album.tmpl diff -u affelio/apps/album/templates/show_album.tmpl:1.2 affelio/apps/album/templates/show_album.tmpl:1.3 --- affelio/apps/album/templates/show_album.tmpl:1.2 Thu Jun 30 03:30:30 2005 +++ affelio/apps/album/templates/show_album.tmpl Thu Jun 30 12:58:55 2005 @@ -1,4 +1,3 @@ -<div class="afPubMain"> <TMPL_IF NAME="IMAGEMAGICK"> <div class="afPubContent"> <table><tr><td>ãµã ãã¤ã«ã®ä½æãã§ãã¾ãããImageMagickã¢ã¸ã¥ã¼ã«ãå¿ è¦ã§ãã</td></tr></table></div> @@ -125,4 +124,4 @@ </table> </form> </TMPL_IF> -</div> + Index: affelio/apps/album/templates/write_comment.tmpl diff -u affelio/apps/album/templates/write_comment.tmpl:1.2 affelio/apps/album/templates/write_comment.tmpl:1.3 --- affelio/apps/album/templates/write_comment.tmpl:1.2 Thu Jun 30 03:30:30 2005 +++ affelio/apps/album/templates/write_comment.tmpl Thu Jun 30 12:58:55 2005 @@ -1,5 +1,5 @@ <!--<TMPL_VAR ESCAPE="HTML" NAME="install_title">--> -<div class="afPubMain"> + <!-- 確èªç»é¢ --> <TMPL_IF NAME="CONFIRM"> <div class="afPubContentHeading"> @@ -39,4 +39,3 @@ </div> </TMPL_IF> -</div> \ No newline at end of file