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

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