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
styles/all/template/official_topic_index.html
Created
6 years ago
Diff never expires
Clear
Export
Share
Explain
4 removals
Lines
Total
Removed
Characters
Total
Removed
To continue using this feature, upgrade to
Diff
checker
Pro
View Pricing
35 lines
Copy
4 additions
Lines
Total
Added
Characters
Total
Added
To continue using this feature, upgrade to
Diff
checker
Pro
View Pricing
35 lines
Copy
{% 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">
Copy
Copied
Copy
Copied
<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>
Copy
Copied
Copy
Copied
<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>
Copy
Copied
Copy
Copied
<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>
Copy
Copied
Copy
Copied
<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 %}
Saved diffs
Original text
Open file
{% 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 %}
Changed text
Open file
{% 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 %}
Find difference