Changeset 44
- Timestamp:
- 11/01/04 11:13:19 (20 years ago)
- Location:
- branches/stable
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/stable/assign.html
r39 r44 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> -
branches/stable/header.inc
r39 r44 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.