Diff
checker
텍스트
텍스트
이미지
문서
Excel
폴더
Legal
Enterprise
데스크톱
요금제
로그인
데스크톱 앱 다운로드
텍스트 비교
두 텍스트 파일의 차이점을 찾아보세요
도구
기록
실시간 편집
공백 변경 숨기기
변경 없는 행 숨기기
줄바꿈 비활성화
레이아웃
나란히 보기
합쳐 보기
비교 단위
스마트
단어
글자
텍스트 스타일
모양 변경
구문 강조
언어 선택
제외
텍스트 변환
첫 변경으로
수정
Diffchecker Desktop
가장 안전하게 Diffchecker를 사용하는 방법. 데스크톱 앱을 사용하면 비교 데이터가 외부로 전송되지 않습니다!
데스크톱 앱 받기
Add Nofollow
생성일
6년 전
비교 결과 만료 없음
초기화
내보내기
공유
설명
0 삭제
행
총
삭제
글자
총
삭제
이 기능을 계속 사용하려면 업그레이드해 주세요
Diff
checker
Pro
요금제 보기
19 행
복사
1 추가
행
총
추가
글자
총
추가
이 기능을 계속 사용하려면 업그레이드해 주세요
Diff
checker
Pro
요금제 보기
19 행
복사
<li class="level-1{%if line_collection.links.size > 0%} level-1-has-child{%endif%}{% if line_collection.active %} current-cat showAny{% endif %}{%if forloop.first%} opened{%endif%}">
<li class="level-1{%if line_collection.links.size > 0%} level-1-has-child{%endif%}{% if line_collection.active %} current-cat showAny{% endif %}{%if forloop.first%} opened{%endif%}">
<a class="custom-control custom-checkbox"{% if line_collection.active %} href="javascript:void(0)"{%else%} href="{{line_collection.url|default: 'javascript:void(0)'}}" {% endif %}>
<a class="custom-control custom-checkbox"{% if line_collection.active %} href="javascript:void(0)"{%else%} href="{{line_collection.url|default: 'javascript:void(0)'}}" {% endif %}>
<span class="custom-control-label">{{line_collection.title}}</span>
<span class="custom-control-label">{{line_collection.title}}</span>
{%- if line_collection.type == 'collection_link' -%}
{%- if line_collection.type == 'collection_link' -%}
<span class="count lazyload" data-include="{{line_collection.url}}?view=count_with_tag">{{line_collection.object.all_products_count}}</span>
<span class="count lazyload" data-include="{{line_collection.url}}?view=count_with_tag">{{line_collection.object.all_products_count}}</span>
{%- endif -%}
{%- endif -%}
</a>
</a>
{% if line_collection.links.size > 0-%}
{% if line_collection.links.size > 0-%}
<ul class="child_collection"{%unless forloop.first%} style="display: none" {%endunless%}>
<ul class="child_collection"{%unless forloop.first%} style="display: none" {%endunless%}>
{% for child_link in line_collection.links-%}
{% for child_link in line_collection.links-%}
<li class="level-2{% if child_link.active %} current-cat{% endif %}">
<li class="level-2{% if child_link.active %} current-cat{% endif %}">
복사
복사됨
복사
복사됨
<a class="custom-control custom-checkbox"{% if child_link.active %} href="javascript:void(0)"{%else%}
href="{{child_link.url|default: 'javascript:void(0)'}}"{% endif %}>
<a class="custom-control custom-checkbox"{% if child_link.active %} href="javascript:void(0)"{%else%}
nofollow
href="{{child_link.url|default: 'javascript:void(0)'}}"{% endif %}>
<span class="custom-control-label">{{child_link.title}}</span>
<span class="custom-control-label">{{child_link.title}}</span>
{%- if child_link.type == 'collection_link' -%}
{%- if child_link.type == 'collection_link' -%}
<span class="count lazyload" data-include="{{child_link.url}}?view=count_with_tag">{{child_link.object.all_products_count}}</span>
<span class="count lazyload" data-include="{{child_link.url}}?view=count_with_tag">{{child_link.object.all_products_count}}</span>
{%- endif -%}
{%- endif -%}
</a>
</a>
</li>
</li>
{%- endfor -%}
{%- endfor -%}
저장된 비교 결과
원본
파일 열기
<li class="level-1{%if line_collection.links.size > 0%} level-1-has-child{%endif%}{% if line_collection.active %} current-cat showAny{% endif %}{%if forloop.first%} opened{%endif%}"> <a class="custom-control custom-checkbox"{% if line_collection.active %} href="javascript:void(0)"{%else%} href="{{line_collection.url|default: 'javascript:void(0)'}}" {% endif %}> <span class="custom-control-label">{{line_collection.title}}</span> {%- if line_collection.type == 'collection_link' -%} <span class="count lazyload" data-include="{{line_collection.url}}?view=count_with_tag">{{line_collection.object.all_products_count}}</span> {%- endif -%} </a> {% if line_collection.links.size > 0-%} <ul class="child_collection"{%unless forloop.first%} style="display: none" {%endunless%}> {% for child_link in line_collection.links-%} <li class="level-2{% if child_link.active %} current-cat{% endif %}"> <a class="custom-control custom-checkbox"{% if child_link.active %} href="javascript:void(0)"{%else%} href="{{child_link.url|default: 'javascript:void(0)'}}"{% endif %}> <span class="custom-control-label">{{child_link.title}}</span> {%- if child_link.type == 'collection_link' -%} <span class="count lazyload" data-include="{{child_link.url}}?view=count_with_tag">{{child_link.object.all_products_count}}</span> {%- endif -%} </a> </li> {%- endfor -%}
수정본
파일 열기
<li class="level-1{%if line_collection.links.size > 0%} level-1-has-child{%endif%}{% if line_collection.active %} current-cat showAny{% endif %}{%if forloop.first%} opened{%endif%}"> <a class="custom-control custom-checkbox"{% if line_collection.active %} href="javascript:void(0)"{%else%} href="{{line_collection.url|default: 'javascript:void(0)'}}" {% endif %}> <span class="custom-control-label">{{line_collection.title}}</span> {%- if line_collection.type == 'collection_link' -%} <span class="count lazyload" data-include="{{line_collection.url}}?view=count_with_tag">{{line_collection.object.all_products_count}}</span> {%- endif -%} </a> {% if line_collection.links.size > 0-%} <ul class="child_collection"{%unless forloop.first%} style="display: none" {%endunless%}> {% for child_link in line_collection.links-%} <li class="level-2{% if child_link.active %} current-cat{% endif %}"> <a class="custom-control custom-checkbox"{% if child_link.active %} href="javascript:void(0)"{%else%} nofollow href="{{child_link.url|default: 'javascript:void(0)'}}"{% endif %}> <span class="custom-control-label">{{child_link.title}}</span> {%- if child_link.type == 'collection_link' -%} <span class="count lazyload" data-include="{{child_link.url}}?view=count_with_tag">{{child_link.object.all_products_count}}</span> {%- endif -%} </a> </li> {%- endfor -%}
비교하기