Minahito
minah****@users*****
2005年 12月 24日 (土) 19:09:28 JST
Index: xoops2jp/html/modules/user/admin/templates/group_list.html diff -u /dev/null xoops2jp/html/modules/user/admin/templates/group_list.html:1.1.2.1 --- /dev/null Sat Dec 24 19:09:28 2005 +++ xoops2jp/html/modules/user/admin/templates/group_list.html Sat Dec 24 19:09:28 2005 @@ -0,0 +1,37 @@ +<h3>» <{$smarty.const._MD_A_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> + +<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> + </tr> + <{foreach item=group from=$groups}> + <tr class="<{cycle values='odd,even'}>"> + <td style="text-align:center;"><img src="<{"images/group.gif"|theme}>" alt="group" /></td> + <td style="text-align:center;"><{$group->getVar('groupid')}></td> + <td><{$group->getVar('name')}></td> + <td><{$group->getVar('description')}></td> + <td><{$group->getVar('group_type')}></td> + <td style="text-align:center;"><{$group->getVar('user_count')}></td> + <td style="text-align:center;"> + <a href="index.php?action=GroupEdit&groupid=<{$group->getVar('groupid')}>"><{$smarty.const._MD_A_USER_LANG_EDIT}></a> | + <{if $group->getVar('groupid') >= $smarty.const.XOOPS_GROUP_ANONYMOUS }> + <a href="index.php?action=GroupDelete&groupid=<{$group->getVar('groupid')}>"><{$smarty.const._MD_A_USER_LANG_DELETE}></a> | + <{/if}> + <a href="index.php?action=GroupPerm&groupid=<{$group->getVar('groupid')}>"><{$smarty.const._MD_A_USER_LANG_GROUP_PERMISSION}></a> | + <{$smarty.const._MD_A_USER_LANG_GROUP_ASSIGN}> + </td> + </tr> + <{/foreach}> +</table> + +<br /> +<div style="text-align:center;"><{xoops_pagenavi pagenavi=$pageNavi}></div> \ No newline at end of file