mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-27 07:09:56 +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
57
modules/editor/components/naver_map/tpl/popup.html
Normal file
57
modules/editor/components/naver_map/tpl/popup.html
Normal file
|
|
@ -0,0 +1,57 @@
|
|||
<!--%import("popup.js")-->
|
||||
<!--%import("popup.css")-->
|
||||
<!--%import("../lang")-->
|
||||
|
||||
<div id="popHeadder">
|
||||
<h1>{$component_info->title} ver. {$component_info->version}</h1>
|
||||
</div>
|
||||
|
||||
<div id="popBody">
|
||||
|
||||
<table border="0">
|
||||
<col width="190" />
|
||||
<col />
|
||||
<tr valign="top">
|
||||
<td>
|
||||
<div class="search">
|
||||
<form action="./" method="get" onSubmit="search_address(); return false;" id="fo">
|
||||
<input type="hidden" id="map_x" name="x" value="" />
|
||||
<input type="hidden" id="map_y" name="x" value="" />
|
||||
<input type="hidden" id="marker" name="marker_1" value="" />
|
||||
|
||||
<table border="0">
|
||||
<tr>
|
||||
<td><input type="text" class="inputTypeText" id="address" value="" /></td>
|
||||
<td><span class="button"><input type="submit" value="{$lang->cmd_search}" /></span></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<div class="about_address">{$lang->about_address}</div>
|
||||
|
||||
</form>
|
||||
</div>
|
||||
|
||||
<div class="address_list_box" id="address_list">{$lang->about_address_use}</div>
|
||||
|
||||
<table cellspacing="0" class="tableType5 gap1">
|
||||
<tr>
|
||||
<th scope="row">{$lang->map_width}</th>
|
||||
<td><input type="text" class="inputTypeText" size="3" id="map_width" value="400" />px</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">{$lang->map_height}</th>
|
||||
<td><input type="text" class="inputTypeText" size="3" id="map_height" value="300" />px</td>
|
||||
</table>
|
||||
</td>
|
||||
<td>
|
||||
<iframe name="display_map" id="display_map" frameBorder="0" src="./?module=editor&component=naver_map&act=procEditorCall&method=displayMap&width=400&height=400"></iframe>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
<div id="popFooter" class="tCenter">
|
||||
<a href="#" onclick="insertNaverMap()" class="button"><span>{$lang->cmd_insert}</span></a>
|
||||
<a href="#" onclick="window.close(); return false;" class="button"><span>{$lang->cmd_close}</span></a>
|
||||
<a href="#" onclick="winopen('./?module=editor&act=dispEditorComponentInfo&component_name={$component_info->component_name}','ComponentInfo','left=10,top=10,width=10,height=10,resizable=no,scrollbars=no,toolbars=no');return false;" class="button"><span>{$lang->about_component}</span></a>
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue