1 | <HTML> |
---|
2 | <HEAD><TITLE>DSPAM v3 Centro de Control</TITLE> |
---|
3 | <link rel="icon" href="$WEB_ROOT$/favicon.ico" type="image/vnd.microsoft.icon"> |
---|
4 | <LINK REL="STYLESHEET" HREF="$WEB_ROOT$/base.css"> |
---|
5 | <script type="text/javascript" src="$WEB_ROOT$/dspam.js"></script> |
---|
6 | </HEAD> |
---|
7 | <BODY BGCOLOR=#FFFFFF TEXT=#000000 LINK=#000000 VLINK=#000000 ALINK=#000000> |
---|
8 | <div id="header"> |
---|
9 | <div id="logo"> |
---|
10 | <a href="$CGI$?language=$LANG$" title="Home"><img src="$WEB_ROOT$/dspam-logo-small.gif" alt="DSPAM Logo"></a> |
---|
11 | <p>$DSPAMVERSION$</p> |
---|
12 | </div> |
---|
13 | <div id="userinfo"> |
---|
14 | $FORM_USER$ |
---|
15 | </div> |
---|
16 | </div> |
---|
17 | |
---|
18 | <br clear="left"> |
---|
19 | |
---|
20 | <div id="navcontainer"> |
---|
21 | <ul id="navlist"> |
---|
22 | <li><a href="$CGI$?$USER$template=performance&language=$LANG$">Rendimiento</a></li> |
---|
23 | <li><a href="$CGI$?$USER$template=preferences&language=$LANG$">Ajustes</a></li> |
---|
24 | <li><a href="$CGI$?$USER$template=alerts&language=$LANG$">Alertas</a></li> |
---|
25 | <li id="active"><a id="current" href="$CGI$?$USER$template=quarantine&language=$LANG$">Mensajes en cuarentena ($TOTAL_QUARANTINED_MESSAGES$)</a></li> |
---|
26 | <li><a href="$CGI$?$USER$template=analysis&language=$LANG$">Analisis</a></li> |
---|
27 | <li><a href="$CGI$?$USER$template=history&language=$LANG$&history_page=1">Historial</a></li> |
---|
28 | $NAV_ADMIN$ |
---|
29 | </ul> |
---|
30 | </div> |
---|
31 | |
---|
32 | <div id="panel"> |
---|
33 | |
---|
34 | <p> |
---|
35 | Los mensajes siguientes no se han entregado al cliente de email final porque el filtro los ha identificado como spam. Pincha en el asunto para ver el contenido o elige un criterio para ordenar los mensajes. |
---|
36 | Marca los mensajes y luego usa las opciones para <strong>entregar los mensajes</strong> al cliente final, o <strong>Eliminar TODOS</strong> para vaciar la cuarentena. |
---|
37 | </p> |
---|
38 | |
---|
39 | <form action="$CGI$" method="post"> |
---|
40 | <p> |
---|
41 | <input type="hidden" name="command" value="processMensajes en cuarentena"> |
---|
42 | <input type="hidden" name="template" value="quarantine"> |
---|
43 | <input type="hidden" name="user" value="$REMOTE_USER$"> |
---|
44 | <input type="hidden" name="sortby" value="$SORTBY$"> |
---|
45 | <input type="hidden" name="language" value="$LANG$"> |
---|
46 | <input type="submit" value="Entregar marcados" NAME="manyNotSpam"> |
---|
47 | |
---|
48 | <input type="submit" value="Borrar mensajes marcados" onClick="if (confirm('¿Estás seguro de querer eliminar los mensajes SELECCIONADOS en la cuarentena?')==false) { return false; }"> |
---|
49 | |
---|
50 | <input type="button" value="Seleccionar 200" onClick='for(j=0; j<200;j++) { if (document.forms[1] && document.forms[1].elements[j] && document.forms[1].elements[j].type == "checkbox") { document.forms[1].elements[j].checked = true; } } return false'> |
---|
51 | |
---|
52 | <input type="submit" value="Eliminar TODOS" name="deleteAll" onClick="if (confirm('¿Estás SEGURO de querer eliminar TODOS los mensajes en la cuarentena?')==false) { return false; }" > |
---|
53 | |
---|
54 | </p> |
---|
55 | <table border="0" cellspacing="0" cellpadding="2" width="100%"> |
---|
56 | <tr> |
---|
57 | <th> </th> |
---|
58 | $SORT_QUARANTINE$ |
---|
59 | </tr> |
---|
60 | $QUARANTINE$ |
---|
61 | </table> |
---|
62 | |
---|
63 | <p> |
---|
64 | <input type="submit" value="Entregar marcados" NAME="manyNotSpam"> |
---|
65 | |
---|
66 | <input type="submit" value="Borrar mensajes marcados" onClick="if (confirm('¿Estás seguro de querer eliminar los mensajes SELECCIONADOS en la cuarentena?')==false) { return false; }"> |
---|
67 | |
---|
68 | <input type="button" value="Seleccionar 200" onClick='for(j=0; j<200;j++) { if (document.forms[1] && document.forms[1].elements[j] && document.forms[1].elements[j].type == "checkbox") { document.forms[1].elements[j].checked = true; } } return false'> |
---|
69 | |
---|
70 | <input type="submit" value="Eliminar TODOS" name="deleteAll" onClick="if (confirm('¿Estás SEGURO de querer eliminar TODOS los mensajes en la cuarentena?')==false) { return false; }"> |
---|
71 | </p> |
---|
72 | |
---|
73 | </form> |
---|
74 | |
---|
75 | <p> |
---|
76 | Llave de color: <span class="low">Menor probabilidad de que sea spam</span>, <span class="medium">Probabilidad intermedia, <span class="high">Muy alta probabilidad</span> |
---|
77 | </p> |
---|
78 | |
---|
79 | </div> |
---|
80 | |
---|
81 | |
---|
82 | |
---|
83 | </BODY> |
---|
84 | </HTML> |
---|