~ubuntu-branches/ubuntu/precise/dspam/precise

« back to all changes in this revision

Viewing changes to webui/cgi-bin/templates/ru/nav_error.html

  • Committer: Bazaar Package Importer
  • Author(s): Julien Valroff, Julien Valroff, Thomas Preud'homme
  • Date: 2011-05-08 13:43:52 UTC
  • mfrom: (1.2.1 upstream) (8.2.2 experimental)
  • mto: This revision was merged to the branch mainline in revision 23.
  • Revision ID: james.westby@ubuntu.com-20110508134352-dxjx9m6tx1cbzlhq
Tags: 3.9.1~rc1+git20110419.29261fb+dfsg-1
[ Julien Valroff ]
* New git snapshot
* Install all dspam_* tools setgid so that they can be used by standard
  users
* Add symbols file for libdspam7
* Upload to unstable

[ Thomas Preud'homme ]
* Fix permissions on dspam_stats and missing opt-{in,out} directories
  (Closes: #394443)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<HTML>
 
2
<HEAD><TITLE>DSPAM v3 &#1062;&#1077;&#1085;&#1090;&#1088; &#1059;&#1087;&#1088;&#1072;&#1074;&#1083;&#1077;&#1085;&#1080;&#1103;</TITLE>
 
3
<LINK REL="STYLESHEET" HREF="$WEB_ROOT$/base.css">
 
4
<meta http-equiv="content-type" &#1089;ontent="text/html;charset=utf-8" />
 
5
</HEAD>
 
6
<BODY BGCOLOR=#FFFFFF TEXT=#000000 LINK=#000000 VLINK=#000000 ALINK=#000000>
 
7
<div id="header">
 
8
        <div id="logo">
 
9
                <a href="$CGI$" title="Home"><img src="$WEB_ROOT$/dspam-logo-small.gif" alt="DSPAM Logo" /></a>
 
10
                <p>$DSPAMVERSION$</p>
 
11
        </div>
 
12
        <div id="userinfo">
 
13
                &#1057;&#1090;&#1072;&#1090;&#1080;&#1089;&#1090;&#1080;&#1095;&#1077;&#1089;&#1082;&#1080;&#1081; &#1089;&#1087;&#1072;&#1084;-&#1092;&#1080;&#1083;&#1100;&#1090;&#1088; &#1076;&#1083;&#1103; <strong>$REMOTE_USER$</strong>
 
14
        </div>
 
15
</div>
 
16
 
 
17
<br clear="left" />
 
18
 
 
19
<div id="navcontainer">
 
20
        <ul id="navlist">
 
21
                <li><a href="$CGI$?$USER$template=performance">&#1055;&#1088;&#1086;&#1080;&#1079;&#1074;&#1086;&#1076;&#1080;&#1090;&#1077;&#1083;&#1100;&#1085;&#1086;&#1089;&#1090;&#1100;</a></li>
 
22
                <li><a href="$CGI$?$USER$template=preferences">&#1053;&#1072;&#1089;&#1090;&#1088;&#1086;&#1081;&#1082;&#1080;</a></li>
 
23
                <li><a href="$CGI$?$USER$template=alerts">&#1055;&#1088;&#1077;&#1076;&#1091;&#1087;&#1088;&#1077;&#1078;&#1076;&#1077;&#1085;&#1080;&#1103;</a></li>
 
24
                <li><a href="$CGI$?$USER$template=quarantine">&#1050;&#1072;&#1088;&#1072;&#1085;&#1090;&#1080;&#1085; ($TOTAL_QUARANTINED_MESSAGES$)</a></li>
 
25
                <li><a href="$CGI$?$USER$template=analysis">&#1040;&#1085;&#1072;&#1083;&#1080;&#1079;</a></li>
 
26
                <li><a href="$CGI$?$USER$template=history&history_page=1">&#1048;&#1089;&#1090;&#1086;&#1088;&#1080;&#1103;</a></li>
 
27
                $NAV_ADMIN$
 
28
        </ul>
 
29
</div>
 
30
 
 
31
<div id="panel">
 
32
 
 
33
<H2>&#1042;&#1086;&#1079;&#1085;&#1080;&#1082;&#1083;&#1072; &#1086;&#1096;&#1080;&#1073;&#1082;&#1072;</H2>
 
34
$MESSAGE$
 
35
 
 
36
</div>
 
37
 
 
38
 
 
39
 
 
40
</BODY>
 
41
</HTML>