Yoshihisa Fukuhara
higef****@users*****
2005年 6月 30日 (木) 03:30:30 JST
Index: affelio/apps/album/templates/add_album.tmpl diff -u affelio/apps/album/templates/add_album.tmpl:1.1 affelio/apps/album/templates/add_album.tmpl:1.2 --- affelio/apps/album/templates/add_album.tmpl:1.1 Sun Jun 19 18:15:42 2005 +++ affelio/apps/album/templates/add_album.tmpl Thu Jun 30 03:30:30 2005 @@ -1,4 +1,5 @@ <!--<TMPL_VAR ESCAPE="HTML" NAME="install_title">--> +<div class="afPubMain"> <!-- ç·¨éç»é¢ --> <TMPL_IF NAME="EDIT"> @@ -59,3 +60,5 @@ </form> </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.1 affelio/apps/album/templates/delete_comment.tmpl:1.2 --- affelio/apps/album/templates/delete_comment.tmpl:1.1 Sun Jun 19 18:15:42 2005 +++ affelio/apps/album/templates/delete_comment.tmpl Thu Jun 30 03:30:30 2005 @@ -1,5 +1,5 @@ <!--<TMPL_VAR ESCAPE="HTML" NAME="install_title">--> - +<div class="afPubMain"> <!-- çµäºç»é¢ --> <TMPL_IF NAME="DONE"> @@ -18,3 +18,4 @@ </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.1 affelio/apps/album/templates/delete_image.tmpl:1.2 --- affelio/apps/album/templates/delete_image.tmpl:1.1 Sun Jun 19 18:15:42 2005 +++ affelio/apps/album/templates/delete_image.tmpl Thu Jun 30 03:30:30 2005 @@ -1,5 +1,5 @@ <!--<TMPL_VAR ESCAPE="HTML" NAME="install_title">--> - +<div class="afPubMain"> <!-- çµäºç»é¢ --> <TMPL_IF NAME="DONE"> @@ -18,3 +18,4 @@ </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.1 affelio/apps/album/templates/edit_album.tmpl:1.2 --- affelio/apps/album/templates/edit_album.tmpl:1.1 Sun Jun 19 18:15:42 2005 +++ affelio/apps/album/templates/edit_album.tmpl Thu Jun 30 03:30:30 2005 @@ -1,4 +1,5 @@ <!--<TMPL_VAR ESCAPE="HTML" NAME="install_title">--> +<div class="afPubMain"> <!-- ç·¨éç»é¢ --> <TMPL_IF NAME="EDIT"> @@ -129,3 +130,4 @@ </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.1 affelio/apps/album/templates/edit_comment.tmpl:1.2 --- affelio/apps/album/templates/edit_comment.tmpl:1.1 Sun Jun 19 18:15:42 2005 +++ affelio/apps/album/templates/edit_comment.tmpl Thu Jun 30 03:30:30 2005 @@ -1,4 +1,5 @@ <!--<TMPL_VAR ESCAPE="HTML" NAME="install_title">--> +<div class="afPubMain"> <!-- ç·¨éç»é¢ --> <TMPL_IF NAME="EDIT"> @@ -43,3 +44,4 @@ </div> </TMPL_IF> +</div> Index: affelio/apps/album/templates/large_image.tmpl diff -u affelio/apps/album/templates/large_image.tmpl:1.1 affelio/apps/album/templates/large_image.tmpl:1.2 --- affelio/apps/album/templates/large_image.tmpl:1.1 Sun Jun 19 18:15:42 2005 +++ affelio/apps/album/templates/large_image.tmpl Thu Jun 30 03:30:30 2005 @@ -1,3 +1,4 @@ +<div class="afPubMain"> <div class="afPubContentHeading"> <table border="0" cellspacing="0" width=100%> <tr><td align="left"><TMPL_VAR ESCAPE="HTML" NAME="TITLE"></td> @@ -54,4 +55,6 @@ <TMPL_ELSE> <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.1 affelio/apps/album/templates/list_album.tmpl:1.2 --- affelio/apps/album/templates/list_album.tmpl:1.1 Sun Jun 19 18:15:42 2005 +++ affelio/apps/album/templates/list_album.tmpl Thu Jun 30 03:30:30 2005 @@ -1,3 +1,4 @@ +<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> @@ -65,5 +66,5 @@ </form> </TMPL_IF> - +</div> </div> Index: affelio/apps/album/templates/owner_mode.tmpl diff -u affelio/apps/album/templates/owner_mode.tmpl:1.1 affelio/apps/album/templates/owner_mode.tmpl:1.2 --- affelio/apps/album/templates/owner_mode.tmpl:1.1 Sun Jun 19 18:15:42 2005 +++ affelio/apps/album/templates/owner_mode.tmpl Thu Jun 30 03:30:30 2005 @@ -1,3 +1,4 @@ +<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> @@ -53,3 +54,4 @@ </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.1 affelio/apps/album/templates/show_album.tmpl:1.2 --- affelio/apps/album/templates/show_album.tmpl:1.1 Sun Jun 19 18:15:42 2005 +++ affelio/apps/album/templates/show_album.tmpl Thu Jun 30 03:30:30 2005 @@ -1,3 +1,4 @@ +<div class="afPubMain"> <TMPL_IF NAME="IMAGEMAGICK"> <div class="afPubContent"> <table><tr><td>ãµã ãã¤ã«ã®ä½æãã§ãã¾ãããImageMagickã¢ã¸ã¥ã¼ã«ãå¿ è¦ã§ãã</td></tr></table></div> @@ -124,3 +125,4 @@ </table> </form> </TMPL_IF> +</div> Index: affelio/apps/album/templates/write_comment.tmpl diff -u affelio/apps/album/templates/write_comment.tmpl:1.1 affelio/apps/album/templates/write_comment.tmpl:1.2 --- affelio/apps/album/templates/write_comment.tmpl:1.1 Sun Jun 19 18:15:42 2005 +++ affelio/apps/album/templates/write_comment.tmpl Thu Jun 30 03:30:30 2005 @@ -1,5 +1,5 @@ <!--<TMPL_VAR ESCAPE="HTML" NAME="install_title">--> - +<div class="afPubMain"> <!-- 確èªç»é¢ --> <TMPL_IF NAME="CONFIRM"> <div class="afPubContentHeading"> @@ -39,3 +39,4 @@ </div> </TMPL_IF> +</div> \ No newline at end of file