Untitled diff

Created Diff never expires
9 removals
46 lines
9 additions
46 lines
# INCLUDE forum_top #
# INCLUDE forum_top #
<script>
<script>
<!--
<!--
function check_form_move(){
function check_form_move(){
if(document.getElementById('to').value == "") {
if(document.getElementById('to').value == "") {
alert("{L_SELECT_SUBCAT}");
alert("{L_SELECT_SUBCAT}");
return false;
return false;
}
}
return true;
return true;
}
}
-->
-->
</script>
</script>
<article itemscope="itemscope" itemtype="http://schema.org/Creativework" id="article-forum-move">
<article itemscope="itemscope" itemtype="http://schema.org/Creativework" id="article-forum-move" class="forum-contents">
<header>
<header>
<h2>&bull; {U_FORUM_CAT} &raquo; {U_TITLE_T}</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></h2>
</header>
</header>
<div class="content">
<div class="content">
<form method="post" action="move.php" onsubmit="javascript:return check_form_move();" class="fieldset-content">
<form method="post" action="move.php" onsubmit="javascript:return check_form_move();" class="fieldset-content">
<fieldset>
<fieldset>
<legend>{L_MOVE_SUBJECT} : {TITLE}</legend>
<legend>{L_MOVE_SUBJECT} : {TITLE}</legend>
<div class="form-element">
<div class="form-element">
<label for="to">{L_CAT}</label>
<label for="to">{L_CAT}</label>
<div class="form-field"><label>
<div class="form-field"><label>
<select id="to" name="to">
<select id="to" name="to">
{CATEGORIES}
{CATEGORIES}
</select>
</select>
</label></div>
</label></div>
</div>
</div>
</fieldset>
</fieldset>
<fieldset class="fieldset-submit">
<fieldset class="fieldset-submit">
<legend>{L_SUBMIT}</legend>
<legend>{L_SUBMIT}</legend>
<input type="hidden" name="id" value="{ID}">
<input type="hidden" name="id" value="{ID}">
<input type="hidden" name="token" value="{TOKEN}">
<input type="hidden" name="token" value="{TOKEN}">
<button type="submit" name="submit" value="true" class="submit">{L_SUBMIT}</button>
<button type="submit" name="submit" value="true" class="submit">{L_SUBMIT}</button>
</fieldset>
</fieldset>
</form>
</form>
</div>
</div>
<footer>&bull; {U_FORUM_CAT} &raquo; {U_TITLE_T}</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></footer>
</article>
</article>
# INCLUDE forum_bottom #
# INCLUDE forum_bottom #