Diff
checker
Texto
Texto
Imágenes
Documentos
Excel
Carpetas
Legal
Enterprise
Aplicación de escritorio
Precios
Iniciar sesión
Descargar Diffchecker Desktop
Comparar texto
Encuentra la diferencia entre dos archivos de texto
Herramientas
Historial
Editor live
Ocultar sin cambios
Sin ajuste de línea
Vista
Dividido
Unificado
Nivel de detalle
Inteligente
Palabra
Letra
Resaltado de sintaxis
Elegir sintaxis
Ignorar
Transformar texto
Ir al primer cambio
Editar entrada
Diffchecker Desktop
La forma más segura de usar Diffchecker. ¡Obtén la app de Diffchecker Desktop: tus diffs nunca salen de tu computadora!
Obtener Desktop
Untitled diff
Creado
hace 7 años
El diff nunca expira
Borrar
Exportar
Compartir
Explicar
21 eliminaciones
Líneas
Total
Eliminado
Caracteres
Total
Eliminado
Para continuar usando esta función, actualice a
Diff
checker
Pro
Ver precios
61 líneas
Copiar todo
9 adiciones
Líneas
Total
Añadido
Caracteres
Total
Añadido
Para continuar usando esta función, actualice a
Diff
checker
Pro
Ver precios
55 líneas
Copiar todo
<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>
Diferencias guardadas
Texto original
Abrir archivo
<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 modificado
Abrir archivo
<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 la diferencia