git-svn-id: http://xe-core.googlecode.com/svn/trunk@681 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-03-26 12:19:42 +00:00
parent d2a25dbbdc
commit a1d2ffd110
2 changed files with 5 additions and 32 deletions

View file

@ -12,7 +12,6 @@
var $component_path = '';
// 네이버맵 openapi 키 값
//var $api_key = '22b1f5391a6970e03935444897334066';
var $api_key = '';
/**

View file

@ -1,4 +1,6 @@
<table>
<table border="1" width="100%">
<col width="120" />
<col width="*" />
<tr>
<th>{$lang->category}</th>
<td>
@ -19,41 +21,13 @@
<!--@end-->
</td>
</tr>
<tr>
<th>{$lang->skin}</th>
<td>{$module_info->skin}</td>
</tr>
<tr>
<th>{$lang->browser_title}</th>
<td>{$module_info->browser_title}</td>
</tr>
<tr>
<th>{$lang->use_category}</th>
<td><!--@if($module_info->use_category=='Y')-->{$lang->use}<!--@else-->{$lang->notuse}<!--@end--></td>
</tr>
<tr>
<th>{$lang->list_count}</th>
<td>{$module_info->list_count?$module_info->list_count:20}</td>
</tr>
<tr>
<th>{$lang->page_count}</th>
<td>{$module_info->page_count?$module_info->page_count:10}</td>
</tr>
<tr>
<th>{$lang->description}</th>
<td>{nl2br($module_info->description)}</td>
</tr>
<tr>
<th>{$lang->header_text}</th>
<td>{$module_info->header_text}</td>
</tr>
<tr>
<th>{$lang->footer_text}</th>
<td>{$module_info->footer_text}</td>
</tr>
<tr>
<th>{$lang->admin_id}</th>
<td>{implode(",",$module_info->admin_id)}</td>
<th>{$lang->content}</th>
<td>{$module_info->content}</td>
</tr>
<tr>
<td colspan="2">