Last change
on this file since 492 was 413, checked in by Kris Deugau, 14 years ago |
/trunk
Migrate body colour and font base defs to CSS, make <head>
sections more consistent. See #3.
Look for local.css so admins can override the default
colours. local.css is ignored on the working root as it
should be entirely a local file. See #14.
|
File size:
822 bytes
|
Line | |
---|
1 | <html>
|
---|
2 | <head>
|
---|
3 | <title>IP Database - Add new city</title>
|
---|
4 | <link rel="stylesheet" type="text/css" href="/ip/ipdb.css" />
|
---|
5 | <link rel="stylesheet" type="text/css" href="/ip/local.css" />
|
---|
6 |
|
---|
7 | <SCRIPT language="JavaScript" type="text/javascript">
|
---|
8 | <!-- Hide From Non-Supporting Browsers
|
---|
9 | // snagged from http://www.webxpertz.net/forums/showthread.php?t=24650
|
---|
10 | function redoParent() {
|
---|
11 | opener.location.reload(true);
|
---|
12 | }
|
---|
13 |
|
---|
14 | // Done Hiding -->
|
---|
15 | </script>
|
---|
16 |
|
---|
17 | </head>
|
---|
18 |
|
---|
19 | <body onUnload="redoParent()">
|
---|
20 | <table>
|
---|
21 | <form action="cgi-bin/newcity.cgi" method="POST">
|
---|
22 | <tr class="color1"><td>Enter new city:</td><td><input name="city"></td></tr>
|
---|
23 | <tr class="color2"><td>POP site?</td><td><input type=checkbox name="pop"></td></tr>
|
---|
24 | <tr class="color1"><td colspan=2 align=center><input type=submit value="Add city"></td></tr>
|
---|
25 | </table>
|
---|
26 | </body>
|
---|
27 | </html>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.