Minahito
minah****@users*****
2006年 8月 18日 (金) 14:35:30 JST
Index: xoops2jp/html/modules/user/templates/user_avatar_edit.html diff -u xoops2jp/html/modules/user/templates/user_avatar_edit.html:1.1.2.10 xoops2jp/html/modules/user/templates/user_avatar_edit.html:1.1.2.11 --- xoops2jp/html/modules/user/templates/user_avatar_edit.html:1.1.2.10 Thu Aug 10 19:52:01 2006 +++ xoops2jp/html/modules/user/templates/user_avatar_edit.html Fri Aug 18 14:35:29 2006 @@ -1,5 +1,5 @@ <div> -<a href="./index.php?action=UserInfo&uid=<{$actionForm->get('uid')|escape}>"><{$smarty.const._US_PROFILE}></a> +<a href="./index.php?action=UserInfo&uid=<{$actionForm->get('uid')|escape}>"><{$smarty.const._MD_USER_LANG_PROFILE}></a> <span style="font-weight:bold;">»»</span> <{$smarty.const._MD_USER_LANG_AVATAR_EDIT}> </div> Index: xoops2jp/html/modules/user/templates/user_edituser.html diff -u xoops2jp/html/modules/user/templates/user_edituser.html:1.1.2.9 xoops2jp/html/modules/user/templates/user_edituser.html:1.1.2.10 --- xoops2jp/html/modules/user/templates/user_edituser.html:1.1.2.9 Wed Jul 19 19:21:40 2006 +++ xoops2jp/html/modules/user/templates/user_edituser.html Fri Aug 18 14:35:29 2006 @@ -1,6 +1,6 @@ <div> -<a href="./index.php?action=UserInfo&uid=<{$actionForm->get('uid')}>"><{$smarty.const._US_PROFILE}></a> - <span style="font-weight:bold;">»»</span> <{$smarty.const._US_EDITPROFILE}> +<a href="./index.php?action=UserInfo&uid=<{$actionForm->get('uid')}>"><{$smarty.const._MD_USER_LANG_PROFILE}></a> + <span style="font-weight:bold;">»»</span> <{$smarty.const._MD_USER_LANG_EDITPROFILE}> </div> <{if $actionForm->hasError()}> @@ -18,29 +18,29 @@ <{xoops_input name=uid type=hidden value=$actionForm->get('uid')}> <table class="outer" cellspacing="1" width="100%"> <tr> - <th colspan="2"><{$smarty.const._US_EDITPROFILE}></th> + <th colspan="2"><{$smarty.const._MD_USER_LANG_EDITPROFILE}></th> </tr> <tr> - <td class="head"><{$smarty.const._US_NICKNAME}></td> + <td class="head"><{$smarty.const._MD_USER_LANG_NICKNAME}></td> <td class="<{cycle values="odd,even"}>"><{$thisUser->getShow('uname')}></td> </tr> <tr> - <td class="head"><{$smarty.const._US_REALNAME}></td> + <td class="head"><{$smarty.const._MD_USER_LANG_NAME}></td> <td class="<{cycle values="odd,even"}>"> <{xoops_input name=name size=30 maxlength=60 value=$actionForm->get('name')}> </td> </tr> <{if $allow_chgmail}> <tr> - <td class="head"><{$smarty.const._US_EMAIL}></td> + <td class="head"><{$smarty.const._MD_USER_LANG_EMAIL}></td> <td class="<{cycle values="odd,even"}>"> <{xoops_input name=email size=30 maxlength=60 value=$actionForm->get('email')}><br /> - <{xoops_input type=checkbox name=user_viewemail value=1 default=$actionForm->get('user_viewemail')}><{$smarty.const._US_ALLOWVIEWEMAIL}> + <{xoops_input type=checkbox name=user_viewemail value=1 default=$actionForm->get('user_viewemail')}><{$smarty.const._MD_USER_LANG_USER_VIEWEMAIL}> </td> </tr> <{/if}> <tr> - <td class="head"><{$smarty.const._US_WEBSITE}></td> + <td class="head"><{$smarty.const._MD_USER_LANG_WEBSITE}></td> <td class="<{cycle values="odd,even"}>"> <{xoops_input name=url size=30 maxlength=100 value=$actionForm->get('url')}> </td> @@ -54,62 +54,62 @@ </td> </tr> <tr> - <td class="head"><{$smarty.const._US_ICQ}></td> + <td class="head"><{$smarty.const._MD_USER_LANG_USER_ICQ}></td> <td class="<{cycle values="odd,even"}>"> <{xoops_input name=user_icq size=15 maxlength=15 value=$actionForm->get('user_icq')}> </td> </tr> <tr> - <td class="head"><{$smarty.const._US_AIM}></td> + <td class="head"><{$smarty.const._MD_USER_LANG_USER_AIM}></td> <td class="<{cycle values="odd,even"}>"> <{xoops_input name=user_aim size=18 maxlength=18 value=$actionForm->get('user_aim')}> </td> </tr> <tr> - <td class="head"><{$smarty.const._US_YIM}></td> + <td class="head"><{$smarty.const._MD_USER_LANG_YIM}></td> <td class="<{cycle values="odd,even"}>"> <{xoops_input name=user_yim size=25 maxlength=25 value=$actionForm->get('user_yim')}> </td> </tr> <tr> - <td class="head"><{$smarty.const._US_MSNM}></td> + <td class="head"><{$smarty.const._MD_USER_LANG_USER_MSNM}></td> <td class="<{cycle values="odd,even"}>"> <{xoops_input name=user_msnm size=30 maxlength=100 value=$actionForm->get('user_msnm')}> </td> </tr> <tr> - <td class="head"><{$smarty.const._US_LOCATION}></td> + <td class="head"><{$smarty.const._MD_USER_LANG_USER_FROM}></td> <td class="<{cycle values="odd,even"}>"> <{xoops_input name=user_from size=30 maxlength=100 value=$actionForm->get('user_from')}> </td> </tr> <tr> - <td class="head"><{$smarty.const._US_OCCUPATION}></td> + <td class="head"><{$smarty.const._MD_USER_LANG_USER_OCC}></td> <td class="<{cycle values="odd,even"}>"> <{xoops_input name=user_occ size=30 maxlength=100 value=$actionForm->get('user_occ')}> </td> </tr> <tr> - <td class="head"><{$smarty.const._US_INTEREST}></td> + <td class="head"><{$smarty.const._MD_USER_LANG_USER_INTEREST}></td> <td class="<{cycle values="odd,even"}>"> <{xoops_input name=user_intrest size=30 maxlength=150 value=$actionForm->get('user_intrest')}> </td> </tr> <tr> - <td class="head"><{$smarty.const._US_SIGNATURE}></td> + <td class="head"><{$smarty.const._MD_USER_LANG_USER_SIG}></td> <td class="<{cycle values="odd,even"}>"> <{xoops_dhtmltarea name=user_sig value=$actionForm->get('user_sig')}><br /> - <{xoops_input type=checkbox name=attachsig value=1 default=$actionForm->get('attachsig')}><{$smarty.const._US_SHOWSIG}> + <{xoops_input type=checkbox name=attachsig value=1 default=$actionForm->get('attachsig')}><{$smarty.const._MD_USER_LANG_ATTACHESIG}> </td> </tr> <tr> - <td class="head"><{$smarty.const._US_CDISPLAYMODE}></td> + <td class="head"><{$smarty.const._MD_USER_LANG_UMODE}></td> <td class="<{cycle values="odd,even"}>"> <{html_options name=umode options=$umodeOptions selected=$actionForm->get('umode')}> </td> </tr> <tr> - <td class="head"><{$smarty.const._US_CSORTORDER}></td> + <td class="head"><{$smarty.const._MD_USER_LANG_UORDER}></td> <td class="<{cycle values="odd,even"}>"> <{html_options name=uorder options=$uorderOptions selected=$actionForm->get('uorder')}> </td> @@ -127,21 +127,21 @@ </td> </tr> <tr> - <td class="head"><{$smarty.const._US_EXTRAINFO}></td> + <td class="head"><{$smarty.const._MD_USER_LANG_BIO}></td> <td class="<{cycle values="odd,even"}>"> <{xoops_textarea name=bio value=$actionForm->get('bio') rows=5 cols=50}> </td> </tr> <tr> - <td class="head"><{$smarty.const._US_PASSWORD}><br /> - <{$smarty.const._US_TYPEPASSTWICE}></td> + <td class="head"><{$smarty.const._MD_USER_LANG_PASSWORD}><br /> + <{$smarty.const._MD_USER_LANG_TYPEPASSTWICE}></td> <td class="<{cycle values="odd,even"}>"> <{xoops_input type=password name=pass size=10 maxlength=32 value=$actionForm->get('pass')}> <{xoops_input type=password name=vpass size=10 maxlength=32 value=$actionForm->get('vpass')}> </td> </tr> <tr> - <td class="head"><{$smarty.const._US_MAILOK}></td> + <td class="head"><{$smarty.const._MD_USER_LANG_USER_MAILOK}></td> <td class="<{cycle values="odd,even"}>"> <{xoops_input type=radio name=user_mailok value=1 default=$actionForm->get('user_mailok')}><{$smarty.const._YES}> <{xoops_input type=radio name=user_mailok value=0 default=$actionForm->get('user_mailok')}><{$smarty.const._NO}> @@ -150,7 +150,7 @@ <tr> <td class="head"> </td> <td class="<{cycle values="odd,even"}>"> - <input type="submit" value="<{$smarty.const._US_SAVECHANGES}>" /> + <input type="submit" value="<{$smarty.const._MD_USER_LANG_SAVECHANGES}>" /> </td> </tr> </table> Index: xoops2jp/html/modules/user/templates/user_lostpass.html diff -u xoops2jp/html/modules/user/templates/user_lostpass.html:1.1.2.6 xoops2jp/html/modules/user/templates/user_lostpass.html:1.1.2.7 --- xoops2jp/html/modules/user/templates/user_lostpass.html:1.1.2.6 Wed Jun 14 01:12:53 2006 +++ xoops2jp/html/modules/user/templates/user_lostpass.html Fri Aug 18 14:35:29 2006 @@ -12,15 +12,15 @@ <{xoops_token form=$actionForm}> <table class="outer"> <tr> - <th colspan="2" style="text-align:center;"><{$smarty.const._US_LOSTPASSWORD}></th> + <th colspan="2" style="text-align:center;"><{$smarty.const._MD_USER_LANG_LOSTPASSWORD}></th> </tr> <tr> <td colspan="2" class="<{cycle values="odd,even"}>"> - <{$smarty.const._US_NOPROBLEM}> + <{$smarty.const._MD_USER_LANG_NOPROBLEM}> </td> </tr> <tr> - <td class="head"><{$smarty.const._US_EMAIL}></td> + <td class="head"><{$smarty.const._MD_USER_LANG_EMAIL}></td> <td class="<{cycle values="odd,even"}>"> <{xoops_input name=email value=$actionForm->get('email') size=34 maxlength=34}> </td> Index: xoops2jp/html/modules/user/templates/user_userinfo.html diff -u xoops2jp/html/modules/user/templates/user_userinfo.html:1.1.2.12 xoops2jp/html/modules/user/templates/user_userinfo.html:1.1.2.13 --- xoops2jp/html/modules/user/templates/user_userinfo.html:1.1.2.12 Wed Jul 19 19:21:40 2006 +++ xoops2jp/html/modules/user/templates/user_userinfo.html Fri Aug 18 14:35:29 2006 @@ -1,11 +1,11 @@ <{if $user_ownpage == true && $user_candelete == true}> <div style="text-align:right;"> - <a href="<{$smarty.const.XOOPS_URL}>/user.php?op=delete"><{$smarty.const._US_DELACCOUNT}></a> + <a href="<{$smarty.const.XOOPS_URL}>/user.php?op=delete"><{$smarty.const._MD_USER_LANG_DELACCOUNT}></a> </div> <{elseif $xoops_isadmin == true}> <div style="text-align:right;"> - <a href="<{$smarty.const.XOOPS_URL}>/modules/user/admin/index.php?action=UserEdit&uid=<{$thisUser->getShow('uid')}>"><{$smarty.const._US_EDITPROFILE}></a> - - <a href="<{$smarty.const.XOOPS_URL}>/modules/user/admin/index.php?action=UserDelete&uid=<{$thisUser->getShow('uid')}>"><{$smarty.const._US_DELACCOUNT}></a> + <a href="<{$smarty.const.XOOPS_URL}>/modules/user/admin/index.php?action=UserEdit&uid=<{$thisUser->getShow('uid')}>"><{$smarty.const._MD_USER_LANG_EDITPROFILE}></a> - + <a href="<{$smarty.const.XOOPS_URL}>/modules/user/admin/index.php?action=UserDelete&uid=<{$thisUser->getShow('uid')}>"><{$smarty.const._MD_USER_LANG_DELACCOUNT}></a> </div> <{/if}> @@ -16,18 +16,18 @@ <table class="outer" cellpadding="4" cellspacing="1" width="100%"> <tr> <th colspan="2" style="text-align:center;"> - <{$smarty.const._US_ALLABOUT|replace:"%s":$thisUser->getShow('uname')}> + <{$smarty.const._MD_USER_LANG_ALLABOUT|replace:"%s":$thisUser->getShow('uname')}> </th> </tr> <{if $user_ownpage == true}> <tr> <td class="head" colspan="2" style="text-align:center;"> - <a href="<{$smarty.const.XOOPS_URL}>/modules/user/index.php?action=EditUser&uid=<{$thisUser->getShow('uid')}>"><{$smarty.const._US_EDITPROFILE}></a> + <a href="<{$smarty.const.XOOPS_URL}>/modules/user/index.php?action=EditUser&uid=<{$thisUser->getShow('uid')}>"><{$smarty.const._MD_USER_LANG_EDITPROFILE}></a> </td> </tr> <{/if}> <tr valign="top"> - <td class="head"><{$smarty.const._US_AVATAR}></td> + <td class="head"><{$smarty.const._MD_USER_LANG_AVATAR}></td> <td class="even" style="text-align:center;"> <{if $thisUser->get('user_avatar') != "blank.gif" }> <img src="<{$smarty.const.XOOPS_UPLOAD_URL}>/<{$thisUser->getShow('user_avatar')}>" alt="Avatar" title="Avatar" /> @@ -40,15 +40,15 @@ </td> </tr> <tr> - <td class="head"><{$smarty.const._US_REALNAME}></td> + <td class="head"><{$smarty.const._MD_USER_LANG_NAME}></td> <td class="odd" style="text-align:center;"><{$thisUser->getShow('name')}></td> </tr> <tr> - <td class="head"><{$smarty.const._US_WEBSITE}></td> + <td class="head"><{$smarty.const._MD_USER_LANG_WEBSITE}></td> <td class="even"><a href="<{$thisUser->getShow('url')}>" target="_blank"><{$thisUser->getShow('url')}></a></td> </tr> <tr valign="top"> - <td class="head"><{$smarty.const._US_EMAIL}></td> + <td class="head"><{$smarty.const._MD_USER_LANG_EMAIL}></td> <td class="odd"> <{if $thisUser->get('user_viewemail') == 1 || $user_ownpage == true || $xoops_isadmin == true }> <{mailto address=$thisUser->get('email') encode="javascript"}> @@ -56,7 +56,7 @@ </td> </tr> <tr valign="top"> - <td class="head"><{$smarty.const._US_PM}></td> + <td class="head"><{$smarty.const._MD_USER_LANG_PM}></td> <td class="even"> <a href="javascript:openWithSelfMain('<{$smarty.const.XOOPS_URL}>/pmlite.php?send2=1&to_userid=<{$thisUser->getShow('uid')}>', 'pmlite', 450, 380);"> <img src="<{$smarty.const.XOOPS_URL}>/images/icons/pm.gif" alt="<{$smarty.const._SENDPMTO|replace:"%s":$thisUser->getShow('uname')}>" title="<{$smarty.const._SENDPMTO|replace:"%s":$thisUser->getShow('uname')}>" /></a> @@ -64,35 +64,35 @@ </td> </tr> <tr valign="top"> - <td class="head"><{$smarty.const._US_ICQ}></td> + <td class="head"><{$smarty.const._MD_USER_LANG_USER_ICQ}></td> <td class="odd"><{$thisUser->getShow('user_icq')}></td> </tr> <tr valign="top"> - <td class="head"><{$smarty.const._US_AIM}></td> + <td class="head"><{$smarty.const._MD_USER_LANG_USER_AIM}></td> <td class="even"><{$thisUser->getShow('user_aim')}></td> </tr> <tr valign="top"> - <td class="head"><{$smarty.const._US_YIM}></td> + <td class="head"><{$smarty.const._MD_USER_LANG_YIM}></td> <td class="odd"><{$thisUser->getShow('user_yim')}></td> </tr> <tr valign="top"> - <td class="head"><{$smarty.const._US_MSNM}></td> + <td class="head"><{$smarty.const._MD_USER_LANG_USER_MSNM}></td> <td class="even"><{$thisUser->getShow('user_msnm')}></td> </tr> <tr valign="top"> - <td class="head"><{$smarty.const._US_LOCATION}></td> + <td class="head"><{$smarty.const._MD_USER_LANG_USER_FROM}></td> <td class="odd"><{$thisUser->getShow('user_from')}></td> </tr> <tr valign="top"> - <td class="head"><{$smarty.const._US_OCCUPATION}></td> + <td class="head"><{$smarty.const._MD_USER_LANG_USER_OCC}></td> <td class="even"><{$thisUser->getShow('user_occ')}></td> </tr> <tr valign="top"> - <td class="head"><{$smarty.const._US_INTEREST}></td> + <td class="head"><{$smarty.const._MD_USER_LANG_USER_INTEREST}></td> <td class="odd"><{$thisUser->getShow('user_intrest')}></td> </tr> <tr valign="top"> - <td class="head"><{$smarty.const._US_EXTRAINFO}></td> + <td class="head"><{$smarty.const._MD_USER_LANG_BIO}></td> <td class="even"><{$thisUser->getShow('bio')}></td> </tr> </table> @@ -100,15 +100,15 @@ <td width="50%"> <table class="outer" cellpadding="4" cellspacing="1" width="100%"> <tr valign="top"> - <th colspan="2" style="text-align:center;"><{$smarty.const._US_STATISTICS}></th> + <th colspan="2" style="text-align:center;"><{$smarty.const._MD_USER_LANG_STATISTICS}></th> </tr> <tr valign="top"> - <td class="head"><{$smarty.const._US_MEMBERSINCE}></td> + <td class="head"><{$smarty.const._MD_USER_LANG_USER_REGDATE}></td> <td class="even" style="text-align:center;"><{$thisUser->get('user_regdate')|xoops_formattimestamp:l}></td> </tr> <{if $rank != null}> <tr valign="top"> - <td class="head"><{$smarty.const._US_RANK}></td> + <td class="head"><{$smarty.const._MD_USER_LANG_RANK}></td> <td class="odd" style="text-align:center;"> <img src="<{$smarty.const.XOOPS_UPLOAD_URL}>/<{$rank->getShow('rank_image')}>" alt="<{$rank->getShow('rank_title')}>" title="<{$rank->getShow('rank_title')}>" /><br /> <{$rank->getShow('rank_title')}> @@ -116,18 +116,18 @@ </tr> <{/if}> <tr valign="top"> - <td class="head"><{$smarty.const._US_POSTS}></td> + <td class="head"><{$smarty.const._MD_USER_LANG_POSTS}></td> <td class="even" style="text-align:center;"><{$thisUser->getShow('posts')}></td> </tr> <tr valign="top"> - <td class="head"><{$smarty.const._US_LASTLOGIN}></td> + <td class="head"><{$smarty.const._MD_USER_LANG_LAST_LOGIN}></td> <td class="odd" style="text-align:center;"><{$thisUser->get('last_login')|xoops_formattimestamp:l}></td> </tr> </table> <br /> <table class="outer" cellpadding="4" cellspacing="1" width="100%"> <tr valign="top"> - <th colspan="2" style="text-align:center;"><{$smarty.const._US_SIGNATURE}></th> + <th colspan="2" style="text-align:center;"><{$smarty.const._MD_USER_LANG_USER_SIG}></th> </tr> <tr valign="top"> <td class="even"><{$user_signature}></td> @@ -149,7 +149,7 @@ <!-- end results item loop --> <{if $module.has_more}> - <a href="<{$smarty.const.XOOPS_URL}>/search.php?action=showallbyuser&mid=<{$module.mid|escape}>&uid=<{$thisUser->getShow('uid')}>"><{$smarty.const._US_SHOWALL}></a> + <a href="<{$smarty.const.XOOPS_URL}>/search.php?action=showallbyuser&mid=<{$module.mid|escape}>&uid=<{$thisUser->getShow('uid')}>"><{$smarty.const._MD_USER_LANG_SHOWALL}></a> <{/if}> </p> <{/foreach}> Index: xoops2jp/html/modules/user/templates/user_register_confirm.html diff -u xoops2jp/html/modules/user/templates/user_register_confirm.html:1.1.2.5 xoops2jp/html/modules/user/templates/user_register_confirm.html:1.1.2.6 --- xoops2jp/html/modules/user/templates/user_register_confirm.html:1.1.2.5 Wed Jul 19 19:21:40 2006 +++ xoops2jp/html/modules/user/templates/user_register_confirm.html Fri Aug 18 14:35:29 2006 @@ -1,20 +1,20 @@ <form action="index.php?action=UserRegister_confirm" method="post"> <table width="100%" class="outer"> <tr> - <td class="head"><{$smarty.const._US_NICKNAME}></td> + <td class="head"><{$smarty.const._MD_USER_LANG_NICKNAME}></td> <td class="<{cycle values="odd,even"}>"> <{$registForm->get('uname')|escape}> </td> </tr> <tr> - <td class="head"><{$smarty.const._US_EMAIL}></td> + <td class="head"><{$smarty.const._MD_USER_LANG_EMAIL}></td> <td class="<{cycle values="odd,even"}>"> <{$registForm->get('email')|escape}> </td> </tr> <tr> <td colsapn="2" class="foot" style="text-align:center;"> - <input type="submit" value="<{$smarty.const._US_FINISH}>" /> + <input type="submit" value="<{$smarty.const._MD_USER_LANG_FINISH}>" /> </td> </tr> </table> Index: xoops2jp/html/modules/user/templates/user_default.html diff -u xoops2jp/html/modules/user/templates/user_default.html:1.1.2.4 xoops2jp/html/modules/user/templates/user_default.html:1.1.2.5 --- xoops2jp/html/modules/user/templates/user_default.html:1.1.2.4 Sat Aug 5 15:24:47 2006 +++ xoops2jp/html/modules/user/templates/user_default.html Fri Aug 18 14:35:29 2006 @@ -26,6 +26,6 @@ </form> <{if $allowRegister}> - <div style="text-align:center;"><a href="<{$xoops_url}>/register.php"><{$smarty.const._US_NOTREGISTERED}></a></div> + <div style="text-align:center;"><a href="<{$xoops_url}>/register.php"><{$smarty.const._MD_USER_LANG_NOTREGISTERED}></a></div> <{/if}> Index: xoops2jp/html/modules/user/templates/user_userform.html diff -u xoops2jp/html/modules/user/templates/user_userform.html:1.1.2.3 xoops2jp/html/modules/user/templates/user_userform.html:1.1.2.4 --- xoops2jp/html/modules/user/templates/user_userform.html:1.1.2.3 Thu Feb 2 14:34:19 2006 +++ xoops2jp/html/modules/user/templates/user_userform.html Fri Aug 18 14:35:29 2006 @@ -8,18 +8,18 @@ <input type="submit" value="<{$smarty.const._LOGIN}>" /> </form> <a name="lost"></a> - <div><{$smarty.const._US_NOTREGISTERED}><br /></div> + <div><{$smarty.const._MD_USER_LANG_NOTREGISTERED}><br /></div> </fieldset> <br /> <fieldset style="padding: 10px;"> - <legend style="font-weight: bold;"><{$smarty.const._US_LOSTPASSWORD}></legend> - <div><br /><{$smarty.const._US_NOPROBLEM}></div> + <legend style="font-weight: bold;"><{$smarty.const._MD_USER_LANG_LOSTPASSWORD}></legend> + <div><br /><{$smarty.const._MD_USER_LANG_NOPROBLEM}></div> <form action="lostpass.php" method="post"> - <{$smarty.const._US_YOUREMAIL}> + <{$smarty.const._MD_USER_LANG_YOUREMAIL}> <input type="text" name="email" size="26" maxlength="60" /> <input type="hidden" name="op" value="mailpasswd" /> - <input type="submit" value="<{$smarty.const._US_SENDPASSWORD}>" /> + <input type="submit" value="<{$smarty.const._MD_USER_LANG_SENDPASSWORD}>" /> </form> </fieldset> Index: xoops2jp/html/modules/user/templates/user_register_form.html diff -u xoops2jp/html/modules/user/templates/user_register_form.html:1.1.2.9 xoops2jp/html/modules/user/templates/user_register_form.html:1.1.2.10 --- xoops2jp/html/modules/user/templates/user_register_form.html:1.1.2.9 Wed Jul 19 19:21:40 2006 +++ xoops2jp/html/modules/user/templates/user_register_form.html Fri Aug 18 14:35:29 2006 @@ -12,22 +12,22 @@ <{xoops_token form=$actionForm}> <table class="outer" width="100%"> <tr> - <th colspan="2" style="text-align:center;"><{$smarty.const._US_USERREG}></th> + <th colspan="2" style="text-align:center;"><{$smarty.const._MD_USER_LANG_USERREG}></th> </tr> <tr> - <td class="head"><{$smarty.const._US_NICKNAME}></td> + <td class="head"><{$smarty.const._MD_USER_LANG_NICKNAME}></td> <td class="<{cycle values="odd,even"}>"><{xoops_input maxlength=25 name=uname value=$actionForm->get('uname')}></td> </tr> <tr> - <td class="head"><{$smarty.const._US_EMAIL}></td> + <td class="head"><{$smarty.const._MD_USER_LANG_EMAIL}></td> <td class="<{cycle values="odd,even"}>"> <{xoops_input name=email size=30 maxlength=60 value=$actionForm->get('email')}><br /> <{xoops_input type=checkbox name=user_viewemail value=1 default=$actionForm->get('user_viewemail')}> - <{$smarty.const._US_ALLOWVIEWEMAIL}> + <{$smarty.const._MD_USER_LANG_USER_VIEWEMAIL}> </td> </tr> <tr> - <td class="head"><{$smarty.const._US_WEBSITE}></td> + <td class="head"><{$smarty.const._MD_USER_LANG_WEBSITE}></td> <td class="<{cycle values="odd,even"}>"><{xoops_input name=url size=30 maxlength=100 value=$actionForm->get('url')}></td> </tr> <tr> @@ -39,30 +39,30 @@ </td> </tr> <tr> - <td class="head"><{$smarty.const._US_PASSWORD}></td> + <td class="head"><{$smarty.const._MD_USER_LANG_PASSWORD}></td> <td class="<{cycle values="odd,even"}>"> <{xoops_input type=password name=pass value=$actionForm->get('pass') size=10 maxlength=32}> </td> </tr> <tr> - <td class="head"><{$smarty.const._US_VERIFYPASS}></td> + <td class="head"><{$smarty.const._MD_USER_LANG_VERIFYPASS}></td> <td class="<{cycle values="odd,even"}>"> <{xoops_input type=password name=vpass value=$actionForm->get('vpass') size=10 maxlength=32}> </td> </tr> <{if $enableAgree}> <tr> - <td class="head"><{$smarty.const._US_DISCLAIMER}></td> + <td class="head"><{$smarty.const._MD_USER_LANG_DISCLAIMER}></td> <td class="<{cycle values="odd,even"}>"> <{xoops_textarea name=disclaimer rows=8 cols=50 readonly=true value=$disclaimer}><br /> <{xoops_input type=checkbox name=agree value=1 default=$actionForm->get('agree')}> - <{$smarty.const._US_IAGREE}> + <{$smarty.const._MD_USER_MESSAGE_IAGREE}> </td> </tr> <{/if}> <tr> <td colsapn="2" class="foot" style="text-align:center;"> - <input type="submit" value="<{$smarty.const._US_SUBMIT}>" /> + <input type="submit" value="<{$smarty.const._MD_USER_LANG_SUBMIT}>" /> </td> </tr> </table>