mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.3.2@11012 201d5d3c-b55e-5fd7-737f-ddc643e51545
9 lines
504 B
HTML
9 lines
504 B
HTML
<script>
|
|
parent.editor_upload_clear_list("{$editor_sequence}","{$upload_target_srl}");
|
|
|
|
<!--@foreach($file_list as $key => $file_info)-->
|
|
parent.editor_insert_uploaded_file({$editor_sequence}, {$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_{$editor_sequence}", '{$upload_status}');
|
|
</script>
|