mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 18:51:41 +09:00
62 lines
2.6 KiB
HTML
62 lines
2.6 KiB
HTML
<load target="../../../member/skins/default/css/member.css" />
|
|
<div class="xm">
|
|
<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" />
|
|
<!--@if($unsubscribeData)-->
|
|
<input type="hidden" name="target_srl" value="{$unsubscribeData->target_srl}" />
|
|
<input type="hidden" name="unsubscribe_srl" value="{$unsubscribeData->unsubscribe_srl}" />
|
|
<input type="hidden" name="unsubscribe_type" value="{$unsubscribeData->unsubscribe_type}" />
|
|
<!--@else-->
|
|
<input type="hidden" name="target_srl" value="{$target_srl}" />
|
|
<input type="hidden" name="unsubscribe_srl" value="{$unsubscribe_srl}" />
|
|
<input type="hidden" name="unsubscribe_type" value="{$unsubscribe_type}" />
|
|
<!--@end-->
|
|
<input type="hidden" name="success_return_url" value="{getUrl('', 'act', $act, 'target_srl', $target_srl, 'unsubscribe_type', $unsubscribe_type)}" />
|
|
<input type="hidden" name="is_popup" value="Y" />
|
|
<div class="x_modal-header">
|
|
<h1>{$lang->ncenterlite_cmd_unsubscribe_settings}</h1>
|
|
</div>
|
|
|
|
<blockquote>
|
|
<section class="target_article">
|
|
<h1>
|
|
{$type}
|
|
</h1>
|
|
<p>
|
|
<!--@if($unsubscribeData)-->
|
|
{escape($unsubscribeData->text, false)}
|
|
<!--@else-->
|
|
{escape($text, false)}
|
|
<!--@end-->
|
|
</p>
|
|
</section>
|
|
</blockquote>
|
|
|
|
<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" 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" 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>
|
|
</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>
|
|
<script cond="$XE_VALIDATOR_MESSAGE && $XE_VALIDATOR_ID == 'modules/ncenterlite/skins/default/unsubscribe/1'">
|
|
alert("{$XE_VALIDATOR_MESSAGE}");
|
|
window.close();
|
|
</script>
|