Diff
checker
テキスト
テキスト
画像
ドキュメント
Excel
フォルダ
Legal
Enterprise
デスクトップ
料金
ログイン
Diffchecker デスクトップのダウンロード
テキスト比較
2 つのテキスト ファイルの違いを見つける
ツール
履歴
ライブエディター
未変更行を折りたたむ
折り返しなし
レイアウト
分割
統合
比較精度
スマート
単語
文字
シンタックスハイライト
構文を選択
無視
テキスト変換
最初の差分へ移動
入力を編集
Diffchecker Desktop
Diffcheckerを実行する最も安全な方法。Diffchecker Desktopアプリを入手:あなたの差分はコンピューターから出ることはありません!
Desktopを入手
Untitled diff
作成日
7 年前
差分は期限切れになりません
クリア
エクスポート
共有
説明
9 削除
行
合計
削除
文字
合計
削除
この機能を引き続き使用するには、アップグレードしてください
Diff
checker
Pro
価格を見る
46 行
すべてコピー
7 追加
行
合計
追加
文字
合計
追加
この機能を引き続き使用するには、アップグレードしてください
Diff
checker
Pro
価格を見る
46 行
すべてコピー
# 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>
•
{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>
コピー
コピー済み
コピー
コピー済み
<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>
•
{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>
コピー
コピー済み
コピー
コピー済み
# INCLUDE forum_bottom #
# INCLUDE forum_bottom #
保存された差分
原文
ファイルを開く
# 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 #
変更されたテキスト
ファイルを開く
# 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 #
違いを見つける