Changeset 110 for trunk/fb-assign.html


Ignore:
Timestamp:
12/24/04 15:03:46 (19 years ago)
Author:
Kris Deugau
Message:

/trunk

Change fb-assign.html to allow pulling allocation types from the database

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/fb-assign.html

    r92 r110  
    1313<tr class="color1">
    1414<td>Allocation type:</td><td>
    15 <select name="alloctype"><option value="cn" selected>Customer netblock</option>
    16 <option value="sp">Static Pool - Servers</option>
    17 <option value="cp">Static Pool - Cable</option>
    18 <option value="dp">Static Pool - DSL</option>
    19 <option value="mp">Static Pool - Dialup</option>
    20 <option value="wp">Static Pool - Wireless</option>
    21 <option value="ee">End-use netblock</option>
    22 <option value="dn">Dialup netblock</option>
    23 <option value="dy">Dynamic DSL block</option>
    24 <option value="dc">Dynamic cable block</option>
     15<select name="alloctype">
     16$$TYPELIST$$
    2517</select>
    2618<input type="button" value=" ? " onclick="helpAllocTypes()" class="regular">
Note: See TracChangeset for help on using the changeset viewer.