{* * $Id: detail_user.html,v 1.4 2005/11/05 17:19:28 junneko Exp $ *} DETAIL USER
{include file="header.html"} {include file="menu.html"}
{include file="tagtables.html"}

ユーザ

{if $accessLevel.editable} {if $accessLevel.admin or $userId eq $user.id} 編集
{/if}{/if} ニックネーム:{$user.nickname}
{if $user.photo ne ''}
{/if} 年齢:{$user.age}
性別:{$user.gender}
メッセージ:
{$user.description|nl2br}

{include file="footer.html"}