Untitled diff

Created Diff never expires
14 removals
Lines
Total
Removed
Words
Total
Removed
To continue using this feature, upgrade to
Diffchecker logo
Diffchecker Pro
69 lines
13 additions
Lines
Total
Added
Words
Total
Added
To continue using this feature, upgrade to
Diffchecker logo
Diffchecker Pro
68 lines
# INCLUDE forum_top #
# INCLUDE forum_top #
<article itemscope="itemscope" itemtype="http://schema.org/Creativework" id="article-forum-moderation">
<article itemscope="itemscope" itemtype="http://schema.org/Creativework" id="article-forum-moderation" class="forum-contents">
<header>
<header>
<h2>&bull; {U_FORUM_CAT} &raquo; {U_TITLE_T} <span><em>{DESC}</em></span> &raquo; <a href="">{L_ALERT}</a></h2>
<h2><a href="{U_FORUM_CAT}">{FORUM_CAT}</a> <i class="fa fa-angle-double-right" aria-hidden="true"></i> <a href="{U_TITLE_T}">{TITLE_T}</a> <span><em>{DESC}</em></span> <i class="fa fa-angle-double-right" aria-hidden="true"></i> <a href="">{L_ALERT}</a></h2>
</header>
</header>
# START alert_form #
# START alert_form #
<script>
<script>
<!--
<!--
function check_form_alert(){
function check_form_alert(){
if(document.getElementById('contents').value == "") {
if(document.getElementById('contents').value == "") {
alert("{L_REQUIRE_TEXT}");
alert("{L_REQUIRE_TEXT}");
return false;
return false;
}
}
if(document.getElementById('title').value == "") {
if(document.getElementById('title').value == "") {
alert("{L_REQUIRE_TITLE}");
alert("{L_REQUIRE_TITLE}");
return false;
return false;
}
}
return true;
return true;
}
}
-->
-->
</script>
</script>
<form method="post" action="alert.php" onsubmit="javascript:return check_form_alert();">
<form method="post" action="alert.php" onsubmit="javascript:return check_form_alert();">
<fieldset>
<fieldset>
<legend>{L_ALERT}</legend>
<legend><h1>{L_ALERT}</h1></legend>
<div id="id-message-helper" class="notice">{L_ALERT_EXPLAIN}: <a title="{alert_form.TITLE}" href="{alert_form.U_TOPIC}">{alert_form.TITLE}</a></div>
<div class="message-helper notice">{L_ALERT_EXPLAIN}: <a title="{alert_form.TITLE}" href="{alert_form.U_TOPIC}">{alert_form.TITLE}</a></div>
<div class="form-element">
<div class="form-element">
<label for="title">* {L_ALERT_TITLE}</label>
<label for="title">* {L_ALERT_TITLE}</label>
<div class="form-field">
<div class="form-field">
<input type="text" name="title" id="title" class="field-large">
<input type="text" name="title" id="title" class="field-large">
</div>
</div>
</div>
</div>
<div class="form-element-textarea">
<div class="form-element-textarea">
<label for="contents">* {L_ALERT_CONTENTS}</label>
<label for="contents">* {L_ALERT_CONTENTS}</label>
{KERNEL_EDITOR}
{KERNEL_EDITOR}
<textarea rows="15" cols="40" id="contents" name="contents"></textarea>
<textarea rows="15" cols="40" id="contents" name="contents"></textarea>
<input type="hidden" name="id" value="{alert_form.ID_ALERT}">
<input type="hidden" name="id" value="{alert_form.ID_ALERT}">
</div>
</div>
</fieldset>
</fieldset>
<fieldset class="fieldset-submit">
<fieldset class="fieldset-submit">
<button type="submit" name="edit_msg" value="true" class="submit">{L_SUBMIT}</button>
<button type="submit" name="edit_msg" value="true" class="submit">{L_SUBMIT}</button>
<button onclick="XMLHttpRequest_preview();" type="button">{L_PREVIEW}</button>
<button onclick="XMLHttpRequest_preview();" type="button">{L_PREVIEW}</button>
<button type="reset" value="true">{L_RESET}</button>
<button type="reset" value="true">{L_RESET}</button>
<input type="hidden" name="token" value="{TOKEN}">
<input type="hidden" name="token" value="{TOKEN}">
</fieldset>
</fieldset>
</form>
</form>
<br />
<div class="spacer"></div>
# END alert_form #
# END alert_form #
# START alert_confirm #
# START alert_confirm #
<fieldset>
<fieldset>
<legend>{L_ALERT}</legend>
<legend>{L_ALERT}</legend>
<div class="success">
<div class="message-helper success">
{alert_confirm.MSG}
{alert_confirm.MSG}
<br /><br />
<div class="center"><a href="{URL_TOPIC}">{L_BACK_TOPIC}</a></div>
<div class="center"><a href="{URL_TOPIC}">{L_BACK_TOPIC}</a></div>
</div>
</div>
</fieldset>
</fieldset>
# END alert_confirm #
# END alert_confirm #
<footer>&bull; {U_FORUM_CAT} &raquo; {U_TITLE_T} <span><em>{DESC}</em></span> &raquo; <a href="">{L_ALERT}</a></footer>
<footer><a href="{U_FORUM_CAT}">{FORUM_CAT}</a> <i class="fa fa-angle-double-right" aria-hidden="true"></i> <a href="{U_TITLE_T}">{TITLE_T}</a> <span><em>{DESC}</em></span> <i class="fa fa-angle-double-right" aria-hidden="true"></i> <a href="">{L_ALERT}</a></footer>
</article>
</article>
# INCLUDE forum_bottom #
# INCLUDE forum_bottom #