mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 11:44:10 +09:00
삭제
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2327 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
commit
8326004cb2
2773 changed files with 91485 additions and 0 deletions
9
modules/file/tpl/print_uploaded_file_list.html
Normal file
9
modules/file/tpl/print_uploaded_file_list.html
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
<script type="text/javascript">
|
||||
parent.editor_upload_clear_list("{$upload_target_srl}");
|
||||
|
||||
<!--@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