Diff
checker
텍스트
텍스트
이미지
문서
Excel
폴더
Legal
Enterprise
데스크톱
요금제
로그인
데스크톱 앱 다운로드
텍스트 비교
두 텍스트 파일의 차이점을 찾아보세요
도구
기록
실시간 편집
변경 없는 행 숨기기
줄바꿈 비활성화
레이아웃
나란히 보기
합쳐 보기
비교 단위
스마트
단어
글자
구문 강조
언어 선택
제외
텍스트 변환
첫 변경으로
수정
Diffchecker Desktop
가장 안전하게 Diffchecker를 사용하는 방법. 데스크톱 앱을 사용하면 비교 데이터가 외부로 전송되지 않습니다!
데스크톱 앱 받기
styles/all/template/official_topic_index.html
생성일
6년 전
비교 결과 만료 없음
초기화
내보내기
공유
설명
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 %}
저장된 비교 결과
원본
파일 열기
{% 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 %}
비교하기