diff --git a/modules/page/lang/ko.lang.php b/modules/page/lang/ko.lang.php index 437cc5f9b..0096243c7 100644 --- a/modules/page/lang/ko.lang.php +++ b/modules/page/lang/ko.lang.php @@ -7,4 +7,5 @@ $lang->page = "페이지"; $lang->about_page = "하나의 완성된 페이지를 제작할 수 있는 블로그 모듈입니다.\n최근게시물이나 기타 위젯을 이용해서 동적인 페이지 생성이 가능하고 에디터 컴포넌트를 통해서 다양한 모습으로 꾸밀 수 있습니다.\n접속 URL은 다른 모듈처 mid=모듈이름 으로 접속이 가능하며 기본으로 선택하면 접속시 메인 페이지가 됩니다"; + $lang->cmd_page_modify = "페이지 수정"; ?> diff --git a/modules/page/tpl/content.html b/modules/page/tpl/content.html index 6bed91a13..c0082c14b 100644 --- a/modules/page/tpl/content.html +++ b/modules/page/tpl/content.html @@ -1,7 +1,10 @@ {$page_content} -
- {$lang->cmd_modify} + +
+
diff --git a/modules/page/tpl/css/page.css b/modules/page/tpl/css/page.css new file mode 100644 index 000000000..5a20745d1 --- /dev/null +++ b/modules/page/tpl/css/page.css @@ -0,0 +1,10 @@ +#pageManage { clear:both; } +#pageManage .buttonWrite ul { text-align:center; display:block;} +#pageManage .buttonWrite li { margin-top:.5em; float:left; margin-right:.3em;} + +#pageManage .buttonTypeA { display:block; cursor:pointer; background:url(../images/buttonTypeACenter.gif) repeat-x left center; line-height:100%; overflow:visible; color:#3f4040; margin:0 1px; white-space:nowrap;border:0px;} +#pageManage .buttonTypeA:hover { text-decoration:none;} +#pageManage .buttonTypeA img { vertical-align:middle;} +#pageManage .buttonTypeA .leftCap { width:2px; height:24px; background:url(../images/buttonTypeALeft.gif) no-repeat; margin:0 .3em 0 0; position:relative; left:-1px;} +#pageManage .buttonTypeA .rightCap { width:2px; height:24px; background:url(../images/buttonTypeARight.gif) no-repeat; margin:0 -1px 0 .4em;} +#pageManage .buttonTypeA .icon { margin:0 .2em;} diff --git a/modules/page/tpl/images/blank.gif b/modules/page/tpl/images/blank.gif new file mode 100644 index 000000000..35d42e808 Binary files /dev/null and b/modules/page/tpl/images/blank.gif differ diff --git a/modules/page/tpl/images/buttonTypeACenter.gif b/modules/page/tpl/images/buttonTypeACenter.gif new file mode 100644 index 000000000..56127ea2e Binary files /dev/null and b/modules/page/tpl/images/buttonTypeACenter.gif differ diff --git a/modules/page/tpl/images/buttonTypeALeft.gif b/modules/page/tpl/images/buttonTypeALeft.gif new file mode 100644 index 000000000..12839fe05 Binary files /dev/null and b/modules/page/tpl/images/buttonTypeALeft.gif differ diff --git a/modules/page/tpl/images/buttonTypeARight.gif b/modules/page/tpl/images/buttonTypeARight.gif new file mode 100644 index 000000000..1dd5aac05 Binary files /dev/null and b/modules/page/tpl/images/buttonTypeARight.gif differ diff --git a/modules/page/tpl/images/iconWrite.gif b/modules/page/tpl/images/iconWrite.gif new file mode 100644 index 000000000..f18cb5e9e Binary files /dev/null and b/modules/page/tpl/images/iconWrite.gif differ