Diff
checker
텍스트
텍스트
이미지
문서
Excel
폴더
Legal
Enterprise
데스크톱
요금제
로그인
데스크톱 앱 다운로드
텍스트 비교
두 텍스트 파일의 차이점을 찾아보세요
도구
기록
실시간 편집
변경 없는 행 숨기기
줄바꿈 비활성화
레이아웃
나란히 보기
합쳐 보기
비교 단위
스마트
단어
글자
구문 강조
언어 선택
제외
텍스트 변환
첫 변경으로
수정
Diffchecker Desktop
가장 안전하게 Diffchecker를 사용하는 방법. 데스크톱 앱을 사용하면 비교 데이터가 외부로 전송되지 않습니다!
데스크톱 앱 받기
Untitled diff
생성일
9년 전
비교 결과 만료 없음
초기화
내보내기
공유
설명
39 삭제
행
총
삭제
글자
총
삭제
이 기능을 계속 사용하려면 업그레이드해 주세요
Diff
checker
Pro
요금제 보기
93 행
복사
0 추가
행
총
추가
글자
총
추가
이 기능을 계속 사용하려면 업그레이드해 주세요
Diff
checker
Pro
요금제 보기
54 행
복사
# INCLUDE forum_top #
# INCLUDE forum_top #
<script>
<script>
<!--
<!--
function check_form_post(){
function check_form_post(){
if(document.getElementById('contents').value == "") {
if(document.getElementById('contents').value == "") {
alert("{L_REQUIRE_TEXT}");
alert("{L_REQUIRE_TEXT}");
return false;
return false;
}
}
}
}
-->
-->
</script>
</script>
<article itemscope="itemscope" itemtype="http://schema.org/Creativework" id="article-forum-edit-message">
<article itemscope="itemscope" itemtype="http://schema.org/Creativework" id="article-forum-edit-message">
<header>
<header>
<h2>
<h2>
• <a href="index.php" title="{L_FORUM_INDEX}">{L_FORUM_INDEX}</a> » {U_FORUM_CAT} » {U_TITLE_T} <span><em>{DESC}</em></span>
• <a href="index.php" title="{L_FORUM_INDEX}">{L_FORUM_INDEX}</a> » {U_FORUM_CAT} » {U_TITLE_T} <span><em>{DESC}</em></span>
</h2>
</h2>
</header>
</header>
<div class="content">
<div class="content">
<form action="{U_ACTION}" method="post" onsubmit="return check_form_post();">
<form action="{U_ACTION}" method="post" onsubmit="return check_form_post();">
# INCLUDE message_helper #
# INCLUDE message_helper #
복사
복사됨
복사
복사됨
# IF C_FORUM_PREVIEW_MSG #
<article id="article-forum-edit-message-preview">
<header>
<h3>
<span class="float-left">{L_PREVIEW}</span>
</h3>
</header>
<div class="msg-position">
<div class="msg-container">
<div class="msg-pseudo-mbr"></div>
<div class="msg-top-row">
<div class="float-left"><i class="fa fa-hand-o-right"></i> {DATE}</div>
<div class="float-right"><i class="fa fa-quote-right"></i></div>
</div>
<div class="msg-contents-container">
<div class="msg-info-mbr">
</div>
<div class="msg-contents">
<div class="msg-contents-overflow">
{CONTENTS}
</div>
</div>
</div>
</div>
<div class="msg-sign">
<hr />
<span class="float-left">
<span class="basic-button smaller">MP</span>
</span>
<span class="float-right">
</span>
</div>
</div>
<footer>
</footer>
</article>
# ENDIF #
<div class="fieldset-content">
<div class="fieldset-content">
<p class="center">{L_REQUIRE}</p>
<p class="center">{L_REQUIRE}</p>
<fieldset>
<fieldset>
<legend>{L_EDIT_MESSAGE}</legend>
<legend>{L_EDIT_MESSAGE}</legend>
<div class="form-element-textarea">
<div class="form-element-textarea">
<label for="contents">* {L_MESSAGE}</label>
<label for="contents">* {L_MESSAGE}</label>
{KERNEL_EDITOR}
{KERNEL_EDITOR}
<div class="form-field-textarea">
<div class="form-field-textarea">
<textarea rows="25" cols="66" id="contents" name="contents">{CONTENTS}</textarea>
<textarea rows="25" cols="66" id="contents" name="contents">{CONTENTS}</textarea>
</div>
</div>
</div>
</div>
</fieldset>
</fieldset>
<fieldset class="fieldset-submit">
<fieldset class="fieldset-submit">
<legend>{L_SUBMIT}</legend>
<legend>{L_SUBMIT}</legend>
<input type="hidden" name="p_update" value="{P_UPDATE}">
<input type="hidden" name="p_update" value="{P_UPDATE}">
<input type="hidden" name="token" value="{TOKEN}">
<input type="hidden" name="token" value="{TOKEN}">
<button type="submit" name="edit_msg" value="true" class="submit">{L_SUBMIT}</button>
<button type="submit" name="edit_msg" value="true" class="submit">{L_SUBMIT}</button>
<button onclick="XMLHttpRequest_preview();" type="button">{L_PREVIEW}</button>
<button onclick="XMLHttpRequest_preview();" type="button">{L_PREVIEW}</button>
<button type="reset" value="true">{L_RESET}</button>
<button type="reset" value="true">{L_RESET}</button>
</fieldset>
</fieldset>
</div>
</div>
</form>
</form>
</div>
</div>
<footer>
<footer>
• <a href="index.php" title="{L_FORUM_INDEX}">{L_FORUM_INDEX}</a> » {U_FORUM_CAT} » {U_TITLE_T} <span><em>{DESC}</em></span>
• <a href="index.php" title="{L_FORUM_INDEX}">{L_FORUM_INDEX}</a> » {U_FORUM_CAT} » {U_TITLE_T} <span><em>{DESC}</em></span>
</footer>
</footer>
</article>
</article>
# INCLUDE forum_bottom #
# INCLUDE forum_bottom #
저장된 비교 결과
원본
파일 열기
# INCLUDE forum_top # <script> <!-- function check_form_post(){ if(document.getElementById('contents').value == "") { alert("{L_REQUIRE_TEXT}"); return false; } } --> </script> <article itemscope="itemscope" itemtype="http://schema.org/Creativework" id="article-forum-edit-message"> <header> <h2> • <a href="index.php" title="{L_FORUM_INDEX}">{L_FORUM_INDEX}</a> » {U_FORUM_CAT} » {U_TITLE_T} <span><em>{DESC}</em></span> </h2> </header> <div class="content"> <form action="{U_ACTION}" method="post" onsubmit="return check_form_post();"> # INCLUDE message_helper # # IF C_FORUM_PREVIEW_MSG # <article id="article-forum-edit-message-preview"> <header> <h3> <span class="float-left">{L_PREVIEW}</span> </h3> </header> <div class="msg-position"> <div class="msg-container"> <div class="msg-pseudo-mbr"></div> <div class="msg-top-row"> <div class="float-left"><i class="fa fa-hand-o-right"></i> {DATE}</div> <div class="float-right"><i class="fa fa-quote-right"></i></div> </div> <div class="msg-contents-container"> <div class="msg-info-mbr"> </div> <div class="msg-contents"> <div class="msg-contents-overflow"> {CONTENTS} </div> </div> </div> </div> <div class="msg-sign"> <hr /> <span class="float-left"> <span class="basic-button smaller">MP</span> </span> <span class="float-right"> </span> </div> </div> <footer> </footer> </article> # ENDIF # <div class="fieldset-content"> <p class="center">{L_REQUIRE}</p> <fieldset> <legend>{L_EDIT_MESSAGE}</legend> <div class="form-element-textarea"> <label for="contents">* {L_MESSAGE}</label> {KERNEL_EDITOR} <div class="form-field-textarea"> <textarea rows="25" cols="66" id="contents" name="contents">{CONTENTS}</textarea> </div> </div> </fieldset> <fieldset class="fieldset-submit"> <legend>{L_SUBMIT}</legend> <input type="hidden" name="p_update" value="{P_UPDATE}"> <input type="hidden" name="token" value="{TOKEN}"> <button type="submit" name="edit_msg" value="true" class="submit">{L_SUBMIT}</button> <button onclick="XMLHttpRequest_preview();" type="button">{L_PREVIEW}</button> <button type="reset" value="true">{L_RESET}</button> </fieldset> </div> </form> </div> <footer> • <a href="index.php" title="{L_FORUM_INDEX}">{L_FORUM_INDEX}</a> » {U_FORUM_CAT} » {U_TITLE_T} <span><em>{DESC}</em></span> </footer> </article> # INCLUDE forum_bottom #
수정본
파일 열기
# INCLUDE forum_top # <script> <!-- function check_form_post(){ if(document.getElementById('contents').value == "") { alert("{L_REQUIRE_TEXT}"); return false; } } --> </script> <article itemscope="itemscope" itemtype="http://schema.org/Creativework" id="article-forum-edit-message"> <header> <h2> • <a href="index.php" title="{L_FORUM_INDEX}">{L_FORUM_INDEX}</a> » {U_FORUM_CAT} » {U_TITLE_T} <span><em>{DESC}</em></span> </h2> </header> <div class="content"> <form action="{U_ACTION}" method="post" onsubmit="return check_form_post();"> # INCLUDE message_helper # <div class="fieldset-content"> <p class="center">{L_REQUIRE}</p> <fieldset> <legend>{L_EDIT_MESSAGE}</legend> <div class="form-element-textarea"> <label for="contents">* {L_MESSAGE}</label> {KERNEL_EDITOR} <div class="form-field-textarea"> <textarea rows="25" cols="66" id="contents" name="contents">{CONTENTS}</textarea> </div> </div> </fieldset> <fieldset class="fieldset-submit"> <legend>{L_SUBMIT}</legend> <input type="hidden" name="p_update" value="{P_UPDATE}"> <input type="hidden" name="token" value="{TOKEN}"> <button type="submit" name="edit_msg" value="true" class="submit">{L_SUBMIT}</button> <button onclick="XMLHttpRequest_preview();" type="button">{L_PREVIEW}</button> <button type="reset" value="true">{L_RESET}</button> </fieldset> </div> </form> </div> <footer> • <a href="index.php" title="{L_FORUM_INDEX}">{L_FORUM_INDEX}</a> » {U_FORUM_CAT} » {U_TITLE_T} <span><em>{DESC}</em></span> </footer> </article> # INCLUDE forum_bottom #
비교하기