source: npl/mailserver/dspam/dspam-3.10.2/webui/cgi-bin/templates/ro/nav_quarantine.html

Last change on this file was c5c522c, checked in by Edwin Eefting <edwin@datux.nl>, 8 years ago

initial commit, transferred from cleaned syn3 svn tree

  • Property mode set to 100644
File size: 3.9 KB
Line 
1<HTML>
2<HEAD><TITLE>DSPAM v3 - Centru 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&amp;language=$LANG$">Performa&#x021B;&#x0103;</a></li>
23                <li><a href="$CGI$?$USER$template=preferences&amp;language=$LANG$">Preferin&#x021B;e</a></li>
24                <li><a href="$CGI$?$USER$template=alerts&amp;language=$LANG$">Alerte</a></li>
25                <li id="active"><a id="current" href="$CGI$?$USER$template=quarantine&amp;language=$LANG$">Carantin&#x0103; ($TOTAL_QUARANTINED_MESSAGES$)</a></li>
26                <li><a href="$CGI$?$USER$template=analysis&amp;language=$LANG$">Analiz&#x0103;</a></li>
27                <li><a href="$CGI$?$USER$template=history&amp;language=$LANG$&history_page=1">Istoric</a></li>
28                $NAV_ADMIN$
29        </ul>
30</div>
31
32<div id="panel">
33
34<p>
35Mesajele de mai jos nu au fost livrate aplica&#x021B;iei de mail pentru c&#x0103; sunt suspecte de a fi spam.
36Click pe linia 'Subiect' pentru a vedea mesajul sau alege o op&#x021B;iune de
37sortare pentru a schimba modul de ordonare a mesajelor.
38Folose&#x0219;te C&#x0103;su&#x0163;ele de bifare &#x0219;i <strong>Livreaza Mesajele Bifate</strong> pentru a livra
39mesajele pe care vrei s&#x0103; le cite&#x0219;ti sau <strong>&#x0218;terge Tot</strong> pentru a goli carantina.
40</p>
41
42<form action="$CGI$" method="post">
43<p>
44<input type="hidden" name="command" value="processQuarantine">
45<input type="hidden" name="template" value="quarantine">
46<input type="hidden" name="user" value="$REMOTE_USER$">
47<input type="hidden" name="sortby" value="$SORTBY$">
48<input type="hidden" name="language" value="$LANG$">
49<input type="submit" value="Deliver Checked" NAME="manyNotSpam">
50&nbsp;
51<input type="submit" value="Delete Checked" onClick="if (confirm('E&#x0219;ti sigur c&#x0103; vrei s&#x0103; &#x0219;tergi mesajele SELECTATE din carantin&#x0103;?')==false) { return false; }">
52&nbsp;
53<input type="button" value="Selecteaz&#x0103; 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'>
54&nbsp;
55<input type="submit" value="Delete All" name="deleteAll" onClick="if (confirm('E&#x0219;ti sigur c&#x0103; vrei s&#x0103; &#x0219;tergi TOATE mesajele din carantin&#x0103;?')==false) { return false; }">
56
57</p>
58<table border="0" cellspacing="0" cellpadding="2" width="100%">
59        <tr>
60                <th>&nbsp;</th>
61                $SORT_QUARANTINE$
62        </tr>
63$QUARANTINE$
64</table>
65
66<p>
67<input type="submit" value="Deliver Checked" NAME="manyNotSpam">
68&nbsp;
69<input type="submit" value="Delete Checked" onClick="if (confirm('E&#x0219;ti sigur c&#x0103; vrei s&#x0103; &#x0219;tergi mesajele SELECTATE din carantin&#x0103;?')==false) { return false; }">
70&nbsp;
71<input type="button" value="Selecteaz&#x0103; 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'>
72&nbsp;
73<input type="submit" value="Delete All" name="deleteAll" onClick="if (confirm('E&#x0219;ti sigur c&#x0103; vrei s&#x0103; &#x0219;tergi TOATE mesajele din carantin&#x0103;?')==false) { return false; }">
74</p>
75
76</form>
77
78<p>
79Legenda culorilor: <span class="low">Probabilitate SPAM: mic&#x0103;</span>, <span class="medium">Probabilitate SPAM: medie, <span class="high">Probabilitate SPAM: mare</span>
80</p>
81
82</div>
83
84
85
86</BODY>
87</HTML>
Note: See TracBrowser for help on using the repository browser.