From d7038c609f08d705f33ab6cf5496987862850e55 Mon Sep 17 00:00:00 2001 From: zero Date: Fri, 30 Mar 2007 06:57:41 +0000 Subject: [PATCH] git-svn-id: http://xe-core.googlecode.com/svn/trunk@814 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/module/tpl/category_list.html | 52 ++++++------- modules/module/tpl/category_update_form.html | 16 ++-- modules/module/tpl/config.html | 30 +++---- modules/module/tpl/filter/insert_category.xml | 18 ++--- modules/module/tpl/filter/insert_shortcut.xml | 16 ++-- modules/module/tpl/filter/update_category.xml | 18 ++--- modules/module/tpl/header.html | 4 +- modules/module/tpl/js/admin.js | 32 ++++---- modules/module/tpl/module_info.html | 46 +++++------ modules/module/tpl/module_list.html | 78 +++++++++---------- modules/pagemaker/conf/info.xml | 13 ++-- .../pagemaker/{tpl.admin => tpl}/content.html | 0 .../{tpl.admin => tpl}/filter/delete_page.xml | 0 .../filter/insert_config.xml | 0 .../{tpl.admin => tpl}/filter/insert_page.xml | 0 .../pagemaker/{tpl.admin => tpl}/index.html | 0 .../pagemaker/{tpl.admin => tpl}/js/admin.js | 0 .../{tpl.admin => tpl}/page_config.html | 0 .../{tpl.admin => tpl}/page_delete.html | 0 .../{tpl.admin => tpl}/page_info.html | 0 .../{tpl.admin => tpl}/page_insert.html | 0 21 files changed, 160 insertions(+), 163 deletions(-) rename modules/pagemaker/{tpl.admin => tpl}/content.html (100%) rename modules/pagemaker/{tpl.admin => tpl}/filter/delete_page.xml (100%) rename modules/pagemaker/{tpl.admin => tpl}/filter/insert_config.xml (100%) rename modules/pagemaker/{tpl.admin => tpl}/filter/insert_page.xml (100%) rename modules/pagemaker/{tpl.admin => tpl}/index.html (100%) rename modules/pagemaker/{tpl.admin => tpl}/js/admin.js (100%) rename modules/pagemaker/{tpl.admin => tpl}/page_config.html (100%) rename modules/pagemaker/{tpl.admin => tpl}/page_delete.html (100%) rename modules/pagemaker/{tpl.admin => tpl}/page_info.html (100%) rename modules/pagemaker/{tpl.admin => tpl}/page_insert.html (100%) diff --git a/modules/module/tpl/category_list.html b/modules/module/tpl/category_list.html index 88b9aa9ad..d3f30f0c7 100644 --- a/modules/module/tpl/category_list.html +++ b/modules/module/tpl/category_list.html @@ -5,32 +5,32 @@
- - + +
- - - - - - - - - - - - - - - - - - - - -
{$lang->category_title}{$lang->regdate}{$lang->cmd_modify}{$lang->cmd_delete}
{$lang->msg_category_is_null}
{$val->title}{zdate($val->regdate,"Y-m-d H:i:s")}{$lang->cmd_modify}{$lang->cmd_delete}
+ + + + + + + + + + + + + + + + + + + + +
{$lang->category_title}{$lang->regdate}{$lang->cmd_modify}{$lang->cmd_delete}
{$lang->msg_category_is_null}
{$val->title}{zdate($val->regdate,"Y-m-d H:i:s")}{$lang->cmd_modify}{$lang->cmd_delete}
@@ -40,9 +40,9 @@
- {$lang->category_title} : - - + {$lang->category_title} : + +
diff --git a/modules/module/tpl/category_update_form.html b/modules/module/tpl/category_update_form.html index b2cb54930..455ef04f4 100644 --- a/modules/module/tpl/category_update_form.html +++ b/modules/module/tpl/category_update_form.html @@ -5,15 +5,15 @@
- - + + -
- {$lang->category_title} : - - - -
+
+ {$lang->category_title} : + + + +
diff --git a/modules/module/tpl/config.html b/modules/module/tpl/config.html index 34846c829..07082f5cc 100644 --- a/modules/module/tpl/config.html +++ b/modules/module/tpl/config.html @@ -1,19 +1,19 @@
- - - - - - - - - - - -
{$lang->test}
{$lang->about_test}
- - -
+ + + + + + + + + + + +
{$lang->test}
{$lang->about_test}
+ + +
diff --git a/modules/module/tpl/filter/insert_category.xml b/modules/module/tpl/filter/insert_category.xml index cb8c6d879..6b7885450 100644 --- a/modules/module/tpl/filter/insert_category.xml +++ b/modules/module/tpl/filter/insert_category.xml @@ -1,10 +1,10 @@ - -
- - - - - - - + +
+ + + + + + +
diff --git a/modules/module/tpl/filter/insert_shortcut.xml b/modules/module/tpl/filter/insert_shortcut.xml index 04a4c8885..9d8006f4e 100644 --- a/modules/module/tpl/filter/insert_shortcut.xml +++ b/modules/module/tpl/filter/insert_shortcut.xml @@ -1,9 +1,9 @@ - -
- - - - - - + +
+ + + + + +
diff --git a/modules/module/tpl/filter/update_category.xml b/modules/module/tpl/filter/update_category.xml index e42997946..5073021d0 100644 --- a/modules/module/tpl/filter/update_category.xml +++ b/modules/module/tpl/filter/update_category.xml @@ -1,10 +1,10 @@ - -
- - - - - - - + +
+ + + + + + +
diff --git a/modules/module/tpl/header.html b/modules/module/tpl/header.html index 01f00d307..43b2aa1bd 100644 --- a/modules/module/tpl/header.html +++ b/modules/module/tpl/header.html @@ -3,8 +3,8 @@
- style="font-weight:bold">[{$lang->module_index}] - style="font-weight:bold">[{$lang->module_category}] + style="font-weight:bold">[{$lang->module_index}] + style="font-weight:bold">[{$lang->module_category}]
diff --git a/modules/module/tpl/js/admin.js b/modules/module/tpl/js/admin.js index 585e695ce..a59ac1cb7 100644 --- a/modules/module/tpl/js/admin.js +++ b/modules/module/tpl/js/admin.js @@ -1,33 +1,33 @@ /** - * @file : modules/module/js/admin.js - * @author : zero - * @desc : module 모듈의 관리자용 javascript + * @file modules/module/js/admin.js + * @author zero (zero@nzeo.com) + * @desc module 모듈의 관리자용 javascript **/ /* 카테고리 관련 작업들 */ function doUpdateCategory(module_category_srl, mode, message) { - if(typeof(message)!='undefined'&&!confirm(message)) return; + if(typeof(message)!='undefined'&&!confirm(message)) return; - var fo_obj = xGetElementById('fo_category_info'); - fo_obj.module_category_srl.value = module_category_srl; - fo_obj.mode.value = mode; + var fo_obj = xGetElementById('fo_category_info'); + fo_obj.module_category_srl.value = module_category_srl; + fo_obj.mode.value = mode; - procFilter(fo_obj, update_category); + procFilter(fo_obj, update_category); } /* 카테고리 정보 수정 후 */ function completeUpdateCategory(ret_obj) { - var error = ret_obj['error']; - var message = ret_obj['message']; - alert(message); + var error = ret_obj['error']; + var message = ret_obj['message']; + alert(message); - var url = "./?module=admin&mo=module&act=dispCategory"; - location.href = url; + var url = "./?module=admin&mo=module&act=dispCategory"; + location.href = url; } /* 선택된 모듈을 관리자 메뉴의 바로가기에 등록 */ function doAddShortCut(module) { - var fo_obj = xGetElementById("fo_shortcut"); - fo_obj.selected_module.value = module; - procFilter(fo_obj, insert_shortcut); + var fo_obj = xGetElementById("fo_shortcut"); + fo_obj.selected_module.value = module; + procFilter(fo_obj, insert_shortcut); } diff --git a/modules/module/tpl/module_info.html b/modules/module/tpl/module_info.html index 09a09af45..df2568c72 100644 --- a/modules/module/tpl/module_info.html +++ b/modules/module/tpl/module_info.html @@ -2,55 +2,55 @@ - {$lang->module_maker} + {$lang->module_maker} - {$lang->title} - {$module_info->title} ver {$module_info->version} + {$lang->title} + {$module_info->title} ver {$module_info->version} - {$lang->author} - {$module_info->author->name} + {$lang->author} + {$module_info->author->name} - {$lang->homepage} - {$module_info->author->homepage} + {$lang->homepage} + {$module_info->author->homepage} - {$lang->regdate} - {$module_info->author->date} + {$lang->regdate} + {$module_info->author->date} - {$lang->description} - {nl2br($module_info->author->description)} + {$lang->description} + {nl2br($module_info->author->description)} - {$lang->module_history} + {$lang->module_history} - {$lang->name} - {$history->name} + {$lang->name} + {$history->name} - {$lang->homepage} - {$history->homepage} + {$lang->homepage} + {$history->homepage} - {$lang->regdate} - {$history->date} + {$lang->regdate} + {$history->date} - {$lang->description} - {nl2br($history->description)} + {$lang->description} + {nl2br($history->description)} - - {$lang->cmd_close} - + + {$lang->cmd_close} + diff --git a/modules/module/tpl/module_list.html b/modules/module/tpl/module_list.html index 1345afa21..5065ba359 100644 --- a/modules/module/tpl/module_list.html +++ b/modules/module/tpl/module_list.html @@ -5,54 +5,54 @@
- +
- - - - - - - - + + + + + + + + - - - - - - - - + + + + + + + + - +
{$lang->module_name}{$lang->version}{$lang->author}{$lang->date}{$lang->table_count}{$lang->installed_path}{$lang->module_info}{$lang->add_shortcut}{$lang->module_name}{$lang->version}{$lang->author}{$lang->date}{$lang->table_count}{$lang->installed_path}{$lang->module_info}{$lang->add_shortcut}
- - {$val->title}
({$val->module}) - - {$val->title}
- ({$val->module}) - -
{$val->version}{$val->author->name}{$val->author->date} - - - - - - {$val->created_table_count}/{$val->table_count} - - {$val->path}{$lang->cmd_view} - - {$lang->cmd_add_shortcut} - - + + {$val->title}
({$val->module}) + + {$val->title}
+ ({$val->module}) + +
{$val->version}{$val->author->name}{$val->author->date} + + + + + + {$val->created_table_count}/{$val->table_count} + + {$val->path}{$lang->cmd_view} + + {$lang->cmd_add_shortcut} + +
- {nl2br($val->author->description)} - + {nl2br($val->author->description)} +
diff --git a/modules/pagemaker/conf/info.xml b/modules/pagemaker/conf/info.xml index 244bbad3e..308d8a057 100644 --- a/modules/pagemaker/conf/info.xml +++ b/modules/pagemaker/conf/info.xml @@ -1,11 +1,8 @@ - 페이지 제작 - page maker - - 제로 - zero - 페이지를 만듬 - make page - + 페이지 제작 + + 제로 + 페이지를 제작하여 컨텐츠로 연결할 수 있는 모듈 + diff --git a/modules/pagemaker/tpl.admin/content.html b/modules/pagemaker/tpl/content.html similarity index 100% rename from modules/pagemaker/tpl.admin/content.html rename to modules/pagemaker/tpl/content.html diff --git a/modules/pagemaker/tpl.admin/filter/delete_page.xml b/modules/pagemaker/tpl/filter/delete_page.xml similarity index 100% rename from modules/pagemaker/tpl.admin/filter/delete_page.xml rename to modules/pagemaker/tpl/filter/delete_page.xml diff --git a/modules/pagemaker/tpl.admin/filter/insert_config.xml b/modules/pagemaker/tpl/filter/insert_config.xml similarity index 100% rename from modules/pagemaker/tpl.admin/filter/insert_config.xml rename to modules/pagemaker/tpl/filter/insert_config.xml diff --git a/modules/pagemaker/tpl.admin/filter/insert_page.xml b/modules/pagemaker/tpl/filter/insert_page.xml similarity index 100% rename from modules/pagemaker/tpl.admin/filter/insert_page.xml rename to modules/pagemaker/tpl/filter/insert_page.xml diff --git a/modules/pagemaker/tpl.admin/index.html b/modules/pagemaker/tpl/index.html similarity index 100% rename from modules/pagemaker/tpl.admin/index.html rename to modules/pagemaker/tpl/index.html diff --git a/modules/pagemaker/tpl.admin/js/admin.js b/modules/pagemaker/tpl/js/admin.js similarity index 100% rename from modules/pagemaker/tpl.admin/js/admin.js rename to modules/pagemaker/tpl/js/admin.js diff --git a/modules/pagemaker/tpl.admin/page_config.html b/modules/pagemaker/tpl/page_config.html similarity index 100% rename from modules/pagemaker/tpl.admin/page_config.html rename to modules/pagemaker/tpl/page_config.html diff --git a/modules/pagemaker/tpl.admin/page_delete.html b/modules/pagemaker/tpl/page_delete.html similarity index 100% rename from modules/pagemaker/tpl.admin/page_delete.html rename to modules/pagemaker/tpl/page_delete.html diff --git a/modules/pagemaker/tpl.admin/page_info.html b/modules/pagemaker/tpl/page_info.html similarity index 100% rename from modules/pagemaker/tpl.admin/page_info.html rename to modules/pagemaker/tpl/page_info.html diff --git a/modules/pagemaker/tpl.admin/page_insert.html b/modules/pagemaker/tpl/page_insert.html similarity index 100% rename from modules/pagemaker/tpl.admin/page_insert.html rename to modules/pagemaker/tpl/page_insert.html