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

This commit is contained in:
zero 2007-06-27 00:41:51 +00:00
parent 77dc510f90
commit f9f12f7e86
8 changed files with 16 additions and 2 deletions

View file

@ -7,4 +7,5 @@
$lang->page = "페이지";
$lang->about_page = "하나의 완성된 페이지를 제작할 수 있는 블로그 모듈입니다.\n최근게시물이나 기타 위젯을 이용해서 동적인 페이지 생성이 가능하고 에디터 컴포넌트를 통해서 다양한 모습으로 꾸밀 수 있습니다.\n접속 URL은 다른 모듈처 mid=모듈이름 으로 접속이 가능하며 기본으로 선택하면 접속시 메인 페이지가 됩니다";
$lang->cmd_page_modify = "페이지 수정";
?>

View file

@ -1,7 +1,10 @@
{$page_content}
<!--@if($grant->is_admin)-->
<div style="clear:both;">
<a href="#" onclick="location.href='{getUrl('act','dispPageAdminInsert','module_srl',$module_info->module_srl)}';return false;">{$lang->cmd_modify}</a>
<!--%import("css/page.css")-->
<div id="pageManage">
<ul class="buttonWrite">
<li><a href="#" onclick="location.href='{getUrl('act','dispPageAdminInsert','module_srl',$module_info->module_srl)}';return false;" class="buttonTypeA"><img src="./images/blank.gif" alt="" class="leftCap" /><img src="./images/iconWrite.gif" width="12" height="11" class="icon" alt="" />{$lang->cmd_page_modify}<img src="./images/blank.gif" alt="" class="rightCap" /></span></li>
</ul>
</div>
<!--@end-->

View file

@ -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;}

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 188 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 169 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 170 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 525 B