Member default mobile skin code refining.

git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12670 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
misol 2013-02-03 07:25:30 +00:00
parent 89de49f450
commit 0484f75c10
8 changed files with 44 additions and 43 deletions

View file

@ -29,6 +29,7 @@ input[type=radio]{width:13px;height:13px;margin:0;padding:0}
.hx .write{position:absolute;top:8px;right:10px;background-position:0 0;display:inline-block;width:28px;height:27px;font-size:0;overflow:hidden;text-indent:28px} .hx .write{position:absolute;top:8px;right:10px;background-position:0 0;display:inline-block;width:28px;height:27px;font-size:0;overflow:hidden;text-indent:28px}
/* Form Field */ /* Form Field */
.ff{margin:0;padding:10px 0} .ff{margin:0;padding:10px 0}
.ff p{margin:0 6px 5px;padding:0;}
.ff ul{margin:0 10px 10px 10px;padding:10px 0 0 0;list-style:none} .ff ul{margin:0 10px 10px 10px;padding:10px 0 0 0;list-style:none}
.ff li{margin:0 0 5px 0;padding:0} .ff li{margin:0 0 5px 0;padding:0}
.ff li p{color:#666} .ff li p{color:#666}
@ -62,7 +63,7 @@ input[type=radio]{width:13px;height:13px;margin:0;padding:0}
.bn[type=submit], .bn[type=submit],
.bn[type=button]{height:28px} .bn[type=button]{height:28px}
.bn[href]{height:26px} .bn[href]{height:26px}
.bn{border-color:#b5b5b5;background:#1b1b1b -webkit-gradient(linear,0% 0%,0% 100%,from(#fff),to(#f6f6f6),color-stop(0.5,#f0f0f0),color-stop(0.5,#e4e4e4));background:#1b1b1b -moz-linear-gradient(top,#fff,#e4e4e4);background-color:#fff;color:#000}
.bn.dark{border-color:#666;background:#777 -webkit-gradient(linear,0% 0%,0% 100%,from(#7e7c78),to(#5c5b58));background:#777 -moz-linear-gradient(top,#7e7c78,#5c5b58);background-color:#777;color:#fff;box-shadow:0 0 1px #fff inset;-moz-box-shadow:0 0 1px #fff inset;-webkit-box-shadow:0 0 1px #fff inset} .bn.dark{border-color:#666;background:#777 -webkit-gradient(linear,0% 0%,0% 100%,from(#7e7c78),to(#5c5b58));background:#777 -moz-linear-gradient(top,#7e7c78,#5c5b58);background-color:#777;color:#fff;box-shadow:0 0 1px #fff inset;-moz-box-shadow:0 0 1px #fff inset;-webkit-box-shadow:0 0 1px #fff inset}
.bn.white{border-color:#b5b5b5;background:#1b1b1b -webkit-gradient(linear,0% 0%,0% 100%,from(#fff),to(#f6f6f6),color-stop(0.5,#f0f0f0),color-stop(0.5,#e4e4e4));background:#1b1b1b -moz-linear-gradient(top,#fff,#e4e4e4);background-color:#fff;color:#000}
.agreement .text{height:200px;overflow-y:auto;} .agreement .text{height:200px;overflow-y:auto;}
.bn a{text-decoration:none;} .bn a{text-decoration:none;}

View file

@ -1,7 +1,7 @@
<load target="./../../../../common/js/jquery.min.js" usecdn="true" index="-1000000" /> <load target="./../../../../common/js/jquery.min.js" usecdn="true" index="-1000000" />
<load target="./../../../../common/js/xe.min.js" usecdn="true" index="-1000000" /> <load target="./../../../../common/js/xe.min.js" usecdn="true" index="-1000000" />
<load target="css/msignup.css" usecdn="true" /> <load target="css/msignup.css" usecdn="true" />
<h2 class="h2">{$member_title = $lang->msg_leave_member}</h2> <h2 class="hx h2">{$member_title = $lang->msg_leave_member}</h2>
<div cond="$XE_VALIDATOR_MESSAGE" class="message {$XE_VALIDATOR_MESSAGE_TYPE}"> <div cond="$XE_VALIDATOR_MESSAGE" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
<p>{$XE_VALIDATOR_MESSAGE}</p> <p>{$XE_VALIDATOR_MESSAGE}</p>
</div> </div>

View file

@ -1,6 +1,6 @@
<load target="css/member.css" /> <load target="css/member.css" />
<div class="xm"> <div class="xm">
<h1>{$lang->member_info}</h1> <h2 class="hx h2">{$lang->member_info}</h2>
<div class="table even"> <div class="table even">
<table class="table table-striped table-hover"> <table class="table table-striped table-hover">
<tr loop="$displayDatas => $item"> <tr loop="$displayDatas => $item">
@ -23,10 +23,10 @@
<!--@end--> <!--@end-->
</table> </table>
</div> </div>
<div class="btnArea" cond="$memberInfo['member_srl'] == $logged_info->member_srl"> <div class="ba" cond="$memberInfo['member_srl'] == $logged_info->member_srl">
<a class="btn" cond="$member_config->identifier == 'email_address'" href="{getUrl('act', 'dispMemberModifyEmailAddress')}">{$lang->cmd_modify_member_email_address}</a> <li><a class="bn" cond="$member_config->identifier == 'email_address'" href="{getUrl('act', 'dispMemberModifyEmailAddress')}">{$lang->cmd_modify_member_email_address}...</a></li>
<a class="btn" href="{getUrl('act','dispMemberModifyInfo','member_srl','')}">{$lang->cmd_modify_member_info}</a> <li><a class="bn" href="{getUrl('act','dispMemberModifyInfo','member_srl','')}">{$lang->cmd_modify_member_info}...</a></li>
<a class="btn" href="{getUrl('act','dispMemberModifyPassword','member_srl','')}">{$lang->cmd_modify_member_password}</a> <li><a class="bn" href="{getUrl('act','dispMemberModifyPassword','member_srl','')}">{$lang->cmd_modify_member_password}...</a></li>
<a class="btn" href="{getUrl('act','dispMemberLeave','member_srl','')}">{$lang->cmd_leave}</a> <li><a class="bn" href="{getUrl('act','dispMemberLeave','member_srl','')}">{$lang->cmd_leave}...</a></li>
</div> </div>
</div> </div>

View file

@ -1,6 +1,7 @@
<load target="./../../../../common/js/jquery.min.js" usecdn="true" index="-1000000" /> <load target="./../../../../common/js/jquery.min.js" usecdn="true" index="-1000000" />
<load target="./../../../../common/js/xe.min.js" usecdn="true" index="-1000000" /> <load target="./../../../../common/js/xe.min.js" usecdn="true" index="-1000000" />
<load target="css/msignup.css" usecdn="true" /> <load target="css/msignup.css" usecdn="true" />
<h2 class="hx h2">{$lang->cmd_modify_member_email_address}</h2>
<div cond="$XE_VALIDATOR_MESSAGE" class="message {$XE_VALIDATOR_MESSAGE_TYPE}"> <div cond="$XE_VALIDATOR_MESSAGE" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
<p>{$XE_VALIDATOR_MESSAGE}</p> <p>{$XE_VALIDATOR_MESSAGE}</p>
</div> </div>
@ -8,7 +9,6 @@
<input type="hidden" name="module" value="member" /> <input type="hidden" name="module" value="member" />
<input type="hidden" name="act" value="procMemberModifyEmailAddress" /> <input type="hidden" name="act" value="procMemberModifyEmailAddress" />
<input type="hidden" name="success_return_url" value="{getRequestUriByServerEnviroment()}" /> <input type="hidden" name="success_return_url" value="{getRequestUriByServerEnviroment()}" />
<h2 class="h2">{$lang->cmd_modify_member_email_address}</h2>
<p>{$lang->about_modify_member_email_address}</p> <p>{$lang->about_modify_member_email_address}</p>
<ul> <ul>
<li> <li>

View file

@ -13,11 +13,11 @@
xe.lang.deleteImageMark = '{$lang->msg_delete_extend_form}'; xe.lang.deleteImageMark = '{$lang->msg_delete_extend_form}';
xe.lang.deleteImageName = '{$lang->msg_delete_extend_form}'; xe.lang.deleteImageName = '{$lang->msg_delete_extend_form}';
</script> </script>
<h2 class="hx h2">{$lang->msg_update_member}</h2>
<div cond="$XE_VALIDATOR_MESSAGE" class="message {$XE_VALIDATOR_MESSAGE_TYPE}"> <div cond="$XE_VALIDATOR_MESSAGE" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
<p>{$XE_VALIDATOR_MESSAGE}</p> <p>{$XE_VALIDATOR_MESSAGE}</p>
</div> </div>
<div class="bd"> <div class="bd">
<h2 class="h2">{$lang->msg_update_member}</h2>
<form ruleset="@insertMember" id="fo_insert_member" class="ff" action="./" method="POST"> <form ruleset="@insertMember" id="fo_insert_member" class="ff" action="./" method="POST">
<input type="hidden" name="act" value="procMemberModifyInfo" /> <input type="hidden" name="act" value="procMemberModifyInfo" />
<input type="hidden" name="module" value="member" /> <input type="hidden" name="module" value="member" />
@ -41,8 +41,8 @@
<li><label for="mailing" class="db fb al">{$lang->allow_mailing}</label><input id="mailing" type="checkbox" name="allow_mailing" value="Y" class="checkbox" <!--@if($member_info->allow_mailing!='N')-->checked="checked"<!--@end--> /> <p style="color:#666">{$lang->about_allow_mailing}</p></li> <li><label for="mailing" class="db fb al">{$lang->allow_mailing}</label><input id="mailing" type="checkbox" name="allow_mailing" value="Y" class="checkbox" <!--@if($member_info->allow_mailing!='N')-->checked="checked"<!--@end--> /> <p style="color:#666">{$lang->about_allow_mailing}</p></li>
</ul> </ul>
</fieldset> </fieldset>
<div class="cm"> <div class="bna">
<input type="submit" value="{$lang->cmd_registration}" class="bn"/> <input type="submit" value="{$lang->cmd_registration}" class="bn dark"/>
<a href="{getUrl('act','dispMemberInfo','member_srl','')}" class="bn"><span>{$lang->cmd_cancel}</span></a> <a href="{getUrl('act','dispMemberInfo','member_srl','')}" class="bn"><span>{$lang->cmd_cancel}</span></a>
</div> </div>
</form> </form>

View file

@ -1,7 +1,7 @@
<load target="./../../../../common/js/jquery.min.js" usecdn="true" index="-1000000" /> <load target="./../../../../common/js/jquery.min.js" usecdn="true" index="-1000000" />
<load target="./../../../../common/js/xe.min.js" usecdn="true" index="-1000000" /> <load target="./../../../../common/js/xe.min.js" usecdn="true" index="-1000000" />
<load target="css/msignup.css" usecdn="true" /> <load target="css/msignup.css" usecdn="true" />
<h2 class="h2">{$member_title = $lang->cmd_modify_member_password}</h2> <h2 class="hx h2">{$member_title = $lang->cmd_modify_member_password}</h2>
<form ruleset="modifyPassword" id="fo_insert_member" class="ff" action="./" method="post"> <form ruleset="modifyPassword" id="fo_insert_member" class="ff" action="./" method="post">
<input type="hidden" name="module" value="member" /> <input type="hidden" name="module" value="member" />
<input type="hidden" name="act" value="procMemberModifyPassword" /> <input type="hidden" name="act" value="procMemberModifyPassword" />
@ -27,6 +27,6 @@
</li> </li>
</ul> </ul>
<div class="bna"> <div class="bna">
<input type="submit" class="bn" value="{$lang->cmd_registration}" /> <input type="submit" class="bn dark" value="{$lang->cmd_registration}" />
</div> </div>
</form> </form>

View file

@ -1,5 +1,5 @@
<load target="css/msignup.css" usecdn="true" /> <load target="css/msignup.css" usecdn="true" />
<h2 class="h2">{$lang->msg_rechecked_password}</h2> <h2 class="hx h2">{$lang->msg_rechecked_password}</h2>
<div cond="$XE_VALIDATOR_MESSAGE" class="message {$XE_VALIDATOR_MESSAGE_TYPE}"> <div cond="$XE_VALIDATOR_MESSAGE" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
<p>{$XE_VALIDATOR_MESSAGE}</p> <p>{$XE_VALIDATOR_MESSAGE}</p>
</div> </div>
@ -18,7 +18,7 @@
</li> </li>
</ul> </ul>
<div class="bna"> <div class="bna">
<input class="bn white" type="submit" value="{$lang->cmd_confirm}" /> <input class="bn dark" type="submit" value="{$lang->cmd_confirm}" />
<span class="bn white"><a href="{getUrl('act','dispMemberInfo','member_srl','')}">{$lang->cmd_cancel}</a></span> <span class="bn white"><a href="{getUrl('act','dispMemberInfo','member_srl','')}">{$lang->cmd_cancel}</a></span>
</div> </div>
</form> </form>