Diff
checker
Texto
Texto
Imagens
Documentos
Excel
Pastas
Legal
Enterprise
Aplicativo para desktop
Preços
Fazer login
Baixar o Diffchecker Desktop
Comparar texto
Encontre a diferença entre dois arquivos de texto
Ferramentas
Histórico
Editor live
Recolher inalteradas
Sem quebra de linha
Layout
Dividido
Unificado
Nível de detalhe
Inteligente
Palavra
Caractere
Realce de sintaxe
Escolher sintaxe
Ignorar
Transformar texto
Ir à primeira mudança
Editar entrada
Diffchecker Desktop
A maneira mais segura de usar o Diffchecker. Obtenha o aplicativo Diffchecker Desktop: seus diffs nunca saem do seu computador!
Obter Desktop
Untitled diff
Criado
há 7 anos
O diff nunca expira
Limpar
Exportar
Compartilhar
Explicar
21 remoções
Linhas
Total
Removido
Caracteres
Total
Removido
Para continuar usando este recurso, atualize para
Diff
checker
Pro
Ver preços
61 linhas
Copiar tudo
9 adições
Linhas
Total
Adicionado
Caracteres
Total
Adicionado
Para continuar usando este recurso, atualize para
Diff
checker
Pro
Ver preços
55 linhas
Copiar tudo
<form action="{U_GALLERY_ACTION_ADD}" method="post" enctype="multipart/form-data">
<form action="{U_GALLERY_ACTION_ADD}" method="post" enctype="multipart/form-data">
<section id="module-gallery-add">
<section id="module-gallery-add">
<header>
<header>
<h1>{L_GALLERY} - {L_ADD_IMG}</h1>
<h1>{L_GALLERY} - {L_ADD_IMG}</h1>
<div class="right">
<div class="right">
{PAGINATION}
{PAGINATION}
</div>
</div>
</header>
</header>
<div class="content">
<div class="content">
<div class="center">
<div class="center">
# INCLUDE message_helper #
# INCLUDE message_helper #
Copiar
Copiado
Copiar
Copiado
# START image_up #
# START image_up #
<strong>{image_up.L_SUCCESS_UPLOAD}</strong>
<strong>{image_up.L_SUCCESS_UPLOAD}</strong>
Copiar
Copiado
Copiar
Copiado
<
br /
>
<
span class="spacer"></span
>
<strong>{image_up.NAME}</strong>
<strong>{image_up.NAME}</strong>
Copiar
Copiado
Copiar
Copiado
<
br /
>
<
span class="spacer"></span
>
<a href="gallery.php?cat={image_up.ID_CAT}&id={image_up.ID}#pics_max
"><img src="pics/{image_up.PATH}" alt="{image_up.NAME}" /></a>
<a href="gallery.php?cat={image_up.ID_CAT}&id={image_up.ID}#pics_max
" title="{image_up.NAME}
"><img src="pics/{image_up.PATH}" alt="{image_up.NAME}" /></a>
<
br /
>
<
span class="spacer"></span
>
<a href="gallery.php?cat={image_up.ID_CAT}">{image_up.CAT_NAME}</a>
<a href="gallery.php?cat={image_up.ID_CAT}">{image_up.CAT_NAME}</a>
Copiar
Copiado
Copiar
Copiado
<br /><br />
# END image_up #
# END image_up #
Copiar
Copiado
Copiar
Copiado
# START image_quota #
# START image_quota #
<div class="image-quota-container">
<div class="image-quota-container">
<strong>{image_quota.L_IMAGE_QUOTA}</strong>
<strong>{image_quota.L_IMAGE_QUOTA}</strong>
</div>
</div>
# END image_quota #
# END image_quota #
Copiar
Copiado
Copiar
Copiado
<
br /
>
<
span class="spacer"></span
>
{L_IMG_FORMAT}: {IMG_FORMAT}
{L_IMG_FORMAT}: {IMG_FORMAT}
<
br /
>
<
span class="spacer"></span
>
{L_WIDTH_MAX}: {WIDTH_MAX} {L_UNIT_PX}
{L_WIDTH_MAX}: {WIDTH_MAX} {L_UNIT_PX}
Copiar
Copiado
Copiar
Copiado
<
br /
>
<
span class="spacer"></span
>
{L_HEIGHT_MAX}: {HEIGHT_MAX} {L_UNIT_PX}
{L_HEIGHT_MAX}: {HEIGHT_MAX} {L_UNIT_PX}
Copiar
Copiado
Copiar
Copiado
<
br /
>
<
span class="spacer"></span
>
{L_WEIGHT_MAX}: {WEIGHT_MAX} {L_UNIT_KO}
{L_WEIGHT_MAX}: {WEIGHT_MAX} {L_UNIT_KO}
Copiar
Copiado
Copiar
Copiado
<br /><br />
{CATEGORIES_TREE}
{CATEGORIES_TREE}
Copiar
Copiado
Copiar
Copiado
<br /><br />
<label>{L_NAME}
plop
: <input type="text" maxlength="50" name="name"></label>
<label>{L_NAME}
: <input type="text" maxlength="50" name="name"></label>
* <input type="file" name="gallery" class="file" />
<br /><br />
* <input type="file" name="gallery" class="file" />
<br /><br />
</div>
</div>
Copiar
Copiado
Copiar
Copiado
<br />
<fieldset class="fieldset-submit">
<fieldset class="fieldset-submit">
<legend></legend><input type="hidden" name="max_file_size" value="2000000">
<legend></legend><input type="hidden" name="max_file_size" value="2000000">
<input type="hidden" name="token" value="{TOKEN}">
<input type="hidden" name="token" value="{TOKEN}">
<button type="submit" name="vupload" value="true" class="submit">{L_UPLOAD}</button>
<button type="submit" name="vupload" value="true" class="submit">{L_UPLOAD}</button>
</fieldset>
</fieldset>
</div>
</div>
<footer>
<footer>
<div class="right">
<div class="right">
{PAGINATION}
{PAGINATION}
</div>
</div>
</footer>
</footer>
</section>
</section>
</form>
</form>
Diferenças salvas
Texto original
Abrir arquivo
<form action="{U_GALLERY_ACTION_ADD}" method="post" enctype="multipart/form-data"> <section id="module-gallery-add"> <header> <h1>{L_GALLERY} - {L_ADD_IMG}</h1> <div class="right"> {PAGINATION} </div> </header> <div class="content"> <div class="center"> # INCLUDE message_helper # # START image_up # <strong>{image_up.L_SUCCESS_UPLOAD}</strong> <br /> <strong>{image_up.NAME}</strong> <br /> <a href="gallery.php?cat={image_up.ID_CAT}&id={image_up.ID}#pics_max"><img src="pics/{image_up.PATH}" alt="{image_up.NAME}" /></a> <br /> <a href="gallery.php?cat={image_up.ID_CAT}">{image_up.CAT_NAME}</a> <br /><br /> # END image_up # # START image_quota # <div class="image-quota-container"> <strong>{image_quota.L_IMAGE_QUOTA}</strong> </div> # END image_quota # <br /> {L_IMG_FORMAT}: {IMG_FORMAT} <br /> {L_WIDTH_MAX}: {WIDTH_MAX} {L_UNIT_PX} <br /> {L_HEIGHT_MAX}: {HEIGHT_MAX} {L_UNIT_PX} <br /> {L_WEIGHT_MAX}: {WEIGHT_MAX} {L_UNIT_KO} <br /><br /> {CATEGORIES_TREE} <br /><br /> <label>{L_NAME}: <input type="text" maxlength="50" name="name"></label> <br /><br /> * <input type="file" name="gallery" class="file" /><br /><br /> </div> <br /> <fieldset class="fieldset-submit"> <legend></legend><input type="hidden" name="max_file_size" value="2000000"> <input type="hidden" name="token" value="{TOKEN}"> <button type="submit" name="vupload" value="true" class="submit">{L_UPLOAD}</button> </fieldset> </div> <footer> <div class="right"> {PAGINATION} </div> </footer> </section> </form>
Texto alterado
Abrir arquivo
<form action="{U_GALLERY_ACTION_ADD}" method="post" enctype="multipart/form-data"> <section id="module-gallery-add"> <header> <h1>{L_GALLERY} - {L_ADD_IMG}</h1> <div class="right"> {PAGINATION} </div> </header> <div class="content"> <div class="center"> # INCLUDE message_helper # # START image_up # <strong>{image_up.L_SUCCESS_UPLOAD}</strong> <span class="spacer"></span> <strong>{image_up.NAME}</strong> <span class="spacer"></span> <a href="gallery.php?cat={image_up.ID_CAT}&id={image_up.ID}#pics_max" title="{image_up.NAME}"><img src="pics/{image_up.PATH}" alt="{image_up.NAME}" /></a> <span class="spacer"></span> <a href="gallery.php?cat={image_up.ID_CAT}">{image_up.CAT_NAME}</a> # END image_up # # START image_quota # <div class="image-quota-container"> <strong>{image_quota.L_IMAGE_QUOTA}</strong> </div> # END image_quota # <span class="spacer"></span> {L_IMG_FORMAT}: {IMG_FORMAT} <span class="spacer"></span> {L_WIDTH_MAX}: {WIDTH_MAX} {L_UNIT_PX} <span class="spacer"></span> {L_HEIGHT_MAX}: {HEIGHT_MAX} {L_UNIT_PX} <span class="spacer"></span> {L_WEIGHT_MAX}: {WEIGHT_MAX} {L_UNIT_KO} {CATEGORIES_TREE} <label>{L_NAME} plop: <input type="text" maxlength="50" name="name"></label> * <input type="file" name="gallery" class="file" /> </div> <fieldset class="fieldset-submit"> <legend></legend><input type="hidden" name="max_file_size" value="2000000"> <input type="hidden" name="token" value="{TOKEN}"> <button type="submit" name="vupload" value="true" class="submit">{L_UPLOAD}</button> </fieldset> </div> <footer> <div class="right"> {PAGINATION} </div> </footer> </section> </form>
Encontrar Diferença