gcc484perl-5.22
Last change
on this file since 128fde4 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:
1.8 KB
|
Line | |
---|
1 | <?xml version="1.0" encoding="iso-8859-15"?> |
---|
2 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
---|
3 | <html xmlns="http://www.w3.org/1999/xhtml"> |
---|
4 | <HTML> |
---|
5 | <HEAD> |
---|
6 | <META HTTP-EQUIV="Cache-Control" content="no-cache"> |
---|
7 | <META HTTP-EQUIV="Pragma" CONTENT="no-cache"> |
---|
8 | <META HTTP-EQUIV="Refresh" CONTENT="<##step##>"> |
---|
9 | <TITLE>SmokePing Latency Page for <##title##></TITLE> |
---|
10 | <STYLE type="text/css"> |
---|
11 | <!-- |
---|
12 | |
---|
13 | .menubar, |
---|
14 | .menubar a |
---|
15 | { |
---|
16 | color: white; |
---|
17 | text-decoration: none; |
---|
18 | } |
---|
19 | |
---|
20 | .menubar { |
---|
21 | background: #4c4c4c; |
---|
22 | } |
---|
23 | |
---|
24 | .menu, |
---|
25 | .menuitem, |
---|
26 | .menuopen, |
---|
27 | .menuactive |
---|
28 | { font-size: 10px; |
---|
29 | font-family: sans-serif; |
---|
30 | } |
---|
31 | |
---|
32 | .menuactive { |
---|
33 | background: white; |
---|
34 | } |
---|
35 | |
---|
36 | a.menulink { |
---|
37 | color: white; |
---|
38 | } |
---|
39 | |
---|
40 | a.menulinkactive { |
---|
41 | color: #1280d7; |
---|
42 | } |
---|
43 | |
---|
44 | |
---|
45 | a.menulinkactive:hover { |
---|
46 | color: #000000; |
---|
47 | } |
---|
48 | |
---|
49 | a.menulink:hover { |
---|
50 | color: #e0e0ff; |
---|
51 | } |
---|
52 | |
---|
53 | --> |
---|
54 | </STYLE> |
---|
55 | |
---|
56 | <script src="cropper/lib/prototype.js" type="text/javascript"></script> |
---|
57 | <script src="cropper/lib/scriptaculous.js?load=builder,dragdrop" type="text/javascript"></script> |
---|
58 | <script src="cropper/cropper.js" type="text/javascript"></script> |
---|
59 | <script src="cropper/smokeping-zoom.js" type="text/javascript"></script> |
---|
60 | |
---|
61 | |
---|
62 | |
---|
63 | </HEAD> |
---|
64 | <BODY bgcolor="white"> |
---|
65 | <TABLE border="0" cellpadding="10" cellspacing="0"> |
---|
66 | <TR> |
---|
67 | <TD class="menubar" align="left" width="130" valign="top"> |
---|
68 | <P><img src='syn3.png'></P> |
---|
69 | <P></P> |
---|
70 | <P><B>Network monitoring</B> </P> |
---|
71 | <P><##menu##></P> |
---|
72 | <br/> |
---|
73 | </td> |
---|
74 | <TD rowspan="2"></TD> |
---|
75 | <TD rowspan="2" valign="top"> |
---|
76 | <H1><##title##></H1> |
---|
77 | <P><##remark##></P> |
---|
78 | <P><##overview##></P> |
---|
79 | <P><##body##></P> |
---|
80 | </TD> |
---|
81 | </TR> |
---|
82 | <tr> |
---|
83 | <td class="menubar" valign="bottom" width="130"> |
---|
84 | <P><##smokelogo##></P> |
---|
85 | <P></P> |
---|
86 | </TD> |
---|
87 | </tr> |
---|
88 | </TABLE> |
---|
89 | </BODY> |
---|
90 | </HTML> |
---|
Note: See
TracBrowser
for help on using the repository browser.