Yoshihisa Fukuhara
higef****@users*****
2005年 6月 30日 (木) 01:44:22 JST
Index: affelio/templates/default/owner_side/admin_accesscontrol_apps_top.tmpl diff -u affelio/templates/default/owner_side/admin_accesscontrol_apps_top.tmpl:1.5 affelio/templates/default/owner_side/admin_accesscontrol_apps_top.tmpl:1.6 --- affelio/templates/default/owner_side/admin_accesscontrol_apps_top.tmpl:1.5 Wed Jun 29 23:47:12 2005 +++ affelio/templates/default/owner_side/admin_accesscontrol_apps_top.tmpl Thu Jun 30 01:44:21 2005 @@ -24,12 +24,14 @@ <div class="afPubContentBlockTitle"><AF_M text="_ADMIN_MANAGE_APP_TOP_EXP2"></div> <div class="afPubMessageTable"> <table> +<thead> <tr> <TH><AF_M text="Title"></TH> <TH><AF_M text="Directory"></TH> <TH><AF_M text="App name"></TH> <TH><AF_M text="Version"></TH> </tr> +</thead> <TMPL_LOOP NAME="applications"> <tr> Index: affelio/templates/default/owner_side/admin_edit_skins.tmpl diff -u affelio/templates/default/owner_side/admin_edit_skins.tmpl:1.4 affelio/templates/default/owner_side/admin_edit_skins.tmpl:1.5 --- affelio/templates/default/owner_side/admin_edit_skins.tmpl:1.4 Sun Jun 26 02:19:28 2005 +++ affelio/templates/default/owner_side/admin_edit_skins.tmpl Thu Jun 30 01:44:21 2005 @@ -43,9 +43,8 @@ <AF_M text="_ADMIN_EDIT_SKINS_BACKUP_EXP"> <FORM METHOD="POST" ACTION="admin.cgi?mode=edit_skins&action=backup"> -<table border=0><tr> - -<td width="150"> +<div class="afPubMessageTable"> +<table><tr><td width="150"> <AF_M text="Which skin"><BR> <select name="selected_skin" size=5> <TMPL_LOOP NAME="skin_list"> @@ -53,18 +52,15 @@ </TMPL_LOOP> </select> </td> - <td width="150"> <AF_M text="with what skin name"><BR> (<AF_M text="optional">)<BR> <INPUT TYPE="text" NAME="archive_name" SIZE="20"> -</td> - -<td> +<br> <INPUT TYPE="submit" VALUE="<AF_M text="Download">"> </td> - </tr></table> +</div> </FORM> </blockquote> </div> @@ -74,13 +70,13 @@ <div class="afPubContentBlockTitle"><AF_M text="Upload skin"></div> <blockquote> <AF_M text="_ADMIN_EDIT_SKINS_UPLOAD_EXP"> -<P> +<br> <FORM ENCTYPE="multipart/form-data" METHOD="POST" ACTION="admin.cgi?mode=edit_skins&action=upload"> <table border=0><tr> <td width="250" valign="bottom"> -<AF_M text="Which file"><BR> +<!-- <AF_M text="Which file"><BR> --> <INPUT TYPE="FILE" NAME="uploadingfile"> </td> Index: affelio/templates/default/owner_side/admin_edit_templates.tmpl diff -u affelio/templates/default/owner_side/admin_edit_templates.tmpl:1.3 affelio/templates/default/owner_side/admin_edit_templates.tmpl:1.4 --- affelio/templates/default/owner_side/admin_edit_templates.tmpl:1.3 Sun Jun 26 02:19:28 2005 +++ affelio/templates/default/owner_side/admin_edit_templates.tmpl Thu Jun 30 01:44:21 2005 @@ -30,8 +30,6 @@ </FORM> </div> -<P><P><P><P> - <FORM METHOD="POST" ACTION="admin.cgi?mode=edit_templates&action=submit"> <div class="afPubContentBlock"><!--Top--> @@ -58,11 +56,8 @@ <INPUT TYPE="submit" VALUE="<AF_M text="Save and rebuild">"> </div> -<BR> -<P> -<HR> -<P> -<BR> +<br> +<br> <div class="afPubContentBlock"><!--Index--> <div class="afPubContentBlockTitle"><AF_M text="Body Template: 1.Index page"></div> Index: affelio/templates/default/owner_side/admin_editprofile.tmpl diff -u affelio/templates/default/owner_side/admin_editprofile.tmpl:1.7 affelio/templates/default/owner_side/admin_editprofile.tmpl:1.8 --- affelio/templates/default/owner_side/admin_editprofile.tmpl:1.7 Wed Jun 29 18:28:53 2005 +++ affelio/templates/default/owner_side/admin_editprofile.tmpl Thu Jun 30 01:44:21 2005 @@ -19,6 +19,7 @@ </tr></table> </div> +<div class="afPubContent"> <div class="afPubContentBlock"> <div class="afPubContentBlockTitle"><AF_M text="Your basic information"></div> <P> @@ -162,6 +163,7 @@ </FORM> +</div> </div><!--afmain--> <!--===========================================-->