mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
24 lines
615 B
HTML
24 lines
615 B
HTML
<!--// 우체국 우편번호 API -->
|
|
<!--// HEADER -->
|
|
<load target="" />
|
|
<load target="./css/popup.css" index="100000" />
|
|
<load target="./js/epostapi.search.js" />
|
|
|
|
<!--// BODY -->
|
|
<div class="krZip" id="krzip-{$template_config->sequence_id}">
|
|
<div class="krzip-search-wrap">
|
|
<div class="krzip-input-wrap">
|
|
<input type="text" class="krzip-input" placeholder="{$lang->cmd_search}" />
|
|
</div>
|
|
<input type="button" class="krzip-search" />
|
|
</div>
|
|
<ul class="krzip-addressList">
|
|
</ul>
|
|
</div>
|
|
|
|
<!--// FOOTER -->
|
|
<script>
|
|
//<![CDATA[
|
|
jQuery("#krzip-{$template_config->sequence_id}").Krzip();
|
|
//]]>
|
|
</script>
|