Changeset 288
- Timestamp:
- Nov 2, 2006, 6:32:03 PM (14 years ago)
- Location:
- trunk/npemap.org.uk/static
- Files:
-
- 3 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/npemap.org.uk/static/FAQ.html
r252 r288 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> 2 <html> 3 <head> 4 <title>FAQ | New Popular Edition Maps</title> 5 </head> 6 7 <body> 1 <!--#set var="title" value="FAQ" --> 2 <!--#set var="link" value="/FAQ.html" --> 3 <!--#set var="shownav" value="yes" --> 4 <!--#include virtual="inc/header.shtml" --> 8 5 9 6 <h3>What is it?</h3> … … 163 160 <li>Matthew Westcott, David Sheldon, Dominic Hargreaves and Nick Burch worked on the user interface and backend software.</li> 164 161 </ul> 165 </body> 166 < /html>162 163 <!--#include virtual="inc/footer.shtml" --> -
trunk/npemap.org.uk/static/data/index.html
r279 r288 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> 2 <html> 3 <head> 4 <title>Download our postcodes</title> 5 <link rel="stylesheet" type="text/css" href="../default.css"> 6 </head> 7 <body> 8 <div id='theTitle'> 9 <h1>Download our postcodes</h1> 10 </div> 11 1 <!--#set var="title" value="Download our postcodes" --> 2 <!--#set var="link" value="/data/" --> 3 <!--#set var="shownav" value="yes" --> 4 <!--#include virtual="../inc/header.shtml" --> 12 5 <p>Here it is. What you've all been waiting for.</p> 13 6 … … 25 18 26 19 <p>All of this location data is in the Public Domain.</p> 27 </body>28 </html>29 20 21 <!--#include virtual="../inc/footer.shtml" --> -
trunk/npemap.org.uk/static/default.css
r229 r288 80 80 font-family: sans; 81 81 } 82 83 #links ul { 84 padding: 3px 0; 85 margin-left: 0; 86 border-bottom: 1px solid #778; 87 font-size: 75%; 88 font-weight: bold; 89 } 90 91 #links ul li { 92 list-style: none; 93 display: inline; 94 } 95 96 #links ul li a { 97 padding: 3px 0.5em; 98 margin-left: 3px; 99 border: 1px solid #778; 100 border-bottom: none; 101 background: #DDFF9b;; 102 text-decoration: none; 103 } 104 105 #links ul li a:link { 106 color: #448; 107 } 108 109 #links ul li a:visited { 110 color: #667; 111 } 112 113 #links ul li a:link:hover #navsite ul li a:visited:hover { 114 color: #000; 115 background: #aae; 116 border-color: #227; 117 } 118 119 #links ul li a#current { 120 background: white; 121 border-bottom: 1px solid white; 122 } -
trunk/npemap.org.uk/static/index.html
r284 r288 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> 2 <html> 3 <head> 4 <title>New Popular Edition Maps</title> 5 <link rel="stylesheet" type="text/css" href="default.css"> 6 </head> 7 <body> 1 <!--#set var="title" value="New Popular Edition Maps" --> 2 <!--#set var="link" value="/" --> 3 <!--#include virtual="inc/header.shtml" --> 8 4 <script src="tiles/yahoo.js" type="text/javascript"></script> 9 5 <script src="tiles/dom.js" type="text/javascript"></script> … … 11 7 <script src="tiles/jsr_class.js" type="text/javascript"></script> 12 8 <script src="tiles/jscoord-1.1.1.js" type="text/javascript"></script> 13 <div id='theTitle'> 14 <h1>New Popular Mapping<sup>beta</sup></h1> 15 </div> 9 16 10 <div id="body"> 17 11 … … 140 134 if (typeof urchinTracker == 'function') urchinTracker(); 141 135 </script> 142 </body> 143 </html> 136 <!--#include virtual="inc/footer.shtml" -->
Note: See TracChangeset
for help on using the changeset viewer.