Diff
checker
Text
Text
Bilder
Dokumente
Excel
Ordner
Legal
Enterprise
Desktop-App
Preise
Einloggen
Diffchecker Desktop herunterladen
Texte vergleichen
Finde den Unterschied zwischen zwei Textdateien
Werkzeuge
Verlauf
Live-Editor
Gleiches ausblenden
Zeilenumbruch aus
Ansicht
Zweispaltig
Einspaltig
Vergleichsgenauigkeit
Intelligent
Wort
Zeichen
Syntaxhervorhebung
Syntax auswählen
Ignorieren
Text umwandeln
Zur ersten Änderung
Eingabe bearbeiten
Diffchecker Desktop
Der sicherste Weg, Diffchecker zu nutzen. Hol dir die Desktop-App: Deine Diffs verlassen nie deinen Computer!
Desktop holen
Untitled diff
Erstellt
vor 7 Jahren
Diff läuft nie ab
Löschen
Exportieren
Teilen
Erklären
8 Entfernungen
Zeilen
Gesamt
Entfernt
Zeichen
Gesamt
Entfernt
Um diese Funktion weiterhin zu nutzen, aktualisiere auf
Diff
checker
Pro
Preise anzeigen
177 Zeilen
Kopieren
15 Hinzufügungen
Zeilen
Gesamt
Hinzugefügt
Zeichen
Gesamt
Hinzugefügt
Um diese Funktion weiterhin zu nutzen, aktualisiere auf
Diff
checker
Pro
Preise anzeigen
177 Zeilen
Kopieren
# IF redirections #
# IF redirections #
{L_REDIRECTIONS}
{L_REDIRECTIONS}
# START redirections #
# START redirections #
<table id="table">
<table id="table">
<thead>
<thead>
<tr>
<tr>
<th>
<th>
{L_REDIRECTION_TITLE}
{L_REDIRECTION_TITLE}
</th>
</th>
<th>
<th>
{L_REDIRECTION_TARGET}
{L_REDIRECTION_TARGET}
</th>
</th>
<th>
<th>
{L_ACTIONS}
{L_ACTIONS}
</th>
</th>
</tr>
</tr>
</thead>
</thead>
<tbody>
<tbody>
# START redirections.list #
# START redirections.list #
<tr>
<tr>
<td>
<td>
{redirections.list.REDIRECTION_TITLE}
{redirections.list.REDIRECTION_TITLE}
</td>
</td>
<td>
<td>
{redirections.list.REDIRECTION_TARGET}
{redirections.list.REDIRECTION_TARGET}
</td>
</td>
<td>
<td>
{redirections.list.ACTIONS}
{redirections.list.ACTIONS}
</td>
</td>
</tr>
</tr>
# END redirections.list #
# END redirections.list #
# IF C_NO_REDIRECTION #
# IF C_NO_REDIRECTION #
<tr>
<tr>
<td colspan="3">
<td colspan="3">
{L_NO_REDIRECTION}
{L_NO_REDIRECTION}
</td>
</td>
</tr>
</tr>
# ENDIF #
# ENDIF #
</tbody>
</tbody>
</table>
</table>
# END redirections #
# END redirections #
# ENDIF #
# ENDIF #
# IF redirection #
# IF redirection #
{L_redirection}
{L_redirection}
# START redirection #
# START redirection #
<table id="table2">
<table id="table2">
<thead>
<thead>
<tr>
<tr>
<th>
<th>
{L_REDIRECTION_TITLE}
{L_REDIRECTION_TITLE}
</th>
</th>
<th>
<th>
{L_ACTIONS}
{L_ACTIONS}
</th>
</th>
</tr>
</tr>
</thead>
</thead>
Kopieren
Kopiert
Kopieren
Kopiert
Text moved to lines 77-83
<tfoot>
<tr>
<td colspan="2">
<a href="{U_CREATE_REDIRECTION}">{L_CREATE_REDIRECTION}</a>
</td>
</tr>
</tfoot>
<tbody>
<tbody>
# START redirection.list #
# START redirection.list #
<tr>
<tr>
<td>
<td>
{redirection.list.REDIRECTION_TITLE}
{redirection.list.REDIRECTION_TITLE}
</td>
</td>
<td>
<td>
{redirection.list.ACTIONS}
{redirection.list.ACTIONS}
</td>
</td>
</tr>
</tr>
# END redirection.list #
# END redirection.list #
# IF C_NO_REDIRECTION #
# IF C_NO_REDIRECTION #
<tr>
<tr>
<td colspan="2">
<td colspan="2">
{L_NO_REDIRECTION}
{L_NO_REDIRECTION}
</td>
</td>
</tr>
</tr>
# ENDIF #
# ENDIF #
</tbody>
</tbody>
Kopieren
Kopiert
Kopieren
Kopiert
Text moved from lines 58-64
<tfoot>
<tr>
<td colspan="2">
<a href="{U_CREATE_REDIRECTION}">{L_CREATE_REDIRECTION}</a>
</td>
</tr>
</tfoot>
</table>
</table>
# END redirection #
# END redirection #
# ENDIF #
# ENDIF #
# START rename #
# START rename #
# INCLUDE message_helper #
# INCLUDE message_helper #
<form action="action.php" method="post" class="fieldset-content">
<form action="action.php" method="post" class="fieldset-content">
<fieldset>
<fieldset>
Kopieren
Kopiert
Kopieren
Kopiert
<legend>
{L_TITLE}
</legend>
<legend>
<h1>
{L_TITLE}
</h1>
</legend>
<p>{L_EXPLAIN_RENAME}</p>
<p>{L_EXPLAIN_RENAME}</p>
<div class="form-element">
<div class="form-element">
<label for="new_title">{L_NEW_TITLE}</label>
<label for="new_title">{L_NEW_TITLE}</label>
<div class="form-field">
<div class="form-field">
<input type="text" id="new_title" name="new_title" value="{FORMER_TITLE}" maxlength="250" class="field-large">
<input type="text" id="new_title" name="new_title" value="{FORMER_TITLE}" maxlength="250" class="field-large">
</div>
</div>
</div>
</div>
<div class="form-element">
<div class="form-element">
<label for="create_redirection">{L_CREATE_REDIRECTION}</label>
<label for="create_redirection">{L_CREATE_REDIRECTION}</label>
<div class="form-field"><label><input type="checkbox" name="create_redirection" id="create_redirection"></label></div>
<div class="form-field"><label><input type="checkbox" name="create_redirection" id="create_redirection"></label></div>
</div>
</div>
<input type="hidden" name="id_rename" value="{ID_RENAME}">
<input type="hidden" name="id_rename" value="{ID_RENAME}">
</fieldset>
</fieldset>
<fieldset class="fieldset-submit">
<fieldset class="fieldset-submit">
<legend>{L_SUBMIT}</legend>
<legend>{L_SUBMIT}</legend>
<input type="hidden" name="token" value="{TOKEN}">
<input type="hidden" name="token" value="{TOKEN}">
<button type="submit" name="" value="true" class="submit">{L_SUBMIT}</button>
<button type="submit" name="" value="true" class="submit">{L_SUBMIT}</button>
</fieldset>
</fieldset>
</form>
</form>
# END rename #
# END rename #
# START new #
# START new #
# INCLUDE message_helper #
# INCLUDE message_helper #
<form action="action.php" method="post" class="fieldset-content">
<form action="action.php" method="post" class="fieldset-content">
<fieldset>
<fieldset>
Kopieren
Kopiert
Kopieren
Kopiert
<legend>
{L_TITLE}
</legend>
<legend>
<h1>
{L_TITLE}
</h1>
</legend>
<div class="form-element">
<div class="form-element">
<label for="redirection_name">{L_REDIRECTION_NAME}</label>
<label for="redirection_name">{L_REDIRECTION_NAME}</label>
<div class="form-field">
<div class="form-field">
<input type="text" name="redirection_name" id="redirection_name" maxlength="250" class="field-large">
<input type="text" name="redirection_name" id="redirection_name" maxlength="250" class="field-large">
</div>
</div>
</div>
</div>
<input type="hidden" name="id_new" value="{ID_NEW}">
<input type="hidden" name="id_new" value="{ID_NEW}">
</fieldset>
</fieldset>
<fieldset class="fieldset-submit">
<fieldset class="fieldset-submit">
<legend>{L_SUBMIT}</legend>
<legend>{L_SUBMIT}</legend>
<input type="hidden" name="token" value="{TOKEN}">
<input type="hidden" name="token" value="{TOKEN}">
<button type="submit" name="" value="true" class="submit">{L_SUBMIT}</button>
<button type="submit" name="" value="true" class="submit">{L_SUBMIT}</button>
</fieldset>
</fieldset>
</form>
</form>
# END new #
# END new #
# START remove #
# START remove #
<script>
<script>
<!--
<!--
var path = '{PICTURES_DATA_PATH}';
var path = '{PICTURES_DATA_PATH}';
var selected_cat = {remove.SELECTED_CAT};
var selected_cat = {remove.SELECTED_CAT};
-->
-->
</script>
</script>
<script src="{PATH_TO_ROOT}/pages/templates/js/pages.js"></script>
<script src="{PATH_TO_ROOT}/pages/templates/js/pages.js"></script>
# INCLUDE message_helper #
# INCLUDE message_helper #
<form action="action.php" method="post" onsubmit="return confirm('{L_ALERT_REMOVING_CAT}');" class="fieldset-content">
<form action="action.php" method="post" onsubmit="return confirm('{L_ALERT_REMOVING_CAT}');" class="fieldset-content">
<fieldset>
<fieldset>
Kopieren
Kopiert
Kopieren
Kopiert
<legend>
{L_TITLE}
</legend>
<legend>
<h1>
{L_TITLE}
</h1>
</legend>
<div class="form-element">
<div class="form-element">
<label for="action">{L_TITLE}</label>
<label for="action">{L_TITLE}</label>
<div class="form-field">
<div class="form-field">
<label><input id="action" name="action" value="remove_all" type="radio"> {L_REMOVE_ALL_CONTENTS}</label>
<label><input id="action" name="action" value="remove_all" type="radio"> {L_REMOVE_ALL_CONTENTS}</label>
<label><input name="action" value="move_all" type="radio" checked="checked"> {L_MOVE_ALL_CONTENTS}</label>
<label><input name="action" value="move_all" type="radio" checked="checked"> {L_MOVE_ALL_CONTENTS}</label>
</div>
</div>
</div>
</div>
<div class="form-element">
<div class="form-element">
<label>{L_FUTURE_CAT}</label>
<label>{L_FUTURE_CAT}</label>
<div class="form-field">
<div class="form-field">
<input type="hidden" name="report_cat" value="{remove.ID_CAT}" id="id_cat">
<input type="hidden" name="report_cat" value="{remove.ID_CAT}" id="id_cat">
Kopieren
Kopiert
Kopieren
Kopiert
<span class="futur-cat-pages"><a href="javascript:select_cat(0);"><img src="{PICTURES_DATA_PATH}/images/cat_root.png" alt="cat-root"
/> <span id="class-0" class="{remove.CAT_0}">{L_ROOT}</span></a></span>
<span class="futur-cat-pages"><a href="javascript:select_cat(0);"><img src="{PICTURES_DATA_PATH}/images/cat_root.png" alt="cat-root"
title="cat-root"
/> <span id="class-0" class="{remove.CAT_0}">{L_ROOT}</span></a></span>
<
br /
>
<
div class="spacer"></div
>
{remove.CATS}
{remove.CATS}
</div>
</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="token" value="{TOKEN}">
<input type="hidden" name="token" value="{TOKEN}">
<input type="hidden" name="del_cat" value="{remove.ID_ARTICLE}">
<input type="hidden" name="del_cat" value="{remove.ID_ARTICLE}">
<button type="submit" value="true" class="submit">{L_SUBMIT}</button>
<button type="submit" value="true" class="submit">{L_SUBMIT}</button>
</fieldset>
</fieldset>
</form>
</form>
# END remove #
# END remove #
Gespeicherte Diffs
Originaltext
Datei öffnen
# IF redirections # {L_REDIRECTIONS} # START redirections # <table id="table"> <thead> <tr> <th> {L_REDIRECTION_TITLE} </th> <th> {L_REDIRECTION_TARGET} </th> <th> {L_ACTIONS} </th> </tr> </thead> <tbody> # START redirections.list # <tr> <td> {redirections.list.REDIRECTION_TITLE} </td> <td> {redirections.list.REDIRECTION_TARGET} </td> <td> {redirections.list.ACTIONS} </td> </tr> # END redirections.list # # IF C_NO_REDIRECTION # <tr> <td colspan="3"> {L_NO_REDIRECTION} </td> </tr> # ENDIF # </tbody> </table> # END redirections # # ENDIF # # IF redirection # {L_redirection} # START redirection # <table id="table2"> <thead> <tr> <th> {L_REDIRECTION_TITLE} </th> <th> {L_ACTIONS} </th> </tr> </thead> <tfoot> <tr> <td colspan="2"> <a href="{U_CREATE_REDIRECTION}">{L_CREATE_REDIRECTION}</a> </td> </tr> </tfoot> <tbody> # START redirection.list # <tr> <td> {redirection.list.REDIRECTION_TITLE} </td> <td> {redirection.list.ACTIONS} </td> </tr> # END redirection.list # # IF C_NO_REDIRECTION # <tr> <td colspan="2"> {L_NO_REDIRECTION} </td> </tr> # ENDIF # </tbody> </table> # END redirection # # ENDIF # # START rename # # INCLUDE message_helper # <form action="action.php" method="post" class="fieldset-content"> <fieldset> <legend>{L_TITLE}</legend> <p>{L_EXPLAIN_RENAME}</p> <div class="form-element"> <label for="new_title">{L_NEW_TITLE}</label> <div class="form-field"> <input type="text" id="new_title" name="new_title" value="{FORMER_TITLE}" maxlength="250" class="field-large"> </div> </div> <div class="form-element"> <label for="create_redirection">{L_CREATE_REDIRECTION}</label> <div class="form-field"><label><input type="checkbox" name="create_redirection" id="create_redirection"></label></div> </div> <input type="hidden" name="id_rename" value="{ID_RENAME}"> </fieldset> <fieldset class="fieldset-submit"> <legend>{L_SUBMIT}</legend> <input type="hidden" name="token" value="{TOKEN}"> <button type="submit" name="" value="true" class="submit">{L_SUBMIT}</button> </fieldset> </form> # END rename # # START new # # INCLUDE message_helper # <form action="action.php" method="post" class="fieldset-content"> <fieldset> <legend>{L_TITLE}</legend> <div class="form-element"> <label for="redirection_name">{L_REDIRECTION_NAME}</label> <div class="form-field"> <input type="text" name="redirection_name" id="redirection_name" maxlength="250" class="field-large"> </div> </div> <input type="hidden" name="id_new" value="{ID_NEW}"> </fieldset> <fieldset class="fieldset-submit"> <legend>{L_SUBMIT}</legend> <input type="hidden" name="token" value="{TOKEN}"> <button type="submit" name="" value="true" class="submit">{L_SUBMIT}</button> </fieldset> </form> # END new # # START remove # <script> <!-- var path = '{PICTURES_DATA_PATH}'; var selected_cat = {remove.SELECTED_CAT}; --> </script> <script src="{PATH_TO_ROOT}/pages/templates/js/pages.js"></script> # INCLUDE message_helper # <form action="action.php" method="post" onsubmit="return confirm('{L_ALERT_REMOVING_CAT}');" class="fieldset-content"> <fieldset> <legend>{L_TITLE}</legend> <div class="form-element"> <label for="action">{L_TITLE}</label> <div class="form-field"> <label><input id="action" name="action" value="remove_all" type="radio"> {L_REMOVE_ALL_CONTENTS}</label> <label><input name="action" value="move_all" type="radio" checked="checked"> {L_MOVE_ALL_CONTENTS}</label> </div> </div> <div class="form-element"> <label>{L_FUTURE_CAT}</label> <div class="form-field"> <input type="hidden" name="report_cat" value="{remove.ID_CAT}" id="id_cat"> <span class="futur-cat-pages"><a href="javascript:select_cat(0);"><img src="{PICTURES_DATA_PATH}/images/cat_root.png" alt="cat-root" /> <span id="class-0" class="{remove.CAT_0}">{L_ROOT}</span></a></span> <br /> {remove.CATS} </div> </div> </fieldset> <fieldset class="fieldset-submit"> <legend>{L_SUBMIT}</legend> <input type="hidden" name="token" value="{TOKEN}"> <input type="hidden" name="del_cat" value="{remove.ID_ARTICLE}"> <button type="submit" value="true" class="submit">{L_SUBMIT}</button> </fieldset> </form> # END remove #
Bearbeitung
Datei öffnen
# IF redirections # {L_REDIRECTIONS} # START redirections # <table id="table"> <thead> <tr> <th> {L_REDIRECTION_TITLE} </th> <th> {L_REDIRECTION_TARGET} </th> <th> {L_ACTIONS} </th> </tr> </thead> <tbody> # START redirections.list # <tr> <td> {redirections.list.REDIRECTION_TITLE} </td> <td> {redirections.list.REDIRECTION_TARGET} </td> <td> {redirections.list.ACTIONS} </td> </tr> # END redirections.list # # IF C_NO_REDIRECTION # <tr> <td colspan="3"> {L_NO_REDIRECTION} </td> </tr> # ENDIF # </tbody> </table> # END redirections # # ENDIF # # IF redirection # {L_redirection} # START redirection # <table id="table2"> <thead> <tr> <th> {L_REDIRECTION_TITLE} </th> <th> {L_ACTIONS} </th> </tr> </thead> <tbody> # START redirection.list # <tr> <td> {redirection.list.REDIRECTION_TITLE} </td> <td> {redirection.list.ACTIONS} </td> </tr> # END redirection.list # # IF C_NO_REDIRECTION # <tr> <td colspan="2"> {L_NO_REDIRECTION} </td> </tr> # ENDIF # </tbody> <tfoot> <tr> <td colspan="2"> <a href="{U_CREATE_REDIRECTION}">{L_CREATE_REDIRECTION}</a> </td> </tr> </tfoot> </table> # END redirection # # ENDIF # # START rename # # INCLUDE message_helper # <form action="action.php" method="post" class="fieldset-content"> <fieldset> <legend><h1>{L_TITLE}</h1></legend> <p>{L_EXPLAIN_RENAME}</p> <div class="form-element"> <label for="new_title">{L_NEW_TITLE}</label> <div class="form-field"> <input type="text" id="new_title" name="new_title" value="{FORMER_TITLE}" maxlength="250" class="field-large"> </div> </div> <div class="form-element"> <label for="create_redirection">{L_CREATE_REDIRECTION}</label> <div class="form-field"><label><input type="checkbox" name="create_redirection" id="create_redirection"></label></div> </div> <input type="hidden" name="id_rename" value="{ID_RENAME}"> </fieldset> <fieldset class="fieldset-submit"> <legend>{L_SUBMIT}</legend> <input type="hidden" name="token" value="{TOKEN}"> <button type="submit" name="" value="true" class="submit">{L_SUBMIT}</button> </fieldset> </form> # END rename # # START new # # INCLUDE message_helper # <form action="action.php" method="post" class="fieldset-content"> <fieldset> <legend><h1>{L_TITLE}</h1></legend> <div class="form-element"> <label for="redirection_name">{L_REDIRECTION_NAME}</label> <div class="form-field"> <input type="text" name="redirection_name" id="redirection_name" maxlength="250" class="field-large"> </div> </div> <input type="hidden" name="id_new" value="{ID_NEW}"> </fieldset> <fieldset class="fieldset-submit"> <legend>{L_SUBMIT}</legend> <input type="hidden" name="token" value="{TOKEN}"> <button type="submit" name="" value="true" class="submit">{L_SUBMIT}</button> </fieldset> </form> # END new # # START remove # <script> <!-- var path = '{PICTURES_DATA_PATH}'; var selected_cat = {remove.SELECTED_CAT}; --> </script> <script src="{PATH_TO_ROOT}/pages/templates/js/pages.js"></script> # INCLUDE message_helper # <form action="action.php" method="post" onsubmit="return confirm('{L_ALERT_REMOVING_CAT}');" class="fieldset-content"> <fieldset> <legend><h1>{L_TITLE}</h1></legend> <div class="form-element"> <label for="action">{L_TITLE}</label> <div class="form-field"> <label><input id="action" name="action" value="remove_all" type="radio"> {L_REMOVE_ALL_CONTENTS}</label> <label><input name="action" value="move_all" type="radio" checked="checked"> {L_MOVE_ALL_CONTENTS}</label> </div> </div> <div class="form-element"> <label>{L_FUTURE_CAT}</label> <div class="form-field"> <input type="hidden" name="report_cat" value="{remove.ID_CAT}" id="id_cat"> <span class="futur-cat-pages"><a href="javascript:select_cat(0);"><img src="{PICTURES_DATA_PATH}/images/cat_root.png" alt="cat-root" title="cat-root" /> <span id="class-0" class="{remove.CAT_0}">{L_ROOT}</span></a></span> <div class="spacer"></div> {remove.CATS} </div> </div> </fieldset> <fieldset class="fieldset-submit"> <legend>{L_SUBMIT}</legend> <input type="hidden" name="token" value="{TOKEN}"> <input type="hidden" name="del_cat" value="{remove.ID_ARTICLE}"> <button type="submit" value="true" class="submit">{L_SUBMIT}</button> </fieldset> </form> # END remove #
Unterschied finden