Tadashi Okoshi
slash****@users*****
2005年 6月 17日 (金) 17:41:36 JST
Index: affelio/apps/Mixi/templates/admin.tmpl diff -u affelio/apps/Mixi/templates/admin.tmpl:1.1.1.1 affelio/apps/Mixi/templates/admin.tmpl:1.2 --- affelio/apps/Mixi/templates/admin.tmpl:1.1.1.1 Tue Jun 14 12:53:30 2005 +++ affelio/apps/Mixi/templates/admin.tmpl Fri Jun 17 17:41:36 2005 @@ -1,8 +1,8 @@ <div class="mixi_body"> -<A HREF="http://mixi.jp"> -<IMG SRC="./images/Affelio-mixi.png" border=0> -</A> +<table> +<A HREF="http://mixi.jp"><IMG SRC="./images/Affelio-mixi.png" border=0></A> +</table> <H2><TMPL_VAR NAME="install_title">: è¨å®ãã¼ã¸</H2> Index: affelio/apps/Mixi/templates/error.tmpl diff -u affelio/apps/Mixi/templates/error.tmpl:1.1 affelio/apps/Mixi/templates/error.tmpl:1.2 --- affelio/apps/Mixi/templates/error.tmpl:1.1 Fri Jun 17 12:59:05 2005 +++ affelio/apps/Mixi/templates/error.tmpl Fri Jun 17 17:41:36 2005 @@ -8,7 +8,12 @@ <TMPL_VAR NAME="err_mesg"> </table> </P> - -</div> +<BR> +<BR> +<BR> +<BR> +<BR> +<BR> +<BR> </div><!--mixi_body--> Index: affelio/apps/Mixi/templates/index.tmpl diff -u affelio/apps/Mixi/templates/index.tmpl:1.2 affelio/apps/Mixi/templates/index.tmpl:1.3 --- affelio/apps/Mixi/templates/index.tmpl:1.2 Fri Jun 17 13:20:08 2005 +++ affelio/apps/Mixi/templates/index.tmpl Fri Jun 17 17:41:36 2005 @@ -1,15 +1,12 @@ <div class="mixi_body"> -<P> <table> <A HREF="http://mixi.jp"><IMG SRC="./images/Affelio-mixi.png" border=0></A> <BR> <FONT SIZE="+2"><TMPL_VAR NAME="install_title"></FONT> <A HREF="<TMPL_VAR NAME="my_home_url">"><TMPL_VAR NAME="my_nickname">'s Homepage at Mixi</A> </table> -</P> - -<TMPL_LOOP NAME="friends"><!---------------------------------------------> +<TMPL_LOOP NAME="friends"><!--==========================================--> <div class="mixi_friend_field"> <A HREF="<TMPL_VAR ESCAPE="HTML" NAME="link">" target="_blank"><IMG SRC="./images/mixi.png" WIDTH=76 HEIGHT=76 BORDER=0></A> @@ -20,8 +17,7 @@ </div> </div> - -</TMPL_LOOP><!------------------------------------------------------------> +</TMPL_LOOP><!--========================================================--> <br style="clear: both;" /> @@ -35,13 +31,10 @@ <div class="mixi_footer"> <HR> - Note: ã¢ã¤ã³ã³ãã¯ãªãã¯ããã¨ãå¥ã¦ã£ã³ãã¦ã§Mixiã«é£ã³ã¾ãããããªãã®ãã©ã¦ã¶ãMixiã«ãã°ã¤ã³ããç¶æ (cookieãä¿åããã¦ããç¶æ )ã§ãªãã¨ãMixiå ã®ãã¼ã¸ã¯è¦ãã¾ããã <P> Note: Mixiå ã®ã¦ã¼ã¶ã®åçã¯æè¡çã«ã¯åå¾å¯è½ã§ããããã©ã¤ãã·ã¼æ¼æ´©ã«ãªãã¾ãã®ã§ãåå¾ãã¦ãã¾ããã -</div> - - +</div> <!--mixi_footer--> </div><!--mixi_body-->