Diff
checker
Text
Text
Images
Documents
Excel
Folders
Legal
Enterprise
Desktop
Pricing
Sign in
Download Diffchecker Desktop
Compare text
Find the difference between two text files
Tools
History
Real-time editor
Hide unchanged lines
Disable line wrap
Layout
Split
Unified
Diff precision
Smart
Word
Char
Syntax highlighting
Choose syntax
Ignore
Transform text
Go to first change
Edit input
Diffchecker Desktop
The most secure way to run Diffchecker. Get the Diffchecker Desktop app: your diffs never leave your computer!
Get Desktop
Untitled diff
Created
9 years ago
Diff never expires
Clear
Export
Share
Explain
4 removals
Lines
Total
Removed
Characters
Total
Removed
To continue using this feature, upgrade to
Diff
checker
Pro
View Pricing
43 lines
Copy
14 additions
Lines
Total
Added
Characters
Total
Added
To continue using this feature, upgrade to
Diff
checker
Pro
View Pricing
49 lines
Copy
<div id="module-poll-mini">
<div id="module-poll-mini">
# START question #
# START question #
<form method="post" action="{PATH_TO_ROOT}/poll/poll{question.ID}" class="form-poll">
<form method="post" action="{PATH_TO_ROOT}/poll/poll{question.ID}" class="form-poll">
<span class="poll-container-title">{question.QUESTION}</span>
<span class="poll-container-title">{question.QUESTION}</span>
<hr>
<hr>
<p class="poll-question-mini-container">
<p class="poll-question-mini-container">
# START question.radio #
# START question.radio #
Copy
Copied
Copy
Copied
<label
>
<input type="radio
" name="radio" value="{question.radio.NAME}">
<span class="smaller">{question.radio.ANSWERS}</span>
</label>
<label
for="poll-radio-{question.radio.NAME}">
<input type="radio
" id="poll-radio-{question.radio.NAME}
" name="radio" value="{question.radio.NAME}">
<span class="smaller">{question.radio.ANSWERS}</span>
</label>
<br /><br />
<br /><br />
# END question.radio #
# END question.radio #
# START question.checkbox #
# START question.checkbox #
Copy
Copied
Copy
Copied
<label
>
<input type="checkbox
" name="{question.checkbox.NAME}" value="{question.checkbox.NAME}">
<span class="smaller">{question.checkbox.ANSWERS}</span>
</label>
<label
for="poll-checkbox-{question.checkbox.NAME}">
<input type="checkbox
" id="poll-checkbox-{question.checkbox.NAME}
" name="{question.checkbox.NAME}" value="{question.checkbox.NAME}">
<span class="smaller">{question.checkbox.ANSWERS}</span>
</label>
<br /><br />
<br /><br />
# END question.checkbox #
# END question.checkbox #
</p>
</p>
<input type="hidden" name="token" value="{TOKEN}">
<input type="hidden" name="token" value="{TOKEN}">
<button type="submit" name="valid_poll" value="true" class="submit">{L_VOTE}</button><br />
<button type="submit" name="valid_poll" value="true" class="submit">{L_VOTE}</button><br />
<a class="small" href="{PATH_TO_ROOT}/poll/poll{U_POLL_RESULT}">{L_POLL_RESULT}</a>
<a class="small" href="{PATH_TO_ROOT}/poll/poll{U_POLL_RESULT}">{L_POLL_RESULT}</a>
</form>
</form>
# END question #
# END question #
# START result #
# START result #
<span class="poll-container-title">{result.QUESTION}</span>
<span class="poll-container-title">{result.QUESTION}</span>
<hr>
<hr>
# START result.answers #
# START result.answers #
<p class="poll-question-mini-container">
<p class="poll-question-mini-container">
<span class="smaller">{result.answers.ANSWERS} : {result.answers.PERCENT}%</span>
<span class="smaller">{result.answers.ANSWERS} : {result.answers.PERCENT}%</span>
<br />
<br />
<div class="progressbar-container" title="{result.answers.WIDTH}%">
<div class="progressbar-container" title="{result.answers.WIDTH}%">
<div class="progressbar-infos">{result.answers.WIDTH}%</div>
<div class="progressbar-infos">{result.answers.WIDTH}%</div>
<div class="progressbar" style="width:{result.answers.WIDTH}%;"></div>
<div class="progressbar" style="width:{result.answers.WIDTH}%;"></div>
</div>
</div>
</p>
</p>
# END result.answers #
# END result.answers #
<span class="smaller">{result.VOTES} {L_VOTE}</span>
<span class="smaller">{result.VOTES} {L_VOTE}</span>
# END result #
# END result #
</div>
</div>
Saved diffs
Original text
Open file
<div id="module-poll-mini"> # START question # <form method="post" action="{PATH_TO_ROOT}/poll/poll{question.ID}" class="form-poll"> <span class="poll-container-title">{question.QUESTION}</span> <hr> <p class="poll-question-mini-container"> # START question.radio # <label><input type="radio" name="radio" value="{question.radio.NAME}"> <span class="smaller">{question.radio.ANSWERS}</span></label> <br /><br /> # END question.radio # # START question.checkbox # <label><input type="checkbox" name="{question.checkbox.NAME}" value="{question.checkbox.NAME}"> <span class="smaller">{question.checkbox.ANSWERS}</span></label> <br /><br /> # END question.checkbox # </p> <input type="hidden" name="token" value="{TOKEN}"> <button type="submit" name="valid_poll" value="true" class="submit">{L_VOTE}</button><br /> <a class="small" href="{PATH_TO_ROOT}/poll/poll{U_POLL_RESULT}">{L_POLL_RESULT}</a> </form> # END question # # START result # <span class="poll-container-title">{result.QUESTION}</span> <hr> # START result.answers # <p class="poll-question-mini-container"> <span class="smaller">{result.answers.ANSWERS} : {result.answers.PERCENT}%</span> <br /> <div class="progressbar-container" title="{result.answers.WIDTH}%"> <div class="progressbar-infos">{result.answers.WIDTH}%</div> <div class="progressbar" style="width:{result.answers.WIDTH}%;"></div> </div> </p> # END result.answers # <span class="smaller">{result.VOTES} {L_VOTE}</span> # END result # </div>
Changed text
Open file
<div id="module-poll-mini"> # START question # <form method="post" action="{PATH_TO_ROOT}/poll/poll{question.ID}" class="form-poll"> <span class="poll-container-title">{question.QUESTION}</span> <hr> <p class="poll-question-mini-container"> # START question.radio # <label for="poll-radio-{question.radio.NAME}"> <input type="radio" id="poll-radio-{question.radio.NAME}" name="radio" value="{question.radio.NAME}"> <span class="smaller">{question.radio.ANSWERS}</span> </label> <br /><br /> # END question.radio # # START question.checkbox # <label for="poll-checkbox-{question.checkbox.NAME}"> <input type="checkbox" id="poll-checkbox-{question.checkbox.NAME}" name="{question.checkbox.NAME}" value="{question.checkbox.NAME}"> <span class="smaller">{question.checkbox.ANSWERS}</span> </label> <br /><br /> # END question.checkbox # </p> <input type="hidden" name="token" value="{TOKEN}"> <button type="submit" name="valid_poll" value="true" class="submit">{L_VOTE}</button><br /> <a class="small" href="{PATH_TO_ROOT}/poll/poll{U_POLL_RESULT}">{L_POLL_RESULT}</a> </form> # END question # # START result # <span class="poll-container-title">{result.QUESTION}</span> <hr> # START result.answers # <p class="poll-question-mini-container"> <span class="smaller">{result.answers.ANSWERS} : {result.answers.PERCENT}%</span> <br /> <div class="progressbar-container" title="{result.answers.WIDTH}%"> <div class="progressbar-infos">{result.answers.WIDTH}%</div> <div class="progressbar" style="width:{result.answers.WIDTH}%;"></div> </div> </p> # END result.answers # <span class="smaller">{result.VOTES} {L_VOTE}</span> # END result # </div>
Find difference