source: trunk/dnsbl/templates/browse.tmpl@ 2

Last change on this file since 2 was 2, checked in by Kris Deugau, 15 years ago

/trunk/dnsbl

Import work to date

File size: 1.2 KB
Line 
1<html><head><title>show all IPs and listing status</title>
2<style>
3<!--
4.lvl0 {
5 background: #99ff99;
6 border: 1px solid #000000;
7 margin: 2px;
8 padding: 2px;
9 width: 600px;
10}
11.auto0 {
12 background: #ffffcc;
13}
14.b0list {
15 background: #ffcc99;
16 border: 1px solid #000000;
17 margin: 1px;
18}
19.b0org {
20 background: #ffcccc;
21 border: 1px solid #000000;
22 margin: 1px;
23}
24.lvl1 {
25 background: #33ff33;
26 border: 1px solid #000000;
27 margin: 2px;
28 padding: 2px;
29 position: relative;
30 left: 150px;
31 top: 0px;
32 width: 450px;
33}
34.auto1 {
35 background: #ffff00;
36}
37.b1list {
38 background: #ff9900;
39 border: 1px solid #000000;
40 margin: 1px;
41}
42.b1org {
43 background: #ff0000;
44 border: 1px solid #000000;
45 margin: 1px;
46}
47.lvl2 {
48 background: #009900;
49 border: 1px solid #000000;
50 margin: 2px;
51 padding: 2px;
52 position: relative;
53 left: 150px;
54 top: 0px;
55 width: 300px;
56}
57.auto2 {
58 background: #999900;
59}
60.b2list {
61 background: #cc6600;
62 border: 1px solid #000000;
63 margin: 1px;
64}
65.b2org {
66 background: #990000;
67 border: 1px solid #000000;
68 margin: 1px;
69}
70.iplist {
71 background: #00ffff;
72 border: 1px solid #000000;
73 margin: 2px;
74 padding: 2px;
75 position: relative;
76 left: 150px;
77 top: 0px;
78 width: 150px;
79}
80-->
81</style>
82</head>
83<body>
Note: See TracBrowser for help on using the repository browser.