- Timestamp:
- 11/01/04 11:14:37 (20 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/assign.html
r38 r45 4 4 <form method="POST" action="main.cgi" class="regular"> 5 5 <tr class="color1"> 6 <td>C ity: </td><td>6 <td>Customer location: </td><td> 7 7 <select name="city"><option selected>-</option> 8 8 <option>Barrie</option> … … 76 76 <td>Route from this POP: </td><td> 77 77 <select name="pop"><option selected>-</option> 78 <option>Elliot Lake</option> 78 79 <option>Huntsville</option> 79 80 <option>North Bay</option> -
trunk/cgi-bin/main.cgi
r42 r45 827 827 if ($base =~ /^[ds]$/) { 828 828 $sql = "select * from poolips where available='y' and". 829 " ptype='$base' and city='Sudbury' or city='North Bay'";829 " ptype='$base' and (city='Sudbury' or city='North Bay')"; 830 830 } else { 831 831 ## $city doesn't seem to get defined here. -
trunk/header.inc
r38 r45 40 40 <td>Search: 41 41 <input type="text" name="input" size="20" maxlength="50" class="regular"> 42 <input type=radio name="searchfor" value="ipblock" checked=yes>IP/IP block43 <input type=radio name="searchfor" value="desc" >Description42 <input type=radio name="searchfor" value="ipblock">IP/IP block 43 <input type=radio name="searchfor" value="desc" checked=yes>Description 44 44 <input type=radio name="searchfor" value="cust">Customer ID 45 45 <input type=hidden name=page value="1">
Note:
See TracChangeset
for help on using the changeset viewer.