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

Back to archive index

Tadashi Okoshi slash****@users*****
2006年 4月 17日 (月) 13:58:53 JST


Index: affelio/templates/default/owner_side/admin_top.tmpl
diff -u affelio/templates/default/owner_side/admin_top.tmpl:1.16 affelio/templates/default/owner_side/admin_top.tmpl:1.17
--- affelio/templates/default/owner_side/admin_top.tmpl:1.16	Tue Mar 28 18:15:23 2006
+++ affelio/templates/default/owner_side/admin_top.tmpl	Mon Apr 17 13:58:53 2006
@@ -34,10 +34,10 @@
 <td>
 <h2><AF_M text="_ADMIN_TOP_MYSTATUS"></h2>
 <br>
-<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">">
-
+<FORM ACTION="admin.cgi?mode=top&action=post_mystatus" METHOD="POST" style="margin: 0px 0px 0px 0px;" NAME="mystatus">
+<input type="text" NAME="my_currentstatus" size="22" VALUE="<TMPL_VAR NAME="my_currentstatus">" maxlength="22" onFocus="check_textlen(this, 20, 'restcount')" onKeyUp="check_textlen(this, 20, 'restcount')">
+<input type="submit" VALUE="<AF_M text="Save">">
+&nbsp;(<AF_M text='Rest'>: <span id="restcount"></span>/20)
 </FORM>
 <BR>
 <AF_M text='_ADMIN_TOP_MYSTATUS_EXP'>


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