{* * $Id: list_user.html,v 1.3 2005/11/04 21:04:06 junneko Exp $ *} USER
{include file="header.html"} {include file="menu.html"}
{include file="tagtables.html"}

ユーザ

RSS1.0
{if $accessLevel.editable} NEW
{/if}
{if $accessLevel.editable}{/if} {section name=row loop=$usertbl} {if $accessLevel.editable}{/if} {/section}
ID ニックネーム 役割 技術処理
{$usertbl[row].id} {$usertbl[row].nickname} {section name=row2 loop=$usertbl[row].roletagtbl} {$usertbl[row].roletagtbl[row2].word} ({$usertbl[row].roletagtbl[row2].cnt},{$usertbl[row].roletagtbl[row2].sum_working_weeks}w)
{/section}
{section name=row2 loop=$usertbl[row].techtagtbl} {$usertbl[row].techtagtbl[row2].word} ({$usertbl[row].techtagtbl[row2].cnt},{$usertbl[row].techtagtbl[row2].sum_working_weeks}w)
{/section}
削除

{include file="footer.html"}