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 9 ans
Le diff n'expire jamais
Effacer
Exporter
Partager
Expliquer
0 suppressions
Lignes
Total
Supprimé
Caractères
Total
Supprimé
Pour continuer à utiliser cette fonctionnalité, passez à
Diff
checker
Pro
Voir les prix
98 lignes
Copier tout
3 ajouts
Lignes
Total
Ajouté
Caractères
Total
Ajouté
Pour continuer à utiliser cette fonctionnalité, passez à
Diff
checker
Pro
Voir les prix
100 lignes
Copier tout
<section id="module-calendar">
<section id="module-calendar">
<header>
<header>
<h1>
<h1>
<a href="{U_SYNDICATION}" title="${LangLoader::get_message('syndication', 'common')}"><i class="fa fa-syndication"></i></a>
<a href="{U_SYNDICATION}" title="${LangLoader::get_message('syndication', 'common')}"><i class="fa fa-syndication"></i></a>
{@module_title}# IF NOT C_ROOT_CATEGORY # - {CATEGORY_NAME}# ENDIF # # IF IS_ADMIN #<a href="{U_EDIT_CATEGORY}" title="${LangLoader::get_message('edit', 'common')}"><i class="fa fa-edit smaller"></i></a># ENDIF #
{@module_title}# IF NOT C_ROOT_CATEGORY # - {CATEGORY_NAME}# ENDIF # # IF IS_ADMIN #<a href="{U_EDIT_CATEGORY}" title="${LangLoader::get_message('edit', 'common')}"><i class="fa fa-edit smaller"></i></a># ENDIF #
</h1>
</h1>
</header>
</header>
<div class="content">
<div class="content">
# IF NOT C_APPROVED #
# IF NOT C_APPROVED #
# INCLUDE NOT_VISIBLE_MESSAGE #
# INCLUDE NOT_VISIBLE_MESSAGE #
# ENDIF #
# ENDIF #
Copier
Copié
Copier
Copié
<article itemscope="itemscope" itemtype="http://schema.org/Event" id="article-calendar-{ID}" class="article-calendar
">
<article itemscope="itemscope" itemtype="http://schema.org/Event" id="article-calendar-{ID}" class="article-calendar
# IF C_NEW_CONTENT # new-content# ENDIF #
">
<header>
<header>
<h2>
<h2>
<span itemprop="name">{TITLE}</span>
<span itemprop="name">{TITLE}</span>
<span class="actions">
<span class="actions">
# IF C_EDIT #
# IF C_EDIT #
<a href="{U_EDIT}" title="${LangLoader::get_message('edit', 'common')}"><i class="fa fa-edit"></i></a>
<a href="{U_EDIT}" title="${LangLoader::get_message('edit', 'common')}"><i class="fa fa-edit"></i></a>
# ENDIF #
# ENDIF #
# IF C_DELETE #
# IF C_DELETE #
<a href="{U_DELETE}" title="${LangLoader::get_message('delete', 'common')}"# IF NOT C_BELONGS_TO_A_SERIE # data-confirmation="delete-element"# ENDIF #><i class="fa fa-delete"></i></a>
<a href="{U_DELETE}" title="${LangLoader::get_message('delete', 'common')}"# IF NOT C_BELONGS_TO_A_SERIE # data-confirmation="delete-element"# ENDIF #><i class="fa fa-delete"></i></a>
# ENDIF #
# ENDIF #
</span>
</span>
</h2>
</h2>
<a itemprop="url" href="{U_LINK}"></a>
<a itemprop="url" href="{U_LINK}"></a>
</header>
</header>
<div class="content">
<div class="content">
<div itemscope="itemscope" itemtype="http://schema.org/CreativeWork">
<div itemscope="itemscope" itemtype="http://schema.org/CreativeWork">
<meta itemprop="about" content="{CATEGORY_NAME}">
<meta itemprop="about" content="{CATEGORY_NAME}">
# IF C_COMMENTS_ENABLED #
# IF C_COMMENTS_ENABLED #
<meta itemprop="discussionUrl" content="{U_COMMENTS}">
<meta itemprop="discussionUrl" content="{U_COMMENTS}">
<meta itemprop="interactionCount" content="{NUMBER_COMMENTS} UserComments">
<meta itemprop="interactionCount" content="{NUMBER_COMMENTS} UserComments">
# ENDIF #
# ENDIF #
Copier
Copié
Copier
Copié
# IF C_HAS_PICTURE #<img itemprop="thumbnailUrl" src="{PICTURE}" alt="{TITLE}" /># ENDIF #
<div itemprop="text">{CONTENTS}</div>
<div itemprop="text">{CONTENTS}</div>
# IF C_LOCATION #
# IF C_LOCATION #
<div class="spacer"></div>
<div class="spacer"></div>
<div itemprop="location" itemscope itemtype="http://schema.org/Place">
<div itemprop="location" itemscope itemtype="http://schema.org/Place">
<span class="text-strong">{@calendar.labels.location}</span> :
<span class="text-strong">{@calendar.labels.location}</span> :
<span itemprop="name">{LOCATION}</span>
<span itemprop="name">{LOCATION}</span>
Copier
Copié
Copier
Copié
# IF C_LOCATION_MAP #<div class="location-map">{LOCATION_MAP}</div># ENDIF #
</div>
</div>
# ENDIF #
# ENDIF #
# IF C_PARTICIPATION_ENABLED #
# IF C_PARTICIPATION_ENABLED #
<div class="spacer"></div>
<div class="spacer"></div>
# IF C_DISPLAY_PARTICIPANTS #
# IF C_DISPLAY_PARTICIPANTS #
<div>
<div>
<span class="text-strong">{@calendar.labels.participants}</span> :
<span class="text-strong">{@calendar.labels.participants}</span> :
<span>
<span>
# IF C_PARTICIPANTS #
# IF C_PARTICIPANTS #
# START participant #
# START participant #
<a href="{participant.U_PROFILE}" class="{participant.LEVEL_CLASS}" # IF participant.C_GROUP_COLOR # style="color:{participant.GROUP_COLOR}" # ENDIF #>{participant.DISPLAY_NAME}</a># IF NOT participant.C_LAST_PARTICIPANT #,# ENDIF #
<a href="{participant.U_PROFILE}" class="{participant.LEVEL_CLASS}" # IF participant.C_GROUP_COLOR # style="color:{participant.GROUP_COLOR}" # ENDIF #>{participant.DISPLAY_NAME}</a># IF NOT participant.C_LAST_PARTICIPANT #,# ENDIF #
# END participant #
# END participant #
# ELSE #
# ELSE #
{@calendar.labels.no_one}
{@calendar.labels.no_one}
# ENDIF #
# ENDIF #
</span>
</span>
</div>
</div>
# ENDIF #
# ENDIF #
# IF C_PARTICIPATE #
# IF C_PARTICIPATE #
<a href="{U_SUSCRIBE}" class="basic-button">{@calendar.labels.suscribe}</a>
<a href="{U_SUSCRIBE}" class="basic-button">{@calendar.labels.suscribe}</a>
# IF C_MISSING_PARTICIPANTS #
# IF C_MISSING_PARTICIPANTS #
<span class="small text-italic">({L_MISSING_PARTICIPANTS})</span>
<span class="small text-italic">({L_MISSING_PARTICIPANTS})</span>
# ENDIF #
# ENDIF #
# IF C_REGISTRATION_DAYS_LEFT #
# IF C_REGISTRATION_DAYS_LEFT #
<div class="spacer"></div>
<div class="spacer"></div>
<span class="small text-italic">{L_REGISTRATION_DAYS_LEFT}</span>
<span class="small text-italic">{L_REGISTRATION_DAYS_LEFT}</span>
# ENDIF #
# ENDIF #
# ENDIF #
# ENDIF #
# IF C_IS_PARTICIPANT #
# IF C_IS_PARTICIPANT #
<a href="{U_UNSUSCRIBE}" class="basic-button">{@calendar.labels.unsuscribe}</a>
<a href="{U_UNSUSCRIBE}" class="basic-button">{@calendar.labels.unsuscribe}</a>
# ELSE #
# ELSE #
# IF C_MAX_PARTICIPANTS_REACHED #<span class="small text-italic">{@calendar.labels.max_participants_reached}</span># ENDIF #
# IF C_MAX_PARTICIPANTS_REACHED #<span class="small text-italic">{@calendar.labels.max_participants_reached}</span># ENDIF #
# ENDIF #
# ENDIF #
# IF C_REGISTRATION_CLOSED #<span class="small text-italic">{@calendar.labels.registration_closed}</span># ENDIF #
# IF C_REGISTRATION_CLOSED #<span class="small text-italic">{@calendar.labels.registration_closed}</span># ENDIF #
# ENDIF #
# ENDIF #
<div class="spacer"></div>
<div class="spacer"></div>
<div class="event-display-author">
<div class="event-display-author">
{@calendar.labels.created_by} : # IF C_AUTHOR_EXIST #<a itemprop="author" href="{U_AUTHOR_PROFILE}" class="{AUTHOR_LEVEL_CLASS}" # IF C_AUTHOR_GROUP_COLOR # style="color:{AUTHOR_GROUP_COLOR}" # ENDIF #>{AUTHOR}</a># ELSE #{AUTHOR}# ENDIF #
{@calendar.labels.created_by} : # IF C_AUTHOR_EXIST #<a itemprop="author" href="{U_AUTHOR_PROFILE}" class="{AUTHOR_LEVEL_CLASS}" # IF C_AUTHOR_GROUP_COLOR # style="color:{AUTHOR_GROUP_COLOR}" # ENDIF #>{AUTHOR}</a># ELSE #{AUTHOR}# ENDIF #
</div>
</div>
</div>
</div>
<div class="event-display-dates">
<div class="event-display-dates">
{@calendar.labels.start_date} : <span class="float-right"><time datetime="{START_DATE_ISO8601}" itemprop="startDate">{START_DATE}</time></span>
{@calendar.labels.start_date} : <span class="float-right"><time datetime="{START_DATE_ISO8601}" itemprop="startDate">{START_DATE}</time></span>
<div class="spacer"></div>
<div class="spacer"></div>
{@calendar.labels.end_date} : <span class="float-right"><time datetime="{END_DATE_ISO8601}" itemprop="endDate">{END_DATE}</time></span>
{@calendar.labels.end_date} : <span class="float-right"><time datetime="{END_DATE_ISO8601}" itemprop="endDate">{END_DATE}</time></span>
</div>
</div>
<hr>
<hr>
# INCLUDE COMMENTS #
# INCLUDE COMMENTS #
</div>
</div>
<footer></footer>
<footer></footer>
</article>
</article>
</div>
</div>
<footer></footer>
<footer></footer>
</section>
</section>
Différences enregistrées
Texte d'origine
Ouvrir un fichier
<section id="module-calendar"> <header> <h1> <a href="{U_SYNDICATION}" title="${LangLoader::get_message('syndication', 'common')}"><i class="fa fa-syndication"></i></a> {@module_title}# IF NOT C_ROOT_CATEGORY # - {CATEGORY_NAME}# ENDIF # # IF IS_ADMIN #<a href="{U_EDIT_CATEGORY}" title="${LangLoader::get_message('edit', 'common')}"><i class="fa fa-edit smaller"></i></a># ENDIF # </h1> </header> <div class="content"> # IF NOT C_APPROVED # # INCLUDE NOT_VISIBLE_MESSAGE # # ENDIF # <article itemscope="itemscope" itemtype="http://schema.org/Event" id="article-calendar-{ID}" class="article-calendar"> <header> <h2> <span itemprop="name">{TITLE}</span> <span class="actions"> # IF C_EDIT # <a href="{U_EDIT}" title="${LangLoader::get_message('edit', 'common')}"><i class="fa fa-edit"></i></a> # ENDIF # # IF C_DELETE # <a href="{U_DELETE}" title="${LangLoader::get_message('delete', 'common')}"# IF NOT C_BELONGS_TO_A_SERIE # data-confirmation="delete-element"# ENDIF #><i class="fa fa-delete"></i></a> # ENDIF # </span> </h2> <a itemprop="url" href="{U_LINK}"></a> </header> <div class="content"> <div itemscope="itemscope" itemtype="http://schema.org/CreativeWork"> <meta itemprop="about" content="{CATEGORY_NAME}"> # IF C_COMMENTS_ENABLED # <meta itemprop="discussionUrl" content="{U_COMMENTS}"> <meta itemprop="interactionCount" content="{NUMBER_COMMENTS} UserComments"> # ENDIF # <div itemprop="text">{CONTENTS}</div> # IF C_LOCATION # <div class="spacer"></div> <div itemprop="location" itemscope itemtype="http://schema.org/Place"> <span class="text-strong">{@calendar.labels.location}</span> : <span itemprop="name">{LOCATION}</span> </div> # ENDIF # # IF C_PARTICIPATION_ENABLED # <div class="spacer"></div> # IF C_DISPLAY_PARTICIPANTS # <div> <span class="text-strong">{@calendar.labels.participants}</span> : <span> # IF C_PARTICIPANTS # # START participant # <a href="{participant.U_PROFILE}" class="{participant.LEVEL_CLASS}" # IF participant.C_GROUP_COLOR # style="color:{participant.GROUP_COLOR}" # ENDIF #>{participant.DISPLAY_NAME}</a># IF NOT participant.C_LAST_PARTICIPANT #,# ENDIF # # END participant # # ELSE # {@calendar.labels.no_one} # ENDIF # </span> </div> # ENDIF # # IF C_PARTICIPATE # <a href="{U_SUSCRIBE}" class="basic-button">{@calendar.labels.suscribe}</a> # IF C_MISSING_PARTICIPANTS # <span class="small text-italic">({L_MISSING_PARTICIPANTS})</span> # ENDIF # # IF C_REGISTRATION_DAYS_LEFT # <div class="spacer"></div> <span class="small text-italic">{L_REGISTRATION_DAYS_LEFT}</span> # ENDIF # # ENDIF # # IF C_IS_PARTICIPANT # <a href="{U_UNSUSCRIBE}" class="basic-button">{@calendar.labels.unsuscribe}</a> # ELSE # # IF C_MAX_PARTICIPANTS_REACHED #<span class="small text-italic">{@calendar.labels.max_participants_reached}</span># ENDIF # # ENDIF # # IF C_REGISTRATION_CLOSED #<span class="small text-italic">{@calendar.labels.registration_closed}</span># ENDIF # # ENDIF # <div class="spacer"></div> <div class="event-display-author"> {@calendar.labels.created_by} : # IF C_AUTHOR_EXIST #<a itemprop="author" href="{U_AUTHOR_PROFILE}" class="{AUTHOR_LEVEL_CLASS}" # IF C_AUTHOR_GROUP_COLOR # style="color:{AUTHOR_GROUP_COLOR}" # ENDIF #>{AUTHOR}</a># ELSE #{AUTHOR}# ENDIF # </div> </div> <div class="event-display-dates"> {@calendar.labels.start_date} : <span class="float-right"><time datetime="{START_DATE_ISO8601}" itemprop="startDate">{START_DATE}</time></span> <div class="spacer"></div> {@calendar.labels.end_date} : <span class="float-right"><time datetime="{END_DATE_ISO8601}" itemprop="endDate">{END_DATE}</time></span> </div> <hr> # INCLUDE COMMENTS # </div> <footer></footer> </article> </div> <footer></footer> </section>
Texte modifié
Ouvrir un fichier
<section id="module-calendar"> <header> <h1> <a href="{U_SYNDICATION}" title="${LangLoader::get_message('syndication', 'common')}"><i class="fa fa-syndication"></i></a> {@module_title}# IF NOT C_ROOT_CATEGORY # - {CATEGORY_NAME}# ENDIF # # IF IS_ADMIN #<a href="{U_EDIT_CATEGORY}" title="${LangLoader::get_message('edit', 'common')}"><i class="fa fa-edit smaller"></i></a># ENDIF # </h1> </header> <div class="content"> # IF NOT C_APPROVED # # INCLUDE NOT_VISIBLE_MESSAGE # # ENDIF # <article itemscope="itemscope" itemtype="http://schema.org/Event" id="article-calendar-{ID}" class="article-calendar# IF C_NEW_CONTENT # new-content# ENDIF #"> <header> <h2> <span itemprop="name">{TITLE}</span> <span class="actions"> # IF C_EDIT # <a href="{U_EDIT}" title="${LangLoader::get_message('edit', 'common')}"><i class="fa fa-edit"></i></a> # ENDIF # # IF C_DELETE # <a href="{U_DELETE}" title="${LangLoader::get_message('delete', 'common')}"# IF NOT C_BELONGS_TO_A_SERIE # data-confirmation="delete-element"# ENDIF #><i class="fa fa-delete"></i></a> # ENDIF # </span> </h2> <a itemprop="url" href="{U_LINK}"></a> </header> <div class="content"> <div itemscope="itemscope" itemtype="http://schema.org/CreativeWork"> <meta itemprop="about" content="{CATEGORY_NAME}"> # IF C_COMMENTS_ENABLED # <meta itemprop="discussionUrl" content="{U_COMMENTS}"> <meta itemprop="interactionCount" content="{NUMBER_COMMENTS} UserComments"> # ENDIF # # IF C_HAS_PICTURE #<img itemprop="thumbnailUrl" src="{PICTURE}" alt="{TITLE}" /># ENDIF # <div itemprop="text">{CONTENTS}</div> # IF C_LOCATION # <div class="spacer"></div> <div itemprop="location" itemscope itemtype="http://schema.org/Place"> <span class="text-strong">{@calendar.labels.location}</span> : <span itemprop="name">{LOCATION}</span> # IF C_LOCATION_MAP #<div class="location-map">{LOCATION_MAP}</div># ENDIF # </div> # ENDIF # # IF C_PARTICIPATION_ENABLED # <div class="spacer"></div> # IF C_DISPLAY_PARTICIPANTS # <div> <span class="text-strong">{@calendar.labels.participants}</span> : <span> # IF C_PARTICIPANTS # # START participant # <a href="{participant.U_PROFILE}" class="{participant.LEVEL_CLASS}" # IF participant.C_GROUP_COLOR # style="color:{participant.GROUP_COLOR}" # ENDIF #>{participant.DISPLAY_NAME}</a># IF NOT participant.C_LAST_PARTICIPANT #,# ENDIF # # END participant # # ELSE # {@calendar.labels.no_one} # ENDIF # </span> </div> # ENDIF # # IF C_PARTICIPATE # <a href="{U_SUSCRIBE}" class="basic-button">{@calendar.labels.suscribe}</a> # IF C_MISSING_PARTICIPANTS # <span class="small text-italic">({L_MISSING_PARTICIPANTS})</span> # ENDIF # # IF C_REGISTRATION_DAYS_LEFT # <div class="spacer"></div> <span class="small text-italic">{L_REGISTRATION_DAYS_LEFT}</span> # ENDIF # # ENDIF # # IF C_IS_PARTICIPANT # <a href="{U_UNSUSCRIBE}" class="basic-button">{@calendar.labels.unsuscribe}</a> # ELSE # # IF C_MAX_PARTICIPANTS_REACHED #<span class="small text-italic">{@calendar.labels.max_participants_reached}</span># ENDIF # # ENDIF # # IF C_REGISTRATION_CLOSED #<span class="small text-italic">{@calendar.labels.registration_closed}</span># ENDIF # # ENDIF # <div class="spacer"></div> <div class="event-display-author"> {@calendar.labels.created_by} : # IF C_AUTHOR_EXIST #<a itemprop="author" href="{U_AUTHOR_PROFILE}" class="{AUTHOR_LEVEL_CLASS}" # IF C_AUTHOR_GROUP_COLOR # style="color:{AUTHOR_GROUP_COLOR}" # ENDIF #>{AUTHOR}</a># ELSE #{AUTHOR}# ENDIF # </div> </div> <div class="event-display-dates"> {@calendar.labels.start_date} : <span class="float-right"><time datetime="{START_DATE_ISO8601}" itemprop="startDate">{START_DATE}</time></span> <div class="spacer"></div> {@calendar.labels.end_date} : <span class="float-right"><time datetime="{END_DATE_ISO8601}" itemprop="endDate">{END_DATE}</time></span> </div> <hr> # INCLUDE COMMENTS # </div> <footer></footer> </article> </div> <footer></footer> </section>
Trouver la différence