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

This commit is contained in:
zero 2007-04-25 01:14:29 +00:00
parent 6c0ad8a040
commit 3a6153ff82
5 changed files with 7 additions and 7 deletions

View file

@ -27,7 +27,7 @@
<tr>
<td>{$no}</td>
<td><input type="checkbox" name="cart" value="{$val->comment_srl}" /></td>
<td><a href="#" onclick="window.open('./?mid={$val->mid}');return false">{htmlspecialchars($module_list[$val->module_srl]->browser_title)}</a></td>
<td><a href="#" onclick="window.open('./?mid={$module_list[$val->module_srl]->mid}');return false">{htmlspecialchars($module_list[$val->module_srl]->browser_title)}</a></td>
<td>{htmlspecialchars($val->user_name)}</td>
<td>{cut_str(strip_tags($val->content),50,'...')}</td>
<td>{zdate($val->regdate,"Y-m-d")}</td>