mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-21 20:29:57 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@588 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
e474712f8c
commit
786756932c
2 changed files with 2 additions and 2 deletions
|
|
@ -101,7 +101,7 @@
|
|||
$width = $xml_obj->attrs->width;
|
||||
$height = $xml_obj->attrs->height;
|
||||
|
||||
$body_code = sprintf('<div style="width:%dpx;height:%dpx;"><iframe src="%s?module=editor&act=procCall&method=displayMap&component=naver_map&width=%s&height=%s&x=%s&y=%s" frameBorder="0" style="border:0px;width:%dpx;height:%dpx;margin:0px;"></iframe>', $width, $height, Context::getRequestUri(), $width, $height, $x, $y, $width, $height);
|
||||
$body_code = sprintf('<div style="width:%dpx;height:%dpx;"><iframe src="%s?module=editor&act=procCall&method=displayMap&component=naver_map&width=%s&height=%s&x=%s&y=%s" frameBorder="0" style="padding:1px; border:1px solid #AAAAAA;width:%dpx;height:%dpx;margin:0px;"></iframe>', $width, $height, Context::getRequestUri(), $width, $height, $x, $y, $width, $height);
|
||||
return $body_code;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
<div class="editor_title">{$lang->navermap}</div>
|
||||
|
||||
<div class="header">{$lang->search_address}</div>
|
||||
<div class="body"><input type="text" class="navermap_address" id="address" value="죽전" /><input type="button" value="{$lang->cmd_search}" class="editor_button" onclick="search_address();return false;"/></div>
|
||||
<div class="body"><input type="text" class="navermap_address" id="address" value="" /><input type="button" value="{$lang->cmd_search}" class="editor_button" onclick="search_address();return false;"/></div>
|
||||
|
||||
<div class="header">{$lang->address_list}</div>
|
||||
<div class="body"><select id="address_list"></select></div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue