From 79b867efca54aae3383685ce527dc0fd4acb7471 Mon Sep 17 00:00:00 2001 From: zero Date: Mon, 20 Oct 2008 08:17:41 +0000 Subject: [PATCH] git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4649 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- modules/admin/tpl/css/admin.css | 35 ++++++++++---------- modules/admin/tpl/css/admin_layout.css | 2 +- modules/admin/tpl/images/n_caption_head.gif | Bin 98 -> 493 bytes modules/admin/tpl/images/n_small_tab.gif | Bin 1144 -> 484 bytes modules/admin/tpl/images/n_title_bg.gif | Bin 326 -> 318 bytes modules/board/tpl/board_info.html | 2 +- modules/board/tpl/grant_list.html | 4 +-- modules/board/tpl/index.html | 4 +-- 8 files changed, 24 insertions(+), 23 deletions(-) diff --git a/modules/admin/tpl/css/admin.css b/modules/admin/tpl/css/admin.css index ff29c5030..59cbb6891 100644 --- a/modules/admin/tpl/css/admin.css +++ b/modules/admin/tpl/css/admin.css @@ -7,10 +7,10 @@ .leftGap { margin-left:10px; } textarea { padding:.3em 0 0 .3em;} -h3 { margin:0; padding:8px 0 0 10px; border:1px solid #BFBFB8; border-left:1px solid #D8D8D2; border-top:1px solid #D8D8D2; background:url("../images/n_title_bg.gif") repeat-x left top; font-size:1em; color:#444444; height:22px;} -h3 .gray { color:#777777;} -.infoText { background:#FFFFFA; padding:10px; color:#444444; border-left:1px solid #D8D8D2; border-bottom:1px solid #BFBFB8; border-right:1px solid #BFBFB8; line-height:1.5; margin-bottom:10px; } -.subInfoText { background:#FFFFFF; padding:10px; color:#444444; border:1px solid #EEEEEE; line-height:1.5; margin-bottom:10px; } +h3 { margin:0; padding:8px 0 0 10px; border:1px solid #5E95BC; border-left:1px solid #8EB9D8; border-top:1px solid #8EB9D8; background:url("../images/n_title_bg.gif") repeat-x left top; font-size:1em; color:#27536C; height:22px;} +h3 .gray { color:#8AB2CE;} +.infoText { background:#FFFFFF; padding:10px; color:#27536C; border-left:1px solid #8AB2CE; border-bottom:1px solid #8AB2CE; border-right:1px solid #8AB2CE; line-height:1.5; margin-bottom:10px; } +.subInfoText { background:#FFFFFF; padding:10px; color:#27536C; border:1px solid #EEEEEE; line-height:1.5; margin-bottom:10px; } h4 { text-align:right; font-size:12pt; color:#f2250d; padding-left:10px; margin:0;} h4 .bracket { font-weight:normal; color:#9d9d9d;} @@ -24,12 +24,13 @@ div.summary em { color:#ff1d00; font-style:normal;} .adminLeftContent { float:left; width:60%; margin-right:2%; _margin-right:1.9%;} .adminRightExtra { float:left; width:38%; } -.adminTable { width:100%; border:1px solid #E5E4E2; border-bottom:none; border-right:none; margin-bottom:15px; } -.adminTable caption { background:url("../images/n_caption_head.gif") no-repeat left top; padding:8px 0 5px 30px; text-align:left; font-weight:bold; color:#000000; background-color:#F0F0DF; border-bottom:1px solid #FFFFFF; } +.adminTable { width:100%; border:1px solid #9BC2DE; border-bottom:none; border-right:none; margin-bottom:15px; } +.adminTable caption { background:url("../images/n_caption_head.gif") no-repeat left top; padding:8px 0 5px 30px; text-align:left; font-weight:bold; color:#FFFFFF; background-color:#548DB5; border-bottom:1px solid #FFFFFF; } .adminTable thead tr th div { text-align:center;} -.adminTable tr th { background-color:#FAF7F2; padding:6px; font-weight:bold; text-align:left; color:#666; border-right:1px solid #E5E4E2; border-bottom:1px solid #E5E4E2; } -.adminTable tr.row2 th { background-color:#FEFDFB; } +.adminTable thead tr th { background-color:#70A2C6; color:#FFFFFF; } +.adminTable tr th { background-color:#FFFFFF; padding:6px; font-weight:bold; text-align:left; color:#666; border-right:1px solid #9BC2DE; border-bottom:1px solid #9BC2DE; } +.adminTable tr.row2 th { background-color:#F7FCFF; } .adminTable tr th { width:10px; } .adminTable tr th div { white-space:nowrap; margin:0 5px; } .adminTable tr th select { height:20px; } @@ -38,21 +39,21 @@ div.summary em { color:#ff1d00; font-style:normal;} .adminTable tr th.quarter_wide { width:25%; } .adminTable tr td.wide { width:100%; } -.adminTable tr td { background-color:#FFFFFF;white-space:normal; background-color:#FFFFFF; font-weight:normal; text-align:left; color:#222222; border-bottom:1px solid #E5E4E2; border-right:1px solid #E5E4E2; padding:4px 6px 4px 6px;} -.adminTable tr.row2 td { background-color:#FFFDFA; } +.adminTable tr td { background-color:#FFFFFF;white-space:normal; font-weight:normal; text-align:left; color:#222222; border-bottom:1px solid #9BC2DE; border-right:1px solid #9BC2DE; padding:4px 6px 4px 6px;} +.adminTable tr.row2 td { background-color:#F7FCFF; } .adminTable tr a { color:#222222; text-decoration:none; } .adminTable tr a:hover { color:#3D83B8; } .adminTable tr td.nowrap { white-space:nowrap !important; } .adminTable tr td.alert, .adminTable tr td.alert a { color:red; } -.adminTable tr td.number { font-size:8pt; font-family:tahoma; color:#444444; } +.adminTable tr td.number { font-size:8pt; font-family:tahoma; color:#27536C; } .adminTable tr td.date, .adminTable tr td span.date { font-size:8pt; font-family:tahoma; color:#666666;} .adminTable tr td.center { text-align:center; } .adminTable tr td.right { text-align:right; } -.adminTable tr td.paper { background:url("../images/n_paper_bullet.gif") no-repeat 6px 8px; padding-left:20px; } -.adminTable tr td.circle { background:url("../images/n_circle_bullet.gif") no-repeat 6px 8px; padding-left:20px; } +.adminTable tr td.paper { background:transparent url("../images/n_paper_bullet.gif") no-repeat 6px 8px; padding-left:20px; } +.adminTable tr td.circle { background:transparent url("../images/n_circle_bullet.gif") no-repeat 6px 8px; padding-left:20px; } .adminTable tr td strong.alert { color:red; } -.adminTable tr td p { padding:0; margin:5px 0 0 5px; color:#9F875F; } +.adminTable tr td p { padding:0; margin:5px 0 0 5px; color:#4686AA; } .adminTable tr td p a { color:#9F875F; font-weight:bold; text-decoration:underline; } .adminTable tr td select { width:90%; } .adminTable tr td.modify a, @@ -79,9 +80,9 @@ div.summary em { color:#ff1d00; font-style:normal;} .adminTable tr td.blue, .adminTable tr td.blue a { color:blue; } .adminTable tr td.red, .adminTable tr td.red a { color:red; } -ul.localNavigation { position:relative; clear:both; margin:10px 0 10px 0; padding:0 0 0 10px; height:25px; overflow:hidden; border-bottom:1px solid #EEEEEE; } +ul.localNavigation { position:relative; clear:both; margin:10px 0 10px 0; padding:0 0 0 10px; height:25px; overflow:hidden; border-bottom:1px solid #86B4D2; } ul.localNavigation li { list-style:none; background:url("../images/n_small_tab.gif") no-repeat scroll left -26px; float:left; margin-right:10px; position:relative; text-align:center; top:4px; height:25px;} -ul.localNavigation li a { background:url("../images/n_small_tab.gif") no-repeat scroll right -26px; color:#444444; display:block; left:3px; padding:5px 15px 0 10px; position:relative; text-decoration:none; height:25px;} +ul.localNavigation li a { background:url("../images/n_small_tab.gif") no-repeat scroll right -26px; color:#27536C; display:block; left:3px; padding:5px 15px 0 10px; position:relative; text-decoration:none; height:25px;} ul.localNavigation li a:hover { color:#000000; } ul.localNavigation li.on { background-position:left top; top:0; height:25px; } ul.localNavigation li.on a { background-position:right top; padding:8px 15px 5px 10px; height:25px; color:#222227; font-weight:bold; } @@ -90,7 +91,7 @@ ul.localNavigation li.on a { background-position:right top; padding:8px 15px 5px #popHeadder h1, #popHistoryHeadder h1 { background:url("../images/top_head_title_bg.gif") repeat-x left top; font-size:1em; border:1px solid #E3E3E2; padding:9px; color:#555555; margin:0; } #popBody, #popHistoryBody { width:600px; padding:10px; background:#ffffff;} #popHistoryBody { height: 200px; overflow: auto; padding-right:0; } -#popFooter { width:620px; background:#f7f7f6; border-top:1px solid #e8e8e7; padding:.5em 0 .5em 0; overflow:hidden; } +#popFooter { width:620px; background:#70A2C6; border-top:1px solid #e8e8e7; padding:.5em 0 .5em 0; overflow:hidden; } #popFooter .close { position:relative; left:50%; margin-left:-1em; float:left;} .pageNavigation { display:block; padding:1.5em 0 2em 0; text-align:center; font:bold .9em Tahoma; } diff --git a/modules/admin/tpl/css/admin_layout.css b/modules/admin/tpl/css/admin_layout.css index 3203fd802..47f229e46 100644 --- a/modules/admin/tpl/css/admin_layout.css +++ b/modules/admin/tpl/css/admin_layout.css @@ -34,5 +34,5 @@ body { background-color:#FFFFFF; } .adminContentBody { position:relative; margin:20px; *zoom:1; } .adminContentBody:after { content:""; display:block; clear:both;} -.adminFooter{ background:#ddd; text-align:center; padding:10px 0;} +.adminFooter{ background:#548DB5; text-align:center; padding:10px 0;} .adminFooter address{ font:11px Tahoma; color:#fff;} diff --git a/modules/admin/tpl/images/n_caption_head.gif b/modules/admin/tpl/images/n_caption_head.gif index 9c71ae0197f1cfe552a4091a5863b2e8a4ecb362..a1577e6097f6012609b71eb3d405300f12470ad3 100644 GIT binary patch literal 493 zcmZ?wbhEHblw*)$c*ex=|Nno6Q7~{Jp!k!8k%57UK?mdnP@FKZdo?gLF}1X|wRdzd zboTVNclS-4G6c v@9p``A9c`Unq&I1jHouQo%7yH=o^%)@7&g&)BXEmlhgE%9X?u}*y*TU5yZ>M)j%3Lxi=eJ->%MR-&vb3yc&_h!@BhG{ zaHtEUh{&XJ$!t2G&}fq(ty-_xtai(tQM=%g(+7?(gvN^7Hid_V@Vt@F)NS{{H|23LHqVpuvL(6DnNDu%W|;5F<*QNU@^D ziw*&N!^p9zqsNaRLy8r_Y~2gWBXN zw5ZXeNRuigssGB^!-^d%6fD`ZXw$YdtG2D%w-?#M zolCc_LAiGG>V=DUuiw97`vM+Jn5y8yh!Yz-%0867@Em}3}*O>t%0028BR0%o& literal 1144 zcmV-;1c&=aNk%w1VUPhd0K^mk?Can9`uOqi=<@OD^6~2H>fZG8?EU@y?Cjw1@aORG z=Ird>-`~sV=h^V@=I-v}@9yON{rvp=`}_O(|Ns900000000000000000000000000 z000000000000000A^8LW000yKEC2ui0FVJR000I5AVoD~X`X1Ru59bRa4gSsZQppV z?|e^-ql0irEE4#Dt3&Giuz(v7^V2AVZ2ANwTELlPFXFs$9vkrOTHvQ(BBkv!>0PICJXU$+Kt9 znLdLG9ZIyQ(W6K`0!_-asne%WqxM`XwW`&tShF&vs(BS#jofPv-9m@{kM z%(=7Y&!9t#9!C>oFt6t5zwd>cU3ji^|fPn4WxO3~?&AYen-@t5f($n3;DMGUAmM}*R%qdc7-p#9h8%Y2;fElG zDB_4DmT2OMD5j|5iX=wJ;)^iGDC3MY)@b96IMQgD0zCHUNG7S| zl1w(~0+o_zM{=bw0%3Fx4N7Ha6Bh$gD&qKqOcXrquuD(R$@R%+>`ZCVDwrkr-_ z>8GHED(a}DmTKy$sHUpws;su^>Z`EED(kGYwyJ5ZxaO+suDtf@>#x8D+v}~u7HjOW z$R?}ovdoG~Y_rftEA6z@RvYZ~v({#-?Y7)@3$0}jge&g2+ZYo z#w+i<^ww+dz4+#<@4Vpd>+in+2Q2Ww1Q%@Z!2|b;@WKo??C`@7M=UYA3QuhD#TaL- z@x}*RhQP-lhb;2QB$sUR$tb6+^2#i??DESn$1L;AG}mnN%{a&Gan3yV?DNk+2QBo_ zL>C>jWeX&&^wLZ>?ex=7M=kZ#R99{F)mUe(_10W>?e*7Shb{KjNRMsy*=VP&_S$T> z?e^PiTL!?~bk}Y7-FWA%_uhQ>?f2h+2QK*Fgcol3;fN=$_~MKg4%_39M=tr~lvi%~ K<(Ok00suS4aHM4b diff --git a/modules/admin/tpl/images/n_title_bg.gif b/modules/admin/tpl/images/n_title_bg.gif index a36c2241f2036f4445ecdf76cd6ca22f13f0a13d..cc45194b0526474951de033c9a0ae9df0533cb3c 100644 GIT binary patch delta 67 zcmX@cw2#Tk-P6s&GBJQbj$tzc!;AM{UVr-b?#uU2-+sawpTGZn^Xc1%uRq>@`3_{i P`uG)yfGRgSu`mJvl>0Cx delta 75 zcmV-R0JQ(U0>%PDM@dFFIbl!$9ssid0QB_f_V()e`Rx7u?)LWU`1tJn{O
{$lang->admin_mail}
- {$module_info->admin_mail} + {$module_info->admin_mail} 
{$lang->description}
diff --git a/modules/board/tpl/grant_list.html b/modules/board/tpl/grant_list.html index 47fe0c9df..f660a1d98 100644 --- a/modules/board/tpl/grant_list.html +++ b/modules/board/tpl/grant_list.html @@ -10,7 +10,7 @@
{$lang->grant}
-
{$lang->target}
+
{$lang->target}
@@ -18,7 +18,7 @@
{$val->title}
- + grants[$key])&&in_array($v->group_srl,$module_info->grants[$key]))-->checked="checked"/> diff --git a/modules/board/tpl/index.html b/modules/board/tpl/index.html index 295699cbd..9b6c42ed6 100644 --- a/modules/board/tpl/index.html +++ b/modules/board/tpl/index.html @@ -47,8 +47,8 @@ {$module_category[$val->module_category_srl]->title} - {htmlspecialchars($val->mid)} - {htmlspecialchars($val->browser_title)} + {htmlspecialchars($val->mid)} + {htmlspecialchars($val->browser_title)} {zdate($val->regdate,"Y-m-d")} {$lang->cmd_view} {$lang->cmd_copy}