From: Harlan Stenn Date: Thu, 6 May 2004 05:39:49 +0000 (-0400) Subject: Cleanup from Dave Mills X-Git-Tag: NTP_4_2_3~167^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4adbecae0b481ec0802e511b3e462065e6cda06e;p=thirdparty%2Fntp.git Cleanup from Dave Mills bk: 4099cfa5nidsq8Up8Id3GJtxaRAPYw --- diff --git a/html/drivers/driver36.html b/html/drivers/driver36.html index 898f479eb..70521849f 100644 --- a/html/drivers/driver36.html +++ b/html/drivers/driver36.html @@ -10,8 +10,6 @@

Radio WWV/H Audio Demodulator/Decoder

-

Related Links

-

Synopsis

Address: 127.127.36.u
diff --git a/html/drivers/driver6.html b/html/drivers/driver6.html index 12d3b589c..34577ccea 100644 --- a/html/drivers/driver6.html +++ b/html/drivers/driver6.html @@ -10,8 +10,6 @@

IRIG Audio Decoder

-

Related Links

-

Synopsis

Address: 127.127.6.u
diff --git a/html/drivers/driver7.html b/html/drivers/driver7.html index d4e96c22a..7cd009172 100644 --- a/html/drivers/driver7.html +++ b/html/drivers/driver7.html @@ -10,8 +10,6 @@

Radio CHU Audio Demodulator/Decoder

-

Related Links

-

Synopsis

Address: 127.127.7.u
diff --git a/html/drivers/scripts/footer.txt b/html/drivers/scripts/footer.txt new file mode 100644 index 000000000..89216ce97 --- /dev/null +++ b/html/drivers/scripts/footer.txt @@ -0,0 +1,7 @@ +document.write("\ +\ +\ +\ +
gif\ +Home Pagegif\ +Contacts
") \ No newline at end of file diff --git a/html/drivers/scripts/style.css b/html/drivers/scripts/style.css new file mode 100644 index 000000000..096b18a6a --- /dev/null +++ b/html/drivers/scripts/style.css @@ -0,0 +1,64 @@ +body {background: #FDF1E1; + color: #006600; + font-family: "verdana", sans-serif; + text-align: justify; + margin-left: 5px;} + +p, h4, hr, li {margin-top: .6em; margin-bottom: .6em} +li.inline {text-align: left; margin-top: 0; margin-bottom: 0} + +ul, dl, ol, {margin-top: .6em; margin-bottom: .6em; margin-left 5em} + +dt {margin-top: .6em} +dd {margin-bottom: .6em} + +div.header {text-align: center; + font-style: italic;} + +div.footer {text-align: center; + font-size: 60%;} + +img.cell {align: left;} + +td.sidebar {width: 40px; align: center; valign: top;} +img.sidebar {align: center; margin-top: 5px;} +h4.sidebar {align: center;} + +p.top {background: #FDF1E1; + color: #006600; + position: absolute; + margin-left: -90px; + text-align: center;} + +a:link.sidebar {background: transparent; + color: #990033; + font-weight: bold;} + +a:visited.sidebar {background: transparent; + color: #990033; + font-weight: bold;} + +a:hover.sidebar {background: #FDF1E1; + color: #006600;} + +img {margin: 5px;} + +div {text-align: center;} + +h1 {text-align: center; + font-size: 250%;} + +caption {background: #EEEEEE; + color: #339999;} + +tx {text-align: center;} + +th {background: #FFFFCC; + color: #006600; + text-align: center; + text-decoration: underline; + padding-top: 5px;} + +th.caption {background: #EEEEEE; + color: #006600; + text-align: center;} \ No newline at end of file