| 
            Last change
 on this file since 475 was             414, checked in by Kris Deugau, 15 years ago           | 
        
        
          | 
             
/branches/stable 
 
Merge CSS shuffle from r413.  Pieces of r412 were needed in 
admin.cgi as well.  See #13. 
 
 
           | 
        
        
          | 
            File size:
            822 bytes
           | 
        
      
      
| Rev | Line |   | 
|---|
| [139] | 1 | <html>
 | 
|---|
 | 2 | <head>
 | 
|---|
 | 3 |         <title>IP Database - Add new city</title>
 | 
|---|
 | 4 |         <link rel="stylesheet" type="text/css" href="/ip/ipdb.css" />
 | 
|---|
| [414] | 5 |         <link rel="stylesheet" type="text/css" href="/ip/local.css" />
 | 
|---|
| [139] | 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 | 
 | 
|---|
| [414] | 19 | <body onUnload="redoParent()">
 | 
|---|
| [139] | 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.