Tadashi Okoshi
slash****@users*****
2006年 2月 23日 (木) 21:41:39 JST
Index: affelio/templates/default/owner_side/admin_accesscontrol_apps_showapp.tmpl diff -u affelio/templates/default/owner_side/admin_accesscontrol_apps_showapp.tmpl:1.3 affelio/templates/default/owner_side/admin_accesscontrol_apps_showapp.tmpl:1.4 --- affelio/templates/default/owner_side/admin_accesscontrol_apps_showapp.tmpl:1.3 Tue Nov 8 14:16:29 2005 +++ affelio/templates/default/owner_side/admin_accesscontrol_apps_showapp.tmpl Thu Feb 23 21:41:38 2006 @@ -1,6 +1,6 @@ <HTML> <HEAD> -<link rel="stylesheet" type="text/css" href="<TMPL_VAR ESCAPE="HTML" NAME="tmpl_path">/style.css" media="screen"> +<link rel="stylesheet" type="text/css" href="<TMPL_VAR ESCAPE="HTML" NAME="tmpl_path">/style.css"> </HEAD> <!-- Affelio: Open social networking software --> Index: affelio/templates/default/owner_side/admin_apps_config.tmpl diff -u affelio/templates/default/owner_side/admin_apps_config.tmpl:1.3 affelio/templates/default/owner_side/admin_apps_config.tmpl:1.4 --- affelio/templates/default/owner_side/admin_apps_config.tmpl:1.3 Mon Dec 26 19:15:40 2005 +++ affelio/templates/default/owner_side/admin_apps_config.tmpl Thu Feb 23 21:41:38 2006 @@ -72,6 +72,7 @@ <FORM METHOD="POST" ACTION="<TMPL_VAR NAME="delete_URL">"> <TD><INPUT TYPE="submit" VALUE="<AF_M text="uninstall">"></TD> <INPUT TYPE="hidden" NAME="app_id" VALUE="<TMPL_VAR NAME="app_id">"> +<INPUT TYPE="hidden" NAME="install_name" VALUE="<TMPL_VAR NAME="install_name">"> </FORM> </TR> <!--========================--> @@ -98,10 +99,10 @@ <TABLE> <thead> <TR> -<TH><AF_M text="_ADMIN_APPS_CONFIG_INSTALLNAME"></TH> -<TH><AF_M text="_ADMIN_APPS_CONFIG_INSTALLTITLE"></TH> <TH><AF_M text="_ADMIN_APPS_CONFIG_APPNAME"></TH> <TH><AF_M text="_ADMIN_APPS_CONFIG_APPVER"></TH> +<TH><AF_M text="_ADMIN_APPS_CONFIG_INSTALLNAME"></TH> +<TH><AF_M text="_ADMIN_APPS_CONFIG_INSTALLTITLE"></TH> <TH><AF_M text="_ADMIN_APPS_CONFIG_OP"></TH> </TR> </thead> @@ -111,12 +112,14 @@ <TMPL_LOOP NAME="unregistered_apps"> <!--========================--> <FORM ACTION="<TMPL_VAR NAME="opURL">" METHOD="POST"> -<INPUT TYPE="hidden" NAME="install_dir" VALUE="<TMPL_VAR NAME="app_dir">"> +<INPUT NAME="app_dir" TYPE="hidden" value="<TMPL_VAR NAME="app_dir">"> <TR> -<TD><TMPL_VAR NAME="app_dir"></TD> -<TD><INPUT NAME="install_title" TYPE="TEXT" SIZE="14"></TD> <TD><TMPL_VAR NAME="app_name"></TD> <TD><TMPL_VAR NAME="app_version"></TD> +<TD><INPUT NAME="install_dir" TYPE="TEXT" SIZE="10" value="<TMPL_VAR NAME="install_dir">"<TMPL_VAR NAME="disabled_flag">></TD> + +<TD><INPUT NAME="install_title" TYPE="TEXT" SIZE="14"></TD> + <TD><INPUT TYPE="submit" VALUE="<AF_M text="install">"></TD> </TR> </FORM> Index: affelio/templates/default/owner_side/admin_managefriends_showmember.tmpl diff -u affelio/templates/default/owner_side/admin_managefriends_showmember.tmpl:1.3 affelio/templates/default/owner_side/admin_managefriends_showmember.tmpl:1.4 --- affelio/templates/default/owner_side/admin_managefriends_showmember.tmpl:1.3 Tue Nov 8 14:48:13 2005 +++ affelio/templates/default/owner_side/admin_managefriends_showmember.tmpl Thu Feb 23 21:41:38 2006 @@ -1,6 +1,6 @@ <HTML> <HEAD> -<link rel="stylesheet" type="text/css" href="<TMPL_VAR ESCAPE="HTML" NAME="tmpl_path">/style.css" media="screen"> +<link rel="stylesheet" type="text/css" href="<TMPL_VAR ESCAPE="HTML" NAME="tmpl_path">/style.css"> <!--<TMPL_VAR ESCAPE="HTML" NAME="my_nickname">--> </HEAD> Index: affelio/templates/default/owner_side/app_frame_header.tmpl diff -u affelio/templates/default/owner_side/app_frame_header.tmpl:1.1.1.1 affelio/templates/default/owner_side/app_frame_header.tmpl:1.2 --- affelio/templates/default/owner_side/app_frame_header.tmpl:1.1.1.1 Tue Jun 14 12:53:30 2005 +++ affelio/templates/default/owner_side/app_frame_header.tmpl Thu Feb 23 21:41:38 2006 @@ -2,8 +2,8 @@ <HTML> <HEAD> <TITLE>Affelio: <TMPL_VAR ESCAPE="HTML" NAME="siteowner_nickname">: <TMPL_VAR ESCAPE="HTML" NAME="app_page_title"></TITLE> -<link rel="stylesheet" type="text/css" href="<TMPL_VAR NAME="tmpl_path">/style.css" media="screen"> -<link rel="stylesheet" type="text/css" href="<TMPL_VAR NAME="app_css_path">" media="screen"> +<link rel="stylesheet" type="text/css" href="<TMPL_VAR NAME="tmpl_path">/style.css"> +<link rel="stylesheet" type="text/css" href="<TMPL_VAR NAME="app_css_path">"> </HEAD> <!-- Affelio: Open social networking software --> Index: affelio/templates/default/owner_side/ask_makefriend.tmpl diff -u affelio/templates/default/owner_side/ask_makefriend.tmpl:1.1 affelio/templates/default/owner_side/ask_makefriend.tmpl:1.2 --- affelio/templates/default/owner_side/ask_makefriend.tmpl:1.1 Sun Dec 18 14:34:14 2005 +++ affelio/templates/default/owner_side/ask_makefriend.tmpl Thu Feb 23 21:41:38 2006 @@ -1,7 +1,7 @@ <HTML> <HEAD> <TITLE>Affelio</TITLE> -<link rel="stylesheet" type="text/css" href="<TMPL_VAR ESCAPE="HTML" NAME="tmpl_path">/owner_side/style.css" media="screen"> +<link rel="stylesheet" type="text/css" href="<TMPL_VAR ESCAPE="HTML" NAME="tmpl_path">/owner_side/style.css"> </HEAD> Index: affelio/templates/default/owner_side/error.tmpl diff -u affelio/templates/default/owner_side/error.tmpl:1.1.1.1 affelio/templates/default/owner_side/error.tmpl:1.2 --- affelio/templates/default/owner_side/error.tmpl:1.1.1.1 Tue Jun 14 12:53:30 2005 +++ affelio/templates/default/owner_side/error.tmpl Thu Feb 23 21:41:38 2006 @@ -1,7 +1,7 @@ <HTML> <HEAD> <TITLE>Affelio</TITLE> -<link rel="stylesheet" type="text/css" href="<TMPL_VAR ESCAPE="HTML" NAME="tmpl_path">/owner_side/style.css" media="screen"> +<link rel="stylesheet" type="text/css" href="<TMPL_VAR ESCAPE="HTML" NAME="tmpl_path">/owner_side/style.css"> </HEAD> <!-- Affelio: Open social networking software --> Index: affelio/templates/default/owner_side/handshake_sent.tmpl diff -u affelio/templates/default/owner_side/handshake_sent.tmpl:1.2 affelio/templates/default/owner_side/handshake_sent.tmpl:1.3 --- affelio/templates/default/owner_side/handshake_sent.tmpl:1.2 Thu Jun 30 04:32:39 2005 +++ affelio/templates/default/owner_side/handshake_sent.tmpl Thu Feb 23 21:41:38 2006 @@ -1,7 +1,7 @@ <HTML> <HEAD> <TITLE>Affelio</TITLE> -<link rel="stylesheet" type="text/css" href="<TMPL_VAR ESCAPE="HTML" NAME="tmpl_path">/owner_side/style.css" media="screen"> +<link rel="stylesheet" type="text/css" href="<TMPL_VAR ESCAPE="HTML" NAME="tmpl_path">/owner_side/style.css"> </HEAD> <!-- Affelio: Open social networking software --> Index: affelio/templates/default/owner_side/login_s1.tmpl diff -u affelio/templates/default/owner_side/login_s1.tmpl:1.4 affelio/templates/default/owner_side/login_s1.tmpl:1.5 --- affelio/templates/default/owner_side/login_s1.tmpl:1.4 Mon Dec 19 12:10:29 2005 +++ affelio/templates/default/owner_side/login_s1.tmpl Thu Feb 23 21:41:38 2006 @@ -1,7 +1,7 @@ <HTML> <HEAD> <TITLE>Affelio</TITLE> -<link rel="stylesheet" type="text/css" href="<TMPL_VAR ESCAPE="HTML" NAME="tmpl_path">/owner_side/style.css" media="screen"> +<link rel="stylesheet" type="text/css" href="<TMPL_VAR ESCAPE="HTML" NAME="tmpl_path">/owner_side/style.css"> </HEAD> Index: affelio/templates/default/owner_side/loginfailed.tmpl diff -u affelio/templates/default/owner_side/loginfailed.tmpl:1.2 affelio/templates/default/owner_side/loginfailed.tmpl:1.3 --- affelio/templates/default/owner_side/loginfailed.tmpl:1.2 Fri Dec 16 18:04:32 2005 +++ affelio/templates/default/owner_side/loginfailed.tmpl Thu Feb 23 21:41:38 2006 @@ -1,7 +1,7 @@ <HTML> <HEAD> <TITLE>Affelio</TITLE> -<link rel="stylesheet" type="text/css" href="<TMPL_VAR ESCAPE="HTML" NAME="tmpl_path">/owner_side/style.css" media="screen"> +<link rel="stylesheet" type="text/css" href="<TMPL_VAR ESCAPE="HTML" NAME="tmpl_path">/owner_side/style.css"> <META HTTP-EQUIV="refresh" CONTENT="2; URL=<TMPL_VAR NAME="forward_URL">"> </HEAD> Index: affelio/templates/default/owner_side/mail_ack_recved.tmpl diff -u affelio/templates/default/owner_side/mail_ack_recved.tmpl:1.2 affelio/templates/default/owner_side/mail_ack_recved.tmpl:1.3 --- affelio/templates/default/owner_side/mail_ack_recved.tmpl:1.2 Mon Dec 19 10:59:02 2005 +++ affelio/templates/default/owner_side/mail_ack_recved.tmpl Thu Feb 23 21:41:38 2006 @@ -1,7 +1,7 @@ <HTML> <HEAD> <TITLE>Affelio</TITLE> -<link rel="stylesheet" type="text/css" href="<TMPL_VAR ESCAPE="HTML" NAME="tmpl_path">/owner_side/style.css" media="screen"> +<link rel="stylesheet" type="text/css" href="<TMPL_VAR ESCAPE="HTML" NAME="tmpl_path">/owner_side/style.css"> <META HTTP-EQUIV="refresh" CONTENT="3; URL=<TMPL_VAR NAME="next_url">"> </HEAD> Index: affelio/templates/default/owner_side/outgoing_warn.tmpl diff -u affelio/templates/default/owner_side/outgoing_warn.tmpl:1.1.1.1 affelio/templates/default/owner_side/outgoing_warn.tmpl:1.2 --- affelio/templates/default/owner_side/outgoing_warn.tmpl:1.1.1.1 Tue Jun 14 12:53:30 2005 +++ affelio/templates/default/owner_side/outgoing_warn.tmpl Thu Feb 23 21:41:38 2006 @@ -1,7 +1,7 @@ <HTML> <HEAD> <TITLE>Affelio: Warning</TITLE> -<link rel="stylesheet" type="text/css" href="<TMPL_VAR ESCAPE="HTML" NAME="tmpl_path">/style.css" media="screen"> +<link rel="stylesheet" type="text/css" href="<TMPL_VAR ESCAPE="HTML" NAME="tmpl_path">/style.css"> <META HTTP-EQUIV="refresh" CONTENT="3; URL=<TMPL_VAR NAME="forwarding_to">"> </HEAD> Index: affelio/templates/default/owner_side/setup_0.tmpl diff -u affelio/templates/default/owner_side/setup_0.tmpl:1.2 affelio/templates/default/owner_side/setup_0.tmpl:1.3 --- affelio/templates/default/owner_side/setup_0.tmpl:1.2 Wed Jun 22 19:24:34 2005 +++ affelio/templates/default/owner_side/setup_0.tmpl Thu Feb 23 21:41:38 2006 @@ -1,7 +1,7 @@ <HTML> <HEAD> <TITLE>Affelio: Setup wizard</TITLE> -<link rel="stylesheet" type="text/css" href="<TMPL_VAR NAME="tmpl_path">/style.css" media="screen"> +<link rel="stylesheet" type="text/css" href="<TMPL_VAR NAME="tmpl_path">/style.css"> </HEAD> <!-- Affelio: Open social networking software --> Index: affelio/templates/default/owner_side/setup_1.tmpl diff -u affelio/templates/default/owner_side/setup_1.tmpl:1.4 affelio/templates/default/owner_side/setup_1.tmpl:1.5 --- affelio/templates/default/owner_side/setup_1.tmpl:1.4 Fri Jul 1 03:32:57 2005 +++ affelio/templates/default/owner_side/setup_1.tmpl Thu Feb 23 21:41:38 2006 @@ -1,7 +1,7 @@ <HTML> <HEAD> <TITLE>Affelio: Setup wizard</TITLE> -<link rel="stylesheet" type="text/css" href="<TMPL_VAR NAME="tmpl_path">/style.css" media="screen"> +<link rel="stylesheet" type="text/css" href="<TMPL_VAR NAME="tmpl_path">/style.css"> <!-- ================================================================== --> <script type="text/javascript"> <!--