mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-13 16:34:52 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@463 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
e25e9b94d3
commit
0a41787b97
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@
|
|||
<td>{$lang->uploaded_file}</td>
|
||||
<td>
|
||||
<!--@foreach($document->uploaded_list as $key => $file)-->
|
||||
<div><a href="./?mid={$mid}&act=procDownloadFile&file_srl={$file->file_srl}&sid={$file->sid}&document_srl={$file->document_srl}">{$file->source_filename} ({FileHandler::filesize($file->file_size)})</a> ({number_format($file->download_count)})</div>
|
||||
<div><a href="./?mid={$mid}&act=procDownloadFile&file_srl={$file->file_srl}&sid={$file->sid}&upload_target_srl={$file->upload_target_srl}">{$file->source_filename} ({FileHandler::filesize($file->file_size)})</a> ({number_format($file->download_count)})</div>
|
||||
<!--@end-->
|
||||
</td>
|
||||
</tr>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue