From 024a234f6a89724d71da39c18d73b7d8af643196 Mon Sep 17 00:00:00 2001 From: ChanMyeong Date: Tue, 27 Sep 2011 12:53:33 +0000 Subject: [PATCH] Admin HTML Markup Clean. git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9377 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/addon/tpl/addon_info.html | 153 ++++++++---------- modules/admin/tpl/css/admin.css | 2 +- modules/admin/tpl/css/admin.min.css | 2 +- .../comment/tpl/comment_module_config.html | 10 +- modules/comment/tpl/declared_list.html | 12 +- modules/communication/tpl/colorset_list.html | 1 - modules/counter/tpl/index.html | 34 ++-- modules/document/tpl/category_info.html | 20 +-- modules/document/tpl/category_list.html | 38 +++-- modules/document/tpl/document_alias.html | 10 +- modules/document/tpl/document_trash_list.html | 89 +++++----- modules/document/tpl/extra_keys.html | 22 +-- modules/document/tpl/print_page.html | 28 ++-- modules/document/tpl/saved_list_popup.html | 4 +- .../editor/components/emoticon/tpl/popup.html | 11 +- .../components/image_gallery/tpl/popup.html | 22 +-- .../components/multimedia_link/tpl/popup.html | 8 +- .../components/poll_maker/tpl/popup.html | 55 ++++--- modules/editor/tpl/editor_module_config.html | 34 ++-- modules/editor/tpl/setup_component.html | 8 +- modules/editor/tpl/view_component.html | 8 +- modules/file/tpl/file_config.html | 18 +-- modules/file/tpl/file_module_config.html | 10 +- modules/importer/tpl/js/importer_admin.js | 2 +- modules/importer/tpl/js/importer_admin.min.js | 2 +- modules/install/tpl/form.install.html | 12 +- .../integration_search.admin.view.php | 2 +- modules/integration_search/tpl/index.html | 8 +- modules/integration_search/tpl/skin_info.html | 18 +-- .../layout/tpl/downloaded_layout_list.html | 2 +- .../layout/tpl/downloaded_mlayout_list.html | 2 +- modules/layout/tpl/index.html | 6 +- modules/layout/tpl/insert_layout.html | 4 +- modules/layout/tpl/layout_detail_info.html | 6 +- modules/layout/tpl/layout_image_list.html | 50 +++--- modules/layout/tpl/mindex.html | 6 +- modules/member/tpl/colorset_list.html | 1 - modules/member/tpl/denied_id_list.html | 8 +- modules/member/tpl/group_update_form.html | 10 +- modules/member/tpl/manage_member_group.html | 13 +- modules/menu/tpl/index.html | 8 +- modules/menu/tpl/menu_insert.html | 4 +- modules/menu/tpl/menu_item_info.html | 12 +- modules/menu/tpl/menu_management.html | 8 +- modules/menu/tpl/mid_list.html | 101 ++++++------ modules/module/tpl/category_list.html | 6 +- modules/module/tpl/copy_module.html | 60 +++---- modules/module/tpl/filebox_add.html | 63 ++++---- modules/module/tpl/filebox_list.html | 115 +++++++------ modules/module/tpl/module_addition_setup.html | 9 +- modules/module/tpl/module_grant_setup.html | 2 +- modules/module/tpl/module_grants.html | 4 +- modules/module/tpl/module_selector.html | 150 +++++++++-------- modules/module/tpl/module_setup.html | 6 +- modules/module/tpl/skin_config.html | 10 +- modules/opage/tpl/index.html | 10 +- modules/opage/tpl/opage_delete.html | 2 +- modules/opage/tpl/opage_insert.html | 18 +-- modules/page/tpl/index.html | 14 +- modules/page/tpl/page_delete.html | 2 +- modules/page/tpl/page_info.html | 38 ++--- modules/page/tpl/page_insert.html | 24 +-- .../page/tpl/page_mobile_content_modify.html | 2 - modules/point/tpl/config.html | 36 ++--- modules/point/tpl/member_list.html | 4 +- modules/point/tpl/module_config.html | 16 +- modules/point/tpl/point_module_config.html | 14 +- modules/poll/tpl/result.html | 40 +++-- modules/rss/tpl/rss_module_config.html | 12 +- .../trackback/tpl/send_trackback_form.html | 2 +- .../tpl/trackback_module_config.html | 2 +- modules/widget/tpl/js/widget.js | 19 +-- .../widget_style_generate_code_in_page.html | 2 - modules/widget/widget.controller.php | 4 +- 74 files changed, 732 insertions(+), 838 deletions(-) diff --git a/modules/addon/tpl/addon_info.html b/modules/addon/tpl/addon_info.html index f177e34cc..164444581 100644 --- a/modules/addon/tpl/addon_info.html +++ b/modules/addon/tpl/addon_info.html @@ -1,89 +1,78 @@ -
-

{$lang->addon_maker}

-
- -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
{$lang->title}
{$addon_info->title} ver. {$addon_info->version}
{$lang->author}
- - {$author->name} ({$author->homepage}, {$author->email_address})
- -
{$lang->homepage}
{$addon_info->homepage}
{$lang->regdate}
{zdate($addon_info->date, 'Y-m-d')}
{$lang->addon_license}
- {nl2br(trim($addon_info->license))} - -

{$addon_info->license_link}

- -
{$lang->description}
{nl2br(trim($addon_info->description))}
-
+

{$lang->addon_maker}

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
{$lang->title}{$addon_info->title} ver. {$addon_info->version}
{$lang->author} + + {$author->name} ({$author->homepage}, {$author->email_address})
+ +
{$lang->homepage}{$addon_info->homepage}
{$lang->regdate}{zdate($addon_info->date, 'Y-m-d')}
{$lang->addon_license} + {nl2br(trim($addon_info->license))} + +

{$addon_info->license_link}

+ +
{$lang->description}{nl2br(trim($addon_info->description))}
-
-

{$lang->addon_history}

-
+

{$lang->addon_history}

+
+ + + -
-
-
- - - - - - - + + - - -
- {$history->version}
- {$history->date} -
- -

{$author->name} ({$author->homepage} / {$author->email_address})

+ +
+ {$history->version}
+ {$history->date}
+ +

{$author->name} ({$author->homepage} / {$author->email_address})

+ + +

{nl2br(trim($history->description))}

+ + +
    + + +
  • {$log->text}
  • + +
  • {$log->text}
  • + - -

    {nl2br(trim($history->description))}

    - - - - -
-
+ + + + + +
diff --git a/modules/admin/tpl/css/admin.css b/modules/admin/tpl/css/admin.css index fe06fbba3..68c38d1fc 100644 --- a/modules/admin/tpl/css/admin.css +++ b/modules/admin/tpl/css/admin.css @@ -53,7 +53,7 @@ body>.popup{margin:1em} .x .table caption strong{color:#e00} .x .table caption .side{float:right;font-weight:normal;margin-left:1em} .x .table th, -.x .table td{border:0;padding:8px;vertical-align:top;text-align:left;border-bottom:1px solid #ddd} +.x .table td{border:0;padding:8px;vertical-align:top;text-align:left;border-bottom:1px solid #ddd;white-space:nowrap} .x .table th{background:#f8f8f8} .x .table thead th{border-bottom:1px solid #999} .x .table tfoot td{font-weight:bold;background:#f8f8f8} diff --git a/modules/admin/tpl/css/admin.min.css b/modules/admin/tpl/css/admin.min.css index fe06fbba3..68c38d1fc 100644 --- a/modules/admin/tpl/css/admin.min.css +++ b/modules/admin/tpl/css/admin.min.css @@ -53,7 +53,7 @@ body>.popup{margin:1em} .x .table caption strong{color:#e00} .x .table caption .side{float:right;font-weight:normal;margin-left:1em} .x .table th, -.x .table td{border:0;padding:8px;vertical-align:top;text-align:left;border-bottom:1px solid #ddd} +.x .table td{border:0;padding:8px;vertical-align:top;text-align:left;border-bottom:1px solid #ddd;white-space:nowrap} .x .table th{background:#f8f8f8} .x .table thead th{border-bottom:1px solid #999} .x .table tfoot td{font-weight:bold;background:#f8f8f8} diff --git a/modules/comment/tpl/comment_module_config.html b/modules/comment/tpl/comment_module_config.html index a548671c7..fff9f7f13 100644 --- a/modules/comment/tpl/comment_module_config.html +++ b/modules/comment/tpl/comment_module_config.html @@ -6,15 +6,15 @@
- - + - + - + - - - - - - + + + + + + diff --git a/modules/communication/tpl/colorset_list.html b/modules/communication/tpl/colorset_list.html index 84223d3b7..22c8bd9fe 100644 --- a/modules/communication/tpl/colorset_list.html +++ b/modules/communication/tpl/colorset_list.html @@ -12,5 +12,4 @@ {$val->title} -
diff --git a/modules/counter/tpl/index.html b/modules/counter/tpl/index.html index 2d7063c82..ab57eaac5 100644 --- a/modules/counter/tpl/index.html +++ b/modules/counter/tpl/index.html @@ -19,10 +19,8 @@
{$lang->comment_count}
+ {$lang->comment_count}

{$lang->about_comment_count}

- +
{$lang->cmd_vote}
{$lang->cmd_vote}
{$lang->cmd_vote_down}
{$lang->cmd_vote_down}
Total {number_format($total_count)}, Page {number_format($page)}/{number_format($total_page)}
{$lang->comment}
{$lang->user_name}
{$lang->date}
{$lang->cmd_declare}
{$lang->ipaddress}
{$lang->comment}{$lang->user_name}{$lang->date}{$lang->cmd_declare}{$lang->ipaddress}
- - + + - - + +
{$lang->total_counter}
-
- {zdate($selected_date, "Y-m-d")} +
{$lang->total_counter} {zdate($selected_date, "Y-m-d")} - -
Visitor {number_format($total_counter->unique_visitor)}  /  Pageview : {number_format($total_counter->pageview)}Visitor : {number_format($selected_day_counter->unique_visitor)}  /  Pageview : {number_format($selected_day_counter->pageview)}Visitor {number_format($total_counter->unique_visitor)}  /  Pageview : {number_format($total_counter->pageview)}Visitor : {number_format($selected_day_counter->unique_visitor)}  /  Pageview : {number_format($selected_day_counter->pageview)}
@@ -64,7 +60,7 @@
@@ -91,9 +87,7 @@ - -
- + {$key} @@ -102,13 +96,9 @@ {$key} {$lang->unit_day} {$key} - -
- + - -
- + {$key} {$lang->unit_year} @@ -117,12 +107,10 @@ {$key} {$lang->unit_day} {$key} {$lang->unit_hour} - -
- + {@ $img_width = (int)$percent; $img_width = $img_width?$img_width.'%':'3px'; } - +
{number_format($val)}({$percent}%) diff --git a/modules/document/tpl/category_info.html b/modules/document/tpl/category_info.html index 962394527..ce7e49275 100644 --- a/modules/document/tpl/category_info.html +++ b/modules/document/tpl/category_info.html @@ -12,19 +12,19 @@ - - + + - + - + - - + - + - + - - + diff --git a/modules/editor/components/emoticon/tpl/popup.html b/modules/editor/components/emoticon/tpl/popup.html index f54a7aa04..c866ebadd 100644 --- a/modules/editor/components/emoticon/tpl/popup.html +++ b/modules/editor/components/emoticon/tpl/popup.html @@ -1,12 +1,6 @@ - -
-

- {$component_info->title} ver. {$component_info->version} -

-
- +

{$component_info->title} ver. {$component_info->version}

- -
-
diff --git a/modules/editor/components/image_gallery/tpl/popup.html b/modules/editor/components/image_gallery/tpl/popup.html index 75444870f..193ca5708 100644 --- a/modules/editor/components/image_gallery/tpl/popup.html +++ b/modules/editor/components/image_gallery/tpl/popup.html @@ -9,11 +9,11 @@ - - + + - + - + - - + + - + - + - - + + - - + + @@ -58,11 +58,11 @@
{$lang->parent_category_title}
{$category_info->parent_category_title}{$lang->parent_category_title}{$category_info->parent_category_title}
{$lang->category_title}
{$lang->category_title} - + {$lang->cmd_find_langcode}
{$lang->category_color}
{$lang->category_color}

{$lang->about_category_color}

@@ -32,23 +32,23 @@
{$lang->category_description}
- + {$lang->category_description} + {$lang->cmd_find_langcode}

{$lang->about_category_description}

{$lang->expand}
{$lang->expand} expand=="Y")-->checked="checked" class="checkbox" />

{$lang->about_expand}

{$lang->category_group_srls}
{$lang->category_group_srls}
group_srls)&&in_array($key, $category_info->group_srls))-->checked="checked" class="checkbox" />
diff --git a/modules/document/tpl/category_list.html b/modules/document/tpl/category_list.html index c152c455b..45e0331b5 100644 --- a/modules/document/tpl/category_list.html +++ b/modules/document/tpl/category_list.html @@ -11,27 +11,25 @@ var category_title = "{$lang->category}"; -{$lang->cmd_remake_cache} - -
-
-

{$XE_VALIDATOR_MESSAGE}

-
-
- - - - -
-
- -
- +
+

{$XE_VALIDATOR_MESSAGE}

+
+
+ + + + +
+
+ +
+ +
+//]]> + diff --git a/modules/document/tpl/saved_list_popup.html b/modules/document/tpl/saved_list_popup.html index b476778f0..1ac65ad5a 100644 --- a/modules/document/tpl/saved_list_popup.html +++ b/modules/document/tpl/saved_list_popup.html @@ -14,8 +14,8 @@
{$val->getRegdate("Y-m-d H:i:s")} + {$val->getRegdate("Y-m-d H:i:s")}
{$lang->width}
px{$lang->width}px
{$lang->gallery_style}
{$lang->gallery_style}
{$lang->gallery_slide_align}
{$lang->gallery_slide_align}
{$lang->gallery_border_thickness}
px{$lang->gallery_border_thickness}px
{$lang->gallery_border_color}
{$lang->gallery_border_color}
- - - - -
- - - -
-
- - - - - -
-
+

레이아웃 이미지 목록

+ + {@$ext=substr(strrchr($file,'.'),1)} +
+ + + + + + +
+ +
+ + + + + +
diff --git a/modules/layout/tpl/mindex.html b/modules/layout/tpl/mindex.html index d09753a9f..fc7319d3b 100644 --- a/modules/layout/tpl/mindex.html +++ b/modules/layout/tpl/mindex.html @@ -22,15 +22,15 @@
{$no+1}{$no+1} {$val->layout} (module) {$val->title}{zdate($val->regdate,"Y-m-d")}{$val->title}{zdate($val->regdate,"Y-m-d")} {$lang->cmd_layout_management} diff --git a/modules/member/tpl/colorset_list.html b/modules/member/tpl/colorset_list.html index 38ad56473..9aedbb55a 100644 --- a/modules/member/tpl/colorset_list.html +++ b/modules/member/tpl/colorset_list.html @@ -12,5 +12,4 @@ {$val->title} -
diff --git a/modules/member/tpl/denied_id_list.html b/modules/member/tpl/denied_id_list.html index 4824a0315..34277b35a 100644 --- a/modules/member/tpl/denied_id_list.html +++ b/modules/member/tpl/denied_id_list.html @@ -13,8 +13,8 @@
{$lang->no}{$lang->user_id}{$lang->description}{$lang->user_id}{$lang->description} {$lang->regdate}  
- + - +
{$lang->user_id}
{$lang->description}
diff --git a/modules/member/tpl/group_update_form.html b/modules/member/tpl/group_update_form.html index b770203d0..91dd5d1a4 100644 --- a/modules/member/tpl/group_update_form.html +++ b/modules/member/tpl/group_update_form.html @@ -15,21 +15,21 @@ - + - + - + - + - - + @@ -23,9 +23,9 @@ - - - + + + - + diff --git a/modules/menu/tpl/menu_item_info.html b/modules/menu/tpl/menu_item_info.html index b94a8e874..98070054c 100644 --- a/modules/menu/tpl/menu_item_info.html +++ b/modules/menu/tpl/menu_item_info.html @@ -19,15 +19,15 @@ @@ -55,7 +55,7 @@ - + @@ -69,7 +69,7 @@ - + @@ -83,7 +83,7 @@ - + diff --git a/modules/menu/tpl/menu_management.html b/modules/menu/tpl/menu_management.html index 93618ff99..0cc3e0ab3 100644 --- a/modules/menu/tpl/menu_management.html +++ b/modules/menu/tpl/menu_management.html @@ -33,7 +33,7 @@ - @@ -47,20 +47,20 @@
{$lang->group_title}
{$lang->is_default} {$lang->about_member_default} {$lang->about_member_default}
{$lang->description}
{$lang->group_image_mark} +
diff --git a/modules/member/tpl/manage_member_group.html b/modules/member/tpl/manage_member_group.html index c3a057981..3205e1bdb 100644 --- a/modules/member/tpl/manage_member_group.html +++ b/modules/member/tpl/manage_member_group.html @@ -1,17 +1,11 @@ - -
-

{$lang->cmd_member_group} ({$lang->target} : {count($member_list)})

-
- +

{$lang->cmd_member_group} ({$lang->target} : {count($member_list)})

{$XE_VALIDATOR_MESSAGE}

- - - -
+ +
@@ -46,6 +40,5 @@
-
diff --git a/modules/menu/tpl/index.html b/modules/menu/tpl/index.html index 25ae84f93..ed7db4220 100644 --- a/modules/menu/tpl/index.html +++ b/modules/menu/tpl/index.html @@ -15,7 +15,7 @@
{$lang->no}{$lang->title}{$lang->title} {$lang->regdate}  
{$no}{$val->title}{zdate($val->regdate,"Y-m-d")}{$no}{$val->title}{zdate($val->regdate,"Y-m-d")} {$lang->cmd_setup} diff --git a/modules/menu/tpl/menu_insert.html b/modules/menu/tpl/menu_insert.html index 9de475c60..0438d270c 100644 --- a/modules/menu/tpl/menu_insert.html +++ b/modules/menu/tpl/menu_insert.html @@ -12,10 +12,10 @@ {$lang->cmd_menu_insert} {nl2br($lang->about_menu_management)}
{$lang->title} - +

{$lang->about_title}

{$lang->menu_name} - + {$lang->cmd_find_langcode}
{$lang->menu_url} - + {$lang->cmd_search_mid} -

{$lang->about_menu_url}

+

{$lang->about_menu_url}

{$lang->menu_management} + {nl2br($lang->about_menu_management)}
- - +
{$lang->title} + {$menu_info->title}
{$lang->menu_management}{nl2br($lang->about_menu_management)}{nl2br($lang->about_menu_management)}
-
+ diff --git a/modules/menu/tpl/mid_list.html b/modules/menu/tpl/mid_list.html index d61b6c3b1..d965df703 100644 --- a/modules/menu/tpl/mid_list.html +++ b/modules/menu/tpl/mid_list.html @@ -1,55 +1,50 @@ - -
-

{$lang->cmd_search_mid}

-
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - -
{$lang->module_category}
{$lang->module}
{$lang->mid}
{$lang->cmd_select}
- - {$lang->not_exists} - - {$module_category[$val->module_category_srl]->title} - - {$val->module}{$val->browser_title} ({$key}){$lang->cmd_select}
- - -
+

{$lang->cmd_search_mid}

+
+ + + + + + +
+ + + + + + + + + + + + + + + + + + + + +
{$lang->module_category}{$lang->module}{$lang->mid}{$lang->cmd_select}
+ + {$lang->not_exists} + + {$module_category[$val->module_category_srl]->title} + + {$val->module}{$val->browser_title} ({$key})
+
+
diff --git a/modules/module/tpl/category_list.html b/modules/module/tpl/category_list.html index 06499896e..0177b9e73 100644 --- a/modules/module/tpl/category_list.html +++ b/modules/module/tpl/category_list.html @@ -14,7 +14,7 @@ - + @@ -27,8 +27,8 @@ - - + +
{$lang->category_title}{$lang->category_title} {$lang->regdate}  
{$val->title}{zdate($val->regdate,"Y-m-d H:i:s")}{$val->title}{zdate($val->regdate,"Y-m-d H:i:s")} {$lang->cmd_modify} diff --git a/modules/module/tpl/copy_module.html b/modules/module/tpl/copy_module.html index 12d06b255..2cbc5eb8d 100644 --- a/modules/module/tpl/copy_module.html +++ b/modules/module/tpl/copy_module.html @@ -10,7 +10,7 @@ - + @@ -28,45 +28,45 @@ - - - + + + - - - - - - + + - - - - - - + + - - - - - - + + - - - - - - + + - - + + + + + + + + + + + + + + + + + +
{$lang->module}{$module_info->module}{$module_info->module}
{$lang->mid}
{$lang->mid}
{$lang->browser_title}
diff --git a/modules/module/tpl/filebox_add.html b/modules/module/tpl/filebox_add.html index 24cc6a09a..eaab85f61 100644 --- a/modules/module/tpl/filebox_add.html +++ b/modules/module/tpl/filebox_add.html @@ -1,37 +1,32 @@ - -
-

{$lang->filebox}

-
- +

{$lang->filebox}

- - - - - - -
- - - - - - - - - - - -
{$lang->description}
{$lang->file} -

- - {@sprintf($lang->about_file_extension,join(", ",$arrfilter ))} - -

-
-
-
- -
+ + + + + +
+ + + + + + + + + + + +
{$lang->description}
{$lang->file} +

+ + {@sprintf($lang->about_file_extension,join(", ",$arrfilter ))} + +

+
+
+
+ +
diff --git a/modules/module/tpl/filebox_list.html b/modules/module/tpl/filebox_list.html index 124f68ce1..26011baed 100644 --- a/modules/module/tpl/filebox_list.html +++ b/modules/module/tpl/filebox_list.html @@ -1,65 +1,60 @@ - -
-

{$lang->filebox}

-
- -
- - - - - - - - - - +

{$lang->filebox}

+
+
{$lang->file}
{$lang->description}
{$lang->regdate}
 
+ + + + + + + + + - - - - - - + + + + + + - -
{$lang->file}{$lang->description}{$lang->regdate} 
-
- - - - - - - - - - - - - -
-
{$val->comment} {zdate($val->regdate,'Y-m-d H:i')} - - - - -
+
+ + + + + + + + + + + + + +
+
{$val->comment} {zdate($val->regdate,'Y-m-d H:i')} + + + + +
- - + +
- -
- {$lang->cmd_registration} + + + diff --git a/modules/module/tpl/module_addition_setup.html b/modules/module/tpl/module_addition_setup.html index 10efcd3a5..5dd28a583 100644 --- a/modules/module/tpl/module_addition_setup.html +++ b/modules/module/tpl/module_addition_setup.html @@ -1,7 +1,2 @@ -
-

{$lang->bundle_addition_setup}

-
- -
- {$setup_content} -
+

{$lang->bundle_addition_setup}

+{$setup_content} diff --git a/modules/module/tpl/module_grant_setup.html b/modules/module/tpl/module_grant_setup.html index 2c15527f5..8b794b195 100644 --- a/modules/module/tpl/module_grant_setup.html +++ b/modules/module/tpl/module_grant_setup.html @@ -24,7 +24,7 @@ {$grant_item->title} - + @@ -46,7 +46,7 @@ {$grant_item->title} - + - - - - - - - - - - - - - - - - - -
{$lang->virtual_site}
- -

{$lang->about_search_virtual_site}

-
{$lang->module}
- -
- - - - - - - - - - - - - - - {@ $_idx =0; } - - - {@ $browser_title = str_replace("'", "\\'", htmlspecialchars($v->browser_title)); } - - - - - {@ $_idx ++; } - - - - - - - - - - - - - - - -
{$lang->module_category}
{$lang->mid}
{$lang->browser_title}
{$type=='single'?$lang->cmd_select:$lang->cmd_insert}
{$key} 
{$k}{$v->browser_title}{$type=='single'?$lang->cmd_select:$lang->cmd_insert}
{$k}{$v->browser_title}browser_title)}',{$type=='single'?'false':'true'}); return false;" class="button green">{$type=='single'?$lang->cmd_select:$lang->cmd_insert}
- -
\ No newline at end of file +

{$lang->module_selector}

+
+ + + + + +
+ + + + + + + + + + + + + +
{$lang->virtual_site} + +

{$lang->about_search_virtual_site}

+
{$lang->module} + +
+
+
+ + + + + + + + + + + + + + + {@ $_idx =0; } + + + {@ $browser_title = str_replace("'", "\\'", htmlspecialchars($v->browser_title)); } + + + + + {@ $_idx ++; } + + + + + + + + + + + + + + + +
{$lang->module_category}{$lang->mid}{$lang->browser_title}{$type=='single'?$lang->cmd_select:$lang->cmd_insert}
{$key} 
{$k}{$v->browser_title}{$type=='single'?$lang->cmd_select:$lang->cmd_insert}
{$k}{$v->browser_title}browser_title)}',{$type=='single'?'false':'true'}); return false;" class="button green">{$type=='single'?$lang->cmd_select:$lang->cmd_insert}
+
+
diff --git a/modules/module/tpl/module_setup.html b/modules/module/tpl/module_setup.html index 74e5f6edc..25719298a 100644 --- a/modules/module/tpl/module_setup.html +++ b/modules/module/tpl/module_setup.html @@ -48,21 +48,21 @@ {$lang->description} - +

{$lang->about_description}

{$lang->header_text} - +

{$lang->about_header_text}

{$lang->footer_text} - +

{$lang->about_footer_text}

diff --git a/modules/module/tpl/skin_config.html b/modules/module/tpl/skin_config.html index 6e4f74702..e5f9f1d99 100644 --- a/modules/module/tpl/skin_config.html +++ b/modules/module/tpl/skin_config.html @@ -11,7 +11,7 @@ - + @@ -54,7 +54,7 @@ - - - + + @@ -37,8 +37,8 @@ - - + +
{$lang->skin}{$skin_info->title}{$skin_info->title}
{$lang->skin_author}
{$lang->colorset}
+ {@ $_img_info = getImageSize($val->screenshot); $_height = $_img_info[1]+40; $_width = $_img_info[0]+20; $_talign = "center"; } @@ -87,13 +87,13 @@
{$val->title}
+ - + {$lang->cmd_find_langcode} - + {$lang->cmd_find_langcode} diff --git a/modules/opage/tpl/index.html b/modules/opage/tpl/index.html index 455a85bc9..6229aec94 100644 --- a/modules/opage/tpl/index.html +++ b/modules/opage/tpl/index.html @@ -25,10 +25,10 @@ - + - {$lang->mid}{$lang->browser_title}{$lang->mid}{$lang->browser_title} {$lang->regdate}  
{$no}{$no} {$lang->not_exists} diff --git a/modules/opage/tpl/opage_delete.html b/modules/opage/tpl/opage_delete.html index c69bd0860..d0ecd2fbc 100644 --- a/modules/opage/tpl/opage_delete.html +++ b/modules/opage/tpl/opage_delete.html @@ -10,7 +10,7 @@ - + diff --git a/modules/opage/tpl/opage_insert.html b/modules/opage/tpl/opage_insert.html index c5853b0ac..68e529749 100644 --- a/modules/opage/tpl/opage_insert.html +++ b/modules/opage/tpl/opage_insert.html @@ -9,15 +9,15 @@ - + - + - + - + diff --git a/modules/page/tpl/index.html b/modules/page/tpl/index.html index 8b5a9a09c..d58e81bd2 100644 --- a/modules/page/tpl/index.html +++ b/modules/page/tpl/index.html @@ -9,8 +9,8 @@
- {$lang->mid} - {$lang->browser_title} + {$lang->mid} + {$lang->browser_title} {$lang->cmd_cancel}
@@ -37,11 +37,11 @@ - + - - + + @@ -50,8 +50,8 @@ - - + +
{$lang->module_name}{$module_info->mid}{$module_info->mid}
{$lang->module}
{$lang->mid} - +

{$lang->about_mid}

{$lang->module_category}
{$lang->browser_title} - + {$lang->cmd_find_langcode}

{$lang->about_browser_title}

{$lang->layout}
{$lang->opage_caching_interval} - {$lang->unit_min} + {$lang->unit_min}

{$lang->about_opage_caching_interval}

{$lang->opage_path} - +

{$lang->about_opage_path}{realpath("./")}

{$lang->opage_mobile_path} - +

{$lang->about_opage_mobile_path}{realpath("./")}

{$lang->page_type}{$lang->mid}{$lang->browser_title}{$lang->mid}{$lang->browser_title} {$lang->regdate}  
{$no}{$no} diff --git a/modules/page/tpl/page_delete.html b/modules/page/tpl/page_delete.html index ef3239fa3..136ff8330 100644 --- a/modules/page/tpl/page_delete.html +++ b/modules/page/tpl/page_delete.html @@ -13,7 +13,7 @@ - + diff --git a/modules/page/tpl/page_info.html b/modules/page/tpl/page_info.html index f733f12bc..e14b4227a 100644 --- a/modules/page/tpl/page_info.html +++ b/modules/page/tpl/page_info.html @@ -10,20 +10,20 @@
{$lang->module_name}{$module_info->mid}{$module_info->mid}
{$lang->module}
- + - + - + - + - + - + - + - + - - + + - + - - + + - +
{$lang->page_type}
{$lang->page_type} {$lang->page_type_name[$module_info->page_type]}
{$lang->mid}
{$lang->mid} - +

{$lang->about_mid}

{$lang->module_category}
{$lang->module_category}
{$lang->browser_title}
{$lang->browser_title} - + {$lang->cmd_find_langcode}

{$lang->about_browser_title}

{$lang->layout}
{$lang->layout}
{$lang->mobile_view}
{$lang->mobile_view} use_mobile == "Y")-->checked="checked" />

{$lang->about_mobile_view}

{$lang->mobile_layout}
{$lang->mobile_layout}
{$lang->page_caching_interval}
{$lang->page_caching_interval} - {$lang->unit_min} + {$lang->unit_min}

{$lang->about_page_caching_interval}

{$lang->opage_path}
{$lang->opage_path} - +

{$lang->about_opage_path}{realpath("./")}

{$lang->opage_mobile_path}
{$lang->opage_mobile_path} - +

{$lang->about_opage_mobile_path}{realpath("./")}

{$lang->skin}
{$lang->skin}
{$lang->mobile_skin}
{$lang->mobile_skin} - + - + + - + - + - + - + diff --git a/modules/page/tpl/page_mobile_content_modify.html b/modules/page/tpl/page_mobile_content_modify.html index afe3b17d6..c3b95d248 100644 --- a/modules/page/tpl/page_mobile_content_modify.html +++ b/modules/page/tpl/page_mobile_content_modify.html @@ -5,9 +5,7 @@ -
{$page_content}
-
diff --git a/modules/point/tpl/config.html b/modules/point/tpl/config.html index c60ae055e..d156586ad 100644 --- a/modules/point/tpl/config.html +++ b/modules/point/tpl/config.html @@ -33,44 +33,44 @@

{$lang->is_default}

{$lang->page_type}
{$lang->page_type} -
{$lang->mid} - +

{$lang->about_mid}

{$lang->module_category}
{$lang->browser_title} - + {$lang->cmd_find_langcode}

{$lang->about_browser_title}

{$lang->layout}
{$lang->page_caching_interval} - {$lang->unit_min} + {$lang->unit_min}

{$lang->about_page_caching_interval}

{$lang->skin}
{$lang->opage_path} - +

{$lang->about_opage_path}{realpath("./")}

{$lang->opage_mobile_path} - +

{$lang->about_opage_mobile_path}{realpath("./")}

- + - + - + - + - + - + - + - + - + - + - + - + - +
{$lang->point_signup} - {$config->point_name} + {$config->point_name}

{$lang->about_point_signup}

{$lang->cmd_login} {$config->point_name} {$config->point_name}
{$lang->point_insert_document} {$config->point_name} {$config->point_name}
{$lang->point_insert_comment} {$config->point_name} {$config->point_name}
{$lang->point_upload_file} {$config->point_name} {$config->point_name}
{$lang->point_download_file} {$config->point_name} {$config->point_name}
{$lang->point_read_document} {$config->point_name} {$config->point_name}
{$lang->point_voted} {$config->point_name} {$config->point_name}
{$lang->point_blamed} {$config->point_name} {$config->point_name}
@@ -122,15 +122,15 @@ - - + + - - + + diff --git a/modules/point/tpl/member_list.html b/modules/point/tpl/member_list.html index 310f392e4..4e9522889 100644 --- a/modules/point/tpl/member_list.html +++ b/modules/point/tpl/member_list.html @@ -28,8 +28,8 @@ diff --git a/modules/point/tpl/module_config.html b/modules/point/tpl/module_config.html index 464b03c7e..544e00f81 100644 --- a/modules/point/tpl/module_config.html +++ b/modules/point/tpl/module_config.html @@ -20,17 +20,17 @@ - + - - - - - - - + + + + + + + diff --git a/modules/point/tpl/point_module_config.html b/modules/point/tpl/point_module_config.html index 287818837..1ee8f7b0c 100644 --- a/modules/point/tpl/point_module_config.html +++ b/modules/point/tpl/point_module_config.html @@ -9,31 +9,31 @@
{$lang->group}
{$lang->level}
{$lang->group}{$lang->level}
{$val->title}{$val->title}
- - + +
{$val->browser_title} ({$val->mid})
{$config->point_name} {$config->point_name} {$config->point_name} {$config->point_name} {$config->point_name} {$config->point_name} {$config->point_name} {$config->point_name} {$config->point_name} {$config->point_name} {$config->point_name} {$config->point_name} {$config->point_name} {$config->point_name}
- + - + - + - + - + - + - +
{$lang->point_insert_document} {$module_config['point_name']} {$module_config['point_name']}
{$lang->point_insert_comment} {$module_config['point_name']} {$module_config['point_name']}
{$lang->point_upload_file} {$module_config['point_name']} {$module_config['point_name']}
{$lang->point_download_file} {$module_config['point_name']} {$module_config['point_name']}
{$lang->point_read_document} {$module_config['point_name']} {$module_config['point_name']}
{$lang->point_voted} {$module_config['point_name']} {$module_config['point_name']}
{$lang->point_blamed} {$module_config['point_name']} {$module_config['point_name']}
diff --git a/modules/poll/tpl/result.html b/modules/poll/tpl/result.html index 89967aed5..3684b5f8f 100644 --- a/modules/poll/tpl/result.html +++ b/modules/poll/tpl/result.html @@ -1,26 +1,22 @@ -
-

{$lang->poll_stop_date} : {zdate($poll->stop_date, "Y-m-d H:i")} {$lang->poll_join_count} : {number_format($poll->poll_count)}

-
-
- -
-
{$val->title} ({$val->poll_count})
- - {@$per = (int)(( $item->poll_count / $val->poll_count)*100) } +

{$lang->poll_stop_date} : {zdate($poll->stop_date, "Y-m-d H:i")} {$lang->poll_join_count} : {number_format($poll->poll_count)}

+ +
+
{$val->title} ({$val->poll_count})
+ + {@$per = (int)(( $item->poll_count / $val->poll_count)*100) } -
- {$item_srl+1}. {$item->title} : {$item->poll_count} ({$per}%) -
-
- -
bar
- -
bar
- -
- +
+ {$item_srl+1}. {$item->title} : {$item->poll_count} ({$per}%) +
+
+ +
bar
+ +
bar
+ +
+ -
-
+ diff --git a/modules/rss/tpl/rss_module_config.html b/modules/rss/tpl/rss_module_config.html index df59a2b27..2013952d1 100644 --- a/modules/rss/tpl/rss_module_config.html +++ b/modules/rss/tpl/rss_module_config.html @@ -9,7 +9,7 @@ - - - - diff --git a/modules/trackback/tpl/send_trackback_form.html b/modules/trackback/tpl/send_trackback_form.html index ecf3ecb6b..1aabcec25 100644 --- a/modules/trackback/tpl/send_trackback_form.html +++ b/modules/trackback/tpl/send_trackback_form.html @@ -18,7 +18,7 @@
{$lang->open_rss} +
{$lang->open_feed_to_total} +
{$lang->description} - + +

{$lang->about_feed_description}

{$lang->feed_copyright} - + +

{$lang->about_feed_copyright}
{$lang->about_part_feed_copyright}

- + - +
enable_trackback == "Y")-->checked="checked" />enable_trackback == "Y")-->checked="checked" />
diff --git a/modules/widget/tpl/js/widget.js b/modules/widget/tpl/js/widget.js index 0e1624c16..b9ba21b6c 100644 --- a/modules/widget/tpl/js/widget.js +++ b/modules/widget/tpl/js/widget.js @@ -168,24 +168,8 @@ function getWidgetBoxCode(childObj, widget) { } var body = getWidgetContent(o); - return '
'+body+'
'; + return '
'+body+'
'; -/* - var cobj = childObj.firstChild; - while(cobj) { - if(cobj.className == "widgetBorder" || cobj.className == "widgetBoxBorder") { - var c2obj = cobj.firstChild; - while(c2obj) { - if(c2obj.className == "nullWidget") { - var body = getWidgetContent(c2obj); - return '
'+body+'
'; - } - c2obj = c2obj.nextSibling; - } - } - cobj = cobj.nextSibling; - } -*/ } @@ -316,7 +300,6 @@ function doAddWidgetBox() { '
'+ '
'+ '
'+ - '
'+ '
'+ ''; xInnerHtml(zonePageObj, xInnerHtml(zonePageObj)+tpl); diff --git a/modules/widget/tpl/widget_style_generate_code_in_page.html b/modules/widget/tpl/widget_style_generate_code_in_page.html index 0378d93fe..45b727348 100644 --- a/modules/widget/tpl/widget_style_generate_code_in_page.html +++ b/modules/widget/tpl/widget_style_generate_code_in_page.html @@ -29,8 +29,6 @@ {$widgetStyle->title} -
-

{$widgetstyle_info->title} ver {$widgetstyle_info->version}

diff --git a/modules/widget/widget.controller.php b/modules/widget/widget.controller.php index 5cfa5b479..e2cade4af 100644 --- a/modules/widget/widget.controller.php +++ b/modules/widget/widget.controller.php @@ -489,7 +489,7 @@ $inner_style); $widget_content_body = $body; - $widget_content_footer = sprintf('
'. + $widget_content_footer = sprintf(''. ''. ''. '',base64_encode($body)); @@ -538,7 +538,7 @@ $widget_padding_top, $widget_padding_right, $widget_padding_bottom, $widget_padding_left, $widget, implode(' ',$attribute)); - $widget_content_body = sprintf('
%s
',$inner_style, $widget_content); + $widget_content_body = sprintf('
%s
',$inner_style, $widget_content); $widget_content_footer = '';