mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-28 07:39:55 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1138 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
e5701c611e
commit
45d551a776
5 changed files with 77 additions and 22 deletions
|
|
@ -1,7 +1,9 @@
|
|||
<script type="text/javascript">
|
||||
|
||||
parent.editor_upload_clear_list("{$upload_target_srl}");
|
||||
|
||||
{$buff}
|
||||
<!--@foreach($file_list as $key => $file_info)-->
|
||||
parent.editor_insert_uploaded_file({$upload_target_srl}, {$file_info->file_srl}, "{$file_info->source_filename}", "{$file_info->file_size}", "{FileHandler::filesize($file_info->file_size)}", "{$file_info->uploaded_filename}", "{$file_info->sid}");
|
||||
<!--@end-->
|
||||
|
||||
parent.xInnerHtml("uploader_status_{$upload_target_srl}", '{$upload_status}');
|
||||
</script>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue