Member simple skin

This commit is contained in:
MinSoo Kim 2017-01-09 22:48:37 +09:00
parent ab4b37a462
commit 7156b4c3fd
18 changed files with 246 additions and 176 deletions

View file

@ -1,9 +1,19 @@
{$lang->msg_confirm_account_info}<br /> <section style="font-size: 14px;margin: 8px 0px;padding: 0 15px;">
<hr noshade="noshade" /> <section style="box-sizing:border-box;background-color:#ffffff;margin: 0 0 20px;border: 1px solid #e0e0e0;">
<ul> <h1 style="border-bottom: 1px solid #e0e0e0;margin: 0;padding: 20px;">{lang('member.msg_confirm_account_info')}</h1>
<li>Site : <a href="{getUrl()}" target="_blank">{getUrl()}</a></li> <dl style="border: 0 none;margin: 0;padding: 20px;">
<li loop="$memberInfo=>$name,$value" cond="!is_object($value)&&!is_array($value)">{$name} : {$value}</li> <dt style="border: 0 none;font-weight: bold;box-sizing: border-box;display: block;margin: 10px 0 0;min-height: 25px;position: relative;width: 100%;">{lang('member.site')}</dt>
</ul> <dd style="border-bottom: 1px solid #e0e0e0;list-style: outside none none;box-sizing: border-box;display: block;margin: 10px 0 0;min-height: 25px;position: relative;width: 100%;">
<hr noshade="noshade" /> <a href="{getUrl()}" target="_blank" style="color: #2196f3;text-decoration: none;">{getUrl()}</a>
{$lang->msg_confirm_account_comment}<br /> </dd>
<a href="{$auth_url}">{$auth_url}</a> <block loop="$memberInfo=>$name,$value" cond="!is_object($value)&&!is_array($value)">
<dt style="border: 0 none;font-weight: bold;box-sizing: border-box;display: block;margin: 10px 0 0;min-height: 25px;position: relative;width: 100%;">{lang($name)}</dt>
<dl style="border-bottom: 1px solid #e0e0e0;list-style: outside none none;box-sizing: border-box;display: block;margin: 10px 0 0;min-height: 25px;position: relative;width: 100%;">{$value}</dl>
</block>
</dl>
<p style="border: 0 none;margin: 0;padding: 20px;">
{$lang->msg_confirm_account_comment}<br />
<a href="{$auth_url}" target="_blank" style="color: #2196f3;text-decoration: none;">{$auth_url}</a>
</p>
</section>
</section>

View file

@ -1,9 +1,19 @@
{$lang->msg_confirm_account_info}<br /> <section style="font-size: 14px;margin: 8px 0px;padding: 0 15px;">
<hr noshade="noshade" /> <section style="box-sizing:border-box;background-color:#ffffff;margin: 0 0 20px;border: 1px solid #e0e0e0;">
<ul> <h1 style="border-bottom: 1px solid #e0e0e0;margin: 0;padding: 20px;">{lang('member.msg_confirm_account_info')}</h1>
<li>Site : <a href="{getUrl()}" target="_blank">{getUrl()}</a></li> <dl style="border: 0 none;margin: 0;padding: 20px;">
<li loop="$memberInfo=>$name,$value" cond="!is_object($value)&&!is_array($value)">{$name} : {$value}</li> <dt style="border: 0 none;font-weight: bold;box-sizing: border-box;display: block;margin: 10px 0 0;min-height: 25px;position: relative;width: 100%;">{lang('member.site')}</dt>
</ul> <dd style="border-bottom: 1px solid #e0e0e0;list-style: outside none none;box-sizing: border-box;display: block;margin: 10px 0 0;min-height: 25px;position: relative;width: 100%;">
<hr noshade="noshade" /> <a href="{getUrl()}" target="_blank" style="color: #2196f3;text-decoration: none;">{getUrl()}</a>
{sprintf($lang->msg_confirm_email_address_change, $newEmail)}<br /> </dd>
<a href="{$auth_url}">{$auth_url}</a> <block loop="$memberInfo=>$name,$value" cond="!is_object($value)&&!is_array($value)">
<dt style="border: 0 none;font-weight: bold;box-sizing: border-box;display: block;margin: 10px 0 0;min-height: 25px;position: relative;width: 100%;">{lang($name)}</dt>
<dl style="border-bottom: 1px solid #e0e0e0;list-style: outside none none;box-sizing: border-box;display: block;margin: 10px 0 0;min-height: 25px;position: relative;width: 100%;">{$value}</dl>
</block>
</dl>
<p style="border: 0 none;margin: 0;padding: 20px;">
{sprintf($lang->msg_confirm_email_address_change, $newEmail)}<br />
<a href="{$auth_url}" target="_blank" style="color: #2196f3;text-decoration: none;">{$auth_url}</a>
</p>
</section>
</section>

View file

@ -115,13 +115,11 @@
background: #2196f3 none repeat scroll 0 0; background: #2196f3 none repeat scroll 0 0;
border: medium none; border: medium none;
color: #fff; color: #fff;
margin-top: 20px;
padding: 10px; padding: 10px;
vertical-align: bottom; vertical-align: bottom;
} }
.rx_simple_member .sw-footer .rx_simple_member form div.control-group>input[type="submit"], .rx_simple_member .sw-footer{
{ margin: 20px 0;
margin-bottom:30px;
} }
.rx_simple_member .sw-footer>a .rx_simple_member .sw-footer>a
{ {
@ -178,7 +176,7 @@
border-left: 0 none; border-left: 0 none;
} }
.rx_simple_member .sw-anchor-buttons { .rx_simple_member .sw-anchor-buttons {
float:right text-align:right;
} }
.rx_simple_member .sw-anchor-buttons a { .rx_simple_member .sw-anchor-buttons a {
display:inline-block; display:inline-block;
@ -198,6 +196,9 @@
white-space: nowrap; white-space: nowrap;
text-decoration: none; text-decoration: none;
} }
.rx_simple_member .rx_sw_list .cont_a.no_delete {
padding-right: 15px;
}
.rx_simple_member .rx_sw_list .cont_a:hover { .rx_simple_member .rx_sw_list .cont_a:hover {
color: #2196f3; color: #2196f3;
} }

View file

@ -1,41 +1,32 @@
<include target="./common_header.html" /> <include target="./common_header.html" />
<h1>{$member_title = $lang->cmd_view_own_document }</h1> <section class="sw-body">
<table class="table table-striped table-hover"> <h1>{$member_title = lang('member.cmd_view_own_document')}</h1>
<caption> <div class="rx_member-notice">
Total: {number_format($total_count)}, Page {number_format($page)}/{number_format($total_page)} {lang('common.total')}: {number_format($total_count)}
<span class="pull-right"> </div>
<a href="{getUrl('','module','module','act','dispModuleSelectList','id','target_module','type','single')}" class="btn" onclick="popopen(this.href,'ModuleSelect');return false;">{$lang->cmd_find_module}</a> <div>
<a href="{getUrl('selected_module_srl','')}" cond="$selected_module_srl" class="btn">{$lang->cmd_cancel}</a> <ul class="rx_sw_list">
</span> <li loop="$document_list => $key, $item">
</caption> <a href="{getUrl('','document_srl',$item->document_srl)}" class="cont_a no_delete" onclick="window.open(this.href);return false;">
<thead> <span class="content_basic">
<tr> <span class="content_title">
<th>{$lang->no}</th> {escape($item->getTitle())}
<th class="title">{$lang->title}</th> </span>
<th>{$lang->date}</th> <span class="content_subinfo">
<th>{$lang->readed_count}</th> {$item->getRegdate("Y-m-d")}
<th>{$lang->voted_count}</th> <!--@if($item->getCommentCount())-->
</tr> [{$item->getCommentCount()}]
</thead> <!--@end-->
<tbody> <!--@if($item->get('voted_count'))-->
<tr loop="$document_list => $no,$oDocument"> [{$item->get('voted_count')}]
<td>{$no}</td> <!--@end-->
<td class="title"> </span>
<a href="{getUrl('','document_srl',$oDocument->document_srl)}" onclick="window.open(this.href);return false;">{$oDocument->getTitleText()}</a> </span>
<!--@if($oDocument->getCommentCount())--> </a>
[{$oDocument->getCommentCount()}] </li>
<!--@end--> </ul>
</div>
<!--@if($oDocument->getTrackbackCount())--> </section>
[{$oDocument->getTrackbackCount()}]
<!--@end-->
</td>
<td>{$oDocument->getRegdate("Y-m-d")}</td>
<td>{$oDocument->get('readed_count')}</td>
<td>{$oDocument->get('voted_count')}</td>
</tr>
</tbody>
</table>
<div class="pagination pagination-centered"> <div class="pagination pagination-centered">
<ul> <ul>
<li><a href="{getUrl('page','','module_srl','')}" class="direction">&laquo; {$lang->first_page}</a></li> <li><a href="{getUrl('page','','module_srl','')}" class="direction">&laquo; {$lang->first_page}</a></li>
@ -45,4 +36,8 @@
<li><a href="{getUrl('page',$page_navigation->last_page,'module_srl','')}" class="direction">{$lang->last_page} &raquo;</a></li> <li><a href="{getUrl('page',$page_navigation->last_page,'module_srl','')}" class="direction">{$lang->last_page} &raquo;</a></li>
</ul> </ul>
</div> </div>
<div class="sw-footer sw-anchor-buttons">
<a href="{getUrl('','module','module','act','dispModuleSelectList','id','target_module','type','single')}" onclick="popopen(this.href,'ModuleSelect');return false;">{$lang->cmd_find_module}</a>
<a href="{getUrl('selected_module_srl','')}" cond="$selected_module_srl">{$lang->cmd_cancel}</a>
</div>
<include target="./common_footer.html" /> <include target="./common_footer.html" />

View file

@ -2,7 +2,7 @@
<load target="filter/find_member_account.xml" /> <load target="filter/find_member_account.xml" />
<section class="sw-body"> <section class="sw-body">
<h1>{$lang->cmd_find_member_account_with_email}</h1> <h1>{$lang->cmd_find_member_account_with_email}</h1>
<div cond="$XE_VALIDATOR_MESSAGE && $XE_VALIDATOR_ID == 'modules/member/skin/default/find_member_account/1'" class="rx_member-notice {$XE_VALIDATOR_MESSAGE_TYPE}"> <div cond="$XE_VALIDATOR_MESSAGE && $XE_VALIDATOR_ID == 'modules/member/skin/simple_world/find_member_account/1'" class="rx_member-notice {$XE_VALIDATOR_MESSAGE_TYPE}">
<p>{$XE_VALIDATOR_MESSAGE}</p> <p>{$XE_VALIDATOR_MESSAGE}</p>
</div> </div>
<p class="rx_member-notice">{$lang->about_find_member_account}</p> <p class="rx_member-notice">{$lang->about_find_member_account}</p>
@ -11,7 +11,7 @@
<input type="hidden" name="act" value="procMemberFindAccount" /> <input type="hidden" name="act" value="procMemberFindAccount" />
<input type="hidden" name="document_srl" value="{$document_srl}" /> <input type="hidden" name="document_srl" value="{$document_srl}" />
<input type="hidden" name="page" value="{$page}" /> <input type="hidden" name="page" value="{$page}" />
<input type="hidden" name="xe_validator_id" value="modules/member/skin/default/find_member_account/1" /> <input type="hidden" name="xe_validator_id" value="modules/member/skin/simple_world/find_member_account/1" />
<div class="control-group"> <div class="control-group">
<label for="uid"> <label for="uid">
{lang('common.email_address')} {lang('common.email_address')}
@ -24,7 +24,7 @@
</section> </section>
<section class="sw-body" cond="count($lang->find_account_question_items)>1 && $enable_find_account_question == 'Y'"> <section class="sw-body" cond="count($lang->find_account_question_items)>1 && $enable_find_account_question == 'Y'">
<h1>{$lang->cmd_find_member_account_with_email_question}</h1> <h1>{$lang->cmd_find_member_account_with_email_question}</h1>
<div cond="$XE_VALIDATOR_MESSAGE && $XE_VALIDATOR_ID == 'modules/member/skin/default/find_member_account/2'" class="rx_member-notice {$XE_VALIDATOR_MESSAGE_TYPE}"> <div cond="$XE_VALIDATOR_MESSAGE && $XE_VALIDATOR_ID == 'modules/member/skin/simple_world/find_member_account/2'" class="rx_member-notice {$XE_VALIDATOR_MESSAGE_TYPE}">
<p>{$XE_VALIDATOR_MESSAGE}</p> <p>{$XE_VALIDATOR_MESSAGE}</p>
</div> </div>
<p class="rx_member-notice">{$lang->about_find_account_question}</p> <p class="rx_member-notice">{$lang->about_find_account_question}</p>
@ -35,16 +35,16 @@
<input type="hidden" name="act" value="procMemberFindAccountByQuestion" /> <input type="hidden" name="act" value="procMemberFindAccountByQuestion" />
<input type="hidden" name="success_return_url" value="{getUrl('', 'act', 'dispMemberGetTempPassword')}" /> <input type="hidden" name="success_return_url" value="{getUrl('', 'act', 'dispMemberGetTempPassword')}" />
<input type="hidden" name="page" value="{$page}" /> <input type="hidden" name="page" value="{$page}" />
<input type="hidden" name="xe_validator_id" value="modules/member/skin/default/find_member_account/2" /> <input type="hidden" name="xe_validator_id" value="modules/member/skin/simple_world/find_member_account/2" />
<div class="control-group"> <div class="control-group">
<label for="user_id" cond="$identifier == 'user_id'"> <label for="user_id" cond="$identifier == 'user_id'">
{lang('common.user_id')} {lang('common.user_id')}
</label> </label>
<input type="text" name="user_id" id="user_id" required title="{$lang->user_id}" cond="$identifier == 'user_id'" /> <input type="text" name="user_id" id="user_id" required title="{$lang->user_id}" cond="$identifier == 'user_id'" />
<label for="email_address"> <label for="email_address2">
{lang('common.email_address')} {lang('common.email_address')}
</label> </label>
<input type="email" name="email_address" id="email_address" required title="{$lang->email_address}" /> <input type="email" name="email_address" id="email_address2" required title="{$lang->email_address}" />
<label for="find_account_question"> <label for="find_account_question">
{lang('member.find_account_question')} {lang('member.find_account_question')}
</label> </label>
@ -65,7 +65,7 @@
</section> </section>
<section class="sw-body"> <section class="sw-body">
<h1>{$lang->cmd_resend_auth_mail}</h1> <h1>{$lang->cmd_resend_auth_mail}</h1>
<div cond="$XE_VALIDATOR_MESSAGE && $XE_VALIDATOR_ID == 'modules/member/skin/default/find_member_account/3'" class="rx_member-notice {$XE_VALIDATOR_MESSAGE_TYPE}"> <div cond="$XE_VALIDATOR_MESSAGE && $XE_VALIDATOR_ID == 'modules/member/skin/simple_world/find_member_account/3'" class="rx_member-notice {$XE_VALIDATOR_MESSAGE_TYPE}">
<p>{$XE_VALIDATOR_MESSAGE}</p> <p>{$XE_VALIDATOR_MESSAGE}</p>
</div> </div>
<p class="rx_member-notice">{$lang->about_resend_auth_mail}</p> <p class="rx_member-notice">{$lang->about_resend_auth_mail}</p>
@ -73,12 +73,13 @@
<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)}" />
<input type="hidden" name="xe_validator_id" value="modules/member/skin/default/find_member_account/3" /> <input type="hidden" name="xe_validator_id" value="modules/member/skin/simple_world/find_member_account/3" />
<!--// 분명 이렇게 xe_validator_id 를 썼는데.. 왜 바뀌어서 나타나는가... -->
<div class="control-group"> <div class="control-group">
<label for="email_address"> <label for="email_address3">
{lang('common.email_address')} {lang('common.email_address')}
</label> </label>
<input type="email" id="email_address" name="email_address" value="" required title="{$lang->email_address}" /><br /> <input type="email" id="email_address3" name="email_address" value="" required title="{$lang->email_address}" /><br />
<block cond="$captcha">{$captcha}<br /></block> <block cond="$captcha">{$captcha}<br /></block>
<input type="submit" value="{$lang->cmd_resend_auth_mail}" /> <input type="submit" value="{$lang->cmd_resend_auth_mail}" />
</div> </div>

View file

@ -1,10 +1,21 @@
{$lang->msg_find_account_info}<br /> <section style="font-size: 14px;margin: 8px 0px;padding: 0 15px;">
<hr noshade="noshade" /> <section style="box-sizing:border-box;background-color:#ffffff;margin: 0 0 20px;border: 1px solid #e0e0e0;">
<ul> <h1 style="border-bottom: 1px solid #e0e0e0;margin: 0;padding: 20px;">{lang('member.msg_find_account_info')}</h1>
<li>{$lang->site} : <a href="{getUrl()}" target="_blank">{getUrl()}</a></li> <dl style="border: 0 none;margin: 0;padding: 20px;">
<li loop="$memberInfo=>$name,$value" cond="!is_object($value)&&!is_array($value)">{$name} : {$value}</li> <dt style="border: 0 none;font-weight: bold;box-sizing: border-box;display: block;margin: 10px 0 0;min-height: 25px;position: relative;width: 100%;">{lang('member.site')}</dt>
<li>{$lang->password} : <span style="color:red">{$auth_args->new_password}</span></li> <dd style="border-bottom: 1px solid #e0e0e0;list-style: outside none none;box-sizing: border-box;display: block;margin: 10px 0 0;min-height: 25px;position: relative;width: 100%;">
</ul> <a href="{getUrl()}" target="_blank" style="color: #2196f3;text-decoration: none;">{getUrl()}</a>
<hr noshade="noshade" /> </dd>
{$lang->msg_find_account_comment}<br /> <block loop="$memberInfo=>$name,$value" cond="!is_object($value)&&!is_array($value)">
<a href="{$find_url}">{$find_url}</a> <dt style="border: 0 none;font-weight: bold;box-sizing: border-box;display: block;margin: 10px 0 0;min-height: 25px;position: relative;width: 100%;">{lang($name)}</dt>
<dl style="border-bottom: 1px solid #e0e0e0;list-style: outside none none;box-sizing: border-box;display: block;margin: 10px 0 0;min-height: 25px;position: relative;width: 100%;">{$value}</dl>
</block>
<dt style="border: 0 none;font-weight: bold;box-sizing: border-box;display: block;margin: 10px 0 0;min-height: 25px;position: relative;width: 100%;">{$lang->password}</dt>
<dl style="border-bottom: 1px solid #e0e0e0;list-style: outside none none;box-sizing: border-box;display: block;margin: 10px 0 0;min-height: 25px;position: relative;width: 100%;color:red">{$auth_args->new_password}</dl>
</dl>
<p style="border: 0 none;margin: 0;padding: 20px;">
{lang('member.msg_find_account_comment')}<br />
<a href="{$find_url}" target="_blank" style="color: #2196f3;text-decoration: none;">{$find_url}</a>
</p>
</section>
</section>

View file

@ -1,6 +1,12 @@
<include target="./common_header.html" /> <include target="./common_header.html" />
<h1>{$lang->cmd_find_member_account}</h1> <section class="sw-body">
<p>{$lang->about_temp_password}</p> <h1>{lang('member.cmd_find_member_account')}</h1>
<p>{$lang->user_id}: {$user_id}</p> <div class="rx_member-notice">{lang('$lang->about_temp_password')}</div>
<p>{$lang->temp_password}: {$temp_password}</p> <dl>
<dt>{lang('common.user_id')}</dt>
<dd>{$user_id}</dd>
<dt>{lang('member.temp_password')}</dt>
<dd>{$temp_password}</dd>
</dl>
</section>
<include target="./common_footer.html" /> <include target="./common_footer.html" />

View file

@ -1,23 +1,30 @@
<include target="./common_header.html" /> <include target="./common_header.html" />
<h1>{$member_title = $lang->msg_leave_member}</h1> <div class="signin">
<div cond="$XE_VALIDATOR_MESSAGE && $XE_VALIDATOR_ID == 'modules/member/skin/default/1'" class="message {$XE_VALIDATOR_MESSAGE_TYPE}"> <section class="sw-body">
<p>{$XE_VALIDATOR_MESSAGE}</p> <h1>{$member_title = $lang->msg_leave_member}</h1>
<div cond="$XE_VALIDATOR_MESSAGE && $XE_VALIDATOR_ID == 'modules/member/skin/simple_world/1'" class="rx_member-notice {$XE_VALIDATOR_MESSAGE_TYPE}">
<p>{$XE_VALIDATOR_MESSAGE}</p>
</div>
<p class="rx_member-notice">{$lang->about_rechecked_password}</p>
<form ruleset="leaveMember" id="fo_insert_member" action="./" method="post">
<input type="hidden" name="module" value="member" />
<input type="hidden" name="act" value="procMemberLeave" />
<input type="hidden" name="mid" value="{$mid}" />
<input type="hidden" name="document_srl" value="{$document_srl}" />
<input type="hidden" name="page" value="{$page}" />
<input type="hidden" name="xe_validator_id" value="modules/member/skin/simple_world/1" />
<div class="control-group">
<label for="uid">
{lang($identifier)}
</label>
<input type="text" id="uid" value="{$formValue}" readonly title="{lang($identifier)}" />
<label for="pw">
{lang('common.password')}
</label>
<input type="password" name="password" id="pw" required title="{$lang->password}" />
<input type="submit" value="{$lang->cmd_leave}" />
</div>
</form>
</section>
</div> </div>
<form ruleset="leaveMember" id="fo_insert_member" action="./" method="post">
<input type="hidden" name="module" value="member" />
<input type="hidden" name="act" value="procMemberLeave" />
<input type="hidden" name="mid" value="{$mid}" />
<input type="hidden" name="document_srl" value="{$document_srl}" />
<input type="hidden" name="page" value="{$page}" />
<input type="hidden" name="xe_validator_id" value="modules/member/skin/default/1" />
<div>
<input type="email" value="{$formValue}" readonly title="{lang($identifier)}" />
</div>
<div>
<span class="input-append">
<input type="password" name="password" id="cpw" required placeholder="{$lang->password}" title="{$lang->password}" />
<input type="submit" value="{$lang->cmd_leave}" class="btn btn-inverse" />
</span>
</div>
</form>
<include target="./common_footer.html" /> <include target="./common_footer.html" />

View file

@ -1,6 +1,6 @@
<include target="./common_header.html" /> <include target="./common_header.html" />
<div class="signin"> <div class="signin">
<div class="sw-body"> <section class="sw-body">
<h1>{$lang->cmd_login}</h1> <h1>{$lang->cmd_login}</h1>
<div cond="$XE_VALIDATOR_MESSAGE && $XE_VALIDATOR_ID == 'modules/member/skins'" class="rx_member-notice {$XE_VALIDATOR_MESSAGE_TYPE}"> <div cond="$XE_VALIDATOR_MESSAGE && $XE_VALIDATOR_ID == 'modules/member/skins'" class="rx_member-notice {$XE_VALIDATOR_MESSAGE_TYPE}">
<p>{$XE_VALIDATOR_MESSAGE}</p> <p>{$XE_VALIDATOR_MESSAGE}</p>
@ -32,7 +32,7 @@
<input type="submit" value="{$lang->cmd_login}" /> <input type="submit" value="{$lang->cmd_login}" />
</div> </div>
</form> </form>
</div> </section>
<div class="sw-footer"> <div class="sw-footer">
<a href="{getUrl('act','dispMemberSignUpForm')}">{lang('member.cmd_signup')}</a> <a href="{getUrl('act','dispMemberSignUpForm')}">{lang('member.cmd_signup')}</a>
</div> </div>

View file

@ -1,9 +1,15 @@
<include target="./common_header.html" /> <include target="./common_header.html" />
<import target="filter/logout.xml" /> <import target="filter/logout.xml" />
<form action="./" method="get" onsubmit="return procFilter(this, logout)"> <div class="signin">
<input type="hidden" name="mid" value="{$mid}" /> <section class="sw-body">
<h1>{$lang->cmd_logout}</h1> <h1>{lang('member.cmd_logout')}</h1>
<p>{$lang->confirm_logout}</p> <p class="rx_member-notice">{lang('common.confirm_logout')}</p>
<p><input type="submit" value="{$lang->cmd_logout}" class="btn btn-inverse" /></p> <form action="./" method="get" onsubmit="return procFilter(this, logout)">
</form> <input type="hidden" name="mid" value="{$mid}" />
<div class="control-group">
<input type="submit" value="{lang('member.cmd_logout')}" />
</div>
</form>
</section>
</div>
<include target="./common_footer.html" /> <include target="./common_footer.html" />

View file

@ -4,7 +4,7 @@
<div cond="$XE_VALIDATOR_MESSAGE && $XE_VALIDATOR_ID == 'modules/member/skins/simple_world/1'" class="rx_member-notice {$XE_VALIDATOR_MESSAGE_TYPE}"> <div cond="$XE_VALIDATOR_MESSAGE && $XE_VALIDATOR_ID == 'modules/member/skins/simple_world/1'" class="rx_member-notice {$XE_VALIDATOR_MESSAGE_TYPE}">
<p>{$XE_VALIDATOR_MESSAGE}</p> <p>{$XE_VALIDATOR_MESSAGE}</p>
</div> </div>
<dl class="dl-horizontal"> <dl>
<block loop="$displayDatas => $item"> <block loop="$displayDatas => $item">
<dt>{$item->title}<sup cond="$item->required || $item->mustRequired">*</sup></dt> <dt>{$item->title}<sup cond="$item->required || $item->mustRequired">*</sup></dt>
<dd cond="$item->value">{$item->value}</dd> <dd cond="$item->value">{$item->value}</dd>
@ -26,4 +26,5 @@
<a href="{getUrl('act','dispMemberModifyPassword','member_srl','')}">{$lang->cmd_modify_member_password}</a> <a href="{getUrl('act','dispMemberModifyPassword','member_srl','')}">{$lang->cmd_modify_member_password}</a>
<a href="{getUrl('act','dispMemberLeave','member_srl','')}">{$lang->cmd_leave}</a> <a href="{getUrl('act','dispMemberLeave','member_srl','')}">{$lang->cmd_leave}</a>
</div> </div>
<include target="./common_footer.html" />
<include target="./common_footer.html" />

View file

@ -1,28 +1,30 @@
<include target="./common_header.html" /> <include target="./common_header.html" />
<h1>{$member_title = $lang->cmd_modify_nickname_log}</h1> <section class="sw-body">
<table class="table table-striped table-hover"> <h1>{$member_title = $lang->cmd_modify_nickname_log}</h1>
<thead> <table class="table table-striped table-hover">
<tr> <thead>
<th>{$lang->date}</th> <tr>
<th>{$lang->nick_name_before_changing}</th> <th>{$lang->date}</th>
<th class="title">{$lang->nick_name_after_changing}</th> <th>{$lang->nick_name_before_changing}</th>
</tr> <th class="title">{$lang->nick_name_after_changing}</th>
</thead> </tr>
<tbody> </thead>
<tr loop="$nickname_list => $val"> <tbody>
<td> <tr loop="$nickname_list => $val">
{zdate($val->regdate,"Y-m-d H:i:s")} <td>
</td> {zdate($val->regdate,"Y-m-d H:i:s")}
<td> </td>
{$val->before_nick_name} <td>
</td> {$val->before_nick_name}
<td> </td>
{$val->after_nick_name} <td>
</td> {$val->after_nick_name}
</tr> </td>
</tr>
</tbody> </tbody>
</table> </table>
</section>
<div class="pagination pagination-centered"> <div class="pagination pagination-centered">
<ul> <ul>
<li><a href="{getUrl('page','','module_srl','')}" class="direction">&laquo; {$lang->first_page}</a></li> <li><a href="{getUrl('page','','module_srl','')}" class="direction">&laquo; {$lang->first_page}</a></li>

View file

@ -1,7 +1,7 @@
<include target="./common_header.html" /> <include target="./common_header.html" />
<h1>{$lang->cmd_modify_member_email_address}</h1> <h1>{$lang->cmd_modify_member_email_address}</h1>
<p>{$lang->about_modify_member_email_address}</p> <p>{$lang->about_modify_member_email_address}</p>
<div cond="$XE_VALIDATOR_MESSAGE && $XE_VALIDATOR_ID == 'modules/member/skins/simple_world/1'" class="message {$XE_VALIDATOR_MESSAGE_TYPE}"> <div cond="$XE_VALIDATOR_MESSAGE && $XE_VALIDATOR_ID == 'modules/member/skins/simple_world/1'" class="rx_member-notice {$XE_VALIDATOR_MESSAGE_TYPE}">
<p>{$XE_VALIDATOR_MESSAGE}</p> <p>{$XE_VALIDATOR_MESSAGE}</p>
</div> </div>
<form ruleset="modifyEmailAddress" action="./" method="post"> <form ruleset="modifyEmailAddress" action="./" method="post">

View file

@ -1,16 +1,21 @@
<include target="./common_header.html" /> <include target="./common_header.html" />
<h1>{$lang->cmd_resend_auth_mail}</h1> <section class="sw-body">
<p>{$lang->about_resend_auth_mail}</p> <h1>{$lang->cmd_resend_auth_mail}</h1>
<div cond="$XE_VALIDATOR_MESSAGE && $XE_VALIDATOR_ID == 'modules/member/skins/simple_world/resend_auth_mail/1'" class="message {$XE_VALIDATOR_MESSAGE_TYPE}"> <div class="rx_member-notice">{lang('member.about_resend_auth_mail')}</div>
<p>{$XE_VALIDATOR_MESSAGE}</p> <div cond="$XE_VALIDATOR_MESSAGE && $XE_VALIDATOR_ID == 'modules/member/skins/simple_world/resend_auth_mail/1'" class="rx_member-notice {$XE_VALIDATOR_MESSAGE_TYPE}">
</div> <p>{$XE_VALIDATOR_MESSAGE}</p>
<form ruleset="resendAuthMail" class="form" action="./" method="post">
<input type="hidden" name="module" value="member" />
<input type="hidden" name="act" value="procMemberResendAuthMail" />
<input type="hidden" name="xe_validator_id" value="modules/member/skins/simple_world/resend_auth_mail/1" />
<div class="input-append">
<input type="text" id="email_address" name="email_address" value="" title="{$lang->email_address}" placeholder="{$lang->email_address}" />
<input type="submit" id="resend_button" name="" value="{$lang->cmd_resend_auth_mail}" class="btn btn-inverse" />
</div> </div>
</form> <form ruleset="resendAuthMail" class="form" action="./" method="post">
<input type="hidden" name="module" value="member" />
<input type="hidden" name="act" value="procMemberResendAuthMail" />
<input type="hidden" name="xe_validator_id" value="modules/member/skins/simple_world/resend_auth_mail/1" />
<div class="control-group">
<label for="email_address">
{lang('common.email_address')}
</label>
<input type="email" id="email_address" name="email_address" value="" title="{lang('common.email_address')}" />
<input type="submit" id="resend_button" name="" value="{lang('member.cmd_resend_auth_mail')}" />
</div>
</form>
</section>
<include target="./common_footer.html" /> <include target="./common_footer.html" />

View file

@ -1,26 +1,41 @@
<include target="./common_header.html" /> <include target="./common_header.html" />
<h1>{$lang->cmd_resend_auth_mail}</h1> <section class="sw-body">
<p>{sprintf($lang->about_reset_auth_mail, $memberInfo->email_address)}</p> <h1>{$lang->cmd_resend_auth_mail}</h1>
<div cond="$XE_VALIDATOR_MESSAGE && $XE_VALIDATOR_ID == 'modules/member/skins/simple_world/reset_mail/1'" class="message {$XE_VALIDATOR_MESSAGE_TYPE}"> <div cond="$XE_VALIDATOR_MESSAGE && $XE_VALIDATOR_ID == 'modules/member/skins/simple_world/reset_mail/1'" class="rx_member-notice {$XE_VALIDATOR_MESSAGE_TYPE}">
<p>{$XE_VALIDATOR_MESSAGE}</p> <p>{$XE_VALIDATOR_MESSAGE}</p>
</div>
<form action="./" method="post">
<input type="hidden" name="module" value="member" />
<input type="hidden" name="act" value="procMemberResendAuthMail" />
<input type="hidden" name="email_address" value="{$memberInfo->email_address}" />
<input type="hidden" name="xe_validator_id" value="modules/member/skins/simple_world/reset_mail/1" />
<div class="input-append">
<input type="text" readonly="readonly" disabled="disabled" value="{$memberInfo->email_address}" title="{$lang->cmd_resend_auth_mail}" />
<input type="submit" id="resend_button" name="" value="{$lang->cmd_resend_auth_mail}" class="btn btn-inverse" />
</div> </div>
</form> <div class="rx_member-notice">{sprintf($lang->about_reset_auth_mail, $memberInfo->email_address)}</div>
<form ruleset="resetAuthMail" action="./" method="post"> <form action="./" method="post">
<input type="hidden" name="module" value="member" /> <input type="hidden" name="module" value="member" />
<input type="hidden" name="act" value="procMemberResetAuthMail" /> <input type="hidden" name="act" value="procMemberResendAuthMail" />
<div class="input-append"> <input type="hidden" name="email_address" value="{$memberInfo->email_address}" />
<input type="text" id="email_address" name="email_address" value="" placeholder="{$lang->cmd_modify_new_auth_email_address}" title="{$lang->cmd_modify_new_auth_email_address}" /> <input type="hidden" name="xe_validator_id" value="modules/member/skins/simple_world/reset_mail/1" />
<input type="submit" value="{$lang->cmd_send_auth_new_emaill_address}" class="btn btn-inverse" /> <div class="control-group">
<label for="uid1">
{lang('common.email_address')}
</label>
<input type="text" id="uid1" readonly="readonly" disabled="disabled" value="{$memberInfo->email_address}" title="{$lang->cmd_resend_auth_mail}" />
<input type="submit" id="resend_button" name="" value="{$lang->cmd_resend_auth_mail}" class="btn btn-inverse" />
</div>
</form>
</section>
<section class="sw-body">
<h1>{lang('member.cmd_send_auth_new_emaill_address')}</h1>
<div cond="$XE_VALIDATOR_MESSAGE && $XE_VALIDATOR_ID == 'modules/member/skins/simple_world/reset_mail/2'" class="rx_member-notice {$XE_VALIDATOR_MESSAGE_TYPE}">
<p>{$XE_VALIDATOR_MESSAGE}</p>
</div> </div>
<p>{$lang->about_reset_auth_mail_submit}</p> <div class="rx_member-notice">{lang('member.about_reset_auth_mail_submit')}</div>
</form> <form ruleset="resetAuthMail" action="./" method="post">
<input type="hidden" name="module" value="member" />
<input type="hidden" name="act" value="procMemberResetAuthMail" />
<input type="hidden" name="xe_validator_id" value="modules/member/skins/simple_world/reset_mail/2" />
<div class="control-group">
<label for="email_address">
{lang('common.cmd_modify_new_auth_email_address')}
</label>
<input type="text" id="email_address" name="email_address" value="" title="{lang('member.cmd_modify_new_auth_email_address')}" />
<input type="submit" value="{$lang->cmd_send_auth_new_emaill_address}" class="btn btn-inverse" />
</div>
</form>
</section>
<include target="./common_footer.html" /> <include target="./common_footer.html" />

View file

@ -1,6 +1,6 @@
<include target="./common_header.html" /> <include target="./common_header.html" />
<section class="sw-body"> <section class="sw-body">
<h1>{$member_title = $lang->cmd_view_saved_document}</h1> <h1>{$member_title = lang('member.cmd_view_saved_document')}</h1>
<div class="rx_member-notice">{lang('common.total')}: {number_format($total_count)}</div> <div class="rx_member-notice">{lang('common.total')}: {number_format($total_count)}</div>
<div> <div>
<ul class="rx_sw_list"> <ul class="rx_sw_list">

View file

@ -4,7 +4,7 @@
<!--%load_js_plugin("ui.datepicker")--> <!--%load_js_plugin("ui.datepicker")-->
<include target="./common_header.html" /> <include target="./common_header.html" />
<h1 style="border-bottom:1px solid #ccc">{$lang->cmd_signup}</h1> <h1 style="border-bottom:1px solid #ccc">{$lang->cmd_signup}</h1>
<div cond="$XE_VALIDATOR_MESSAGE && $XE_VALIDATOR_ID == 'modules/member/skins'" class="message {$XE_VALIDATOR_MESSAGE_TYPE}"> <div cond="$XE_VALIDATOR_MESSAGE && $XE_VALIDATOR_ID == 'modules/member/skins'" class="rx_member-notice {$XE_VALIDATOR_MESSAGE_TYPE}">
<p>{$XE_VALIDATOR_MESSAGE}</p> <p>{$XE_VALIDATOR_MESSAGE}</p>
</div> </div>
<form ruleset="@insertMember" id="fo_insert_member" action="./" method="post" enctype="multipart/form-data" class="form-horizontal"> <form ruleset="@insertMember" id="fo_insert_member" action="./" method="post" enctype="multipart/form-data" class="form-horizontal">

View file

@ -5,7 +5,7 @@
<description xml:lang="ko">깔끔한 면과 그림자를 이용한 회원 스킨</description> <description xml:lang="ko">깔끔한 면과 그림자를 이용한 회원 스킨</description>
<description xml:lang="en">Simple rectangular planes and shadows</description> <description xml:lang="en">Simple rectangular planes and shadows</description>
<version>0.1</version> <version>0.1</version>
<date>2016-11-30</date> <date>2017-01-09</date>
<author email_address="misol.kr@gmail.com" link="https://github.com/misol"> <author email_address="misol.kr@gmail.com" link="https://github.com/misol">
<name xml:lang="ko">misol</name> <name xml:lang="ko">misol</name>
<name xml:lang="en">misol</name> <name xml:lang="en">misol</name>