Yoshihisa Fukuhara
higef****@users*****
2005年 6月 29日 (水) 23:47:12 JST
Index: affelio/templates/default/owner_side/admin_accesscontrol.tmpl diff -u affelio/templates/default/owner_side/admin_accesscontrol.tmpl:1.3 affelio/templates/default/owner_side/admin_accesscontrol.tmpl:1.4 --- affelio/templates/default/owner_side/admin_accesscontrol.tmpl:1.3 Sun Jun 26 02:19:28 2005 +++ affelio/templates/default/owner_side/admin_accesscontrol.tmpl Wed Jun 29 23:47:12 2005 @@ -29,8 +29,7 @@ <!--======================================================================--> <!-- table start --> <!--======================================================================--> -<div class="content_block"> -<div class="table3"> +<div class="afPubMessageTable table3"> <FORM METHOD="POST" ACTION="admin.cgi?mode=access_control&mode2=submit"> <table> <TR HEIGHT=40> @@ -88,11 +87,7 @@ <!--======================================================================--> <!-- End of loop --> <!--======================================================================--> -<TR HEIGHT=50> </TR> -<TR HEIGHT=50> </TR> -<TR HEIGHT=50> </TR> -<TR HEIGHT=50> </TR> - +<tr><td colspan="17"><hr></td></tr> <!--======================================================================--> <!-- Loops for number of groups --> <!--======================================================================--> @@ -130,12 +125,10 @@ <!--======================================================================--> <!-- New group --> <!--======================================================================--> -<TR HEIGHT=50> </TR> -<TR HEIGHT=50> </TR> -<TR HEIGHT=50> </TR> -<TR HEIGHT=50> </TR> +<tr><td colspan="17"><hr></td></tr> + <TR> -<TH><AF_M text="New Group"><BR><INPUT NAME="newg_group_name" TYPE="text" SIZE=25><BR>(<AF_M text="Name here!">)</TH> +<TH><AF_M text="New Group"><BR><INPUT NAME="newg_group_name" TYPE="text" SIZE=13><BR><small>(<AF_M text="Name here!">)</small></TH> <!--=--> <TD><INPUT TYPE="checkbox" NAME="newg_nickname" checked disabled></TD> <TD><INPUT TYPE="checkbox" NAME="newg_n_family"></TD> @@ -158,7 +151,6 @@ <TD><INPUT TYPE="checkbox" NAME="newg_currentstatus"></TD> </TR> </TABLE> -</div> <P> <INPUT TYPE="submit" VALUE="<AF_M text="Save changes">"> </FORM> Index: affelio/templates/default/owner_side/admin_accesscontrol_apps_top.tmpl diff -u affelio/templates/default/owner_side/admin_accesscontrol_apps_top.tmpl:1.4 affelio/templates/default/owner_side/admin_accesscontrol_apps_top.tmpl:1.5 --- affelio/templates/default/owner_side/admin_accesscontrol_apps_top.tmpl:1.4 Sun Jun 26 23:20:21 2005 +++ affelio/templates/default/owner_side/admin_accesscontrol_apps_top.tmpl Wed Jun 29 23:47:12 2005 @@ -22,13 +22,13 @@ <div class="afPubContentBlock"> <div class="afPubContentBlockTitle"><AF_M text="_ADMIN_MANAGE_APP_TOP_EXP2"></div> - -<table class="admin"> +<div class="afPubMessageTable"> +<table> <tr> -<TH class="left_text"><AF_M text="Title"></TH> -<TH class="left_text"><AF_M text="Directory"></TH> -<TH class="left_text"><AF_M text="App name"></TH> -<TH class="left_text"><AF_M text="Version"></TH> +<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> <TMPL_LOOP NAME="applications"> @@ -40,7 +40,7 @@ </tr> </TMPL_LOOP> </table> - +</div> </div> <!-- <HR> --> Index: affelio/templates/default/owner_side/admin_composemessage.tmpl diff -u affelio/templates/default/owner_side/admin_composemessage.tmpl:1.2 affelio/templates/default/owner_side/admin_composemessage.tmpl:1.3 --- affelio/templates/default/owner_side/admin_composemessage.tmpl:1.2 Tue Jun 28 01:15:10 2005 +++ affelio/templates/default/owner_side/admin_composemessage.tmpl Wed Jun 29 23:47:12 2005 @@ -23,9 +23,10 @@ <div class="afPubContentBlock"> -<TABLE class="admin"> +<div class="afPubMessageTable"> +<TABLE> <TR> -<TH BGCOLOR="#AAAAFF" ALIGN="left" WIDTH="20%"><AF_M text="_ADM_MSG_TO"></TH> +<TH WIDTH="100"><AF_M text="_ADM_MSG_TO"></TH> <TD ALIGN="left"> <select name="msg_to" tabindex="1"><TMPL_LOOP NAME="friends"> <option value="<TMPL_VAR NAME="afid">" <TMPL_IF NAME="selected">selected</TMPL_IF>><TMPL_VAR NAME="nickname"> @@ -33,22 +34,22 @@ </TD> </TR> <TR> -<TH BGCOLOR="#AAAAFF" ALIGN="left" WIDTH="20%"><AF_M text="_ADM_MSG_TITLE"></TH> -<TD ALIGN="left"><INPUT NAME="msg_title" TYPE="text" SIZE=70 tabindex="2" value="<TMPL_VAR NAME="msg_title">"></TD> +<TH WIDTH="100"><AF_M text="_ADM_MSG_TITLE"></TH> +<TD ALIGN="left"><INPUT NAME="msg_title" TYPE="text" SIZE=60 tabindex="2" value="<TMPL_VAR NAME="msg_title">"></TD> </TR> <TR> -<TH BGCOLOR="#AAAAFF" ALIGN="left" WIDTH="20%"><AF_M text="_ADM_MSG_BODY"></TH> -<TD ALIGN="left"><TEXTAREA NAME="msg_body" COLS=40 ROWS=15 tabindex="3"> +<TH WIDTH="100"><AF_M text="_ADM_MSG_BODY"></TH> +<TD ALIGN="left"><TEXTAREA NAME="msg_body" COLS=60 ROWS=15 tabindex="3"> <TMPL_IF NAME="msg_body"> - - <TMPL_VAR NAME="msg_body"> </TMPL_IF> </TEXTAREA> </TD> </TR> </TABLE> +</div><!-- Message --> + </div> <!--contentblock--> <INPUT TYPE="submit" VALUE="<AF_M text="Send">" tabindex="4"> Index: affelio/templates/default/owner_side/admin_groupmember_table.tmpl diff -u affelio/templates/default/owner_side/admin_groupmember_table.tmpl:1.4 affelio/templates/default/owner_side/admin_groupmember_table.tmpl:1.5 --- affelio/templates/default/owner_side/admin_groupmember_table.tmpl:1.4 Sun Jun 26 23:20:21 2005 +++ affelio/templates/default/owner_side/admin_groupmember_table.tmpl Wed Jun 29 23:47:12 2005 @@ -24,22 +24,25 @@ <!-- table start --> <!--======================================================================--> <div class="afPubContentBlock"> -<div class="table4"> + +<div class="afPubMessageTable"> <FORM METHOD="POST" ACTION="admin.cgi?mode=group_member_table&mode2=submit"> -<table class="admin"> +<table> +<thead> <TR> -<TH> </TH> +<TH> </TH> <TMPL_LOOP NAME="group_names"> -<TH class="left_text"> +<TH> <TMPL_VAR ESCAPE="HTML" NAME="group_name"> <INPUT TYPE="hidden" NAME="<TMPL_VAR ESCAPE="HTML" NAME="gid">" VALUE="there"> </TH> </TMPL_LOOP> </TR> +</thead> <!--========================--> <TMPL_LOOP NAME="members"> <TR> -<TH class="left_text"> +<TH width="100"> <em><TMPL_VAR ESCAPE="HTML" NAME="member_name"></em> </TH> <TMPL_LOOP NAME="groups"> Index: affelio/templates/default/owner_side/admin_managefriends_top.tmpl diff -u affelio/templates/default/owner_side/admin_managefriends_top.tmpl:1.5 affelio/templates/default/owner_side/admin_managefriends_top.tmpl:1.6 --- affelio/templates/default/owner_side/admin_managefriends_top.tmpl:1.5 Wed Jun 29 18:28:53 2005 +++ affelio/templates/default/owner_side/admin_managefriends_top.tmpl Wed Jun 29 23:47:12 2005 @@ -22,8 +22,8 @@ <div class="afPubContentBlock"> <div class="afPubContentBlockTitle"><AF_M text="_ADMIN_MANAGE_FRIEND_TOP_EXP2" param="<TMPL_VAR ESCAPE="HTML" NAME="my_nickname">"></div> - -<table class="afPubMessageTable"> +<div class="afPubMessageTable"> +<table> <thead> <tr><th>Edit</th><th width="30">Home</th><th width="100">Delete</th></tr> </thead> @@ -39,6 +39,7 @@ </TMPL_LOOP> </tbody> </table> +</div> </div><!--contentblock--> <!--<HR>--> Index: affelio/templates/default/owner_side/admin_managegroups_top.tmpl diff -u affelio/templates/default/owner_side/admin_managegroups_top.tmpl:1.5 affelio/templates/default/owner_side/admin_managegroups_top.tmpl:1.6 --- affelio/templates/default/owner_side/admin_managegroups_top.tmpl:1.5 Sun Jun 26 23:20:21 2005 +++ affelio/templates/default/owner_side/admin_managegroups_top.tmpl Wed Jun 29 23:47:12 2005 @@ -21,7 +21,8 @@ <div class="afPubContentBlock"> <div class="afPubContentBlockTitle"><AF_M text='_ADMIN_MANAGE_GROUP_TOP_EXP1'></div> -<table class="admin"> +<div class="afPubMessageTable"> +<table> <TMPL_LOOP NAME="friends"> <TR> <TD><FORM style="margin: 0px 0px 0px 0px;" ACTION="<TMPL_VAR ESCAPE="HTML" NAME="rename_URL">" METHOD="POST"><INPUT TYPE="text" SIZE=18 value="<TMPL_VAR ESCAPE="HTML" NAME="group_name">" NAME="new_name"><input type="submit" value="<AF_M text='Rename'>"></FORM></TD> @@ -31,12 +32,14 @@ </TR> </TMPL_LOOP> </table> +</div> </div><!--contentblock--> <br> <div class="afPubContentBlock"> <div class="afPubContentBlockTitle"><AF_M text="New Group"></div> -<FORM style="margin: 0px 0px 0px 0px;" ACTION="admin.cgi?mode=manage_groups&mode2=add_group" METHOD="POST"><INPUT TYPE="text" value="" NAME="new_group_name"><input type="submit" value="<AF_M text="Add">" title="<AF_M text='_ADMIN_MANAGE_GROUP_TOP_EXP2'>"></FORM>(<AF_M text='_ADMIN_MANAGE_GROUP_TOP_EXP3'>) +<br><AF_M text='_ADMIN_MANAGE_GROUP_TOP_EXP3'><br> +<FORM style="margin: 0px 0px 0px 0px;" ACTION="admin.cgi?mode=manage_groups&mode2=add_group" METHOD="POST"><INPUT TYPE="text" value="" NAME="new_group_name"><input type="submit" value="<AF_M text="Add">" title="<AF_M text='_ADMIN_MANAGE_GROUP_TOP_EXP2'>"></FORM> </div> Index: affelio/templates/default/owner_side/admin_showmessage_list.tmpl diff -u affelio/templates/default/owner_side/admin_showmessage_list.tmpl:1.6 affelio/templates/default/owner_side/admin_showmessage_list.tmpl:1.7 --- affelio/templates/default/owner_side/admin_showmessage_list.tmpl:1.6 Wed Jun 29 16:39:28 2005 +++ affelio/templates/default/owner_side/admin_showmessage_list.tmpl Wed Jun 29 23:47:12 2005 @@ -27,9 +27,9 @@ <div class="afPubContentBlock"> -<DIV class="afPriButton"> -<A HREF="admin.cgi?mode=messages&action=compose"><AF_M text="Compose"></A> -</DIV> +<!--<DIV class="afPriButton">--> +<FORM action="admin.cgi?mode=messages&action=compose" method="post"> +<INPUT TYPE="submit" name="submit" value="<AF_M text="Compose">"></FORM> <DIV STYLE="clear: both"></DIV>