[Affelio-cvs 807] CVS update: affelio/templates/default/owner_side

Back to archive index

Tadashi Okoshi slash****@users*****
2005年 11月 23日 (水) 13:00:20 JST


Index: affelio/templates/default/owner_side/admin_access_log.tmpl
diff -u affelio/templates/default/owner_side/admin_access_log.tmpl:1.9 affelio/templates/default/owner_side/admin_access_log.tmpl:1.10
--- affelio/templates/default/owner_side/admin_access_log.tmpl:1.9	Tue Nov  8 16:01:44 2005
+++ affelio/templates/default/owner_side/admin_access_log.tmpl	Wed Nov 23 13:00:20 2005
@@ -25,6 +25,11 @@
 <TMPL_VAR NAME="err_msg">
 </div>
 </TMPL_IF>
+<TMPL_IF NAME="ret_msg">
+<div class="afPriMesg">
+<TMPL_VAR NAME="ret_msg">
+</div>
+</TMPL_IF>
 
 <A HREF="<TMPL_VAR NAME="affelio_log_URL">"><AF_M text="Affelio"></A> 
 (<A HREF="<TMPL_VAR NAME="f1_log_URL">"><AF_M text="Friends"></A>, 
Index: affelio/templates/default/owner_side/admin_editprofile.tmpl
diff -u affelio/templates/default/owner_side/admin_editprofile.tmpl:1.11 affelio/templates/default/owner_side/admin_editprofile.tmpl:1.12
--- affelio/templates/default/owner_side/admin_editprofile.tmpl:1.11	Tue Nov  8 14:48:13 2005
+++ affelio/templates/default/owner_side/admin_editprofile.tmpl	Wed Nov 23 13:00:20 2005
@@ -56,7 +56,7 @@
 <br>
 <AF_M text="_ADMIN_UPLOAD_PICTURES_EXP">
 <blockquote>
-<FORM ACTION="admin.cgi?mode=uploadimage&action=submit" METHOD="POST" ENCTYPE="multipart/form-data">
+<FORM ACTION="admin.cgi?mode=editprofile&mode2=uploadimage" METHOD="POST" ENCTYPE="multipart/form-data">
 
 <div style="width:100%; filter: Shadow(color=gray,direction=135)">
 <IMG SRC="./bin/get_content.cgi?module=core&content=/profile/profile_face.jpg">
Index: affelio/templates/default/owner_side/admin_makefriend.tmpl
diff -u affelio/templates/default/owner_side/admin_makefriend.tmpl:1.2 affelio/templates/default/owner_side/admin_makefriend.tmpl:1.3
--- affelio/templates/default/owner_side/admin_makefriend.tmpl:1.2	Tue Nov  8 14:48:13 2005
+++ affelio/templates/default/owner_side/admin_makefriend.tmpl	Wed Nov 23 13:00:20 2005
@@ -25,14 +25,18 @@
 <TMPL_VAR NAME="err_msg">
 </div>
 </TMPL_IF>
-
+<TMPL_IF NAME="ret_msg">
+<div class="afPriMesg">
+<TMPL_VAR NAME="ret_msg">
+</div>
+</TMPL_IF>
 
 <div class="afPubContentBlock">
 
 <div class="afPubContentBlock">
 <div class="afPubContentBlockTitle"><AF_M text='_ADMIN_TOP_SEND_LINK_EXP'></div>
 <table><tr><td>
-<FORM ACTION="admin.cgi?mode=send_handshake" METHOD="POST">
+<FORM ACTION="admin.cgi?mode=make_affeliolink&action=submit" METHOD="POST">
 <AF_M text='_ADMIN_TOP_SEND_LINK_EXP2'><BR>
 Example: <B>http://home1.affelio.jp/user/af_support/</B>
 <br>
Index: affelio/templates/default/owner_side/admin_menu.tmpl
diff -u affelio/templates/default/owner_side/admin_menu.tmpl:1.13 affelio/templates/default/owner_side/admin_menu.tmpl:1.14
--- affelio/templates/default/owner_side/admin_menu.tmpl:1.13	Sun Nov 20 21:19:52 2005
+++ affelio/templates/default/owner_side/admin_menu.tmpl	Wed Nov 23 13:00:20 2005
@@ -16,7 +16,6 @@
 <LI><A HREF="./admin.cgi?mode=accesslog&view=affelio"><AF_M text='Access Log'></LI>
 
 <LI><A HREF="./admin.cgi?mode=editprofile"><AF_M text='Edit Profile'></A></LI>
-<!-- <LI><A HREF="./admin.cgi?mode=uploadimage"><AF_M text='Upload Pictures'></A></LI> -->
 
 <LI><A HREF="./admin.cgi?mode=config_affelio"><AF_M text='Affelio Configuration'></A></LI>
 <LI><A HREF="./admin.cgi?mode=config_apps"><AF_M text='Application Configuration'></A></LI>
Index: affelio/templates/default/owner_side/admin_menu_advanced.tmpl
diff -u affelio/templates/default/owner_side/admin_menu_advanced.tmpl:1.2 affelio/templates/default/owner_side/admin_menu_advanced.tmpl:1.3
--- affelio/templates/default/owner_side/admin_menu_advanced.tmpl:1.2	Sun Nov 20 21:19:52 2005
+++ affelio/templates/default/owner_side/admin_menu_advanced.tmpl	Wed Nov 23 13:00:20 2005
@@ -16,7 +16,6 @@
 <LI><A HREF="./admin.cgi?mode=accesslog&view=affelio"><AF_M text='Access Log'></LI>
 
 <LI><A HREF="./admin.cgi?mode=editprofile"><AF_M text='Edit Profile'></A></LI>
-<!-- <LI><A HREF="./admin.cgi?mode=uploadimage"><AF_M text='Upload Pictures'></A></LI> -->
 
 <LI><A HREF="./admin.cgi?mode=config_affelio"><AF_M text='Affelio Configuration'></A></LI>
 <LI><A HREF="./admin.cgi?mode=config_apps"><AF_M text='Application Configuration'></A></LI>
Index: affelio/templates/default/owner_side/admin_top.tmpl
diff -u affelio/templates/default/owner_side/admin_top.tmpl:1.13 affelio/templates/default/owner_side/admin_top.tmpl:1.14
--- affelio/templates/default/owner_side/admin_top.tmpl:1.13	Tue Nov  8 14:48:13 2005
+++ affelio/templates/default/owner_side/admin_top.tmpl	Wed Nov 23 13:00:20 2005
@@ -26,6 +26,11 @@
 <TMPL_VAR NAME="err_msg">
 </div>
 </TMPL_IF>
+<TMPL_IF NAME="ret_msg">
+<div class="afPriMesg">
+<TMPL_VAR NAME="ret_msg">
+</div>
+</TMPL_IF>
 
 <div class="afPubContentBlock">
 <div class="afPubContentBlockTitle"><TMPL_VAR ESCAPE="HTML" NAME="my_nickname">'s Stuff</div>
@@ -38,7 +43,7 @@
 <td>
 <h2><AF_M text="_ADMIN_TOP_MYSTATUS"></h2>
 <br>
-<FORM ACTION="admin.cgi?mode=post_mystatus" METHOD="POST" style="margin: 0px 0px 0px 0px;">
+<FORM ACTION="admin.cgi?mode=top&action=post_mystatus" METHOD="POST" style="margin: 0px 0px 0px 0px;">
 
 <input type="text" NAME="my_currentstatus" size="20" VALUE="<TMPL_VAR NAME="my_currentstatus">"><input type="submit" VALUE="<AF_M text="Save">">
 
@@ -63,7 +68,7 @@
 <div class="afPubContentBlock">
 <div class="afPubContentBlockTitle"><AF_M text='_ADMIN_TOP_SEND_LINK_EXP'></div>
 <table><tr><td>
-<FORM ACTION="admin.cgi?mode=send_handshake" METHOD="POST">
+<FORM ACTION="admin.cgi?mode=make_affeliolink&action=submit" METHOD="POST">
 <AF_M text='_ADMIN_TOP_SEND_LINK_EXP2'><BR>
 Example: <B>http://home1.affelio.jp/user/slash/</B>
 <br>


Affelio-cvs メーリングリストの案内
Back to archive index