mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
revert r12075 and remove .form in member.css.
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12076 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
61e985e79f
commit
026580115b
11 changed files with 49 additions and 49 deletions
|
|
@ -32,45 +32,45 @@
|
||||||
.xm .nav li.active a span{padding-top:7px;font-weight:bold}
|
.xm .nav li.active a span{padding-top:7px;font-weight:bold}
|
||||||
/* Form */
|
/* Form */
|
||||||
.xm .form{margin:1em 0;padding:0}
|
.xm .form{margin:1em 0;padding:0}
|
||||||
.xm .form fieldset{margin:0 0 2em 0;padding:0;border:0}
|
.xm fieldset{margin:0 0 2em 0;padding:0;border:0}
|
||||||
.xm .form em{font-style:normal;color:#e00}
|
.xm em{font-style:normal;color:#e00}
|
||||||
.xm .form label{margin-right:1em;line-height:1;vertical-align:middle}
|
.xm label{margin-right:1em;line-height:1;vertical-align:middle}
|
||||||
.xm .form input[type=checkbox]+label,
|
.xm input[type=checkbox]+label,
|
||||||
.xm .form input[type=radio]+label,
|
.xm input[type=radio]+label,
|
||||||
.xm .form input[type=file]{cursor:pointer}
|
.xm input[type=file]{cursor:pointer}
|
||||||
.xm .form ul{position:relative;margin:0;padding:0;list-style:none;border-top:2px solid #ccc;border-bottom:1px solid #ccc;zoom:1}
|
.xm ul{position:relative;margin:0;padding:0;list-style:none;border-top:2px solid #ccc;border-bottom:1px solid #ccc;zoom:1}
|
||||||
.xm .form li{list-style:none;border:1px solid #ddd;border-left:0;border-right:0;margin:-1px 0;padding:8px 0;vertical-align:top;zoom:1}
|
.xm li{list-style:none;border:1px solid #ddd;border-left:0;border-right:0;margin:-1px 0;padding:8px 0;vertical-align:top;zoom:1}
|
||||||
.xm .form li:first-child{border-top:0}
|
.xm li:first-child{border-top:0}
|
||||||
.xm .form li>label:first-child{display:block;font-weight:bold}
|
.xm li>label:first-child{display:block;font-weight:bold}
|
||||||
.xm .form li label em{font-weight:normal}
|
.xm li label em{font-weight:normal}
|
||||||
.xm .form label.overlap{position:absolute;color:#aaa}
|
.xm label.overlap{position:absolute;color:#aaa}
|
||||||
.xm .form input[type=text],
|
.xm input[type=text],
|
||||||
.xm .form input[type=password],
|
.xm input[type=password],
|
||||||
.xm .form input[type=file],
|
.xm input[type=file],
|
||||||
.xm .form textarea{position:relative;width:280px;margin:2px 0;border:1px solid #b7b7b7;border-right-color:#e1e1e1;border-bottom-color:#e1e1e1;background:transparent;*background:transparent url(../../../../../common/img/blank.gif);_background:transparent;}
|
.xm textarea{position:relative;width:280px;margin:2px 0;border:1px solid #b7b7b7;border-right-color:#e1e1e1;border-bottom-color:#e1e1e1;background:transparent;*background:transparent url(../../../../../common/img/blank.gif);_background:transparent;}
|
||||||
.xm .form input[type=text],
|
.xm input[type=text],
|
||||||
.xm .form input[type=password],
|
.xm input[type=password],
|
||||||
.xm .form input[type=file]{height:22px;line-height:22px;vertical-align:middle;padding:0 4px}
|
.xm input[type=file]{height:22px;line-height:22px;vertical-align:middle;padding:0 4px}
|
||||||
.xm .form input[type=checkbox],
|
.xm input[type=checkbox],
|
||||||
.xm .form input[type=radio]{margin:0;padding:0;width:13px;height:13px;vertical-align:middle}
|
.xm input[type=radio]{margin:0;padding:0;width:13px;height:13px;vertical-align:middle}
|
||||||
.xm .form input[type=text][disabled=disabled],
|
.xm input[type=text][disabled=disabled],
|
||||||
.xm .form input[type=password][disabled=disabled],
|
.xm input[type=password][disabled=disabled],
|
||||||
.xm .form input[type=checkbox][disabled=disabled],
|
.xm input[type=checkbox][disabled=disabled],
|
||||||
.xm .form input[type=radio][disabled=disabled],
|
.xm input[type=radio][disabled=disabled],
|
||||||
.xm .form input[type=file][disabled=disabled],
|
.xm input[type=file][disabled=disabled],
|
||||||
.xm .form textarea[disabled=disabled],
|
.xm textarea[disabled=disabled],
|
||||||
.xm .form select[disabled=disabled]{background:#ddd !important;text-shadow:1px 1px 0 #fff}
|
.xm select[disabled=disabled]{background:#ddd !important;text-shadow:1px 1px 0 #fff}
|
||||||
.xm .form textarea{padding:3px 4px;vertical-align:top}
|
.xm textarea{padding:3px 4px;vertical-align:top}
|
||||||
.xm .form span.desc,
|
.xm span.desc,
|
||||||
.xm .form em.desc{line-height:22px;vertical-align:middle;margin:0 10px}
|
.xm em.desc{line-height:22px;vertical-align:middle;margin:0 10px}
|
||||||
.xm .form p.desc{margin:.25em 0;line-height:1.4}
|
.xm p.desc{margin:.25em 0;line-height:1.4}
|
||||||
.xm .form .q{font-weight:bold;margin:0 0 5px 0}
|
.xm .q{font-weight:bold;margin:0 0 5px 0}
|
||||||
.xm .form .a{margin:0 0 5px 0}
|
.xm .a{margin:0 0 5px 0}
|
||||||
.xm .form .tgForm{margin-right:1em}
|
.xm .tgForm{margin-right:1em}
|
||||||
.xm .form .h1 + ul,
|
.xm .h1 + ul,
|
||||||
.xm .form .h2 + ul,
|
.xm .h2 + ul,
|
||||||
.xm .form .h3 + ul,
|
.xm .h3 + ul,
|
||||||
.xm .form .h4 + ul{border-top:0}
|
.xm .h4 + ul{border-top:0}
|
||||||
/* Table */
|
/* Table */
|
||||||
.xm .table{margin:1em 0}
|
.xm .table{margin:1em 0}
|
||||||
.xm .table table{width:100%;border:0;border-collapse:collapse;border-top:2px solid #ccc}
|
.xm .table table{width:100%;border:0;border-collapse:collapse;border-top:2px solid #ccc}
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
<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>
|
||||||
<form ruleset="leaveMember" id="fo_insert_member" class="form" action="./" method="post">
|
<form ruleset="leaveMember" id="fo_insert_member" action="./" method="post">
|
||||||
<input type="hidden" name="module" value="member" />
|
<input type="hidden" name="module" value="member" />
|
||||||
<input type="hidden" name="act" value="procMemberLeave" />
|
<input type="hidden" name="act" value="procMemberLeave" />
|
||||||
<input type="hidden" name="mid" value="{$mid}" />
|
<input type="hidden" name="mid" value="{$mid}" />
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
<p>{$XE_VALIDATOR_MESSAGE}</p>
|
<p>{$XE_VALIDATOR_MESSAGE}</p>
|
||||||
</div>
|
</div>
|
||||||
<h1 class="h1">{$lang->cmd_login}</h1>
|
<h1 class="h1">{$lang->cmd_login}</h1>
|
||||||
<form ruleset="@login" action="./" method="post" id="fo_member_login" class="form">
|
<form ruleset="@login" action="./" method="post" id="fo_member_login">
|
||||||
<input type="hidden" name="success_return_url" value="{$referer_url}" />
|
<input type="hidden" name="success_return_url" value="{$referer_url}" />
|
||||||
<input type="hidden" name="act" value="procMemberLogin" />
|
<input type="hidden" name="act" value="procMemberLogin" />
|
||||||
<ul>
|
<ul>
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
<include target="./common_header.html" />
|
<include target="./common_header.html" />
|
||||||
<import target="filter/logout.xml" />
|
<import target="filter/logout.xml" />
|
||||||
<form action="./" method="get" class="form" onsubmit="return procFilter(this, logout)">
|
<form action="./" method="get" onsubmit="return procFilter(this, logout)">
|
||||||
<input type="hidden" name="mid" value="{$mid}" />
|
<input type="hidden" name="mid" value="{$mid}" />
|
||||||
<h1 class="h1">{$lang->cmd_logout}</h1>
|
<h1 class="h1">{$lang->cmd_logout}</h1>
|
||||||
<p>{$lang->confirm_logout}</p>
|
<p>{$lang->confirm_logout}</p>
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
<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>
|
||||||
<form ruleset="modifyEmailAddress" class="form" action="./" method="post">
|
<form ruleset="modifyEmailAddress" action="./" method="post">
|
||||||
<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()}" />
|
||||||
|
|
|
||||||
|
|
@ -12,7 +12,7 @@
|
||||||
<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>
|
||||||
<form ruleset="@insertMember" id="fo_insert_member" class="form" action="./" method="post" enctype="multipart/form-data">
|
<form ruleset="@insertMember" id="fo_insert_member" action="./" method="post" enctype="multipart/form-data">
|
||||||
<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" />
|
||||||
<input type="hidden" name="member_srl" value="{$member_info->member_srl}" />
|
<input type="hidden" name="member_srl" value="{$member_info->member_srl}" />
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
<include target="./common_header.html" />
|
<include target="./common_header.html" />
|
||||||
<h1 class="h1">{$member_title = $lang->cmd_modify_member_password}</h1>
|
<h1 class="h1">{$member_title = $lang->cmd_modify_member_password}</h1>
|
||||||
<form ruleset="modifyPassword" id="fo_insert_member" class="form" action="./" method="post">
|
<form ruleset="modifyPassword" id="fo_insert_member" 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" />
|
||||||
<input type="hidden" name="mid" value="{$mid}" />
|
<input type="hidden" name="mid" value="{$mid}" />
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
<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>
|
||||||
<form class="form" action="./index.php" method="post" ruleset="recheckedPassword">
|
<form action="./index.php" method="post" ruleset="recheckedPassword">
|
||||||
<input type="hidden" name="act" value="procMemberModifyInfoBefore" />
|
<input type="hidden" name="act" value="procMemberModifyInfoBefore" />
|
||||||
<input type="hidden" name="module" value="member" />
|
<input type="hidden" name="module" value="member" />
|
||||||
<ul>
|
<ul>
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
<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>
|
||||||
<form ruleset="resendAuthMail" class="form" action="./" method="post">
|
<form ruleset="resendAuthMail" action="./" method="post">
|
||||||
<input type="hidden" name="module" value="member" />
|
<input type="hidden" name="module" value="member" />
|
||||||
<input type="hidden" name="act" value="procMemberResendAuthMail" />
|
<input type="hidden" name="act" value="procMemberResendAuthMail" />
|
||||||
<input type="hidden" name="success_return_url" value="{getUrl(act, $act)}" />
|
<input type="hidden" name="success_return_url" value="{getUrl(act, $act)}" />
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
<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="form">
|
<div>
|
||||||
<h1 class="h1">{$lang->cmd_resend_auth_mail}</h1>
|
<h1 class="h1">{$lang->cmd_resend_auth_mail}</h1>
|
||||||
<p>{sprintf($lang->about_reset_auth_mail, $memberInfo->email_address)}</p>
|
<p>{sprintf($lang->about_reset_auth_mail, $memberInfo->email_address)}</p>
|
||||||
<ul>
|
<ul>
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@
|
||||||
<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>
|
||||||
<form ruleset="@insertMember" id="fo_insert_member" class="form" action="./" method="post" enctype="multipart/form-data">
|
<form ruleset="@insertMember" id="fo_insert_member" action="./" method="post" enctype="multipart/form-data">
|
||||||
<input type="hidden" name="act" value="procMemberInsert" />
|
<input type="hidden" name="act" value="procMemberInsert" />
|
||||||
<div class="agreement" cond="$member_config->agreement">
|
<div class="agreement" cond="$member_config->agreement">
|
||||||
<div class="text">
|
<div class="text">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue