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
9 eliminaciones
Líneas
Total
Eliminado
Caracteres
Total
Eliminado
Para continuar usando esta función, actualice a
Diff
checker
Pro
Ver precios
46 líneas
Copiar todo
7 adiciones
Líneas
Total
Añadido
Caracteres
Total
Añadido
Para continuar usando esta función, actualice a
Diff
checker
Pro
Ver precios
46 líneas
Copiar todo
# INCLUDE forum_top #
# INCLUDE forum_top #
Copiar
Copiado
Copiar
Copiado
<script>
<script>
<!--
<!--
function check_form_move(){
function check_form_move(){
if(document.getElementById('to').value == "") {
if(document.getElementById('to').value == "") {
alert("{L_SELECT_SUBCAT}");
alert("{L_SELECT_SUBCAT}");
return false;
return false;
}
}
return true;
return true;
}
}
-->
-->
</script>
</script>
Copiar
Copiado
Copiar
Copiado
<article itemscope="itemscope" itemtype="http://schema.org/Creativework" id="article-forum-move"
>
<article itemscope="itemscope" itemtype="http://schema.org/Creativework" id="article-forum-move"
class="forum-contents"
>
<header>
<header>
Copiar
Copiado
Copiar
Copiado
<h2>
•
{U_FORUM_CAT}
»
{U_TITLE_T}
</h2>
<h2>
<a href="
{U_FORUM_CAT}
">{FORUM_CAT}</a> <i class="fa fa-angle-double-right" aria-hidden="true"></i> <a href="
{U_TITLE_T}
">{TITLE_T}</a>
</h2>
</header>
</header>
Copiar
Copiado
Copiar
Copiado
<div class="content">
<div class="content">
<form method="post" action="move.php" onsubmit="javascript:return check_form_move();" class="fieldset-content">
<form method="post" action="move.php" onsubmit="javascript:return check_form_move();" class="fieldset-content">
<fieldset>
<fieldset>
<legend>{L_MOVE_SUBJECT} : {TITLE}</legend>
<legend>{L_MOVE_SUBJECT} : {TITLE}</legend>
<div class="form-element">
<div class="form-element">
<label for="to">{L_CAT}</label>
<label for="to">{L_CAT}</label>
<div class="form-field"><label>
<div class="form-field"><label>
<select id="to" name="to">
<select id="to" name="to">
{CATEGORIES}
{CATEGORIES}
</select>
</select>
</label></div>
</label></div>
</div>
</div>
</fieldset>
</fieldset>
Copiar
Copiado
Copiar
Copiado
<fieldset class="fieldset-submit">
<fieldset class="fieldset-submit">
<legend>{L_SUBMIT}</legend>
<legend>{L_SUBMIT}</legend>
<input type="hidden" name="id" value="{ID}">
<input type="hidden" name="id" value="{ID}">
<input type="hidden" name="token" value="{TOKEN}">
<input type="hidden" name="token" value="{TOKEN}">
<button type="submit" name="submit" value="true" class="submit">{L_SUBMIT}</button>
<button type="submit" name="submit" value="true" class="submit">{L_SUBMIT}</button>
</fieldset>
</fieldset>
</form>
</form>
</div>
</div>
Copiar
Copiado
Copiar
Copiado
<footer>
•
{U_FORUM_CAT}
»
{U_TITLE_T}
</footer>
<footer>
<a href="
{U_FORUM_CAT}
">{FORUM_CAT}</a> <i class="fa fa-angle-double-right" aria-hidden="true"></i> <a href="
{U_TITLE_T}
">{TITLE_T}</a>
</footer>
</article>
</article>
Copiar
Copiado
Copiar
Copiado
# INCLUDE forum_bottom #
# INCLUDE forum_bottom #
Diferencias guardadas
Texto original
Abrir archivo
# INCLUDE forum_top # <script> <!-- function check_form_move(){ if(document.getElementById('to').value == "") { alert("{L_SELECT_SUBCAT}"); return false; } return true; } --> </script> <article itemscope="itemscope" itemtype="http://schema.org/Creativework" id="article-forum-move"> <header> <h2>• {U_FORUM_CAT} » {U_TITLE_T}</h2> </header> <div class="content"> <form method="post" action="move.php" onsubmit="javascript:return check_form_move();" class="fieldset-content"> <fieldset> <legend>{L_MOVE_SUBJECT} : {TITLE}</legend> <div class="form-element"> <label for="to">{L_CAT}</label> <div class="form-field"><label> <select id="to" name="to"> {CATEGORIES} </select> </label></div> </div> </fieldset> <fieldset class="fieldset-submit"> <legend>{L_SUBMIT}</legend> <input type="hidden" name="id" value="{ID}"> <input type="hidden" name="token" value="{TOKEN}"> <button type="submit" name="submit" value="true" class="submit">{L_SUBMIT}</button> </fieldset> </form> </div> <footer>• {U_FORUM_CAT} » {U_TITLE_T}</footer> </article> # INCLUDE forum_bottom #
Texto modificado
Abrir archivo
# INCLUDE forum_top # <script> <!-- function check_form_move(){ if(document.getElementById('to').value == "") { alert("{L_SELECT_SUBCAT}"); return false; } return true; } --> </script> <article itemscope="itemscope" itemtype="http://schema.org/Creativework" id="article-forum-move" class="forum-contents"> <header> <h2><a href="{U_FORUM_CAT}">{FORUM_CAT}</a> <i class="fa fa-angle-double-right" aria-hidden="true"></i> <a href="{U_TITLE_T}">{TITLE_T}</a></h2> </header> <div class="content"> <form method="post" action="move.php" onsubmit="javascript:return check_form_move();" class="fieldset-content"> <fieldset> <legend>{L_MOVE_SUBJECT} : {TITLE}</legend> <div class="form-element"> <label for="to">{L_CAT}</label> <div class="form-field"><label> <select id="to" name="to"> {CATEGORIES} </select> </label></div> </div> </fieldset> <fieldset class="fieldset-submit"> <legend>{L_SUBMIT}</legend> <input type="hidden" name="id" value="{ID}"> <input type="hidden" name="token" value="{TOKEN}"> <button type="submit" name="submit" value="true" class="submit">{L_SUBMIT}</button> </fieldset> </form> </div> <footer><a href="{U_FORUM_CAT}">{FORUM_CAT}</a> <i class="fa fa-angle-double-right" aria-hidden="true"></i> <a href="{U_TITLE_T}">{TITLE_T}</a></footer> </article> # INCLUDE forum_bottom #
Encontrar la diferencia