Issue 2471 fixed.

git-svn-id: http://xe-core.googlecode.com/svn/branches/luminous@11607 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ChanMyeong 2012-10-08 02:59:21 +00:00
parent e1254f553e
commit d1cbabbac6
3 changed files with 48 additions and 59 deletions

View file

@ -12,9 +12,11 @@ body,input,textarea,select,button,table{font-family:Tahoma,Geneva,sans-serif}
.hd .h1 a{color:#fff} .hd .h1 a{color:#fff}
.hd .h1 img{border:0} .hd .h1 img{border:0}
.hd .mu{display:inline-block;height:26px;line-height:26px;padding:0 10px;font-size:12px;font-weight:bold;color:#fff;text-decoration:none;box-shadow:0 0 1px #000;-webkit-box-shadow:0 0 1px #000;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;background:#1b1b1b -webkit-gradient(linear,0% 0%,0% 100%,from(#777),to(#373737),color-stop(0.5,#323232),color-stop(0.5,#1b1b1b));background:#1b1b1b -moz-linear-gradient(top,#777,#373737);background-color:#1b1b1b} .hd .mu{display:inline-block;height:26px;line-height:26px;padding:0 10px;font-size:12px;font-weight:bold;color:#fff;text-decoration:none;box-shadow:0 0 1px #000;-webkit-box-shadow:0 0 1px #000;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;background:#1b1b1b -webkit-gradient(linear,0% 0%,0% 100%,from(#777),to(#373737),color-stop(0.5,#323232),color-stop(0.5,#1b1b1b));background:#1b1b1b -moz-linear-gradient(top,#777,#373737);background-color:#1b1b1b}
.hd .mu:after{content:"";margin:0 0 0 3px;font-size:24px;vertical-align:middle;position:relative;top:-2px} .hd .mu:after{content:"";margin:0 0 0 2px}
.hd .muon{cursor:pointer;display:inline-block;height:26px;line-height:26px;padding:0 10px;font-size:12px;font-weight:bold;color:#fff;text-decoration:none;box-shadow:0 0 1px #000;-webkit-box-shadow:0 0 1px #000;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;background:#1b1b1b -webkit-gradient(linear,0% 0%,0% 100%,from(#777),to(#373737),color-stop(0.5,#323232),color-stop(0.5,#1b1b1b));background:#1b1b1b -moz-linear-gradient(top,#777,#373737);background-color:#1b1b1b} .hd .muon{cursor:pointer;display:inline-block;height:26px;line-height:26px;padding:0 10px;font-size:12px;font-weight:bold;color:#fff;text-decoration:none;box-shadow:0 0 1px #000;-webkit-box-shadow:0 0 1px #000;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;background:#1b1b1b -webkit-gradient(linear,0% 0%,0% 100%,from(#777),to(#373737),color-stop(0.5,#323232),color-stop(0.5,#1b1b1b));background:#1b1b1b -moz-linear-gradient(top,#777,#373737);background-color:#1b1b1b}
.hd .muon:before{content:"";font-weight:bold;font-size:16px;line-height:16px;margin:0 2px 0 0;font-family:Verdana, Geneva, sans-serif} .hd .muon:before{content:"";margin:0 2px 0 0}
.hd .mu:after,
.hd .muon:before{font-size:16px;line-height:16px;vertical-align:middle;position:relative;top:-2px;font-family:Verdana, Geneva, sans-serif}
/* Footer */ /* Footer */
.ft{padding:0;margin:0;list-style:none;background:#868686;overflow:hidden;zoom:1} .ft{padding:0;margin:0;list-style:none;background:#868686;overflow:hidden;zoom:1}
.ft:after{content:"";display:block;clear:both} .ft:after{content:"";display:block;clear:both}

View file

@ -13,31 +13,22 @@
.xm img{border:0} .xm img{border:0}
.xm p{line-height:1.5} .xm p{line-height:1.5}
/* Heading */ /* Heading */
.xm .h1, .xm .hx{position:relative;border-bottom:1px solid #ccc8be;padding:8px 10px;margin:0}
.xm .h2, .xm .hx:after{content:"";margin:0 -10px;position:relative;top:10px;display:block;clear:both;height:1px;background:#fff}
.xm .h3, .xm .hx.h2{background:#e5e5e5;text-shadow:1px 1px 0 #fff;position:relative;zoom:1}
.xm .h4{position:relative;zoom:1} .xm .hx>h2{margin:0 10px 0 0;display:inline;font-size:16px;line-height:1.4}
.xm .h1{font-size:24px} .xm .hx a{color:#000}
.xm .h2{font-size:20px} /* Content */
.xm .h3{font-size:16px} .xm .co{margin: 10px;line-height: 1.4;font-size: 14px;color:#333}
.xm .h4{font-size:12px} /* DL */
/* Table */ .xm .dl{margin:15px 0}
.xm .table{margin:1em 0} .xm .dl>dt{font-weight:bold;margin-top:10px}
.xm .table table{width:100%;border:0;border-collapse:collapse;border-top:2px solid #ccc} .xm .dl>dt>em{font-style:normal;color:#e00}
.xm .table caption{font-weight:bold;text-align:left;line-height:22px;padding:5px 0} .xm .dl>dd{margin-left:20px}
.xm .table caption:after{content:"";display:block;clear:both} /* Button Area */
.xm .table caption a{font-weight:normal} .xm .ba{margin:15px 0;padding:0;list-style:none;border:1px solid #ddd;border-radius:4px}
.xm .table caption em{float:right;margin-left:1em} .xm .ba li{border-top:1px solid #ddd}
.xm .table caption strong{color:#e00} .xm .ba li:first-child{border:0}
.xm .table caption .side{float:right;font-weight:normal;margin-left:1em} .xm .ba li>a,
.xm .table th, .xm .ba li>button,
.xm .table td{border:0;padding:8px;vertical-align:top;text-align:left;border-bottom:1px solid #ddd;white-space:nowrap} .xm .ba li>input{display:block;white-space:nowrap;padding:7px 10px;text-decoration:none;color:#000;background:#f4f4f4;text-shadow:0 1px 0 #fff;overflow:hidden;text-overflow:ellipsis}
.xm .table th{background:#f8f8f8}
.xm .table thead th{border-bottom:1px solid #999}
.xm .table tfoot td{font-weight:bold;background:#f8f8f8}
.xm .table.even tbody tr:nth-of-type(even) td{background-color:#fafafa}
.xm .table td>input[type=text]{margin:-1px 0 -3px 0 !important;vertical-align:middle}
.xm .table img{vertical-align:middle}
.xm .table em{font-style:normal;font-weight:normal;color:#e00}
.xm .table .title,
.xm .table .text{white-space:normal}

View file

@ -1,32 +1,28 @@
<load target="css/member.css" /> <load target="css/member.css" />
<div class="xm"> <div class="xm">
<h2 class="h2">{$lang->member_info}</h2> <div class="hx h2">
<div class="table even"> <h2>{$lang->member_info}</h2>
<table width="100%" border="1" cellspacing="0"> </div>
<tr loop="$displayDatas => $item"> <div class="co">
<th scope="row" >{$item->title} <em cond="$item->required || $item->mustRequired">*</em></th> <dl class="dl">
<td class="text">{$item->value}</td> <block loop="$displayDatas => $item">
</tr> <dt>{$item->title} <em cond="$item->required || $item->mustRequired">*</em></dt>
<tr> <dd>{$item->value}</dd>
<th scope="row">{$lang->member_group}</th> </block>
<td class="text">{implode(', ', $memberInfo['group_list'])}</td> <dt>{$lang->member_group}</dt>
</tr> <dd>{implode(', ', $memberInfo['group_list'])}</dd>
<tr> <dt>{$lang->signup_date}</dt>
<th>{$lang->signup_date}</th> <dd>{zdate($memberInfo[regdate],"Y-m-d")}</dd>
<td>{zdate($memberInfo[regdate],"Y-m-d")}</td> <block cond="$memberInfo[member_srl] == $logged_info->member_srl || $logged_info->is_admin == 'Y'">
</tr> <dt>{$lang->last_login}</dt>
<!--@if($memberInfo[member_srl] == $logged_info->member_srl || $logged_info->is_admin == 'Y' )--> <dd>{zdate($memberInfo[last_login],"Y-m-d")}</dd>
<tr> </block>
<th>{$lang->last_login}</th> </dl>
<td>{zdate($memberInfo[last_login],"Y-m-d")}</td> <ul class="ba" cond="$memberInfo['member_srl'] == $logged_info->member_srl">
</tr> <li cond="$member_config->identifier == 'email_address'"><a href="{getUrl('act', 'dispMemberModifyEmailAddress')}">{$lang->cmd_modify_member_email_address}</a></li>
<!--@end--> <li><a href="{getUrl('act','dispMemberModifyInfo','member_srl','')}">{$lang->cmd_modify_member_info}</a></li>
</table> <li><a href="{getUrl('act','dispMemberModifyPassword','member_srl','')}">{$lang->cmd_modify_member_password}</a></li>
</div> <li><a href="{getUrl('act','dispMemberLeave','member_srl','')}">{$lang->cmd_leave}</a></li>
<div class="btnArea" cond="$memberInfo['member_srl'] == $logged_info->member_srl"> </ul>
<span class="btn" cond="$member_config->identifier == 'email_address'"><a href="{getUrl('act', 'dispMemberModifyEmailAddress')}">{$lang->cmd_modify_member_email_address}</a></span> </div>
<span class="btn"><a href="{getUrl('act','dispMemberModifyInfo','member_srl','')}">{$lang->cmd_modify_member_info}</a></span>
<span class="btn"><a href="{getUrl('act','dispMemberModifyPassword','member_srl','')}">{$lang->cmd_modify_member_password}</a></span>
<span class="btn"><a href="{getUrl('act','dispMemberLeave','member_srl','')}">{$lang->cmd_leave}</a></span>
</div>
</div> </div>