Diff
checker
टेक्स्ट
टेक्स्ट
छवियां
दस्तावेज़
Excel
फ़ोल्डर्स
Legal
Enterprise
डेस्कटॉप
मूल्य
साइन इन करें
Diffchecker डेस्कटॉप डाउनलोड करें
टेक्स्ट की तुलना करें
दो टेक्स्ट फ़ाइलों के बीच अंतर ढूंढें
उपकरण
इतिहास
रियल-टाइम एडिटर
रिक्त स्थान छिपाएँ
अपरिवर्तित संक्षिप्त करें
लाइन रैप बंद
लेआउट
विभाजित
संयुक्त
परिवर्तन हाइलाइट करें
स्मार्ट
शब्द
अक्षर
टेक्स्ट शैलियां
दिखावट बदलें
सिंटैक्स हाइलाइटिंग
सिंटैक्स चुनें
अनदेखा करें
टेक्स्ट बदलें
पहले अंतर पर जाएँ
इनपुट संपादित करें
Diffchecker Desktop
Diffchecker चलाने का सबसे सुरक्षित तरीका। Diffchecker Desktop ऐप पाएं: आपके diffs कभी आपके कंप्यूटर से बाहर नहीं जाते!
Desktop पाएं
posting_editor_buttons_after.html
बनाया गया
6 वर्ष पहले
Diff कभी समाप्त नहीं होता
साफ़
निर्यात करें
शेयर करें
समझाएं
0 हटाए गए
लाइनें
कुल
हटाया गया
अक्षर
कुल
हटाया गया
इस सुविधा का उपयोग जारी रखने के लिए, अपग्रेड करें
Diff
checker
Pro
मूल्य देखें
55 लाइनें
सभी को कॉपी करें
1 जोड़ा गया
लाइनें
कुल
जोड़ा गया
अक्षर
कुल
जोड़ा गया
इस सुविधा का उपयोग जारी रखने के लिए, अपग्रेड करें
Diff
checker
Pro
मूल्य देखें
55 लाइनें
सभी को कॉपी करें
{% if S_SMILIES_ALLOWED %}
{% if S_SMILIES_ALLOWED %}
{% if not definition.INCLUDED_STUDIOEMOJIJS %}
{% if not definition.INCLUDED_STUDIOEMOJIJS %}
{% INCLUDEJS '@phpbbstudio_emoji/studio_emoji.js' %}
{% INCLUDEJS '@phpbbstudio_emoji/studio_emoji.js' %}
{% DEFINE INCLUDED_STUDIOEMOJIJS = true %}
{% DEFINE INCLUDED_STUDIOEMOJIJS = true %}
{% endif %}
{% endif %}
<div class="hidden" id="studio_emoji">
<div class="hidden" id="studio_emoji">
<span class="hidden" data-cdn="{{ U_STUDIO_EMOJI }}" data-ext="{{ T_STUDIO_EMOJI }}">{{ STUDIO_EMOJI }}</span>
<span class="hidden" data-cdn="{{ U_STUDIO_EMOJI }}" data-ext="{{ T_STUDIO_EMOJI }}">{{ STUDIO_EMOJI }}</span>
<div class="tabs sub-panels" id="emoji" data-show-panel="{{ S_STUDIO_EMOJI }}" role="tablist" style="margin-top: 3px; margin-bottom: 0;">
<div class="tabs sub-panels" id="emoji" data-show-panel="{{ S_STUDIO_EMOJI }}" role="tablist" style="margin-top: 3px; margin-bottom: 0;">
<ul>
<ul>
{% for category in studio_emoji %}
{% for category in studio_emoji %}
<li id="{{ category.PANEL }}-tab" class="tab{{ loop.first ? ' activetab' }}" title="{{ lang(category.TITLE) }}">
<li id="{{ category.PANEL }}-tab" class="tab{{ loop.first ? ' activetab' }}" title="{{ lang(category.TITLE) }}">
<a href="#emoji" data-subpanel="{{ category.PANEL }}" role="tab" aria-controls="{{ category.PANEL }}">
<a href="#emoji" data-subpanel="{{ category.PANEL }}" role="tab" aria-controls="{{ category.PANEL }}">
<i class="icon fa-{{ category.ICON }} fa-fw"></i>
<i class="icon fa-{{ category.ICON }} fa-fw"></i>
</a>
</a>
</li>
</li>
{% endfor %}
{% endfor %}
<li id="emoji-search-panel-tab" class="tab" title="{{ lang('STUDIO_EMOJI_FIND') }}">
<li id="emoji-search-panel-tab" class="tab" title="{{ lang('STUDIO_EMOJI_FIND') }}">
<a href="#emoji" data-subpanel="emoji-search-panel" role="tab" aria-controls="emoji-search-panel">
<a href="#emoji" data-subpanel="emoji-search-panel" role="tab" aria-controls="emoji-search-panel">
<i class="icon fa-search fa-fw"></i>
<i class="icon fa-search fa-fw"></i>
</a>
</a>
</li>
</li>
</ul>
</ul>
</div>
</div>
{% for category in studio_emoji %}
{% for category in studio_emoji %}
<div class="panel bg3" id="{{ category.PANEL }}">
<div class="panel bg3" id="{{ category.PANEL }}">
<div class="inner">
<div class="inner">
<h3 class="small">{{ lang(category.TITLE) }}</h3>
<h3 class="small">{{ lang(category.TITLE) }}</h3>
<div class="post_details" style="height: 95px; margin-top: 2px;">
<div class="post_details" style="height: 95px; margin-top: 2px;">
{% for name, src in category.EMOJI %}
{% for name, src in category.EMOJI %}
<a href="#" onclick="insert_text('{{ name }}', true); return false;">
<a href="#" onclick="insert_text('{{ name }}', true); return false;">
<img class="emoji smilies" alt="{{ name }}" title="{{ name }}" draggable="false" data-src="{{ U_STUDIO_EMOJI ~ src ~ T_STUDIO_EMOJI }}">
<img class="emoji smilies" alt="{{ name }}" title="{{ name }}" draggable="false" data-src="{{ U_STUDIO_EMOJI ~ src ~ T_STUDIO_EMOJI }}">
</a>
</a>
{% endfor %}
{% endfor %}
</div>
</div>
</div>
</div>
</div>
</div>
{% endfor %}
{% endfor %}
<div class="panel bg3" id="emoji-search-panel">
<div class="panel bg3" id="emoji-search-panel">
<div class="inner">
<div class="inner">
<h3 class="small">
<h3 class="small">
<label for="emoji_search">{{ lang('STUDIO_EMOJI_FIND') ~ lang('COLON') }}</label>
<label for="emoji_search">{{ lang('STUDIO_EMOJI_FIND') ~ lang('COLON') }}</label>
कॉपी
कॉपी हुआ
कॉपी
कॉपी हुआ
<input class="tiny" id="emoji_search" type="text"
/>
<input class="tiny" id="emoji_search" type="text"
autocomplete="off" onsubmit="return false;" onkeydown="return event.key != 'Enter';"
/>
</h3>
</h3>
<div class="post_details" id="emoji_search_result" style="height: 91px; margin-top: 2px;">
<div class="post_details" id="emoji_search_result" style="height: 91px; margin-top: 2px;">
<span class="error">{{ lang('STUDIO_EMOJI_NONE') }}</span>
<span class="error">{{ lang('STUDIO_EMOJI_NONE') }}</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
{% endif %}
{% endif %}
सेव किए गए Diffs
ऑरिजनल टेक्स्ट
फ़ाइल खोलें
{% if S_SMILIES_ALLOWED %} {% if not definition.INCLUDED_STUDIOEMOJIJS %} {% INCLUDEJS '@phpbbstudio_emoji/studio_emoji.js' %} {% DEFINE INCLUDED_STUDIOEMOJIJS = true %} {% endif %} <div class="hidden" id="studio_emoji"> <span class="hidden" data-cdn="{{ U_STUDIO_EMOJI }}" data-ext="{{ T_STUDIO_EMOJI }}">{{ STUDIO_EMOJI }}</span> <div class="tabs sub-panels" id="emoji" data-show-panel="{{ S_STUDIO_EMOJI }}" role="tablist" style="margin-top: 3px; margin-bottom: 0;"> <ul> {% for category in studio_emoji %} <li id="{{ category.PANEL }}-tab" class="tab{{ loop.first ? ' activetab' }}" title="{{ lang(category.TITLE) }}"> <a href="#emoji" data-subpanel="{{ category.PANEL }}" role="tab" aria-controls="{{ category.PANEL }}"> <i class="icon fa-{{ category.ICON }} fa-fw"></i> </a> </li> {% endfor %} <li id="emoji-search-panel-tab" class="tab" title="{{ lang('STUDIO_EMOJI_FIND') }}"> <a href="#emoji" data-subpanel="emoji-search-panel" role="tab" aria-controls="emoji-search-panel"> <i class="icon fa-search fa-fw"></i> </a> </li> </ul> </div> {% for category in studio_emoji %} <div class="panel bg3" id="{{ category.PANEL }}"> <div class="inner"> <h3 class="small">{{ lang(category.TITLE) }}</h3> <div class="post_details" style="height: 95px; margin-top: 2px;"> {% for name, src in category.EMOJI %} <a href="#" onclick="insert_text('{{ name }}', true); return false;"> <img class="emoji smilies" alt="{{ name }}" title="{{ name }}" draggable="false" data-src="{{ U_STUDIO_EMOJI ~ src ~ T_STUDIO_EMOJI }}"> </a> {% endfor %} </div> </div> </div> {% endfor %} <div class="panel bg3" id="emoji-search-panel"> <div class="inner"> <h3 class="small"> <label for="emoji_search">{{ lang('STUDIO_EMOJI_FIND') ~ lang('COLON') }}</label> <input class="tiny" id="emoji_search" type="text" /> </h3> <div class="post_details" id="emoji_search_result" style="height: 91px; margin-top: 2px;"> <span class="error">{{ lang('STUDIO_EMOJI_NONE') }}</span> </div> </div> </div> </div> {% endif %}
परिवर्तित टेक्स्ट
फ़ाइल खोलें
{% if S_SMILIES_ALLOWED %} {% if not definition.INCLUDED_STUDIOEMOJIJS %} {% INCLUDEJS '@phpbbstudio_emoji/studio_emoji.js' %} {% DEFINE INCLUDED_STUDIOEMOJIJS = true %} {% endif %} <div class="hidden" id="studio_emoji"> <span class="hidden" data-cdn="{{ U_STUDIO_EMOJI }}" data-ext="{{ T_STUDIO_EMOJI }}">{{ STUDIO_EMOJI }}</span> <div class="tabs sub-panels" id="emoji" data-show-panel="{{ S_STUDIO_EMOJI }}" role="tablist" style="margin-top: 3px; margin-bottom: 0;"> <ul> {% for category in studio_emoji %} <li id="{{ category.PANEL }}-tab" class="tab{{ loop.first ? ' activetab' }}" title="{{ lang(category.TITLE) }}"> <a href="#emoji" data-subpanel="{{ category.PANEL }}" role="tab" aria-controls="{{ category.PANEL }}"> <i class="icon fa-{{ category.ICON }} fa-fw"></i> </a> </li> {% endfor %} <li id="emoji-search-panel-tab" class="tab" title="{{ lang('STUDIO_EMOJI_FIND') }}"> <a href="#emoji" data-subpanel="emoji-search-panel" role="tab" aria-controls="emoji-search-panel"> <i class="icon fa-search fa-fw"></i> </a> </li> </ul> </div> {% for category in studio_emoji %} <div class="panel bg3" id="{{ category.PANEL }}"> <div class="inner"> <h3 class="small">{{ lang(category.TITLE) }}</h3> <div class="post_details" style="height: 95px; margin-top: 2px;"> {% for name, src in category.EMOJI %} <a href="#" onclick="insert_text('{{ name }}', true); return false;"> <img class="emoji smilies" alt="{{ name }}" title="{{ name }}" draggable="false" data-src="{{ U_STUDIO_EMOJI ~ src ~ T_STUDIO_EMOJI }}"> </a> {% endfor %} </div> </div> </div> {% endfor %} <div class="panel bg3" id="emoji-search-panel"> <div class="inner"> <h3 class="small"> <label for="emoji_search">{{ lang('STUDIO_EMOJI_FIND') ~ lang('COLON') }}</label> <input class="tiny" id="emoji_search" type="text" autocomplete="off" onsubmit="return false;" onkeydown="return event.key != 'Enter';"/> </h3> <div class="post_details" id="emoji_search_result" style="height: 91px; margin-top: 2px;"> <span class="error">{{ lang('STUDIO_EMOJI_NONE') }}</span> </div> </div> </div> </div> {% endif %}
अंतर खोजें