Diff
checker
Texte
Texte
Images
Documents
Excel
Dossiers
Legal
Enterprise
Application de bureau
Prix
Se connecter
Télécharger Diffchecker Desktop
Comparer le texte
Trouver la différence entre deux fichiers texte
Outils
Historique
Éditeur live
Cacher identiques
Sans retour à la ligne
Vue
Divisé
Unifié
Niveau de précision
Intelligent
Mot
Caractère
Coloration syntaxique
Choisir la syntaxe
Ignorer
Transformer le texte
Aller au premier écart
Modifier l'entrée
Diffchecker Desktop
La façon la plus sécurisée d'utiliser Diffchecker. Obtenez l'application Diffchecker Desktop : vos diffs ne quittent jamais votre ordinateur !
Obtenir Desktop
Untitled diff
Créé
il y a 7 ans
Le diff n'expire jamais
Effacer
Exporter
Partager
Expliquer
9 suppressions
Lignes
Total
Supprimé
Caractères
Total
Supprimé
Pour continuer à utiliser cette fonctionnalité, passez à
Diff
checker
Pro
Voir les prix
46 lignes
Copier tout
7 ajouts
Lignes
Total
Ajouté
Caractères
Total
Ajouté
Pour continuer à utiliser cette fonctionnalité, passez à
Diff
checker
Pro
Voir les prix
46 lignes
Copier tout
# INCLUDE forum_top #
# INCLUDE forum_top #
Copier
Copié
Copier
Copié
<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>
Copier
Copié
Copier
Copié
<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>
Copier
Copié
Copier
Copié
<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>
Copier
Copié
Copier
Copié
<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>
Copier
Copié
Copier
Copié
<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>
Copier
Copié
Copier
Copié
<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>
Copier
Copié
Copier
Copié
# INCLUDE forum_bottom #
# INCLUDE forum_bottom #
Différences enregistrées
Texte d'origine
Ouvrir un fichier
# 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 #
Texte modifié
Ouvrir un fichier
# 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 #
Trouver la différence