home *** CD-ROM | disk | FTP | other *** search
/ CD Action 80 / cdaction-80.iso / #dema / unreal / UT2003-Demo.exe / Web / ServerAdmin / defaults_ippolicy_row.inc < prev    next >
Text File  |  2002-08-14  |  530b  |  18 lines

  1. <tr>
  2.   <form method="post" action="<%PostAction%>">
  3.   <td>
  4.     <input type="radio" name="AcceptDeny" value="ACCEPT" <%AcceptCheck%>>Accept<br>
  5.     <input type="radio" name="AcceptDeny" value="DENY" <%DenyCheck%>>Deny
  6.   </td>
  7.   <td>
  8.     <input type="text" name="IPMask" size="15" value="<%IPMask%>" maxlength="25">
  9.   </td>
  10.   <td>
  11.     <nobr>
  12.     <input class=textbox type="Submit" name="Update" Value="Update">
  13.     <input class=button type="Submit" name="Delete" Value="Delete">
  14.     </nobr>
  15.   </td>
  16.   </form>
  17. </tr>
  18.