Minahito
minah****@users*****
2006年 1月 8日 (日) 14:22:34 JST
Index: xoops2jp/html/modules/user/admin/templates/user_delete_confirm.html diff -u xoops2jp/html/modules/user/admin/templates/user_delete_confirm.html:1.1.2.1 xoops2jp/html/modules/user/admin/templates/user_delete_confirm.html:1.1.2.2 --- xoops2jp/html/modules/user/admin/templates/user_delete_confirm.html:1.1.2.1 Thu Dec 29 00:18:13 2005 +++ xoops2jp/html/modules/user/admin/templates/user_delete_confirm.html Sun Jan 8 14:22:34 2006 @@ -1,42 +1,42 @@ -<h3>» <{$smarty.const._MD_A_USER_LANG_USER_LIST}></h3> +<h3>» <{$smarty.const._AD_USER_LANG_USER_LIST}></h3> -<h4><{$smarty.const._MD_A_USER_LANG_USER_DELETE}></h4> +<h4><{$smarty.const._AD_USER_LANG_USER_DELETE}></h4> <ul> - <li><{$smarty.const._MD_A_USER_LANG_USER_DELETE_ADVICE|replace:"_%s_":$user->getVar('uname')}> + <li><{$smarty.const._AD_USER_LANG_USER_DELETE_ADVICE|replace:"_%s_":$user->getVar('uname')}> </ul> <table class="outer" cellspacing="1"> <tr> - <th><{$smarty.const._MD_A_USER_LANG_UID}></th> + <th><{$smarty.const._AD_USER_LANG_UID}></th> <td class="odd"><{$user->getVar('uid')}></td> </tr> <tr> - <th><{$smarty.const._MD_A_USER_LANG_UNAME}></th> + <th><{$smarty.const._AD_USER_LANG_UNAME}></th> <td class="even"><{$user->getVar('uname')}></td> </tr> <tr> - <th><{$smarty.const._MD_A_USER_LANG_NAME}></th> + <th><{$smarty.const._AD_USER_LANG_NAME}></th> <td class="odd"><{$user->getVar('name')}></td> </tr> <tr> - <th><{$smarty.const._MD_A_USER_LANG_REGDATE}></th> + <th><{$smarty.const._AD_USER_LANG_REGDATE}></th> <td class="even"><{$user->getVar('user_regdate')|xoops_formattimestamp}></td> </tr> <tr> - <th><{$smarty.const._MD_A_USER_LANG_LASTLOGIN}></th> + <th><{$smarty.const._AD_USER_LANG_LASTLOGIN}></th> <td class="odd"><{$user->getVar('last_login')|xoops_formattimestamp:l}></td> </tr> <tr> - <th><{$smarty.const._MD_A_USER_LANG_POSTS}></th> + <th><{$smarty.const._AD_USER_LANG_POSTS}></th> <td class="even"><{$user->getVar('posts')}></td> </tr> <tr> - <th><{$smarty.const._MD_A_USER_LANG_LEVEL}></th> + <th><{$smarty.const._AD_USER_LANG_LEVEL}></th> <td class="odd"><{$user->getVar('level')}></td> </tr> <tr> - <th><{$smarty.const._MD_A_USER_LANG_CONTROL}></th> + <th><{$smarty.const._AD_USER_LANG_CONTROL}></th> <td class="foot"><br /> <form action="?action=UserDelete" method="post"> <!--- ticket holder ---> Index: xoops2jp/html/modules/user/admin/templates/group_delete_confirm.html diff -u xoops2jp/html/modules/user/admin/templates/group_delete_confirm.html:1.1.2.1 xoops2jp/html/modules/user/admin/templates/group_delete_confirm.html:1.1.2.2 --- xoops2jp/html/modules/user/admin/templates/group_delete_confirm.html:1.1.2.1 Thu Dec 29 00:18:13 2005 +++ xoops2jp/html/modules/user/admin/templates/group_delete_confirm.html Sun Jan 8 14:22:34 2006 @@ -1,20 +1,20 @@ -<h3>» <{$smarty.const._MD_A_USER_LANG_GROUP_LIST}></h3> +<h3>» <{$smarty.const._AD_USER_LANG_GROUP_LIST}></h3> -<h4><{$smarty.const._MD_A_USER_LANG_GROUP_DELETE}></h4> +<h4><{$smarty.const._AD_USER_LANG_GROUP_DELETE}></h4> <ul> - <li><{$smarty.const._MD_A_USER_LANG_GROUP_DELETE_ADVICE|replace:"_%s_":$group->getVar('name')}> - <li><{$smarty.const._MD_A_USER_LANG_GROUP_DELETE_ADVICE2}></li> + <li><{$smarty.const._AD_USER_LANG_GROUP_DELETE_ADVICE|replace:"_%s_":$group->getVar('name')}> + <li><{$smarty.const._AD_USER_LANG_GROUP_DELETE_ADVICE2}></li> </ul> <table class="outer" cellspacing="1"> <tr> <th> </th> - <th><{$smarty.const._MD_A_USER_LANG_GROUP_GID}></th> - <th><{$smarty.const._MD_A_USER_LANG_GROUP_NAME}></th> - <th><{$smarty.const._MD_A_USER_LANG_GROUP_DESC}></th> - <th><{$smarty.const._MD_A_USER_LANG_GROUP_TYPE}></th> - <th><{$smarty.const._MD_A_USER_LANG_GROUP_AMMO}></th> + <th><{$smarty.const._AD_USER_LANG_GROUP_GID}></th> + <th><{$smarty.const._AD_USER_LANG_GROUP_NAME}></th> + <th><{$smarty.const._AD_USER_LANG_GROUP_DESC}></th> + <th><{$smarty.const._AD_USER_LANG_GROUP_TYPE}></th> + <th><{$smarty.const._AD_USER_LANG_GROUP_AMMO}></th> </tr> <tr class="odd"> <td style="text-align:center;"><img src="<{"icons/group.gif"|theme}>" alt="group" /></td> Index: xoops2jp/html/modules/user/admin/templates/group_edit.html diff -u xoops2jp/html/modules/user/admin/templates/group_edit.html:1.1.2.2 xoops2jp/html/modules/user/admin/templates/group_edit.html:1.1.2.3 --- xoops2jp/html/modules/user/admin/templates/group_edit.html:1.1.2.2 Thu Dec 29 00:18:13 2005 +++ xoops2jp/html/modules/user/admin/templates/group_edit.html Sun Jan 8 14:22:34 2006 @@ -1,9 +1,9 @@ -<h3>» <{$smarty.const._MD_A_USER_LANG_GROUP_LIST}></h3> +<h3>» <{$smarty.const._AD_USER_LANG_GROUP_LIST}></h3> <{if $actionForm->getVar('groupid') }> - <h4><{$smarty.const._MD_A_USER_LANG_GROUP_EDIT}></h4> + <h4><{$smarty.const._AD_USER_LANG_GROUP_EDIT}></h4> <{else}> - <h4><{$smarty.const._MD_A_USER_LANG_GROUP_NEW}></h4> + <h4><{$smarty.const._AD_USER_LANG_GROUP_NEW}></h4> <{/if}> <{if $actionForm->hasError()}> @@ -17,19 +17,19 @@ <{xoops_input type=hidden name=groupid value=$actionForm->getVar('groupid')}> <table class="outer" cellspacing="1"> <tr> - <th><{$smarty.const._MD_A_USER_LANG_GROUP_NAME}></th> + <th><{$smarty.const._AD_USER_LANG_GROUP_NAME}></th> <td class="odd"> <{xoops_input type=text name=name value=$actionForm->getVar('name')}> </td> </tr> <tr> - <th><{$smarty.const._MD_A_USER_LANG_GROUP_DESC}></th> + <th><{$smarty.const._AD_USER_LANG_GROUP_DESC}></th> <td class="even"> <{xoops_dhtmltarea name=description value=$actionForm->getVar('description')}> </td> </tr> <tr> - <th><{$smarty.const._MD_A_USER_LANG_CONTROL}></th> + <th><{$smarty.const._AD_USER_LANG_CONTROL}></th> <td class="foot"> <input type="submit" value="<{$smarty.const._SUBMIT}>" class="formButton" /> </td> Index: xoops2jp/html/modules/user/admin/templates/group_member.html diff -u xoops2jp/html/modules/user/admin/templates/group_member.html:1.1.2.2 xoops2jp/html/modules/user/admin/templates/group_member.html:1.1.2.3 --- xoops2jp/html/modules/user/admin/templates/group_member.html:1.1.2.2 Fri Dec 30 17:29:52 2005 +++ xoops2jp/html/modules/user/admin/templates/group_member.html Sun Jan 8 14:22:34 2006 @@ -1,16 +1,16 @@ -<h3>» <{$smarty.const._MD_A_USER_LANG_GROUP_LIST}></h3> +<h3>» <{$smarty.const._AD_USER_LANG_GROUP_LIST}></h3> -<h4><{$smarty.const._MD_A_USER_LANG_GROUP_ASSIGN}> - ( <{$group->getVar('name')}> )</h4> +<h4><{$smarty.const._AD_USER_LANG_GROUP_ASSIGN}> - ( <{$group->getVar('name')}> )</h4> <table class="outer" cellspacing="1"> <tr> <th> </th> - <th><{$smarty.const._MD_A_USER_LANG_GROUP_GID}></th> - <th><{$smarty.const._MD_A_USER_LANG_GROUP_NAME}></th> - <th><{$smarty.const._MD_A_USER_LANG_GROUP_DESC}></th> - <th><{$smarty.const._MD_A_USER_LANG_GROUP_TYPE}></th> - <th><{$smarty.const._MD_A_USER_LANG_GROUP_AMMO}></th> - <th><{$smarty.const._MD_A_USER_LANG_CONTROL}></th> + <th><{$smarty.const._AD_USER_LANG_GROUP_GID}></th> + <th><{$smarty.const._AD_USER_LANG_GROUP_NAME}></th> + <th><{$smarty.const._AD_USER_LANG_GROUP_DESC}></th> + <th><{$smarty.const._AD_USER_LANG_GROUP_TYPE}></th> + <th><{$smarty.const._AD_USER_LANG_GROUP_AMMO}></th> + <th><{$smarty.const._AD_USER_LANG_CONTROL}></th> </tr> <tr class="odd"> <td style="text-align:center;"><img src="<{"icons/group.gif"|theme}>" alt="group" /></td> @@ -24,29 +24,29 @@ <{if $group->getVar('groupid') > $smarty.const.XOOPS_GROUP_ANONYMOUS }> <a href="index.php?action=GroupDelete&groupid=<{$group->getVar('groupid')}>"><img src="<{"icons/delete.gif"|theme}>" alt="<{$smarty.const._DELETE}>" /></a> <{/if}> - <a href="index.php?action=GroupProperty&groupid=<{$group->getVar('groupid')}>"><img src="<{"icons/property.gif"|theme}>" alt="<{$smarty.const._MD_A_USER_LANG_GROUP_PROPERTY}>" /></a> - <a href="index.php?action=GroupPerm&groupid=<{$group->getVar('groupid')}>"><img src="<{"icons/permission.gif"|theme}>" alt="<{$smarty.const._MD_A_USER_LANG_GROUP_PERMISSION}>" /></a> - <a href="index.php?action=GroupMember&groupid=<{$group->getVar('groupid')}>"><img src="<{"icons/members.gif"|theme}>" alt="<{$smarty.const._MD_A_USER_LANG_GROUP_ASSIGN}>" /></a> + <a href="index.php?action=GroupProperty&groupid=<{$group->getVar('groupid')}>"><img src="<{"icons/property.gif"|theme}>" alt="<{$smarty.const._AD_USER_LANG_GROUP_PROPERTY}>" /></a> + <a href="index.php?action=GroupPerm&groupid=<{$group->getVar('groupid')}>"><img src="<{"icons/permission.gif"|theme}>" alt="<{$smarty.const._AD_USER_LANG_GROUP_PERMISSION}>" /></a> + <a href="index.php?action=GroupMember&groupid=<{$group->getVar('groupid')}>"><img src="<{"icons/members.gif"|theme}>" alt="<{$smarty.const._AD_USER_LANG_GROUP_ASSIGN}>" /></a> </td> </tr> </table> <hr /> -<h4><{$smarty.const._MD_A_USER_LANG_GROUP_NOASSIN_MEMBERS}></h4> +<h4><{$smarty.const._AD_USER_LANG_GROUP_NOASSIN_MEMBERS}></h4> <form method="POST"> <table class="outer" cellspacing="1"> <tr> <th> </th> <th> </th> - <th><{$smarty.const._MD_A_USER_LANG_UID}></th> - <th><{$smarty.const._MD_A_USER_LANG_UNAME}></th> - <th><{$smarty.const._MD_A_USER_LANG_NAME}></th> - <th><{$smarty.const._MD_A_USER_LANG_REGDATE}></th> - <th><{$smarty.const._MD_A_USER_LANG_LASTLOGIN}></th> - <th><{$smarty.const._MD_A_USER_LANG_POSTS}></th> - <th><{$smarty.const._MD_A_USER_LANG_LEVEL}></th> - <th><{$smarty.const._MD_A_USER_LANG_CONTROL}></th> + <th><{$smarty.const._AD_USER_LANG_UID}></th> + <th><{$smarty.const._AD_USER_LANG_UNAME}></th> + <th><{$smarty.const._AD_USER_LANG_NAME}></th> + <th><{$smarty.const._AD_USER_LANG_REGDATE}></th> + <th><{$smarty.const._AD_USER_LANG_LASTLOGIN}></th> + <th><{$smarty.const._AD_USER_LANG_POSTS}></th> + <th><{$smarty.const._AD_USER_LANG_LEVEL}></th> + <th><{$smarty.const._AD_USER_LANG_CONTROL}></th> </tr> <{foreach from=$noUsers item=user }> <tr class="<{cycle values="odd,even"}>"> @@ -79,21 +79,21 @@ </form> -<h4><{$smarty.const._MD_A_USER_LANG_GROUP_ASSIN_MEMBERS}></h4> +<h4><{$smarty.const._AD_USER_LANG_GROUP_ASSIN_MEMBERS}></h4> <form method="POST"> <table class="outer" cellspacing="1"> <tr> <th> </th> <th> </th> - <th><{$smarty.const._MD_A_USER_LANG_UID}></th> - <th><{$smarty.const._MD_A_USER_LANG_UNAME}></th> - <th><{$smarty.const._MD_A_USER_LANG_NAME}></th> - <th><{$smarty.const._MD_A_USER_LANG_REGDATE}></th> - <th><{$smarty.const._MD_A_USER_LANG_LASTLOGIN}></th> - <th><{$smarty.const._MD_A_USER_LANG_POSTS}></th> - <th><{$smarty.const._MD_A_USER_LANG_LEVEL}></th> - <th><{$smarty.const._MD_A_USER_LANG_CONTROL}></th> + <th><{$smarty.const._AD_USER_LANG_UID}></th> + <th><{$smarty.const._AD_USER_LANG_UNAME}></th> + <th><{$smarty.const._AD_USER_LANG_NAME}></th> + <th><{$smarty.const._AD_USER_LANG_REGDATE}></th> + <th><{$smarty.const._AD_USER_LANG_LASTLOGIN}></th> + <th><{$smarty.const._AD_USER_LANG_POSTS}></th> + <th><{$smarty.const._AD_USER_LANG_LEVEL}></th> + <th><{$smarty.const._AD_USER_LANG_CONTROL}></th> </tr> <{foreach from=$users item=user }> <tr class="<{cycle values="odd,even"}>"> Index: xoops2jp/html/modules/user/admin/templates/group_list.html diff -u xoops2jp/html/modules/user/admin/templates/group_list.html:1.1.2.3 xoops2jp/html/modules/user/admin/templates/group_list.html:1.1.2.4 --- xoops2jp/html/modules/user/admin/templates/group_list.html:1.1.2.3 Thu Dec 29 00:18:13 2005 +++ xoops2jp/html/modules/user/admin/templates/group_list.html Sun Jan 8 14:22:34 2006 @@ -1,17 +1,17 @@ -<h3>» <{$smarty.const._MD_A_USER_LANG_GROUP_LIST}></h3> +<h3>» <{$smarty.const._AD_USER_LANG_GROUP_LIST}></h3> -<div style="text-align:right;">[ <a href="index.php?action=GroupEdit"><b><{$smarty.const._MD_A_USER_LANG_GROUP_NEW}></b></a> ]</div> +<div style="text-align:right;">[ <a href="index.php?action=GroupEdit"><b><{$smarty.const._AD_USER_LANG_GROUP_NEW}></b></a> ]</div> <br /> <table class="outer" cellspacing="1"> <tr> <th> </th> - <th><{$smarty.const._MD_A_USER_LANG_GROUP_GID}></th> - <th><{$smarty.const._MD_A_USER_LANG_GROUP_NAME}></th> - <th><{$smarty.const._MD_A_USER_LANG_GROUP_DESC}></th> - <th><{$smarty.const._MD_A_USER_LANG_GROUP_TYPE}></th> - <th><{$smarty.const._MD_A_USER_LANG_GROUP_AMMO}></th> - <th><{$smarty.const._MD_A_USER_LANG_CONTROL}></th> + <th><{$smarty.const._AD_USER_LANG_GROUP_GID}></th> + <th><{$smarty.const._AD_USER_LANG_GROUP_NAME}></th> + <th><{$smarty.const._AD_USER_LANG_GROUP_DESC}></th> + <th><{$smarty.const._AD_USER_LANG_GROUP_TYPE}></th> + <th><{$smarty.const._AD_USER_LANG_GROUP_AMMO}></th> + <th><{$smarty.const._AD_USER_LANG_CONTROL}></th> </tr> <{foreach item=group from=$groups}> <tr class="<{cycle values='odd,even'}>"> @@ -26,9 +26,9 @@ <{if $group->getVar('groupid') > $smarty.const.XOOPS_GROUP_ANONYMOUS }> <a href="index.php?action=GroupDelete&groupid=<{$group->getVar('groupid')}>"><img src="<{"icons/delete.gif"|theme}>" alt="<{$smarty.const._DELETE}>" /></a> <{/if}> - <a href="index.php?action=GroupProperty&groupid=<{$group->getVar('groupid')}>"><img src="<{"icons/property.gif"|theme}>" alt="<{$smarty.const._MD_A_USER_LANG_GROUP_PROPERTY}>" /></a> - <a href="index.php?action=GroupPerm&groupid=<{$group->getVar('groupid')}>"><img src="<{"icons/permission.gif"|theme}>" alt="<{$smarty.const._MD_A_USER_LANG_GROUP_PERMISSION}>" /></a> - <a href="index.php?action=GroupMember&groupid=<{$group->getVar('groupid')}>"><img src="<{"icons/members.gif"|theme}>" alt="<{$smarty.const._MD_A_USER_LANG_GROUP_ASSIGN}>" /></a> + <a href="index.php?action=GroupProperty&groupid=<{$group->getVar('groupid')}>"><img src="<{"icons/property.gif"|theme}>" alt="<{$smarty.const._AD_USER_LANG_GROUP_PROPERTY}>" /></a> + <a href="index.php?action=GroupPerm&groupid=<{$group->getVar('groupid')}>"><img src="<{"icons/permission.gif"|theme}>" alt="<{$smarty.const._AD_USER_LANG_GROUP_PERMISSION}>" /></a> + <a href="index.php?action=GroupMember&groupid=<{$group->getVar('groupid')}>"><img src="<{"icons/members.gif"|theme}>" alt="<{$smarty.const._AD_USER_LANG_GROUP_ASSIGN}>" /></a> </td> </tr> <{/foreach}> Index: xoops2jp/html/modules/user/admin/templates/user_admin_rankedit_input.html diff -u xoops2jp/html/modules/user/admin/templates/user_admin_rankedit_input.html:1.1.2.5 xoops2jp/html/modules/user/admin/templates/user_admin_rankedit_input.html:1.1.2.6 --- xoops2jp/html/modules/user/admin/templates/user_admin_rankedit_input.html:1.1.2.5 Thu Dec 29 00:18:13 2005 +++ xoops2jp/html/modules/user/admin/templates/user_admin_rankedit_input.html Sun Jan 8 14:22:34 2006 @@ -1,9 +1,9 @@ -<h3>» <{$smarty.const._MD_A_USER_LANG_RANK_LIST}></h3> +<h3>» <{$smarty.const._AD_USER_LANG_RANK_LIST}></h3> <{if $actionForm->getVar('rank_id') }> - <h4><{$smarty.const._MD_A_USER_LANG_RANK_EDIT}></h4> + <h4><{$smarty.const._AD_USER_LANG_RANK_EDIT}></h4> <{else}> - <h4><{$smarty.const._MD_A_USER_LANG_RANK_NEW}></h4> + <h4><{$smarty.const._AD_USER_LANG_RANK_NEW}></h4> <{/if}> <{if $actionForm->hasError()}> @@ -17,38 +17,38 @@ <{xoops_input type=hidden name=rank_id value=$actionForm->getVar('rank_id')}> <table class="outer" cellspacing="1"> <tr> - <th><{$smarty.const._MD_A_USER_LANG_RANK_TITLE}></th> + <th><{$smarty.const._AD_USER_LANG_RANK_TITLE}></th> <td class="odd"> <{xoops_input type=text name=rank_title value=$actionForm->getVar('rank_title')}> </td> </tr> <tr> - <th><{$smarty.const._MD_A_USER_LANG_RANK_MIN}></th> + <th><{$smarty.const._AD_USER_LANG_RANK_MIN}></th> <td class="even"> <{xoops_input type=text name=rank_min value=$actionForm->getVar('rank_min')}> </td> </tr> <tr> - <th><{$smarty.const._MD_A_USER_LANG_RANK_MAX}></th> + <th><{$smarty.const._AD_USER_LANG_RANK_MAX}></th> <td class="odd"> <{xoops_input type=text name=rank_max value=$actionForm->getVar('rank_max')}> </td> </tr> <tr> - <th><{$smarty.const._MD_A_USER_LANG_RANK_SPECIAL}></th> + <th><{$smarty.const._AD_USER_LANG_RANK_SPECIAL}></th> <td class="even"> <input type="radio" name="rank_special" value="5" <{if $actionForm->getVar('rank_special')==5}>checked<{/if}> /><{$smarty.const._YES}> <input type="radio" name="rank_special" value="0" <{if $actionForm->getVar('rank_special')==0}>checked<{/if}> /><{$smarty.const._NO}> </td> </tr> <tr> - <th><{$smarty.const._MD_A_USER_LANG_RANK_IMAGE}></th> + <th><{$smarty.const._AD_USER_LANG_RANK_IMAGE}></th> <td class="odd"> <input type="file" name="rank_image" /> </td> </tr> <tr> - <th><{$smarty.const._MD_A_USER_LANG_CONTROL}></th> + <th><{$smarty.const._AD_USER_LANG_CONTROL}></th> <td class="foot"> <input type="submit" value="<{$smarty.const._SUBMIT}>" class="formButton" /> </td> Index: xoops2jp/html/modules/user/admin/templates/user_admin_rankdelete_input.html diff -u xoops2jp/html/modules/user/admin/templates/user_admin_rankdelete_input.html:1.1.2.3 xoops2jp/html/modules/user/admin/templates/user_admin_rankdelete_input.html:1.1.2.4 --- xoops2jp/html/modules/user/admin/templates/user_admin_rankdelete_input.html:1.1.2.3 Thu Dec 29 00:18:13 2005 +++ xoops2jp/html/modules/user/admin/templates/user_admin_rankdelete_input.html Sun Jan 8 14:22:34 2006 @@ -1,33 +1,33 @@ -<h3>» <{$smarty.const._MD_A_USER_LANG_RANK_LIST}></h3> +<h3>» <{$smarty.const._AD_USER_LANG_RANK_LIST}></h3> -<h4><{$smarty.const._MD_A_USER_LANG_DELETE_RANK}></h4> +<h4><{$smarty.const._AD_USER_LANG_DELETE_RANK}></h4> <ul> - <li><{$smarty.const._MD_A_USER_MESSAGE_CONFIRM_DELETE_RANK}></li> + <li><{$smarty.const._AD_USER_MESSAGE_CONFIRM_DELETE_RANK}></li> </ul> <table class="outer" cellspacing="1"> <tr> - <th><{$smarty.const._MD_A_USER_LANG_RANK_ID}></th> + <th><{$smarty.const._AD_USER_LANG_RANK_ID}></th> <td class="odd"><{$rank->getVar('rank_id')}></td> </tr> <tr> - <th><{$smarty.const._MD_A_USER_LANG_RANK_TITLE}></th> + <th><{$smarty.const._AD_USER_LANG_RANK_TITLE}></th> <td class="even"><{$rank->getVar('rank_title')}></td> </tr> <tr> - <th><{$smarty.const._MD_A_USER_LANG_RANK_MIN}></th> + <th><{$smarty.const._AD_USER_LANG_RANK_MIN}></th> <td class="odd"><{$rank->getVar('rank_min')}></td> </tr> <tr> - <th><{$smarty.const._MD_A_USER_LANG_RANK_MAX}></th> + <th><{$smarty.const._AD_USER_LANG_RANK_MAX}></th> <td class="even"><{$rank->getVar('rank_max')}></td> </tr> <tr> - <th><{$smarty.const._MD_A_USER_LANG_RANK_IMAGE}></th> + <th><{$smarty.const._AD_USER_LANG_RANK_IMAGE}></th> <td class="odd"><img src="<{$smarty.const.XOOPS_UPLOAD_URL}>/<{$rank->getVar('rank_image')}>" alt="<{$rank->getVar('rank_title')}>"/></td> </tr> <tr> - <th><{$smarty.const._MD_A_USER_LANG_CONTROL}></th> + <th><{$smarty.const._AD_USER_LANG_CONTROL}></th> <td class="foot"><br /> <form action="?action=RankDelete&rank_id=<{$rank->getVar('rank_id')}>" method="post"> <!--- ticket holder ---> Index: xoops2jp/html/modules/user/admin/templates/group_perm.html diff -u xoops2jp/html/modules/user/admin/templates/group_perm.html:1.1.2.3 xoops2jp/html/modules/user/admin/templates/group_perm.html:1.1.2.4 --- xoops2jp/html/modules/user/admin/templates/group_perm.html:1.1.2.3 Fri Dec 30 17:30:26 2005 +++ xoops2jp/html/modules/user/admin/templates/group_perm.html Sun Jan 8 14:22:34 2006 @@ -1,16 +1,16 @@ -<h3>» <{$smarty.const._MD_A_USER_LANG_GROUP_LIST}></h3> +<h3>» <{$smarty.const._AD_USER_LANG_GROUP_LIST}></h3> -<h4><{$smarty.const._MD_A_USER_LANG_GROUP_PERMISSION}> - ( <{$group->getVar('name')}> )</h4> +<h4><{$smarty.const._AD_USER_LANG_GROUP_PERMISSION}> - ( <{$group->getVar('name')}> )</h4> <table class="outer" cellspacing="1"> <tr> <th> </th> - <th><{$smarty.const._MD_A_USER_LANG_GROUP_GID}></th> - <th><{$smarty.const._MD_A_USER_LANG_GROUP_NAME}></th> - <th><{$smarty.const._MD_A_USER_LANG_GROUP_DESC}></th> - <th><{$smarty.const._MD_A_USER_LANG_GROUP_TYPE}></th> - <th><{$smarty.const._MD_A_USER_LANG_GROUP_AMMO}></th> - <th><{$smarty.const._MD_A_USER_LANG_CONTROL}></th> + <th><{$smarty.const._AD_USER_LANG_GROUP_GID}></th> + <th><{$smarty.const._AD_USER_LANG_GROUP_NAME}></th> + <th><{$smarty.const._AD_USER_LANG_GROUP_DESC}></th> + <th><{$smarty.const._AD_USER_LANG_GROUP_TYPE}></th> + <th><{$smarty.const._AD_USER_LANG_GROUP_AMMO}></th> + <th><{$smarty.const._AD_USER_LANG_CONTROL}></th> </tr> <tr class="odd"> <td style="text-align:center;"><img src="<{"icons/group.gif"|theme}>" alt="group" /></td> @@ -24,29 +24,29 @@ <{if $group->getVar('groupid') > $smarty.const.XOOPS_GROUP_ANONYMOUS }> <a href="index.php?action=GroupDelete&groupid=<{$group->getVar('groupid')}>"><img src="<{"icons/delete.gif"|theme}>" alt="<{$smarty.const._DELETE}>" /></a> <{/if}> - <a href="index.php?action=GroupProperty&groupid=<{$group->getVar('groupid')}>"><img src="<{"icons/property.gif"|theme}>" alt="<{$smarty.const._MD_A_USER_LANG_GROUP_PROPERTY}>" /></a> - <a href="index.php?action=GroupPerm&groupid=<{$group->getVar('groupid')}>"><img src="<{"icons/permission.gif"|theme}>" alt="<{$smarty.const._MD_A_USER_LANG_GROUP_PERMISSION}>" /></a> - <a href="index.php?action=GroupMember&groupid=<{$group->getVar('groupid')}>"><img src="<{"icons/members.gif"|theme}>" alt="<{$smarty.const._MD_A_USER_LANG_GROUP_ASSIGN}>" /></a> + <a href="index.php?action=GroupProperty&groupid=<{$group->getVar('groupid')}>"><img src="<{"icons/property.gif"|theme}>" alt="<{$smarty.const._AD_USER_LANG_GROUP_PROPERTY}>" /></a> + <a href="index.php?action=GroupPerm&groupid=<{$group->getVar('groupid')}>"><img src="<{"icons/permission.gif"|theme}>" alt="<{$smarty.const._AD_USER_LANG_GROUP_PERMISSION}>" /></a> + <a href="index.php?action=GroupMember&groupid=<{$group->getVar('groupid')}>"><img src="<{"icons/members.gif"|theme}>" alt="<{$smarty.const._AD_USER_LANG_GROUP_ASSIGN}>" /></a> </td> </tr> </table> <hr /> -<h4><{$smarty.const._MD_A_USER_LANG_PERM_ACCESS_ADMIN}></h4> +<h4><{$smarty.const._AD_USER_LANG_PERM_ACCESS_ADMIN}></h4> -<h5><{$smarty.const._MD_A_USER_LANG_PERM_MODULE_ACCESS}></h5> +<h5><{$smarty.const._AD_USER_LANG_PERM_MODULE_ACCESS}></h5> <form action="index.php?action=GroupPerm" method="POST"> <table class="outer" cellspacing="2"> <tr class="head"> - <th colspan="4"><{$smarty.const._MD_A_USER_LANG_PERM_SYSTEM_PERM_MODULE}></th> + <th colspan="4"><{$smarty.const._AD_USER_LANG_PERM_SYSTEM_PERM_MODULE}></th> </tr> <tbody> <tr> <{foreach item=perm from=$systemPermissions key="perm_key"}> <td class="head" style="width:35%;"> <{$perm->mItem->getName()|escape}></td> <td class="even"><{assign var="getId" value=$perm->getId() }> - <input type="checkbox" name="system[<{$getId}>]" value="2" <{if $perm->mValue==2}>checked<{/if}> /><{$smarty.const._MD_A_USER_LANG_PERM_ADMIN}> + <input type="checkbox" name="system[<{$getId}>]" value="2" <{if $perm->mValue==2}>checked<{/if}> /><{$smarty.const._AD_USER_LANG_PERM_ADMIN}> </td> <{cycle values=",</tr><tr>" name="systr"}> <{/foreach}> @@ -57,15 +57,15 @@ <table class="outer" cellspacing="2"> <tr class="head"> - <th colspan="4"><{$smarty.const._MD_A_USER_LANG_PERM_GROUP_PERM_MODULE}></th> + <th colspan="4"><{$smarty.const._AD_USER_LANG_PERM_GROUP_PERM_MODULE}></th> </tr> <tbody> <tr> <{foreach item=perm from=$modulePermissions }> <td class="head" style="width:25%;"> <{$perm->mItem->getName()|escape}></td> <td class="even"><{assign var="getId" value=$perm->getId() }> - <input type="checkbox" name="module[<{$getId}>]" value="1" <{if $perm->mValue & 1}>checked<{/if}> /><{$smarty.const._MD_A_USER_LANG_PERM_ACCESS}> - <input type="checkbox" name="module_admin[<{$getId}>]" value="2" <{if $perm->mValue & 2}>checked<{/if}> /><{$smarty.const._MD_A_USER_LANG_PERM_ADMIN}> + <input type="checkbox" name="module[<{$getId}>]" value="1" <{if $perm->mValue & 1}>checked<{/if}> /><{$smarty.const._AD_USER_LANG_PERM_ACCESS}> + <input type="checkbox" name="module_admin[<{$getId}>]" value="2" <{if $perm->mValue & 2}>checked<{/if}> /><{$smarty.const._AD_USER_LANG_PERM_ADMIN}> </td> <{cycle values=",</tr><tr>" name="systr"}> <{/foreach}> @@ -75,12 +75,12 @@ <br /> -<h5><{$smarty.const._MD_A_USER_LANG_PERM_BLOCK_ACCESS}></h5> +<h5><{$smarty.const._AD_USER_LANG_PERM_BLOCK_ACCESS}></h5> <{foreach key=i item=permissions from=$blockPermissions}> <table class="outer" cellspacing="2"> <tr class="head"> - <th colspan="4"><{$smarty.const._MD_A_USER_LANG_PERM_GROUP_PERM_BLOCK}> + <th colspan="4"><{$smarty.const._AD_USER_LANG_PERM_GROUP_PERM_BLOCK}> <{if $i == 0}>( <{$smarty.const._LEFT}> ) <{elseif $i == 1}>( <{$smarty.const._RIGHT}> ) <{elseif $i == 2}>( <{$smarty.const._CENTER}> ) @@ -99,7 +99,7 @@ <{/if}> </td> <td class="even"><{assign var="getId" value=$perm->getId() }> - <input type="checkbox" name="block[<{$getId}>]" value="1" <{if $perm->mValue==1}>checked<{/if}> /><{$smarty.const._MD_A_USER_LANG_PERM_ACCESS}> + <input type="checkbox" name="block[<{$getId}>]" value="1" <{if $perm->mValue==1}>checked<{/if}> /><{$smarty.const._AD_USER_LANG_PERM_ACCESS}> </td> <{cycle values=",</tr><tr>" name="blktr"}> <{/foreach}> Index: xoops2jp/html/modules/user/admin/templates/user_admin_ranklist_index.html diff -u xoops2jp/html/modules/user/admin/templates/user_admin_ranklist_index.html:1.1.2.4 xoops2jp/html/modules/user/admin/templates/user_admin_ranklist_index.html:1.1.2.5 --- xoops2jp/html/modules/user/admin/templates/user_admin_ranklist_index.html:1.1.2.4 Thu Dec 29 00:18:13 2005 +++ xoops2jp/html/modules/user/admin/templates/user_admin_ranklist_index.html Sun Jan 8 14:22:34 2006 @@ -1,29 +1,29 @@ -<h3>» <{$smarty.const._MD_A_USER_LANG_RANK_LIST}></h3> +<h3>» <{$smarty.const._AD_USER_LANG_RANK_LIST}></h3> -<div style="text-align:right">[ <a href="index.php?action=RankEdit"><b><{$smarty.const._MD_A_USER_LANG_RANK_NEW}></b></a> ]</div> +<div style="text-align:right">[ <a href="index.php?action=RankEdit"><b><{$smarty.const._AD_USER_LANG_RANK_NEW}></b></a> ]</div> <br /> <table class="outer" cellspacing="1"> <tr> - <th><{$smarty.const._MD_A_USER_LANG_RANK_ID}><br /> + <th><{$smarty.const._AD_USER_LANG_RANK_ID}><br /> <a href="<{$pageNavi->renderSortUrl()}>&sort=<{$smarty.const.RANK_SORT_KEY_ID}>"><img src="<{"icons/up.gif"|theme}>" alt="<{$smarty.const._ASCENDING}>" /></a> <a href="<{$pageNavi->renderSortUrl()}>&sort=-<{$smarty.const.RANK_SORT_KEY_ID}>"><img src="<{"icons/down.gif"|theme}>" alt="<{$smarty.const._DESCENDING}>" /></a></th> - <th><{$smarty.const._MD_A_USER_LANG_RANK_TITLE}><br /> + <th><{$smarty.const._AD_USER_LANG_RANK_TITLE}><br /> <a href="<{$pageNavi->renderSortUrl()}>&sort=<{$smarty.const.RANK_SORT_KEY_TITLE}>"><img src="<{"icons/up.gif"|theme}>" alt="<{$smarty.const._ASCENDING}>" /></a> <a href="<{$pageNavi->renderSortUrl()}>&sort=-<{$smarty.const.RANK_SORT_KEY_TITLE}>"><img src="<{"icons/down.gif"|theme}>" alt="<{$smarty.const._DESCENDING}>" /></a></th> - <th><{$smarty.const._MD_A_USER_LANG_RANK_MIN}><br /> + <th><{$smarty.const._AD_USER_LANG_RANK_MIN}><br /> <a href="<{$pageNavi->renderSortUrl()}>&sort=<{$smarty.const.RANK_SORT_KEY_MIN}>"><img src="<{"icons/up.gif"|theme}>" alt="<{$smarty.const._ASCENDING}>" /></a> <a href="<{$pageNavi->renderSortUrl()}>&sort=-<{$smarty.const.RANK_SORT_KEY_MIN}>"><img src="<{"icons/down.gif"|theme}>" alt="<{$smarty.const._DESCENDING}>" /></a></th> - <th><{$smarty.const._MD_A_USER_LANG_RANK_MAX}><br /> + <th><{$smarty.const._AD_USER_LANG_RANK_MAX}><br /> <a href="<{$pageNavi->renderSortUrl()}>&sort=<{$smarty.const.RANK_SORT_KEY_MAX}>"><img src="<{"icons/up.gif"|theme}>" alt="<{$smarty.const._ASCENDING}>" /></a> <a href="<{$pageNavi->renderSortUrl()}>&sort=-<{$smarty.const.RANK_SORT_KEY_MAX}>"><img src="<{"icons/down.gif"|theme}>" alt="<{$smarty.const._DESCENDING}>" /></a></th> - <th><{$smarty.const._MD_A_USER_LANG_RANK_SPECIAL}><br /> + <th><{$smarty.const._AD_USER_LANG_RANK_SPECIAL}><br /> <a href="<{$pageNavi->renderSortUrl()}>&sort=<{$smarty.const.RANK_SORT_KEY_SPECIAL}>"><img src="<{"icons/up.gif"|theme}>" alt="<{$smarty.const._ASCENDING}>" /></a> <a href="<{$pageNavi->renderSortUrl()}>&sort=-<{$smarty.const.RANK_SORT_KEY_SPECIAL}>"><img src="<{"icons/down.gif"|theme}>" alt="<{$smarty.const._DESCENDING}>" /></a></th> - <th><{$smarty.const._MD_A_USER_LANG_RANK_IMAGE}><br /> + <th><{$smarty.const._AD_USER_LANG_RANK_IMAGE}><br /> <a href="<{$pageNavi->renderSortUrl()}>&sort=<{$smarty.const.RANK_SORT_KEY_IMAGE}>"><img src="<{"icons/up.gif"|theme}>" alt="<{$smarty.const._ASCENDING}>" /></a> <a href="<{$pageNavi->renderSortUrl()}>&sort=-<{$smarty.const.RANK_SORT_KEY_IMAGE}>"><img src="<{"icons/down.gif"|theme}>" alt="<{$smarty.const._DESCENDING}>" /></a></th> - <th><{$smarty.const._MD_A_USER_LANG_CONTROL}></th> + <th><{$smarty.const._AD_USER_LANG_CONTROL}></th> </tr> <{foreach item=rank from=$ranks}> <tr class="<{cycle values='odd,even'}>"> Index: xoops2jp/html/modules/user/admin/templates/group_property.html diff -u xoops2jp/html/modules/user/admin/templates/group_property.html:1.1.2.2 xoops2jp/html/modules/user/admin/templates/group_property.html:1.1.2.3 --- xoops2jp/html/modules/user/admin/templates/group_property.html:1.1.2.2 Fri Dec 30 17:30:06 2005 +++ xoops2jp/html/modules/user/admin/templates/group_property.html Sun Jan 8 14:22:34 2006 @@ -1,16 +1,16 @@ -<h3>» <{$smarty.const._MD_A_USER_LANG_GROUP_LIST}></h3> +<h3>» <{$smarty.const._AD_USER_LANG_GROUP_LIST}></h3> -<h4><{$smarty.const._MD_A_USER_LANG_GROUP_PROPERTY}> - ( <{$group->getVar('name')}> )</h4> +<h4><{$smarty.const._AD_USER_LANG_GROUP_PROPERTY}> - ( <{$group->getVar('name')}> )</h4> <table class="outer" cellspacing="1"> <tr> <th> </th> - <th><{$smarty.const._MD_A_USER_LANG_GROUP_GID}></th> - <th><{$smarty.const._MD_A_USER_LANG_GROUP_NAME}></th> - <th><{$smarty.const._MD_A_USER_LANG_GROUP_DESC}></th> - <th><{$smarty.const._MD_A_USER_LANG_GROUP_TYPE}></th> - <th><{$smarty.const._MD_A_USER_LANG_GROUP_AMMO}></th> - <th><{$smarty.const._MD_A_USER_LANG_CONTROL}></th> + <th><{$smarty.const._AD_USER_LANG_GROUP_GID}></th> + <th><{$smarty.const._AD_USER_LANG_GROUP_NAME}></th> + <th><{$smarty.const._AD_USER_LANG_GROUP_DESC}></th> + <th><{$smarty.const._AD_USER_LANG_GROUP_TYPE}></th> + <th><{$smarty.const._AD_USER_LANG_GROUP_AMMO}></th> + <th><{$smarty.const._AD_USER_LANG_CONTROL}></th> </tr> <tr class="odd"> <td style="text-align:center;"><img src="<{"icons/group.gif"|theme}>" alt="group" /></td> @@ -24,27 +24,27 @@ <{if $group->getVar('groupid') > $smarty.const.XOOPS_GROUP_ANONYMOUS }> <a href="index.php?action=GroupDelete&groupid=<{$group->getVar('groupid')}>"><img src="<{"icons/delete.gif"|theme}>" alt="<{$smarty.const._DELETE}>" /></a> <{/if}> - <a href="index.php?action=GroupProperty&groupid=<{$group->getVar('groupid')}>"><img src="<{"icons/property.gif"|theme}>" alt="<{$smarty.const._MD_A_USER_LANG_GROUP_PROPERTY}>" /></a> - <a href="index.php?action=GroupPerm&groupid=<{$group->getVar('groupid')}>"><img src="<{"icons/permission.gif"|theme}>" alt="<{$smarty.const._MD_A_USER_LANG_GROUP_PERMISSION}>" /></a> - <a href="index.php?action=GroupMember&groupid=<{$group->getVar('groupid')}>"><img src="<{"icons/members.gif"|theme}>" alt="<{$smarty.const._MD_A_USER_LANG_GROUP_ASSIGN}>" /></a> + <a href="index.php?action=GroupProperty&groupid=<{$group->getVar('groupid')}>"><img src="<{"icons/property.gif"|theme}>" alt="<{$smarty.const._AD_USER_LANG_GROUP_PROPERTY}>" /></a> + <a href="index.php?action=GroupPerm&groupid=<{$group->getVar('groupid')}>"><img src="<{"icons/permission.gif"|theme}>" alt="<{$smarty.const._AD_USER_LANG_GROUP_PERMISSION}>" /></a> + <a href="index.php?action=GroupMember&groupid=<{$group->getVar('groupid')}>"><img src="<{"icons/members.gif"|theme}>" alt="<{$smarty.const._AD_USER_LANG_GROUP_ASSIGN}>" /></a> </td> </tr> </table> <hr /> -<h4><{$smarty.const._MD_A_USER_LANG_GROUP_ASSIN_MEMBERS}></h4> +<h4><{$smarty.const._AD_USER_LANG_GROUP_ASSIN_MEMBERS}></h4> <table class="outer" cellspacing="1"> <tr> <th> </th> - <th><{$smarty.const._MD_A_USER_LANG_UID}></th> - <th><{$smarty.const._MD_A_USER_LANG_UNAME}></th> - <th><{$smarty.const._MD_A_USER_LANG_NAME}></th> - <th><{$smarty.const._MD_A_USER_LANG_REGDATE}></th> - <th><{$smarty.const._MD_A_USER_LANG_LASTLOGIN}></th> - <th><{$smarty.const._MD_A_USER_LANG_POSTS}></th> - <th><{$smarty.const._MD_A_USER_LANG_LEVEL}></th> - <th><{$smarty.const._MD_A_USER_LANG_CONTROL}></th> + <th><{$smarty.const._AD_USER_LANG_UID}></th> + <th><{$smarty.const._AD_USER_LANG_UNAME}></th> + <th><{$smarty.const._AD_USER_LANG_NAME}></th> + <th><{$smarty.const._AD_USER_LANG_REGDATE}></th> + <th><{$smarty.const._AD_USER_LANG_LASTLOGIN}></th> + <th><{$smarty.const._AD_USER_LANG_POSTS}></th> + <th><{$smarty.const._AD_USER_LANG_LEVEL}></th> + <th><{$smarty.const._AD_USER_LANG_CONTROL}></th> </tr> <{foreach from=$users item=user }> <tr class="<{cycle values="odd,even"}>"> @@ -69,12 +69,12 @@ <div style="text-align:center;"><{xoops_pagenavi pagenavi=$pageNavi}></div> -<h4><{$smarty.const._MD_A_USER_LANG_PERM_ACCESS_ADMIN}></h4> +<h4><{$smarty.const._AD_USER_LANG_PERM_ACCESS_ADMIN}></h4> -<h5><{$smarty.const._MD_A_USER_LANG_PERM_MODULE_ACCESS}></h5> +<h5><{$smarty.const._AD_USER_LANG_PERM_MODULE_ACCESS}></h5> <table class="outer" cellspacing="2"> <tr class="head"> - <th colspan="4"><{$smarty.const._MD_A_USER_LANG_PERM_SYSTEM_PERM_MODULE}></th> + <th colspan="4"><{$smarty.const._AD_USER_LANG_PERM_SYSTEM_PERM_MODULE}></th> </tr> <tbody> <tr> @@ -82,7 +82,7 @@ <td class="head" style="width:35%;"> <{$perm->mItem->getName()|escape}></td> <td class="even"><{assign var="getId" value=$perm->getId() }> <{if $perm->mValue==2}> - <{$smarty.const._MD_A_USER_LANG_PERM_ADMIN}> + <{$smarty.const._AD_USER_LANG_PERM_ADMIN}> <{else}> -- <{/if}> @@ -95,7 +95,7 @@ <br /> <table class="outer" cellspacing="2"> <tr class="head"> - <th colspan="4"><{$smarty.const._MD_A_USER_LANG_PERM_GROUP_PERM_MODULE}></th> + <th colspan="4"><{$smarty.const._AD_USER_LANG_PERM_GROUP_PERM_MODULE}></th> </tr> <tbody> <tr> @@ -103,12 +103,12 @@ <td class="head" style="width:25%;"> <{$perm->mItem->getName()|escape}></td> <td class="even"><{assign var="getId" value=$perm->getId() }> <{if $perm->mValue & 1}> - <{$smarty.const._MD_A_USER_LANG_PERM_ACCESS}> + <{$smarty.const._AD_USER_LANG_PERM_ACCESS}> <{else}> -- <{/if}> <{if $perm->mValue & 2}> - <{$smarty.const._MD_A_USER_LANG_PERM_ADMIN}> + <{$smarty.const._AD_USER_LANG_PERM_ADMIN}> <{else}> -- <{/if}> @@ -121,12 +121,12 @@ <br /> -<h5><{$smarty.const._MD_A_USER_LANG_PERM_BLOCK_ACCESS}></h5> +<h5><{$smarty.const._AD_USER_LANG_PERM_BLOCK_ACCESS}></h5> <{foreach key=i item=permissions from=$blockPermissions}> <table class="outer" cellspacing="2"> <tr class="head"> - <th colspan="4"><{$smarty.const._MD_A_USER_LANG_PERM_GROUP_PERM_BLOCK}> + <th colspan="4"><{$smarty.const._AD_USER_LANG_PERM_GROUP_PERM_BLOCK}> <{if $i == 0}>( <{$smarty.const._LEFT}> ) <{elseif $i == 1}>( <{$smarty.const._RIGHT}> ) <{elseif $i == 2}>( <{$smarty.const._CENTER}> ) @@ -146,7 +146,7 @@ </td> <td class="even"><{assign var="getId" value=$perm->getId() }> <{if $perm->mValue==1}> - <{$smarty.const._MD_A_USER_LANG_PERM_ACCESS}> + <{$smarty.const._AD_USER_LANG_PERM_ACCESS}> <{else}> -- <{/if}>