mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 03:32:00 +09:00
구독관련 팝업 뜰 경우 디자인 변경
This commit is contained in:
parent
d8eba515b6
commit
87d725b8be
3 changed files with 70 additions and 72 deletions
|
|
@ -143,6 +143,8 @@ class ncenterliteView extends ncenterlite
|
|||
|
||||
function dispNcenterliteInsertUnsubscribe()
|
||||
{
|
||||
$this->setLayoutFile('popup_layout');
|
||||
|
||||
/** @var ncenterliteModel $oNcenterliteModel */
|
||||
$oNcenterliteModel = getModel('ncenterlite');
|
||||
$target_srl = Context::get('target_srl');
|
||||
|
|
|
|||
|
|
@ -1,14 +1,13 @@
|
|||
<load target="../../../member/skins/default/css/member.css" />
|
||||
<include target="../../../member/skins/default/common_header.html" />
|
||||
<div class="xm">
|
||||
|
||||
<div cond="$XE_VALIDATOR_MESSAGE && $XE_VALIDATOR_ID == 'modules/ncenterlite/skins/default/unsubscribe/1'" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
|
||||
<div cond="$XE_VALIDATOR_MESSAGE && $XE_VALIDATOR_ID == 'modules/ncenterlite/skins/default_bottom/unsubscribe/1'" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
|
||||
<p>{$XE_VALIDATOR_MESSAGE}</p>
|
||||
</div>
|
||||
<form ruleset="insertConfig" action="./" method="post" class="form-horizontal" id="fo_ncenterlite">
|
||||
<input type="hidden" name="module" value="ncenterlite" />
|
||||
<input type="hidden" name="act" value="procNcenterliteInsertUnsubscribe" />
|
||||
<input type="hidden" name="xe_validator_id" value="modules/ncenterlite/skins/default/unsubscribe/1" />
|
||||
<input type="hidden" name="xe_validator_id" value="modules/ncenterlite/skins/default_bottom/unsubscribe/1" />
|
||||
<!--@if($unsubscribeData)-->
|
||||
<input type="hidden" name="target_srl" value="{$unsubscribeData->target_srl}" />
|
||||
<input type="hidden" name="unsubscribe_srl" value="{$unsubscribeData->unsubscribe_srl}" />
|
||||
|
|
@ -18,18 +17,16 @@
|
|||
<input type="hidden" name="unsubscribe_srl" value="{$unsubscribe_srl}" />
|
||||
<input type="hidden" name="unsubscribe_type" value="{$unsubscribe_type}" />
|
||||
<!--@end-->
|
||||
<section class="section">
|
||||
<div class="control-group">
|
||||
<label class="control-label">{lang('ncenterlite_content_type')}</label>
|
||||
<div class="controls">
|
||||
<p>
|
||||
|
||||
<div class="x_modal-header">
|
||||
<h1>{$lang->ncenterlite_cmd_unsubscribe_settings}</h1>
|
||||
</div>
|
||||
|
||||
<blockquote>
|
||||
<section class="target_article">
|
||||
<h1>
|
||||
{$type}
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="control-group">
|
||||
<label class="control-label">{lang('content')}</label>
|
||||
<div class="controls">
|
||||
</h1>
|
||||
<p>
|
||||
<!--@if($unsubscribeData)-->
|
||||
{escape($unsubscribeData->text, false)}
|
||||
|
|
@ -37,27 +34,28 @@
|
|||
{escape($text, false)}
|
||||
<!--@end-->
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</blockquote>
|
||||
|
||||
<div class="control-group">
|
||||
<label class="control-label">{$lang->this_message_unsubscribe}</label>
|
||||
<div class="x_control-group">
|
||||
<label class="x_control-label">{$lang->this_message_unsubscribe}</label>
|
||||
<div class="x_controls">
|
||||
<div class="controls">
|
||||
<label class="inline">
|
||||
<input type="radio" name="value" value="Y" checked="checked"|cond="$unsubscribeData->value != 'N'" /> {$lang->ncenterlite_to_unsubscribe}
|
||||
<label class="inline" for="unsubscribe_value_y">
|
||||
<input type="radio" name="value" id="unsubscribe_value_y" value="Y" checked="checked"|cond="$unsubscribeData->value != 'N'" /> {$lang->ncenterlite_to_unsubscribe}
|
||||
</label>
|
||||
<label class="inline">
|
||||
<input type="radio" name="value" value="N" checked="checked"|cond="$unsubscribeData->value == 'N'" /> {$lang->ncenterlite_subscribe}
|
||||
<label class="inline" for="unsubscribe_value_n">
|
||||
<input type="radio" name="value" id="unsubscribe_value_n" value="N" checked="checked"|cond="$unsubscribeData->value == 'N'" /> {$lang->ncenterlite_subscribe}
|
||||
</label>
|
||||
<p>{$lang->about_this_message_unsubscribe}</p>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<div class="clearfix btnArea">
|
||||
<div class="pull-right">
|
||||
<button class="btn btn-primary" type="submit">{$lang->cmd_registration}</button>
|
||||
</div>
|
||||
|
||||
<div class="x_modal-footer">
|
||||
<span class="x_btn-group x_pull-right">
|
||||
<button type="submit" class="x_btn x_btn-primary">{$lang->cmd_registration}</button>
|
||||
</span>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
<include target="../../../member/skins/default/common_footer.html" />
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
<load target="../../../member/skins/default/css/member.css" />
|
||||
<include target="../../../member/skins/default/common_header.html" />
|
||||
<div class="xm">
|
||||
|
||||
<div cond="$XE_VALIDATOR_MESSAGE && $XE_VALIDATOR_ID == 'modules/ncenterlite/skins/default_bottom/unsubscribe/1'" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
|
||||
|
|
@ -18,18 +17,16 @@
|
|||
<input type="hidden" name="unsubscribe_srl" value="{$unsubscribe_srl}" />
|
||||
<input type="hidden" name="unsubscribe_type" value="{$unsubscribe_type}" />
|
||||
<!--@end-->
|
||||
<section class="section">
|
||||
<div class="control-group">
|
||||
<label class="control-label">{lang('ncenterlite_content_type')}</label>
|
||||
<div class="controls">
|
||||
<p>
|
||||
|
||||
<div class="x_modal-header">
|
||||
<h1>{$lang->ncenterlite_cmd_unsubscribe_settings}</h1>
|
||||
</div>
|
||||
|
||||
<blockquote>
|
||||
<section class="target_article">
|
||||
<h1>
|
||||
{$type}
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="control-group">
|
||||
<label class="control-label">{lang('content')}</label>
|
||||
<div class="controls">
|
||||
</h1>
|
||||
<p>
|
||||
<!--@if($unsubscribeData)-->
|
||||
{escape($unsubscribeData->text, false)}
|
||||
|
|
@ -37,27 +34,28 @@
|
|||
{escape($text, false)}
|
||||
<!--@end-->
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</blockquote>
|
||||
|
||||
<div class="control-group">
|
||||
<label class="control-label">{$lang->this_message_unsubscribe}</label>
|
||||
<div class="x_control-group">
|
||||
<label class="x_control-label">{$lang->this_message_unsubscribe}</label>
|
||||
<div class="x_controls">
|
||||
<div class="controls">
|
||||
<label class="inline">
|
||||
<input type="radio" name="value" value="Y" checked="checked"|cond="$unsubscribeData->value != 'N'" /> {$lang->ncenterlite_to_unsubscribe}
|
||||
<label class="inline" for="unsubscribe_value_y">
|
||||
<input type="radio" name="value" id="unsubscribe_value_y" value="Y" checked="checked"|cond="$unsubscribeData->value != 'N'" /> {$lang->ncenterlite_to_unsubscribe}
|
||||
</label>
|
||||
<label class="inline">
|
||||
<input type="radio" name="value" value="N" checked="checked"|cond="$unsubscribeData->value == 'N'" /> {$lang->ncenterlite_subscribe}
|
||||
<label class="inline" for="unsubscribe_value_n">
|
||||
<input type="radio" name="value" id="unsubscribe_value_n" value="N" checked="checked"|cond="$unsubscribeData->value == 'N'" /> {$lang->ncenterlite_subscribe}
|
||||
</label>
|
||||
<p>{$lang->about_this_message_unsubscribe}</p>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<div class="clearfix btnArea">
|
||||
<div class="pull-right">
|
||||
<button class="btn btn-primary" type="submit">{$lang->cmd_registration}</button>
|
||||
</div>
|
||||
|
||||
<div class="x_modal-footer">
|
||||
<span class="x_btn-group x_pull-right">
|
||||
<button type="submit" class="x_btn x_btn-primary">{$lang->cmd_registration}</button>
|
||||
</span>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
<include target="../../../member/skins/default/common_footer.html" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue