mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-20 12:59:13 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1132 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
0ecda6d682
commit
6e8eabb9f6
2 changed files with 37 additions and 14 deletions
|
|
@ -98,6 +98,7 @@
|
|||
<!--%import("./js/SWFUpload.js")-->
|
||||
<script type="text/javascript">
|
||||
var zbxe_session_name = "{session_name()}";
|
||||
var uploader_setting = { "allowed_filesize" : 30720, "allowed_filetypes" : "*.*", "allowed_filetypes_description" : "All files..." }
|
||||
editor_upload_init("{$upload_target_srl}");
|
||||
</script>
|
||||
|
||||
|
|
@ -121,7 +122,7 @@
|
|||
</td>
|
||||
<td>
|
||||
<div class="editor_uploader_input_area">
|
||||
<input type="button" value="{$lang->edit->upload_file}" class="editor_uploader_input" onclick="editorUploadFile('{$upload_target_srl}');return false;" />
|
||||
<input type="button" value="{$lang->edit->upload_file}" class="editor_uploader_input" onclick="editor_upload_file('{$upload_target_srl}');return false;" />
|
||||
<input type="button" value="{$lang->edit->delete_selected}" class="editor_uploader_input" onclick="editor_remove_file('{$upload_target_srl}');return false;" />
|
||||
<input type="button" value="{$lang->edit->link_file}" class="editor_uploader_input" onclick="editor_insert_file('{$upload_target_srl}');return false;" />
|
||||
<input type="file" name="file" id="file_uploader_{$upload_target_srl}" class="editor_uploader_file_input" onchange="editor_file_upload(this, '{$upload_target_srl}')" value="{$lang->edit->upload}" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue