Diff
checker
Text
Text
Images
Documents
Excel
Folders
Legal
Enterprise
Desktop
Pricing
Sign in
Download Diffchecker Desktop
Compare text
Find the difference between two text files
Tools
History
Real-time editor
Hide unchanged lines
Disable line wrap
Layout
Split
Unified
Diff precision
Smart
Word
Char
Syntax highlighting
Choose syntax
Ignore
Transform text
Go to first change
Edit input
Diffchecker Desktop
The most secure way to run Diffchecker. Get the Diffchecker Desktop app: your diffs never leave your computer!
Get Desktop
Untitled diff
Created
7 years ago
Diff never expires
Clear
Export
Share
Explain
9 removals
Lines
Total
Removed
Characters
Total
Removed
To continue using this feature, upgrade to
Diff
checker
Pro
View Pricing
46 lines
Copy
7 additions
Lines
Total
Added
Characters
Total
Added
To continue using this feature, upgrade to
Diff
checker
Pro
View Pricing
46 lines
Copy
# INCLUDE forum_top #
# INCLUDE forum_top #
Copy
Copied
Copy
Copied
<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>
Copy
Copied
Copy
Copied
<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>
Copy
Copied
Copy
Copied
<h2>
•
{U_FORUM_CAT}
»
{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>
Copy
Copied
Copy
Copied
<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>
Copy
Copied
Copy
Copied
<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>
Copy
Copied
Copy
Copied
<footer>
•
{U_FORUM_CAT}
»
{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>
Copy
Copied
Copy
Copied
# INCLUDE forum_bottom #
# INCLUDE forum_bottom #
Saved diffs
Original text
Open file
# INCLUDE forum_top # <script> <!-- function check_form_move(){ if(document.getElementById('to').value == "") { alert("{L_SELECT_SUBCAT}"); return false; } return true; } --> </script> <article itemscope="itemscope" itemtype="http://schema.org/Creativework" id="article-forum-move"> <header> <h2>• {U_FORUM_CAT} » {U_TITLE_T}</h2> </header> <div class="content"> <form method="post" action="move.php" onsubmit="javascript:return check_form_move();" class="fieldset-content"> <fieldset> <legend>{L_MOVE_SUBJECT} : {TITLE}</legend> <div class="form-element"> <label for="to">{L_CAT}</label> <div class="form-field"><label> <select id="to" name="to"> {CATEGORIES} </select> </label></div> </div> </fieldset> <fieldset class="fieldset-submit"> <legend>{L_SUBMIT}</legend> <input type="hidden" name="id" value="{ID}"> <input type="hidden" name="token" value="{TOKEN}"> <button type="submit" name="submit" value="true" class="submit">{L_SUBMIT}</button> </fieldset> </form> </div> <footer>• {U_FORUM_CAT} » {U_TITLE_T}</footer> </article> # INCLUDE forum_bottom #
Changed text
Open file
# INCLUDE forum_top # <script> <!-- function check_form_move(){ if(document.getElementById('to').value == "") { alert("{L_SELECT_SUBCAT}"); return false; } return true; } --> </script> <article itemscope="itemscope" itemtype="http://schema.org/Creativework" id="article-forum-move" class="forum-contents"> <header> <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> <div class="content"> <form method="post" action="move.php" onsubmit="javascript:return check_form_move();" class="fieldset-content"> <fieldset> <legend>{L_MOVE_SUBJECT} : {TITLE}</legend> <div class="form-element"> <label for="to">{L_CAT}</label> <div class="form-field"><label> <select id="to" name="to"> {CATEGORIES} </select> </label></div> </div> </fieldset> <fieldset class="fieldset-submit"> <legend>{L_SUBMIT}</legend> <input type="hidden" name="id" value="{ID}"> <input type="hidden" name="token" value="{TOKEN}"> <button type="submit" name="submit" value="true" class="submit">{L_SUBMIT}</button> </fieldset> </form> </div> <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> # INCLUDE forum_bottom #
Find difference