Diff
checker
टेक्स्ट
टेक्स्ट
छवियां
दस्तावेज़
Excel
फ़ोल्डर्स
Legal
Enterprise
डेस्कटॉप
मूल्य
साइन इन करें
Diffchecker डेस्कटॉप डाउनलोड करें
टेक्स्ट की तुलना करें
दो टेक्स्ट फ़ाइलों के बीच अंतर ढूंढें
उपकरण
इतिहास
रियल-टाइम एडिटर
अपरिवर्तित संक्षिप्त करें
लाइन रैप बंद
लेआउट
विभाजित
संयुक्त
परिवर्तन हाइलाइट करें
स्मार्ट
शब्द
अक्षर
सिंटैक्स हाइलाइटिंग
सिंटैक्स चुनें
अनदेखा करें
टेक्स्ट बदलें
पहले अंतर पर जाएँ
इनपुट संपादित करें
Diffchecker Desktop
Diffchecker चलाने का सबसे सुरक्षित तरीका। Diffchecker Desktop ऐप पाएं: आपके diffs कभी आपके कंप्यूटर से बाहर नहीं जाते!
Desktop पाएं
styles/all/template/official_topic_index.html
बनाया गया
6 वर्ष पहले
Diff कभी समाप्त नहीं होता
साफ़
निर्यात करें
शेयर करें
समझाएं
4 हटाए गए
लाइनें
कुल
हटाया गया
अक्षर
कुल
हटाया गया
इस सुविधा का उपयोग जारी रखने के लिए, अपग्रेड करें
Diff
checker
Pro
मूल्य देखें
35 लाइनें
सभी को कॉपी करें
4 जोड़े गए
लाइनें
कुल
जोड़ा गया
अक्षर
कुल
जोड़ा गया
इस सुविधा का उपयोग जारी रखने के लिए, अपग्रेड करें
Diff
checker
Pro
मूल्य देखें
35 लाइनें
सभी को कॉपी करें
{% 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">
कॉपी
कॉपी हुआ
कॉपी
कॉपी हुआ
<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>
कॉपी
कॉपी हुआ
कॉपी
कॉपी हुआ
<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>
कॉपी
कॉपी हुआ
कॉपी
कॉपी हुआ
<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>
कॉपी
कॉपी हुआ
कॉपी
कॉपी हुआ
<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 %}
सेव किए गए Diffs
ऑरिजनल टेक्स्ट
फ़ाइल खोलें
{% 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 %}
परिवर्तित टेक्स्ट
फ़ाइल खोलें
{% 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 %}
अंतर खोजें