mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-09 12:02:24 +09:00
Also apply iframe solution to dispCommentDeclare etc.
This commit is contained in:
parent
bd3e642d37
commit
1d558204d1
3 changed files with 22 additions and 12 deletions
|
|
@ -18,10 +18,18 @@
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
<style>
|
<style>
|
||||||
.x.popup { width: 100vw; height: 100vh; display: flex; flex-direction: column; }
|
.x.popup {
|
||||||
.x.popup > form { width: 100vw; height: 100vh; display: flex; flex-direction: column; margin: 0; }
|
width: 100vw; height: 100vh;
|
||||||
|
display: flex; flex-direction: column;
|
||||||
|
}
|
||||||
|
.x.popup > form {
|
||||||
|
width: 100vw; height: 100vh;
|
||||||
|
display: flex; flex-direction: column;
|
||||||
|
margin: 0 !important;
|
||||||
|
}
|
||||||
.x_modal-header { flex: 0 0 auto; }
|
.x_modal-header { flex: 0 0 auto; }
|
||||||
.x_modal-body { flex: 1; overflow: scroll; }
|
.x_modal-body { flex: 1; overflow: scroll; }
|
||||||
|
.x_modal-footer { padding-bottom: 24px !important; }
|
||||||
</style>
|
</style>
|
||||||
@else
|
@else
|
||||||
<script>
|
<script>
|
||||||
|
|
|
||||||
|
|
@ -12,8 +12,9 @@
|
||||||
<input type="hidden" name="xe_validator_id" value="modules/comment/tpl/1" />
|
<input type="hidden" name="xe_validator_id" value="modules/comment/tpl/1" />
|
||||||
<div class="x_modal-header">
|
<div class="x_modal-header">
|
||||||
<h1>{$lang->improper_comment_declare} <!--@if($type == 'cancel')-->{$lang->cmd_cancel}<!--@end--></h1>
|
<h1>{$lang->improper_comment_declare} <!--@if($type == 'cancel')-->{$lang->cmd_cancel}<!--@end--></h1>
|
||||||
|
<a class="close_window" href="javascript:window.close()">×</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="x_modal-body x_form-horizontal" style="max-height:none">
|
<div class="x_modal-body">
|
||||||
<blockquote>
|
<blockquote>
|
||||||
<section class="target_article">
|
<section class="target_article">
|
||||||
<h1>{$lang->replies}</h1>
|
<h1>{$lang->replies}</h1>
|
||||||
|
|
@ -32,12 +33,12 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<!--@end-->
|
<!--@end-->
|
||||||
|
</div>
|
||||||
<div class="x_modal-footer">
|
<div class="x_modal-footer">
|
||||||
<span class="x_btn-group x_pull-right">
|
<span class="x_btn-group x_pull-right">
|
||||||
<button type="submit" class="x_btn x_btn-primary"><!--@if($type == 'cancel')-->{$lang->cmd_cancel_declare}<!--@else-->{$lang->cmd_submit}<!--@end--></button>
|
<button type="submit" class="x_btn x_btn-primary"><!--@if($type == 'cancel')-->{$lang->cmd_cancel_declare}<!--@else-->{$lang->cmd_submit}<!--@end--></button>
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
</form>
|
</form>
|
||||||
<script cond="$XE_VALIDATOR_MESSAGE && $XE_VALIDATOR_ID == 'modules/comment/tpl/1'">
|
<script cond="$XE_VALIDATOR_MESSAGE && $XE_VALIDATOR_ID == 'modules/comment/tpl/1'">
|
||||||
alert("{$XE_VALIDATOR_MESSAGE}");
|
alert("{$XE_VALIDATOR_MESSAGE}");
|
||||||
|
|
|
||||||
|
|
@ -9,6 +9,7 @@
|
||||||
|
|
||||||
<div class="x_modal-header">
|
<div class="x_modal-header">
|
||||||
<h1>{$lang->cmd_spammer}</h1>
|
<h1>{$lang->cmd_spammer}</h1>
|
||||||
|
<a class="close_window" href="javascript:window.close()">×</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<form action="./" method="post" id="fo_management" onsubmit="return doSpammerManage();">
|
<form action="./" method="post" id="fo_management" onsubmit="return doSpammerManage();">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue