Tom Hayakawa
tom_g3x****@users*****
2007年 2月 28日 (水) 01:24:37 JST
Index: xoops2jp/html/modules/user/templates/user_userform.html diff -u xoops2jp/html/modules/user/templates/user_userform.html:1.1.2.4 xoops2jp/html/modules/user/templates/user_userform.html:1.1.2.4.4.1 --- xoops2jp/html/modules/user/templates/user_userform.html:1.1.2.4 Fri Aug 18 14:35:29 2006 +++ xoops2jp/html/modules/user/templates/user_userform.html Wed Feb 28 01:24:37 2007 @@ -1,10 +1,10 @@ <fieldset style="padding: 10px;"> <legend style="font-weight: bold;"><{$smarty.const._LOGIN}></legend> <form action="<{$smarty.const.XOOPS_URL}>/user.php" method="post" > - <{$smarty.const._USERNAME}> <input type="text" name="uname" size="26" maxlength="25" value="<{$usercookie}>" /><br /> - <{$smarty.const._PASSWORD}> <input type="password" name="pass" size="21" maxlength="32" /><br /> - <input type="hidden" name="op" value="login" /> - <input type="hidden" name="xoops_redirect" value="<{$redirect_page}>" /> + <{$smarty.const._USERNAME}> <{xoops_input type=text name=uname size=26 maxlength=25 value=$usercookie}><br /> + <{$smarty.const._PASSWORD}> <{xoops_input type=password name=pass size=21 maxlength=31}><br /> + <{xoops_input type=hidden name=op value=login}> + <{xoops_input type=hidden name=xoops_redirect value=$redirect_page}> <input type="submit" value="<{$smarty.const._LOGIN}>" /> </form> <a name="lost"></a> @@ -18,8 +18,8 @@ <div><br /><{$smarty.const._MD_USER_LANG_NOPROBLEM}></div> <form action="lostpass.php" method="post"> <{$smarty.const._MD_USER_LANG_YOUREMAIL}> - <input type="text" name="email" size="26" maxlength="60" /> - <input type="hidden" name="op" value="mailpasswd" /> + <{xoops_input type=text name=email size=26 maxlength=60}> + <{xoops_input type=hidden name=op value=mailpasswd}> <input type="submit" value="<{$smarty.const._MD_USER_LANG_SENDPASSWORD}>" /> </form> </fieldset> Index: xoops2jp/html/modules/user/templates/user_default.html diff -u xoops2jp/html/modules/user/templates/user_default.html:1.1.2.5.2.1 xoops2jp/html/modules/user/templates/user_default.html:1.1.2.5.2.1.2.1 --- xoops2jp/html/modules/user/templates/user_default.html:1.1.2.5.2.1 Fri Nov 10 20:30:23 2006 +++ xoops2jp/html/modules/user/templates/user_default.html Wed Feb 28 01:24:37 2007 @@ -1,6 +1,6 @@ <form action="<{$xoops_url}>/user.php" method="post"> -<input type="hidden" name="op" value="login" /> -<input type="hidden" name="xoops_redirect" value="<{$redirect_page}>" /> +<{xoops_input type=hidden name=op value=login}> +<{xoops_input type=hidden name=xoops_redirect value=$redirect_page}> <table class="outer"> <tr> <th colspan="2" style="text-align:center;"><{$smarty.const._LOGIN}></th> @@ -8,13 +8,13 @@ <tr> <td class="head"><{$smarty.const._USERNAME}></td> <td class="<{cycle values="odd,even"}>"> - <input type="text" name="uname" size="25" maxlength="25" value="<{$usercookie}>" /> + <{xoops_input type=text name=uname size=25 maxlength=25 value=$usercookie}> </td> </tr> <tr> <td class="head"><{$smarty.const._PASSWORD}></td> <td class="<{cycle values="odd,even"}>"> - <input type="password" name="pass" size="30" maxlength="32" /> + <{xoops_input type=password name=pass size=30 maxlength=32}> </td> </tr> <tr> Index: xoops2jp/html/modules/user/templates/user_avatar_edit.html diff -u xoops2jp/html/modules/user/templates/user_avatar_edit.html:1.1.2.14.2.3 xoops2jp/html/modules/user/templates/user_avatar_edit.html:1.1.2.14.2.3.2.1 --- xoops2jp/html/modules/user/templates/user_avatar_edit.html:1.1.2.14.2.3 Sun Dec 3 00:50:22 2006 +++ xoops2jp/html/modules/user/templates/user_avatar_edit.html Wed Feb 28 01:24:37 2007 @@ -41,7 +41,7 @@ <tr> <td class="head"><{$smarty.const._MD_USER_LANG_AVATAR}></td> <td class="<{cycle values="odd,even"}>"> - <input type="file" name="uploadavatar" size="30" /> + <{xoops_input type=file name=uploadavatar size=30}> </td> </tr> <tr>