mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-26 14:49:56 +09:00
Member simple skin
This commit is contained in:
parent
ab4b37a462
commit
7156b4c3fd
18 changed files with 246 additions and 176 deletions
|
|
@ -1,9 +1,19 @@
|
|||
{$lang->msg_confirm_account_info}<br />
|
||||
<hr noshade="noshade" />
|
||||
<ul>
|
||||
<li>Site : <a href="{getUrl()}" target="_blank">{getUrl()}</a></li>
|
||||
<li loop="$memberInfo=>$name,$value" cond="!is_object($value)&&!is_array($value)">{$name} : {$value}</li>
|
||||
</ul>
|
||||
<hr noshade="noshade" />
|
||||
{$lang->msg_confirm_account_comment}<br />
|
||||
<a href="{$auth_url}">{$auth_url}</a>
|
||||
<section style="font-size: 14px;margin: 8px 0px;padding: 0 15px;">
|
||||
<section style="box-sizing:border-box;background-color:#ffffff;margin: 0 0 20px;border: 1px solid #e0e0e0;">
|
||||
<h1 style="border-bottom: 1px solid #e0e0e0;margin: 0;padding: 20px;">{lang('member.msg_confirm_account_info')}</h1>
|
||||
<dl style="border: 0 none;margin: 0;padding: 20px;">
|
||||
<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>
|
||||
<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%;">
|
||||
<a href="{getUrl()}" target="_blank" style="color: #2196f3;text-decoration: none;">{getUrl()}</a>
|
||||
</dd>
|
||||
<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>
|
||||
|
|
@ -1,9 +1,19 @@
|
|||
{$lang->msg_confirm_account_info}<br />
|
||||
<hr noshade="noshade" />
|
||||
<ul>
|
||||
<li>Site : <a href="{getUrl()}" target="_blank">{getUrl()}</a></li>
|
||||
<li loop="$memberInfo=>$name,$value" cond="!is_object($value)&&!is_array($value)">{$name} : {$value}</li>
|
||||
</ul>
|
||||
<hr noshade="noshade" />
|
||||
{sprintf($lang->msg_confirm_email_address_change, $newEmail)}<br />
|
||||
<a href="{$auth_url}">{$auth_url}</a>
|
||||
<section style="font-size: 14px;margin: 8px 0px;padding: 0 15px;">
|
||||
<section style="box-sizing:border-box;background-color:#ffffff;margin: 0 0 20px;border: 1px solid #e0e0e0;">
|
||||
<h1 style="border-bottom: 1px solid #e0e0e0;margin: 0;padding: 20px;">{lang('member.msg_confirm_account_info')}</h1>
|
||||
<dl style="border: 0 none;margin: 0;padding: 20px;">
|
||||
<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>
|
||||
<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%;">
|
||||
<a href="{getUrl()}" target="_blank" style="color: #2196f3;text-decoration: none;">{getUrl()}</a>
|
||||
</dd>
|
||||
<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>
|
||||
|
|
@ -115,13 +115,11 @@
|
|||
background: #2196f3 none repeat scroll 0 0;
|
||||
border: medium none;
|
||||
color: #fff;
|
||||
margin-top: 20px;
|
||||
padding: 10px;
|
||||
vertical-align: bottom;
|
||||
}
|
||||
.rx_simple_member .sw-footer
|
||||
{
|
||||
margin-bottom:30px;
|
||||
.rx_simple_member form div.control-group>input[type="submit"], .rx_simple_member .sw-footer{
|
||||
margin: 20px 0;
|
||||
}
|
||||
.rx_simple_member .sw-footer>a
|
||||
{
|
||||
|
|
@ -178,7 +176,7 @@
|
|||
border-left: 0 none;
|
||||
}
|
||||
.rx_simple_member .sw-anchor-buttons {
|
||||
float:right
|
||||
text-align:right;
|
||||
}
|
||||
.rx_simple_member .sw-anchor-buttons a {
|
||||
display:inline-block;
|
||||
|
|
@ -198,6 +196,9 @@
|
|||
white-space: nowrap;
|
||||
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 {
|
||||
color: #2196f3;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,41 +1,32 @@
|
|||
<include target="./common_header.html" />
|
||||
<h1>{$member_title = $lang->cmd_view_own_document }</h1>
|
||||
<table class="table table-striped table-hover">
|
||||
<caption>
|
||||
Total: {number_format($total_count)}, Page {number_format($page)}/{number_format($total_page)}
|
||||
<span class="pull-right">
|
||||
<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>
|
||||
<a href="{getUrl('selected_module_srl','')}" cond="$selected_module_srl" class="btn">{$lang->cmd_cancel}</a>
|
||||
</span>
|
||||
</caption>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>{$lang->no}</th>
|
||||
<th class="title">{$lang->title}</th>
|
||||
<th>{$lang->date}</th>
|
||||
<th>{$lang->readed_count}</th>
|
||||
<th>{$lang->voted_count}</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr loop="$document_list => $no,$oDocument">
|
||||
<td>{$no}</td>
|
||||
<td class="title">
|
||||
<a href="{getUrl('','document_srl',$oDocument->document_srl)}" onclick="window.open(this.href);return false;">{$oDocument->getTitleText()}</a>
|
||||
<!--@if($oDocument->getCommentCount())-->
|
||||
[{$oDocument->getCommentCount()}]
|
||||
<!--@end-->
|
||||
|
||||
<!--@if($oDocument->getTrackbackCount())-->
|
||||
[{$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>
|
||||
<section class="sw-body">
|
||||
<h1>{$member_title = lang('member.cmd_view_own_document')}</h1>
|
||||
<div class="rx_member-notice">
|
||||
{lang('common.total')}: {number_format($total_count)}
|
||||
</div>
|
||||
<div>
|
||||
<ul class="rx_sw_list">
|
||||
<li loop="$document_list => $key, $item">
|
||||
<a href="{getUrl('','document_srl',$item->document_srl)}" class="cont_a no_delete" onclick="window.open(this.href);return false;">
|
||||
<span class="content_basic">
|
||||
<span class="content_title">
|
||||
{escape($item->getTitle())}
|
||||
</span>
|
||||
<span class="content_subinfo">
|
||||
{$item->getRegdate("Y-m-d")}
|
||||
<!--@if($item->getCommentCount())-->
|
||||
[{$item->getCommentCount()}]
|
||||
<!--@end-->
|
||||
<!--@if($item->get('voted_count'))-->
|
||||
[{$item->get('voted_count')}]
|
||||
<!--@end-->
|
||||
</span>
|
||||
</span>
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
<div class="pagination pagination-centered">
|
||||
<ul>
|
||||
<li><a href="{getUrl('page','','module_srl','')}" class="direction">« {$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} »</a></li>
|
||||
</ul>
|
||||
</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" />
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
<load target="filter/find_member_account.xml" />
|
||||
<section class="sw-body">
|
||||
<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>
|
||||
</div>
|
||||
<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="document_srl" value="{$document_srl}" />
|
||||
<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">
|
||||
<label for="uid">
|
||||
{lang('common.email_address')}
|
||||
|
|
@ -24,7 +24,7 @@
|
|||
</section>
|
||||
<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>
|
||||
<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>
|
||||
</div>
|
||||
<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="success_return_url" value="{getUrl('', 'act', 'dispMemberGetTempPassword')}" />
|
||||
<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">
|
||||
<label for="user_id" cond="$identifier == 'user_id'">
|
||||
{lang('common.user_id')}
|
||||
</label>
|
||||
<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')}
|
||||
</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">
|
||||
{lang('member.find_account_question')}
|
||||
</label>
|
||||
|
|
@ -65,7 +65,7 @@
|
|||
</section>
|
||||
<section class="sw-body">
|
||||
<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>
|
||||
</div>
|
||||
<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="act" value="procMemberResendAuthMail" />
|
||||
<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">
|
||||
<label for="email_address">
|
||||
<label for="email_address3">
|
||||
{lang('common.email_address')}
|
||||
</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>
|
||||
<input type="submit" value="{$lang->cmd_resend_auth_mail}" />
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -1,10 +1,21 @@
|
|||
{$lang->msg_find_account_info}<br />
|
||||
<hr noshade="noshade" />
|
||||
<ul>
|
||||
<li>{$lang->site} : <a href="{getUrl()}" target="_blank">{getUrl()}</a></li>
|
||||
<li loop="$memberInfo=>$name,$value" cond="!is_object($value)&&!is_array($value)">{$name} : {$value}</li>
|
||||
<li>{$lang->password} : <span style="color:red">{$auth_args->new_password}</span></li>
|
||||
</ul>
|
||||
<hr noshade="noshade" />
|
||||
{$lang->msg_find_account_comment}<br />
|
||||
<a href="{$find_url}">{$find_url}</a>
|
||||
<section style="font-size: 14px;margin: 8px 0px;padding: 0 15px;">
|
||||
<section style="box-sizing:border-box;background-color:#ffffff;margin: 0 0 20px;border: 1px solid #e0e0e0;">
|
||||
<h1 style="border-bottom: 1px solid #e0e0e0;margin: 0;padding: 20px;">{lang('member.msg_find_account_info')}</h1>
|
||||
<dl style="border: 0 none;margin: 0;padding: 20px;">
|
||||
<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>
|
||||
<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%;">
|
||||
<a href="{getUrl()}" target="_blank" style="color: #2196f3;text-decoration: none;">{getUrl()}</a>
|
||||
</dd>
|
||||
<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>
|
||||
<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>
|
||||
|
|
@ -1,6 +1,12 @@
|
|||
<include target="./common_header.html" />
|
||||
<h1>{$lang->cmd_find_member_account}</h1>
|
||||
<p>{$lang->about_temp_password}</p>
|
||||
<p>{$lang->user_id}: {$user_id}</p>
|
||||
<p>{$lang->temp_password}: {$temp_password}</p>
|
||||
<section class="sw-body">
|
||||
<h1>{lang('member.cmd_find_member_account')}</h1>
|
||||
<div class="rx_member-notice">{lang('$lang->about_temp_password')}</div>
|
||||
<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" />
|
||||
|
|
|
|||
|
|
@ -1,23 +1,30 @@
|
|||
<include target="./common_header.html" />
|
||||
<h1>{$member_title = $lang->msg_leave_member}</h1>
|
||||
<div cond="$XE_VALIDATOR_MESSAGE && $XE_VALIDATOR_ID == 'modules/member/skin/default/1'" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
|
||||
<p>{$XE_VALIDATOR_MESSAGE}</p>
|
||||
<div class="signin">
|
||||
<section class="sw-body">
|
||||
<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>
|
||||
<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" />
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
<include target="./common_header.html" />
|
||||
<div class="signin">
|
||||
<div class="sw-body">
|
||||
<section class="sw-body">
|
||||
<h1>{$lang->cmd_login}</h1>
|
||||
<div cond="$XE_VALIDATOR_MESSAGE && $XE_VALIDATOR_ID == 'modules/member/skins'" class="rx_member-notice {$XE_VALIDATOR_MESSAGE_TYPE}">
|
||||
<p>{$XE_VALIDATOR_MESSAGE}</p>
|
||||
|
|
@ -32,7 +32,7 @@
|
|||
<input type="submit" value="{$lang->cmd_login}" />
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
</section>
|
||||
<div class="sw-footer">
|
||||
<a href="{getUrl('act','dispMemberSignUpForm')}">{lang('member.cmd_signup')}</a>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -1,9 +1,15 @@
|
|||
<include target="./common_header.html" />
|
||||
<import target="filter/logout.xml" />
|
||||
<form action="./" method="get" onsubmit="return procFilter(this, logout)">
|
||||
<input type="hidden" name="mid" value="{$mid}" />
|
||||
<h1>{$lang->cmd_logout}</h1>
|
||||
<p>{$lang->confirm_logout}</p>
|
||||
<p><input type="submit" value="{$lang->cmd_logout}" class="btn btn-inverse" /></p>
|
||||
</form>
|
||||
<div class="signin">
|
||||
<section class="sw-body">
|
||||
<h1>{lang('member.cmd_logout')}</h1>
|
||||
<p class="rx_member-notice">{lang('common.confirm_logout')}</p>
|
||||
<form action="./" method="get" onsubmit="return procFilter(this, logout)">
|
||||
<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" />
|
||||
|
|
|
|||
|
|
@ -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}">
|
||||
<p>{$XE_VALIDATOR_MESSAGE}</p>
|
||||
</div>
|
||||
<dl class="dl-horizontal">
|
||||
<dl>
|
||||
<block loop="$displayDatas => $item">
|
||||
<dt>{$item->title}<sup cond="$item->required || $item->mustRequired">*</sup></dt>
|
||||
<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','dispMemberLeave','member_srl','')}">{$lang->cmd_leave}</a>
|
||||
</div>
|
||||
<include target="./common_footer.html" />
|
||||
|
||||
<include target="./common_footer.html" />
|
||||
|
|
@ -1,28 +1,30 @@
|
|||
<include target="./common_header.html" />
|
||||
<h1>{$member_title = $lang->cmd_modify_nickname_log}</h1>
|
||||
<table class="table table-striped table-hover">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>{$lang->date}</th>
|
||||
<th>{$lang->nick_name_before_changing}</th>
|
||||
<th class="title">{$lang->nick_name_after_changing}</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr loop="$nickname_list => $val">
|
||||
<td>
|
||||
{zdate($val->regdate,"Y-m-d H:i:s")}
|
||||
</td>
|
||||
<td>
|
||||
{$val->before_nick_name}
|
||||
</td>
|
||||
<td>
|
||||
{$val->after_nick_name}
|
||||
</td>
|
||||
</tr>
|
||||
<section class="sw-body">
|
||||
<h1>{$member_title = $lang->cmd_modify_nickname_log}</h1>
|
||||
<table class="table table-striped table-hover">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>{$lang->date}</th>
|
||||
<th>{$lang->nick_name_before_changing}</th>
|
||||
<th class="title">{$lang->nick_name_after_changing}</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr loop="$nickname_list => $val">
|
||||
<td>
|
||||
{zdate($val->regdate,"Y-m-d H:i:s")}
|
||||
</td>
|
||||
<td>
|
||||
{$val->before_nick_name}
|
||||
</td>
|
||||
<td>
|
||||
{$val->after_nick_name}
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
</tbody>
|
||||
</table>
|
||||
</tbody>
|
||||
</table>
|
||||
</section>
|
||||
<div class="pagination pagination-centered">
|
||||
<ul>
|
||||
<li><a href="{getUrl('page','','module_srl','')}" class="direction">« {$lang->first_page}</a></li>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<include target="./common_header.html" />
|
||||
<h1>{$lang->cmd_modify_member_email_address}</h1>
|
||||
<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>
|
||||
</div>
|
||||
<form ruleset="modifyEmailAddress" action="./" method="post">
|
||||
|
|
|
|||
|
|
@ -1,16 +1,21 @@
|
|||
<include target="./common_header.html" />
|
||||
<h1>{$lang->cmd_resend_auth_mail}</h1>
|
||||
<p>{$lang->about_resend_auth_mail}</p>
|
||||
<div cond="$XE_VALIDATOR_MESSAGE && $XE_VALIDATOR_ID == 'modules/member/skins/simple_world/resend_auth_mail/1'" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
|
||||
<p>{$XE_VALIDATOR_MESSAGE}</p>
|
||||
</div>
|
||||
<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" />
|
||||
<section class="sw-body">
|
||||
<h1>{$lang->cmd_resend_auth_mail}</h1>
|
||||
<div class="rx_member-notice">{lang('member.about_resend_auth_mail')}</div>
|
||||
<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}">
|
||||
<p>{$XE_VALIDATOR_MESSAGE}</p>
|
||||
</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" />
|
||||
|
|
|
|||
|
|
@ -1,26 +1,41 @@
|
|||
<include target="./common_header.html" />
|
||||
<h1>{$lang->cmd_resend_auth_mail}</h1>
|
||||
<p>{sprintf($lang->about_reset_auth_mail, $memberInfo->email_address)}</p>
|
||||
<div cond="$XE_VALIDATOR_MESSAGE && $XE_VALIDATOR_ID == 'modules/member/skins/simple_world/reset_mail/1'" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
|
||||
<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" />
|
||||
<section class="sw-body">
|
||||
<h1>{$lang->cmd_resend_auth_mail}</h1>
|
||||
<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>
|
||||
</div>
|
||||
</form>
|
||||
<form ruleset="resetAuthMail" action="./" method="post">
|
||||
<input type="hidden" name="module" value="member" />
|
||||
<input type="hidden" name="act" value="procMemberResetAuthMail" />
|
||||
<div class="input-append">
|
||||
<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="submit" value="{$lang->cmd_send_auth_new_emaill_address}" class="btn btn-inverse" />
|
||||
<div class="rx_member-notice">{sprintf($lang->about_reset_auth_mail, $memberInfo->email_address)}</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="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>
|
||||
<p>{$lang->about_reset_auth_mail_submit}</p>
|
||||
</form>
|
||||
<div class="rx_member-notice">{lang('member.about_reset_auth_mail_submit')}</div>
|
||||
<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" />
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
<include target="./common_header.html" />
|
||||
<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>
|
||||
<ul class="rx_sw_list">
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
<!--%load_js_plugin("ui.datepicker")-->
|
||||
<include target="./common_header.html" />
|
||||
<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>
|
||||
</div>
|
||||
<form ruleset="@insertMember" id="fo_insert_member" action="./" method="post" enctype="multipart/form-data" class="form-horizontal">
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
<description xml:lang="ko">깔끔한 면과 그림자를 이용한 회원 스킨</description>
|
||||
<description xml:lang="en">Simple rectangular planes and shadows</description>
|
||||
<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">
|
||||
<name xml:lang="ko">misol</name>
|
||||
<name xml:lang="en">misol</name>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue