menu_dns_rec.html 768 B

1234567891011121314151617
  1. <table class="sub-menu">
  2. <tr>
  3. <td width="142px" style="padding: 16px 0 16px 6px">
  4. <button style="width:120px; padding: 2px 0px 2px 0px;" onclick="location.href='/add/dns/?domain=<?php echo $_GET['domain'] ?>'">Add Record</button>
  5. <td><a style="padding: 0 4px 0 12px" class="select-controls" href='javascript:checkedAll("vstobjects");'> toggle all </a>
  6. <select style="margin:0 0 0 0px">
  7. <option>apply to selected</option>
  8. <option>suspend</option>
  9. <option>unsuspend</option>
  10. <option>delete</option>
  11. </select> <button> > </button></td>
  12. </td>
  13. <td style="text-align: right;"><input type="text" size="30" style="padding: 3px 80px 3px 0;"> <button> Search </button></td>
  14. </tr><tr>
  15. </tr>
  16. </table>
  17. <form id="vstobjects">