mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-10 12:32:14 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@505 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
e470227071
commit
adb02c1c24
11 changed files with 124 additions and 8 deletions
|
|
@ -76,14 +76,17 @@
|
|||
<input type="hidden" name="act" value="procUploadFile" />
|
||||
|
||||
<div class="editor_uploader_box">
|
||||
|
||||
<!-- 파일 업로드 영역 -->
|
||||
<div class="editor_uploader">
|
||||
<select id='uploaded_file_list_{$upload_target_srl}' size='9' class="uploaded_file_list" onclick="editor_preview(this, '{$upload_target_srl}')"></select><br />
|
||||
<input type="file" name="file" onchange="editor_file_upload(this, '{$upload_target_srl}')" value="{$lang->edit->upload}" /><br />
|
||||
<input type="button" value="{$lang->edit->delete_selected}" onclick="editor_remove_file('{$upload_target_srl}');return false;" />
|
||||
<input type="button" value="{$lang->edit->link_selected}" onclick="editor_insert_file('{$upload_target_srl}');return false;" />
|
||||
</div>
|
||||
<div id="editor_component_area_{$upload_target_srl}" class="editor_component">
|
||||
|
||||
<!-- 컴포넌트 노출 영역 -->
|
||||
<div id="editor_component_area_{$upload_target_srl}" class="editor_component">
|
||||
<div id="uploaded_file_preview_box_{$upload_target_srl}" class="uploaded_file_preview_box"></div>
|
||||
<div>
|
||||
<div class="editor_align_icon">
|
||||
|
|
|
|||
1
modules/editor/tpl/popup.html
Normal file
1
modules/editor/tpl/popup.html
Normal file
|
|
@ -0,0 +1 @@
|
|||
{$popup_content}
|
||||
Loading…
Add table
Add a link
Reference in a new issue