Files
roi-theme/Shared/Infrastructure/Scripts/validation/comparison_report.html
2025-11-27 17:45:55 -06:00

100 lines
4.6 KiB
HTML

<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<title>Reporte de Validación - Corrección de Listas</title>
<style>
body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; margin: 20px; }
h1 { color: #333; border-bottom: 2px solid #007bff; padding-bottom: 10px; }
table { width: 100%; border-collapse: collapse; margin: 20px 0; }
th, td { padding: 12px; text-align: left; border: 1px solid #ddd; }
th { background: #007bff; color: white; }
tr:nth-child(even) { background: #f8f9fa; }
.success { color: #28a745; font-weight: bold; }
.warning { color: #ffc107; font-weight: bold; }
.error { color: #dc3545; font-weight: bold; }
a { color: #007bff; text-decoration: none; }
a:hover { text-decoration: underline; }
.instructions { background: #e7f3ff; padding: 15px; border-radius: 4px; margin: 20px 0; }
</style>
</head>
<body>
<h1>Reporte de Validación - Corrección de Listas HTML</h1>
<div class="instructions">
<strong>Instrucciones:</strong>
<ol>
<li>Abre cada par de archivos (ANTES/DESPUÉS) en el navegador</li>
<li>Verifica que el contenido se muestre correctamente</li>
<li>Las listas (fondo amarillo) deben contener solo items (fondo verde)</li>
<li>Si todo se ve bien, la corrección es segura</li>
</ol>
</div>
<table>
<thead>
<tr>
<th>ID</th>
<th>URL</th>
<th>Problemas Antes</th>
<th>Problemas Después</th>
<th>Cambios</th>
<th>Archivos</th>
</tr>
</thead>
<tbody> <tr>
<td>2</td>
<td><a href="https://analisisdepreciosunitarios.com/secretaria-de-comunicaciones-y-transportes-sct-22585" target="_blank">https://analisisdepreciosunitarios.com/secretaria-de-comunicaciones-y-transportes-sct-22585</a></td>
<td class="error">7</td>
<td class="success">0</td>
<td>7</td>
<td>
<a href="post_2_BEFORE.html" target="_blank">ANTES</a> |
<a href="post_2_AFTER.html" target="_blank">DESPUÉS</a>
</td>
</tr> <tr>
<td>3</td>
<td><a href="https://analisisdepreciosunitarios.com/precio-m3-de-concreto-hecho-en-obra-33172" target="_blank">https://analisisdepreciosunitarios.com/precio-m3-de-concreto-hecho-en-obra-33172</a></td>
<td class="error">3</td>
<td class="success">0</td>
<td>3</td>
<td>
<a href="post_3_BEFORE.html" target="_blank">ANTES</a> |
<a href="post_3_AFTER.html" target="_blank">DESPUÉS</a>
</td>
</tr> <tr>
<td>4</td>
<td><a href="https://analisisdepreciosunitarios.com/entortado-28834" target="_blank">https://analisisdepreciosunitarios.com/entortado-28834</a></td>
<td class="error">3</td>
<td class="success">0</td>
<td>3</td>
<td>
<a href="post_4_BEFORE.html" target="_blank">ANTES</a> |
<a href="post_4_AFTER.html" target="_blank">DESPUÉS</a>
</td>
</tr> <tr>
<td>5</td>
<td><a href="https://analisisdepreciosunitarios.com/durock-precio-unitario-15453" target="_blank">https://analisisdepreciosunitarios.com/durock-precio-unitario-15453</a></td>
<td class="error">7</td>
<td class="success">0</td>
<td>7</td>
<td>
<a href="post_5_BEFORE.html" target="_blank">ANTES</a> |
<a href="post_5_AFTER.html" target="_blank">DESPUÉS</a>
</td>
</tr> <tr>
<td>6</td>
<td><a href="https://analisisdepreciosunitarios.com/construccion-de-obras-de-edificacion-492" target="_blank">https://analisisdepreciosunitarios.com/construccion-de-obras-de-edificacion-492</a></td>
<td class="error">3</td>
<td class="success">0</td>
<td>3</td>
<td>
<a href="post_6_BEFORE.html" target="_blank">ANTES</a> |
<a href="post_6_AFTER.html" target="_blank">DESPUÉS</a>
</td>
</tr> </tbody>
</table>
<p><strong>Generado:</strong> 1764286832.3106</p>
</body>
</html>