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
styles/all/template/official_topic_index.html
Erstellt
vor 6 Jahren
Diff läuft nie ab
Löschen
Exportieren
Teilen
Erklären
4 Entfernungen
Zeilen
Gesamt
Entfernt
Zeichen
Gesamt
Entfernt
Um diese Funktion weiterhin zu nutzen, aktualisiere auf
Diff
checker
Pro
Preise anzeigen
35 Zeilen
Kopieren
4 Hinzufügungen
Zeilen
Gesamt
Hinzugefügt
Zeichen
Gesamt
Hinzugefügt
Um diese Funktion weiterhin zu nutzen, aktualisiere auf
Diff
checker
Pro
Preise anzeigen
35 Zeilen
Kopieren
{% if block_list.S_ISWITH2 %}
{% if block_list.S_ISWITH2 %}
<h3>{{ block_list.FILTRINO }}</h3>
<h3>{{ block_list.FILTRINO }}</h3>
<div class="panel bg3">
<div class="panel bg3">
<div class="inner">
<div class="inner">
<ul class="topiclist">
<ul class="topiclist">
<li class="header">
<li class="header">
<dl class="row-item">
<dl class="row-item">
Kopieren
Kopiert
Kopieren
Kopiert
<dd class="topics" style="color:#000000;">{{ lang('POSTER') }}</dd>
<dd class="posts" style="color:#000000;">{{ lang('REPLIES') }}</dd>
<dt>
<dt>
<div class="list-inner" style="color:#000000;">{{ lang('TOPIC_TITLE') }}</div>
<div class="list-inner" style="color:#000000;">{{ lang('TOPIC_TITLE') }}</div>
</dt>
</dt>
Kopieren
Kopiert
Kopieren
Kopiert
<dd class="topics" style="color:#000000;">{{ lang('POSTER') }}</dd>
<dd class="posts" style="color:#000000;">{{ lang('REPLIES') }}</dd>
{% if U_MCP %}<dd class="lastpost" style="color:#000000;"><span>{{ lang('REMOVE_FROM_LIST') }}</span></dd>{% endif %}
{% if U_MCP %}<dd class="lastpost" style="color:#000000;"><span>{{ lang('REMOVE_FROM_LIST') }}</span></dd>{% endif %}
</dl>
</dl>
</li>
</li>
</ul>
</ul>
<ul class="topiclist forums">
<ul class="topiclist forums">
{% for block_topic_index in block_list.block_topic_index %}
{% for block_topic_index in block_list.block_topic_index %}
<li class="row {% if block_topic_index.S_ROW_COUNT is even %}bg1{% else %}bg2{% endif %}">
<li class="row {% if block_topic_index.S_ROW_COUNT is even %}bg1{% else %}bg2{% endif %}">
<dl>
<dl>
Kopieren
Kopiert
Kopieren
Kopiert
<dd class="topics">{{ block_topic_index.ITOPIC_POSTER }}</dd>
<dd class="posts">{{ block_topic_index.ITOPIC_TOTREP }}</dd>
<dt class="topicindex">
<dt class="topicindex">
<div class="list-inner">
<div class="list-inner">
<a href="{{ block_topic_index.ITOPIC_URL }}"><strong>{{ block_topic_index.ITOPIC_TITLE }}</strong></a>
<a href="{{ block_topic_index.ITOPIC_URL }}"><strong>{{ block_topic_index.ITOPIC_TITLE }}</strong></a>
</div>
</div>
</dt>
</dt>
Kopieren
Kopiert
Kopieren
Kopiert
<dd class="topics">{{ block_topic_index.ITOPIC_POSTER }}</dd>
<dd class="posts">{{ block_topic_index.ITOPIC_TOTREP }}</dd>
{% if U_MCP %}<dd class="lastpost"><span class="topicindexremove">[<a href="{{ block_topic_index.U_REMOVE_FROM }}">{{ lang('REMOVE_FROM_LIST') }}</a>]</span></dd>{% endif %}
{% if U_MCP %}<dd class="lastpost"><span class="topicindexremove">[<a href="{{ block_topic_index.U_REMOVE_FROM }}">{{ lang('REMOVE_FROM_LIST') }}</a>]</span></dd>{% endif %}
</dl>
</dl>
</li>
</li>
{% endfor %}
{% endfor %}
</ul>
</ul>
</div>
</div>
</div>
</div>
{% endif %}
{% endif %}
Gespeicherte Diffs
Originaltext
Datei öffnen
{% if block_list.S_ISWITH2 %} <h3>{{ block_list.FILTRINO }}</h3> <div class="panel bg3"> <div class="inner"> <ul class="topiclist"> <li class="header"> <dl class="row-item"> <dt> <div class="list-inner" style="color:#000000;">{{ lang('TOPIC_TITLE') }}</div> </dt> <dd class="topics" style="color:#000000;">{{ lang('POSTER') }}</dd> <dd class="posts" style="color:#000000;">{{ lang('REPLIES') }}</dd> {% if U_MCP %}<dd class="lastpost" style="color:#000000;"><span>{{ lang('REMOVE_FROM_LIST') }}</span></dd>{% endif %} </dl> </li> </ul> <ul class="topiclist forums"> {% for block_topic_index in block_list.block_topic_index %} <li class="row {% if block_topic_index.S_ROW_COUNT is even %}bg1{% else %}bg2{% endif %}"> <dl> <dt class="topicindex"> <div class="list-inner"> <a href="{{ block_topic_index.ITOPIC_URL }}"><strong>{{ block_topic_index.ITOPIC_TITLE }}</strong></a> </div> </dt> <dd class="topics">{{ block_topic_index.ITOPIC_POSTER }}</dd> <dd class="posts">{{ block_topic_index.ITOPIC_TOTREP }}</dd> {% if U_MCP %}<dd class="lastpost"><span class="topicindexremove">[<a href="{{ block_topic_index.U_REMOVE_FROM }}">{{ lang('REMOVE_FROM_LIST') }}</a>]</span></dd>{% endif %} </dl> </li> {% endfor %} </ul> </div> </div> {% endif %}
Bearbeitung
Datei öffnen
{% if block_list.S_ISWITH2 %} <h3>{{ block_list.FILTRINO }}</h3> <div class="panel bg3"> <div class="inner"> <ul class="topiclist"> <li class="header"> <dl class="row-item"> <dd class="topics" style="color:#000000;">{{ lang('POSTER') }}</dd> <dd class="posts" style="color:#000000;">{{ lang('REPLIES') }}</dd> <dt> <div class="list-inner" style="color:#000000;">{{ lang('TOPIC_TITLE') }}</div> </dt> {% if U_MCP %}<dd class="lastpost" style="color:#000000;"><span>{{ lang('REMOVE_FROM_LIST') }}</span></dd>{% endif %} </dl> </li> </ul> <ul class="topiclist forums"> {% for block_topic_index in block_list.block_topic_index %} <li class="row {% if block_topic_index.S_ROW_COUNT is even %}bg1{% else %}bg2{% endif %}"> <dl> <dd class="topics">{{ block_topic_index.ITOPIC_POSTER }}</dd> <dd class="posts">{{ block_topic_index.ITOPIC_TOTREP }}</dd> <dt class="topicindex"> <div class="list-inner"> <a href="{{ block_topic_index.ITOPIC_URL }}"><strong>{{ block_topic_index.ITOPIC_TITLE }}</strong></a> </div> </dt> {% if U_MCP %}<dd class="lastpost"><span class="topicindexremove">[<a href="{{ block_topic_index.U_REMOVE_FROM }}">{{ lang('REMOVE_FROM_LIST') }}</a>]</span></dd>{% endif %} </dl> </li> {% endfor %} </ul> </div> </div> {% endif %}
Unterschied finden