git-svn-id: http://xe-core.googlecode.com/svn/trunk@753 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-03-29 02:55:03 +00:00
parent d332f6197f
commit 099f5ccd56
12 changed files with 24 additions and 24 deletions

View file

@ -17,8 +17,8 @@
<td>{$source_comment->regdate}</td>
</tr>
<tr>
<th>{$lang->user_name}</th>
<td>{$source_comment->user_name}</td>
<th>{$lang->writer}</th>
<td><div class="member_{$source_comment->member_srl}"><a href="#">{$source_comment->nick_name}</a></div></td>
</tr>
<tr>
<th>{$lang->content}</th>
@ -40,8 +40,8 @@
<col width="*" />
<!--@if(!$is_logged)-->
<tr>
<th>{$lang->user_name}</th>
<td><input type="text" name="user_name" value="{$comment->user_name}" /></td>
<th>{$lang->writer}</th>
<td><input type="text" name="nick_name" value="{$comment->nick_name}" /></td>
</tr>
<tr>
<th>{$lang->password}</th>