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
23 eliminaciones
Líneas
Total
Eliminado
Caracteres
Total
Eliminado
Para continuar usando esta función, actualice a
Diff
checker
Pro
Ver precios
202 líneas
Copiar todo
25 adiciones
Líneas
Total
Añadido
Caracteres
Total
Añadido
Para continuar usando esta función, actualice a
Diff
checker
Pro
Ver precios
206 líneas
Copiar todo
<section id="module-user-moderation-panel">
<section id="module-user-moderation-panel">
<header>
<header>
<h1>{L_MODERATION_PANEL}</h1>
<h1>{L_MODERATION_PANEL}</h1>
</header>
</header>
Copiar
Copiado
Copiar
Copiado
<div class="content">
<div class="content">
# IF C_MODO_PANEL_USER #
# IF C_MODO_PANEL_USER #
<table id="table">
<table id="table">
<tbody>
<tbody>
<tr>
<tr>
<td class="no-separator">
<td class="no-separator">
Copiar
Copiado
Copiar
Copiado
<a
href="{U_WARNING}"
title
="{L_USERS_WARNING}"
class="fa fa-warning fa-2x"
></
a
>
<a
class="infos-options"
href="{U_WARNING}"
aria-label
="{L_USERS_WARNING}"
>
<
br /
>
<i
class="fa fa-warning fa-2x"
aria-hidden="true"
></
i
>
<
/a
>
<a href="{U_WARNING}" title="{L_USERS_WARNING}">{L_USERS_WARNING}</a>
<a href="{U_WARNING}" title="{L_USERS_WARNING}">{L_USERS_WARNING}</a>
</td>
</td>
<td class="no-separator">
<td class="no-separator">
Copiar
Copiado
Copiar
Copiado
<a
href="{U_PUNISH}"
title
="{L_USERS_PUNISHMENT}"
class="fa fa-error fa-2x
"></
a
>
<a
class="infos-options"
href="{U_PUNISH}"
aria-label
="{L_USERS_PUNISHMENT}"
>
<
br /
>
<i
class="fa fa-error fa-2x
" aria-hidden="true" title="{L_USERS_PUNISHMENT}
"></
i
>
<
/a
>
<a href="{U_PUNISH}" title="{L_USERS_PUNISHMENT}">{L_USERS_PUNISHMENT}</a>
<a href="{U_PUNISH}" title="{L_USERS_PUNISHMENT}">{L_USERS_PUNISHMENT}</a>
</td>
</td>
<td class="no-separator">
<td class="no-separator">
Copiar
Copiado
Copiar
Copiado
<a
href="{U_BAN}"
title
="{L_USERS_BAN}"
class="fa fa-forbidden fa-2x
"></
a
>
<a
class="infos-options"
href="{U_BAN}"
aria-label
="{L_USERS_BAN}"
>
<
br /
>
<i
class="fa fa-forbidden fa-2x
" aria-hidden="true" title="{L_USERS_BAN}
"></
i
>
<
/a
>
<a href="{U_BAN}" title="{L_USERS_BAN}">{L_USERS_BAN}</a>
<a href="{U_BAN}" title="{L_USERS_BAN}">{L_USERS_BAN}</a>
</td>
</td>
</tr>
</tr>
</tbody>
</tbody>
</table>
</table>
Copiar
Copiado
Copiar
Copiado
# IF C_MODO_PANEL_USER_LIST #
# IF C_MODO_PANEL_USER_LIST #
<script>
<script>
<!--
<!--
function XMLHttpRequest_search()
function XMLHttpRequest_search()
{
{
var login = jQuery('#login').val();
var login = jQuery('#login').val();
if( login != "" )
if( login != "" )
{
{
jQuery.ajax({
jQuery.ajax({
url: '{PATH_TO_ROOT}/kernel/framework/ajax/member_xmlhttprequest.php?token={TOKEN}&{U_XMLHTTPREQUEST}=1',
url: '{PATH_TO_ROOT}/kernel/framework/ajax/member_xmlhttprequest.php?token={TOKEN}&{U_XMLHTTPREQUEST}=1',
type: "post",
type: "post",
dataType: "html",
dataType: "html",
data: {'login': login},
data: {'login': login},
success: function(returnData){
success: function(returnData){
jQuery('#xmlhttprequest-result-search').html(returnData);
jQuery('#xmlhttprequest-result-search').html(returnData);
jQuery('#xmlhttprequest-result-search').fadeIn();
jQuery('#xmlhttprequest-result-search').fadeIn();
}
}
});
});
}
}
else
else
alert("{L_REQUIRE_LOGIN}");
alert("{L_REQUIRE_LOGIN}");
}
}
-->
-->
</script>
</script>
Copiar
Copiado
Copiar
Copiado
<form action="{U_ACTION}" method="post" class="fieldset-content">
<form action="{U_ACTION}" method="post" class="fieldset-content">
<fieldset>
<fieldset>
<legend>{L_SEARCH_USER}</legend>
<legend>{L_SEARCH_USER}</legend>
<div class="form-element">
<div class="form-element">
<label for="login">{L_SEARCH_USER} <span class="field-description">{L_JOKER}</span></label>
<label for="login">{L_SEARCH_USER} <span class="field-description">{L_JOKER}</span></label>
<div class="form-field">
<div class="form-field">
<input type="text" maxlength="25" id="login" value="" name="login">
<input type="text" maxlength="25" id="login" value="" name="login">
<input type="hidden" name="token" value="{TOKEN}">
<input type="hidden" name="token" value="{TOKEN}">
<button onclick="XMLHttpRequest_search(this.form);" type="button">{L_SEARCH}</button>
<button onclick="XMLHttpRequest_search(this.form);" type="button">{L_SEARCH}</button>
<div id="xmlhttprequest-result-search" style="display: none;" class="xmlhttprequest-result-search"></div>
<div id="xmlhttprequest-result-search" style="display: none;" class="xmlhttprequest-result-search"></div>
</div>
</div>
</div>
</div>
</fieldset>
</fieldset>
</form>
</form>
Copiar
Copiado
Copiar
Copiado
<table id="table2">
<table id="table2">
<thead>
<thead>
<tr>
<tr>
<th>{L_LOGIN}</th>
<th>{L_LOGIN}</th>
<th>{L_INFO}</th>
<th>{L_INFO}</th>
<th>{L_ACTION_USER}</th>
<th>{L_ACTION_USER}</th>
<th>{L_PM}</th>
<th>{L_PM}</th>
</tr>
</tr>
</thead>
</thead>
<tbody>
<tbody>
# START member_list #
# START member_list #
<tr>
<tr>
<td>
<td>
<a href="{member_list.U_PROFILE}" class="{member_list.USER_LEVEL_CLASS}" # IF member_list.C_USER_GROUP_COLOR # style="color:{member_list.USER_GROUP_COLOR}" # ENDIF #>{member_list.LOGIN}</a>
<a href="{member_list.U_PROFILE}" class="{member_list.USER_LEVEL_CLASS}" # IF member_list.C_USER_GROUP_COLOR # style="color:{member_list.USER_GROUP_COLOR}" # ENDIF #>{member_list.LOGIN}</a>
</td>
</td>
<td>
<td>
{member_list.INFO}
{member_list.INFO}
</td>
</td>
<td>
<td>
{member_list.U_ACTION_USER}
{member_list.U_ACTION_USER}
</td>
</td>
<td>
<td>
<a href="{member_list.U_PM}" class="basic-button smaller">MP</a>
<a href="{member_list.U_PM}" class="basic-button smaller">MP</a>
</td>
</td>
</tr>
</tr>
# END member_list #
# END member_list #
Copiar
Copiado
Copiar
Copiado
# IF C_EMPTY_LIST #
# IF C_EMPTY_LIST #
<tr>
<tr>
<td colspan="4">
<td colspan="4">
{L_NO_USER}
{L_NO_USER}
</td>
</td>
Copiar
Copiado
Copiar
Copiado
</tr>
</tr>
# ENDIF #
# ENDIF #
</tbody>
</tbody>
</table>
</table>
# ENDIF #
# ENDIF #
Copiar
Copiado
Copiar
Copiado
# IF C_MODO_PANEL_USER_INFO #
# IF C_MODO_PANEL_USER_INFO #
<script>
<script>
<!--
<!--
function change_textarea_level(replace_value, regex)
function change_textarea_level(replace_value, regex)
{
{
var contents = document.getElementById('action_contents').value;
var contents = document.getElementById('action_contents').value;
{REPLACE_VALUE}
{REPLACE_VALUE}
document.getElementById('action_contents').value = contents;
document.getElementById('action_contents').value = contents;
Copiar
Copiado
Copiar
Copiado
# IF C_TINYMCE_EDITOR # setTinyMceContent(contents); # ENDIF #
# IF C_TINYMCE_EDITOR # setTinyMceContent(contents); # ENDIF #
}
}
-->
-->
</script>
</script>
<form action="{U_ACTION_INFO}" method="post">
<form action="{U_ACTION_INFO}" method="post">
<fieldset>
<fieldset>
<legend>{L_ACTION_INFO}</legend>
<legend>{L_ACTION_INFO}</legend>
Copiar
Copiado
Copiar
Copiado
<div class="form-element">
<div class="form-element">
<label>{L_LOGIN}</label>
<label>{L_LOGIN}</label>
<div class="form-field">
<div class="form-field">
<a href="{U_PROFILE}" class="{USER_LEVEL_CLASS}" # IF C_USER_GROUP_COLOR # style="color:{USER_GROUP_COLOR}" # ENDIF #>{LOGIN}</a>
<a href="{U_PROFILE}" class="{USER_LEVEL_CLASS}" # IF C_USER_GROUP_COLOR # style="color:{USER_GROUP_COLOR}" # ENDIF #>{LOGIN}</a>
</div>
</div>
</div>
</div>
<div class="form-element">
<div class="form-element">
<label>{L_PM}</label>
<label>{L_PM}</label>
<div class="form-field">
<div class="form-field">
<a href="{U_PM}" class="basic-button smaller">MP</a>
<a href="{U_PM}" class="basic-button smaller">MP</a>
</div>
</div>
</div>
</div>
<div class="form-element-textarea">
<div class="form-element-textarea">
<label for="action_contents">{L_ALTERNATIVE_PM}</label>
<label for="action_contents">{L_ALTERNATIVE_PM}</label>
{KERNEL_EDITOR}
{KERNEL_EDITOR}
<textarea name="action_contents" id="action_contents" rows="12">{ALTERNATIVE_PM}</textarea>
<textarea name="action_contents" id="action_contents" rows="12">{ALTERNATIVE_PM}</textarea>
</div>
</div>
<div class="form-element">
<div class="form-element">
<label>{L_INFO_EXPLAIN}</label>
<label>{L_INFO_EXPLAIN}</label>
<div class="form-field">
<div class="form-field">
<span id="action_info">{INFO}</span>
<span id="action_info">{INFO}</span>
<select name="new_info" onchange="change_textarea_level(this.options[this.selectedIndex].value, {REGEX})">
<select name="new_info" onchange="change_textarea_level(this.options[this.selectedIndex].value, {REGEX})">
{SELECT}
{SELECT}
</select>
</select>
</div>
</div>
</div>
</div>
</fieldset>
</fieldset>
Copiar
Copiado
Copiar
Copiado
<fieldset class="fieldset-submit">
<fieldset class="fieldset-submit">
<legend></legend>
<legend></legend>
<input type="hidden" name="token" value="{TOKEN}">
<input type="hidden" name="token" value="{TOKEN}">
<button type="submit" name="valid_user" value="true" class="submit">{L_CHANGE_INFO}</button>
<button type="submit" name="valid_user" value="true" class="submit">{L_CHANGE_INFO}</button>
</fieldset>
</fieldset>
</form>
</form>
# ENDIF #
# ENDIF #
Copiar
Copiado
Copiar
Copiado
# IF C_MODO_PANEL_USER_BAN #
# IF C_MODO_PANEL_USER_BAN #
<form action="{U_ACTION_INFO}" method="post">
<form action="{U_ACTION_INFO}" method="post">
<fieldset>
<fieldset>
<legend>{L_ACTION_INFO}</legend>
<legend>{L_ACTION_INFO}</legend>
Copiar
Copiado
Copiar
Copiado
<div class="form-element">
<div class="form-element">
<label>{L_LOGIN}</label>
<label>{L_LOGIN}</label>
<div class="form-field">
<div class="form-field">
<a href="{U_PROFILE}" class="{USER_LEVEL_CLASS}" # IF C_USER_GROUP_COLOR # style="color:{USER_GROUP_COLOR}" # ENDIF #>{LOGIN}</a>
<a href="{U_PROFILE}" class="{USER_LEVEL_CLASS}" # IF C_USER_GROUP_COLOR # style="color:{USER_GROUP_COLOR}" # ENDIF #>{LOGIN}</a>
</div>
</div>
</div>
</div>
<div class="form-element">
<div class="form-element">
<label>{L_PM}</label>
<label>{L_PM}</label>
<div class="form-field">
<div class="form-field">
<a href="{U_PM}" class="basic-button smaller">MP</a>
<a href="{U_PM}" class="basic-button smaller">MP</a>
</div>
</div>
</div>
</div>
<div class="form-element">
<div class="form-element">
<label>{L_DELAY_BAN}</label>
<label>{L_DELAY_BAN}</label>
<div class="form-field">
<div class="form-field">
<select name="user_ban">
<select name="user_ban">
# START select_ban #
# START select_ban #
{select_ban.TIME}
{select_ban.TIME}
# END select_ban #
# END select_ban #
</select>
</select>
</div>
</div>
</div>
</div>
Copiar
Copiado
Copiar
Copiado
</fieldset>
</fieldset>
<fieldset class="fieldset-submit">
<fieldset class="fieldset-submit">
<legend></legend>
<legend></legend>
<input type="hidden" name="token" value="{TOKEN}">
<input type="hidden" name="token" value="{TOKEN}">
<button type="submit" name="valid_user" value="true" class="submit">{L_BAN}</button>
<button type="submit" name="valid_user" value="true" class="submit">{L_BAN}</button>
</fieldset>
</fieldset>
</form>
</form>
# ENDIF #
# ENDIF #
# ENDIF #
# ENDIF #
</div>
</div>
<footer></footer>
<footer></footer>
Copiar
Copiado
Copiar
Copiado
</section>
</section>
Diferencias guardadas
Texto original
Abrir archivo
<section id="module-user-moderation-panel"> <header> <h1>{L_MODERATION_PANEL}</h1> </header> <div class="content"> # IF C_MODO_PANEL_USER # <table id="table"> <tbody> <tr> <td class="no-separator"> <a href="{U_WARNING}" title="{L_USERS_WARNING}" class="fa fa-warning fa-2x"></a> <br /> <a href="{U_WARNING}" title="{L_USERS_WARNING}">{L_USERS_WARNING}</a> </td> <td class="no-separator"> <a href="{U_PUNISH}" title="{L_USERS_PUNISHMENT}" class="fa fa-error fa-2x"></a> <br /> <a href="{U_PUNISH}" title="{L_USERS_PUNISHMENT}">{L_USERS_PUNISHMENT}</a> </td> <td class="no-separator"> <a href="{U_BAN}" title="{L_USERS_BAN}" class="fa fa-forbidden fa-2x"></a> <br /> <a href="{U_BAN}" title="{L_USERS_BAN}">{L_USERS_BAN}</a> </td> </tr> </tbody> </table> # IF C_MODO_PANEL_USER_LIST # <script> <!-- function XMLHttpRequest_search() { var login = jQuery('#login').val(); if( login != "" ) { jQuery.ajax({ url: '{PATH_TO_ROOT}/kernel/framework/ajax/member_xmlhttprequest.php?token={TOKEN}&{U_XMLHTTPREQUEST}=1', type: "post", dataType: "html", data: {'login': login}, success: function(returnData){ jQuery('#xmlhttprequest-result-search').html(returnData); jQuery('#xmlhttprequest-result-search').fadeIn(); } }); } else alert("{L_REQUIRE_LOGIN}"); } --> </script> <form action="{U_ACTION}" method="post" class="fieldset-content"> <fieldset> <legend>{L_SEARCH_USER}</legend> <div class="form-element"> <label for="login">{L_SEARCH_USER} <span class="field-description">{L_JOKER}</span></label> <div class="form-field"> <input type="text" maxlength="25" id="login" value="" name="login"> <input type="hidden" name="token" value="{TOKEN}"> <button onclick="XMLHttpRequest_search(this.form);" type="button">{L_SEARCH}</button> <div id="xmlhttprequest-result-search" style="display: none;" class="xmlhttprequest-result-search"></div> </div> </div> </fieldset> </form> <table id="table2"> <thead> <tr> <th>{L_LOGIN}</th> <th>{L_INFO}</th> <th>{L_ACTION_USER}</th> <th>{L_PM}</th> </tr> </thead> <tbody> # START member_list # <tr> <td> <a href="{member_list.U_PROFILE}" class="{member_list.USER_LEVEL_CLASS}" # IF member_list.C_USER_GROUP_COLOR # style="color:{member_list.USER_GROUP_COLOR}" # ENDIF #>{member_list.LOGIN}</a> </td> <td> {member_list.INFO} </td> <td> {member_list.U_ACTION_USER} </td> <td> <a href="{member_list.U_PM}" class="basic-button smaller">MP</a> </td> </tr> # END member_list # # IF C_EMPTY_LIST # <tr> <td colspan="4"> {L_NO_USER} </td> </tr> # ENDIF # </tbody> </table> # ENDIF # # IF C_MODO_PANEL_USER_INFO # <script> <!-- function change_textarea_level(replace_value, regex) { var contents = document.getElementById('action_contents').value; {REPLACE_VALUE} document.getElementById('action_contents').value = contents; # IF C_TINYMCE_EDITOR # setTinyMceContent(contents); # ENDIF # } --> </script> <form action="{U_ACTION_INFO}" method="post"> <fieldset> <legend>{L_ACTION_INFO}</legend> <div class="form-element"> <label>{L_LOGIN}</label> <div class="form-field"> <a href="{U_PROFILE}" class="{USER_LEVEL_CLASS}" # IF C_USER_GROUP_COLOR # style="color:{USER_GROUP_COLOR}" # ENDIF #>{LOGIN}</a> </div> </div> <div class="form-element"> <label>{L_PM}</label> <div class="form-field"> <a href="{U_PM}" class="basic-button smaller">MP</a> </div> </div> <div class="form-element-textarea"> <label for="action_contents">{L_ALTERNATIVE_PM}</label> {KERNEL_EDITOR} <textarea name="action_contents" id="action_contents" rows="12">{ALTERNATIVE_PM}</textarea> </div> <div class="form-element"> <label>{L_INFO_EXPLAIN}</label> <div class="form-field"> <span id="action_info">{INFO}</span> <select name="new_info" onchange="change_textarea_level(this.options[this.selectedIndex].value, {REGEX})"> {SELECT} </select> </div> </div> </fieldset> <fieldset class="fieldset-submit"> <legend></legend> <input type="hidden" name="token" value="{TOKEN}"> <button type="submit" name="valid_user" value="true" class="submit">{L_CHANGE_INFO}</button> </fieldset> </form> # ENDIF # # IF C_MODO_PANEL_USER_BAN # <form action="{U_ACTION_INFO}" method="post"> <fieldset> <legend>{L_ACTION_INFO}</legend> <div class="form-element"> <label>{L_LOGIN}</label> <div class="form-field"> <a href="{U_PROFILE}" class="{USER_LEVEL_CLASS}" # IF C_USER_GROUP_COLOR # style="color:{USER_GROUP_COLOR}" # ENDIF #>{LOGIN}</a> </div> </div> <div class="form-element"> <label>{L_PM}</label> <div class="form-field"> <a href="{U_PM}" class="basic-button smaller">MP</a> </div> </div> <div class="form-element"> <label>{L_DELAY_BAN}</label> <div class="form-field"> <select name="user_ban"> # START select_ban # {select_ban.TIME} # END select_ban # </select> </div> </div> </fieldset> <fieldset class="fieldset-submit"> <legend></legend> <input type="hidden" name="token" value="{TOKEN}"> <button type="submit" name="valid_user" value="true" class="submit">{L_BAN}</button> </fieldset> </form> # ENDIF # # ENDIF # </div> <footer></footer> </section>
Texto modificado
Abrir archivo
<section id="module-user-moderation-panel"> <header> <h1>{L_MODERATION_PANEL}</h1> </header> <div class="content"> # IF C_MODO_PANEL_USER # <table id="table"> <tbody> <tr> <td class="no-separator"> <a class="infos-options" href="{U_WARNING}" aria-label="{L_USERS_WARNING}"> <i class="fa fa-warning fa-2x" aria-hidden="true"></i> </a> <a href="{U_WARNING}" title="{L_USERS_WARNING}">{L_USERS_WARNING}</a> </td> <td class="no-separator"> <a class="infos-options" href="{U_PUNISH}" aria-label="{L_USERS_PUNISHMENT}"> <i class="fa fa-error fa-2x" aria-hidden="true" title="{L_USERS_PUNISHMENT}"></i> </a> <a href="{U_PUNISH}" title="{L_USERS_PUNISHMENT}">{L_USERS_PUNISHMENT}</a> </td> <td class="no-separator"> <a class="infos-options" href="{U_BAN}" aria-label="{L_USERS_BAN}"> <i class="fa fa-forbidden fa-2x" aria-hidden="true" title="{L_USERS_BAN}"></i> </a> <a href="{U_BAN}" title="{L_USERS_BAN}">{L_USERS_BAN}</a> </td> </tr> </tbody> </table> # IF C_MODO_PANEL_USER_LIST # <script> <!-- function XMLHttpRequest_search() { var login = jQuery('#login').val(); if( login != "" ) { jQuery.ajax({ url: '{PATH_TO_ROOT}/kernel/framework/ajax/member_xmlhttprequest.php?token={TOKEN}&{U_XMLHTTPREQUEST}=1', type: "post", dataType: "html", data: {'login': login}, success: function(returnData){ jQuery('#xmlhttprequest-result-search').html(returnData); jQuery('#xmlhttprequest-result-search').fadeIn(); } }); } else alert("{L_REQUIRE_LOGIN}"); } --> </script> <form action="{U_ACTION}" method="post" class="fieldset-content"> <fieldset> <legend>{L_SEARCH_USER}</legend> <div class="form-element"> <label for="login">{L_SEARCH_USER} <span class="field-description">{L_JOKER}</span></label> <div class="form-field"> <input type="text" maxlength="25" id="login" value="" name="login"> <input type="hidden" name="token" value="{TOKEN}"> <button onclick="XMLHttpRequest_search(this.form);" type="button">{L_SEARCH}</button> <div id="xmlhttprequest-result-search" style="display: none;" class="xmlhttprequest-result-search"></div> </div> </div> </fieldset> </form> <table id="table2"> <thead> <tr> <th>{L_LOGIN}</th> <th>{L_INFO}</th> <th>{L_ACTION_USER}</th> <th>{L_PM}</th> </tr> </thead> <tbody> # START member_list # <tr> <td> <a href="{member_list.U_PROFILE}" class="{member_list.USER_LEVEL_CLASS}" # IF member_list.C_USER_GROUP_COLOR # style="color:{member_list.USER_GROUP_COLOR}" # ENDIF #>{member_list.LOGIN}</a> </td> <td> {member_list.INFO} </td> <td> {member_list.U_ACTION_USER} </td> <td> <a href="{member_list.U_PM}" class="basic-button smaller">MP</a> </td> </tr> # END member_list # # IF C_EMPTY_LIST # <tr> <td colspan="4"> {L_NO_USER} </td> </tr> # ENDIF # </tbody> </table> # ENDIF # # IF C_MODO_PANEL_USER_INFO # <script> <!-- function change_textarea_level(replace_value, regex) { var contents = document.getElementById('action_contents').value; {REPLACE_VALUE} document.getElementById('action_contents').value = contents; # IF C_TINYMCE_EDITOR # setTinyMceContent(contents); # ENDIF # } --> </script> <form action="{U_ACTION_INFO}" method="post"> <fieldset> <legend>{L_ACTION_INFO}</legend> <div class="form-element"> <label>{L_LOGIN}</label> <div class="form-field"> <a href="{U_PROFILE}" class="{USER_LEVEL_CLASS}" # IF C_USER_GROUP_COLOR # style="color:{USER_GROUP_COLOR}" # ENDIF #>{LOGIN}</a> </div> </div> <div class="form-element"> <label>{L_PM}</label> <div class="form-field"> <a href="{U_PM}" class="basic-button smaller">MP</a> </div> </div> <div class="form-element-textarea"> <label for="action_contents">{L_ALTERNATIVE_PM}</label> {KERNEL_EDITOR} <textarea name="action_contents" id="action_contents" rows="12">{ALTERNATIVE_PM}</textarea> </div> <div class="form-element"> <label>{L_INFO_EXPLAIN}</label> <div class="form-field"> <span id="action_info">{INFO}</span> <select name="new_info" onchange="change_textarea_level(this.options[this.selectedIndex].value, {REGEX})"> {SELECT} </select> </div> </div> </fieldset> <fieldset class="fieldset-submit"> <legend></legend> <input type="hidden" name="token" value="{TOKEN}"> <button type="submit" name="valid_user" value="true" class="submit">{L_CHANGE_INFO}</button> </fieldset> </form> # ENDIF # # IF C_MODO_PANEL_USER_BAN # <form action="{U_ACTION_INFO}" method="post"> <fieldset> <legend>{L_ACTION_INFO}</legend> <div class="form-element"> <label>{L_LOGIN}</label> <div class="form-field"> <a href="{U_PROFILE}" class="{USER_LEVEL_CLASS}" # IF C_USER_GROUP_COLOR # style="color:{USER_GROUP_COLOR}" # ENDIF #>{LOGIN}</a> </div> </div> <div class="form-element"> <label>{L_PM}</label> <div class="form-field"> <a href="{U_PM}" class="basic-button smaller">MP</a> </div> </div> <div class="form-element"> <label>{L_DELAY_BAN}</label> <div class="form-field"> <select name="user_ban"> # START select_ban # {select_ban.TIME} # END select_ban # </select> </div> </div> </fieldset> <fieldset class="fieldset-submit"> <legend></legend> <input type="hidden" name="token" value="{TOKEN}"> <button type="submit" name="valid_user" value="true" class="submit">{L_BAN}</button> </fieldset> </form> # ENDIF # # ENDIF # </div> <footer></footer> </section>
Encontrar la diferencia