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

This commit is contained in:
zero 2007-03-20 08:04:38 +00:00
parent 742ebb99c9
commit 0f62d5b189
6 changed files with 49 additions and 0 deletions

View file

@ -30,6 +30,16 @@
<th>ipaddress</th>
<td>{$val->ipaddress}</td>
</tr>
<!--@if($val->uploaded_count && $val->uploaded_list)-->
<tr>
<th>{$lang->uploaded_file}</th>
<td>
<!--@foreach($val->uploaded_list as $key => $file)-->
<div><a href="{$file->download_url}">{$file->source_filename} ({FileHandler::filesize($file->file_size)})</a> ({number_format($file->download_count)})</div>
<!--@end-->
</td>
</tr>
<!--@end-->
<tr>
<td colspan="2">
<a href="{getUrl('act','dispReplyComment','comment_srl',$val->comment_srl)}">[{$lang->cmd_reply}]</a>