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
13 remoções
Linhas
Total
Removido
Caracteres
Total
Removido
Para continuar usando este recurso, atualize para
Diff
checker
Pro
Ver preços
55 linhas
Copiar tudo
17 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
<table id="table">
<table id="table">
# IF C_SUBSCRIBERS #
# IF C_SUBSCRIBERS #
<thead>
<thead>
<tr>
<tr>
<th>
<th>
Copiar
Copiado
Copiar
Copiado
<a href="{SORT_PSEUDO_TOP}"
class="fa fa-table-sort-up"
></a>
<a href="{SORT_PSEUDO_TOP}"
aria-label="${LangLoader::get_message('sort.asc', 'common')}"><i
class="fa fa-table-sort-up"
aria-hidden="true" title="${LangLoader::get_message('sort.asc', 'common')}"></i
></a>
{@subscribers.pseudo}
{@subscribers.pseudo}
Copiar
Copiado
Copiar
Copiado
<a href="{SORT_PSEUDO_BOTTOM}"
class="fa fa-table-sort-down"
></a>
<a href="{SORT_PSEUDO_BOTTOM}"
aria-label="${LangLoader::get_message('sort.desc', 'common')}"><i
class="fa fa-table-sort-down"
aria-hidden="true" title="${LangLoader::get_message('sort.desc', 'common')}"></i
></a>
</th>
</th>
<th>
<th>
{@subscribers.mail}
{@subscribers.mail}
</th>
</th>
<th></th>
<th></th>
</tr>
</tr>
</thead>
</thead>
Copiar
Copiado
Copiar
Copiado
Text moved to lines 45-53
# IF C_PAGINATION #
<tfoot>
<tr>
<td colspan="3">
# INCLUDE PAGINATION #
</td>
</tr>
</tfoot>
# ENDIF #
<tbody>
<tbody>
# START subscribers_list #
# START subscribers_list #
<tr>
<tr>
<td>
<td>
{subscribers_list.PSEUDO}
{subscribers_list.PSEUDO}
</td>
</td>
<td>
<td>
{subscribers_list.MAIL}
{subscribers_list.MAIL}
</td>
</td>
<td>
<td>
# IF subscribers_list.C_AUTH_MODO #
# IF subscribers_list.C_AUTH_MODO #
# IF subscribers_list.C_EDIT #
# IF subscribers_list.C_EDIT #
Copiar
Copiado
Copiar
Copiado
<a href="{subscribers_list.U_EDIT}
" title="${LangLoader::get_message('edit', 'common')}"
class="fa fa-edit"
></a>
<a href="{subscribers_list.U_EDIT}
" aria-label="${LangLoader::get_message('edit', 'common')}"><i class="fa fa-edit" aria-hidden="true
" title="${LangLoader::get_message('edit', 'common')}"
></i
></a>
# ENDIF #
# ENDIF #
Copiar
Copiado
Copiar
Copiado
<a href="{subscribers_list.U_DELETE}"
title
="${LangLoader::get_message('delete', 'common')}
" class="fa fa-delete
" data-confirmation="delete-element"><
/a>
<a href="{subscribers_list.U_DELETE}"
aria-label
="${LangLoader::get_message('delete', 'common')}
" data-confirmation="delete-element"><
i class="fa fa-delete" aria-hidden="true" title="${LangLoader::get_message('delete', 'common')}"></i></a>
# ENDIF #
# ENDIF #
</td>
</td>
</tr>
</tr>
# END subscribers_list #
# END subscribers_list #
</tbody>
</tbody>
# ELSE #
# ELSE #
<tbody>
<tbody>
<tr>
<tr>
<td colspan="3">
<td colspan="3">
<span class="text-strong">{@subscribers.no_users}</span>
<span class="text-strong">{@subscribers.no_users}</span>
</td>
</td>
</tr>
</tr>
</tbody>
</tbody>
# ENDIF #
# ENDIF #
Copiar
Copiado
Copiar
Copiado
Text moved from lines 16-24
# IF C_PAGINATION #
<tfoot>
<tr>
<td colspan="3">
# INCLUDE PAGINATION #
</td>
</tr>
</tfoot>
# ENDIF #
</table>
</table>
Diferenças salvas
Texto original
Abrir arquivo
<table id="table"> # IF C_SUBSCRIBERS # <thead> <tr> <th> <a href="{SORT_PSEUDO_TOP}" class="fa fa-table-sort-up"></a> {@subscribers.pseudo} <a href="{SORT_PSEUDO_BOTTOM}" class="fa fa-table-sort-down"></a> </th> <th> {@subscribers.mail} </th> <th></th> </tr> </thead> # IF C_PAGINATION # <tfoot> <tr> <td colspan="3"> # INCLUDE PAGINATION # </td> </tr> </tfoot> # ENDIF # <tbody> # START subscribers_list # <tr> <td> {subscribers_list.PSEUDO} </td> <td> {subscribers_list.MAIL} </td> <td> # IF subscribers_list.C_AUTH_MODO # # IF subscribers_list.C_EDIT # <a href="{subscribers_list.U_EDIT}" title="${LangLoader::get_message('edit', 'common')}" class="fa fa-edit"></a> # ENDIF # <a href="{subscribers_list.U_DELETE}" title="${LangLoader::get_message('delete', 'common')}" class="fa fa-delete" data-confirmation="delete-element"></a> # ENDIF # </td> </tr> # END subscribers_list # </tbody> # ELSE # <tbody> <tr> <td colspan="3"> <span class="text-strong">{@subscribers.no_users}</span> </td> </tr> </tbody> # ENDIF # </table>
Texto alterado
Abrir arquivo
<table id="table"> # IF C_SUBSCRIBERS # <thead> <tr> <th> <a href="{SORT_PSEUDO_TOP}" aria-label="${LangLoader::get_message('sort.asc', 'common')}"><i class="fa fa-table-sort-up" aria-hidden="true" title="${LangLoader::get_message('sort.asc', 'common')}"></i></a> {@subscribers.pseudo} <a href="{SORT_PSEUDO_BOTTOM}" aria-label="${LangLoader::get_message('sort.desc', 'common')}"><i class="fa fa-table-sort-down" aria-hidden="true" title="${LangLoader::get_message('sort.desc', 'common')}"></i></a> </th> <th> {@subscribers.mail} </th> <th></th> </tr> </thead> <tbody> # START subscribers_list # <tr> <td> {subscribers_list.PSEUDO} </td> <td> {subscribers_list.MAIL} </td> <td> # IF subscribers_list.C_AUTH_MODO # # IF subscribers_list.C_EDIT # <a href="{subscribers_list.U_EDIT}" aria-label="${LangLoader::get_message('edit', 'common')}"><i class="fa fa-edit" aria-hidden="true" title="${LangLoader::get_message('edit', 'common')}"></i></a> # ENDIF # <a href="{subscribers_list.U_DELETE}" aria-label="${LangLoader::get_message('delete', 'common')}" data-confirmation="delete-element"><i class="fa fa-delete" aria-hidden="true" title="${LangLoader::get_message('delete', 'common')}"></i></a> # ENDIF # </td> </tr> # END subscribers_list # </tbody> # ELSE # <tbody> <tr> <td colspan="3"> <span class="text-strong">{@subscribers.no_users}</span> </td> </tr> </tbody> # ENDIF # # IF C_PAGINATION # <tfoot> <tr> <td colspan="3"> # INCLUDE PAGINATION # </td> </tr> </tfoot> # ENDIF # </table>
Encontrar Diferença