]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
Cleanup from Dave Mills
authorHarlan Stenn <stenn@ntp.org>
Thu, 6 May 2004 05:39:49 +0000 (01:39 -0400)
committerHarlan Stenn <stenn@ntp.org>
Thu, 6 May 2004 05:39:49 +0000 (01:39 -0400)
bk: 4099cfa5nidsq8Up8Id3GJtxaRAPYw

html/drivers/driver36.html
html/drivers/driver6.html
html/drivers/driver7.html
html/drivers/scripts/footer.txt [new file with mode: 0644]
html/drivers/scripts/style.css [new file with mode: 0644]

index 898f479eb91b4a5ffe61deded6d1ec3f82d8ddd8..70521849f8d45aef7bdeddd10cad965aeac4e1ca 100644 (file)
@@ -10,8 +10,6 @@
 
     <body>
         <h3>Radio WWV/H Audio Demodulator/Decoder</h3>
-        <h4>Related Links</h4>
-        <script type="text/javascript" language="javascript" src="scripts/links8.txt"></script>
         <hr>
         <h4>Synopsis</h4>
         Address: 127.127.36.<i>u</i><br>
index 12d3b589cc7ff4f4deb10c4a98ec0a48c34e54c6..34577cceaf7e5893e38cbcd0c5114e564ed1cece 100644 (file)
@@ -10,8 +10,6 @@
 
     <body>
         <h3>IRIG Audio Decoder</h3>
-        <h4>Related Links</h4>
-        <script type="text/javascript" language="javascript" src="scripts/links8.txt"></script>
         <hr>
         <h4>Synopsis</h4>
         Address: 127.127.6.<i>u</i><br>
index d4e96c22a06e30fd7f24ca09722bc4ba705e4d5c..7cd009172953dadd7668ca68875bb527fc07df65 100644 (file)
@@ -10,8 +10,6 @@
 
     <body>
         <h3>Radio CHU Audio Demodulator/Decoder</h3>
-        <h4>Related Links</h4>
-        <script type="text/javascript" language="javascript" src="scripts/links8.txt"></script>
         <hr>
         <h4>Synopsis</h4>
         Address: 127.127.7.<i>u</i><br>
diff --git a/html/drivers/scripts/footer.txt b/html/drivers/scripts/footer.txt
new file mode 100644 (file)
index 0000000..89216ce
--- /dev/null
@@ -0,0 +1,7 @@
+document.write("\
+<table><tr>\
+<td width='50%' ><img src='../icons/home.gif' align='middle' alt='gif'>\
+<a href='../index.html'>Home Page</a></td>\
+<td width='50%' ><img src='../icons/mail2.gif' align='middle' alt='gif'>\
+<a href='http://www.ntp.org/contact.html'>Contacts</a></i></td>\
+</tr></table>")
\ No newline at end of file
diff --git a/html/drivers/scripts/style.css b/html/drivers/scripts/style.css
new file mode 100644 (file)
index 0000000..096b18a
--- /dev/null
@@ -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