delete_web.html 777 B

123456789101112131415161718192021222324
  1. <table class='data'>
  2. <tr class="data-add">
  3. <td class="data-dotted" style="padding: 0px 10px 0px 0px" width="150">
  4. <table class="data-col1">
  5. <tr><td style="padding: 18 0 4 18;"></td></tr>
  6. </table>
  7. </td>
  8. <td class="data-dotted" width="830px" style="vertical-align:top;">
  9. <table width="830px"><tr>
  10. <td></td>
  11. </tr></table>
  12. <table class="data-col2" width="830px">
  13. <tr>
  14. <td style="padding: 24px 0 0 0;">
  15. <form method="post">
  16. <input type="button" class="add-button" value="List Domains" onClick="location.href='/list/web/'">
  17. </form>
  18. </td>
  19. </tr>
  20. </table>
  21. </td>
  22. </tr>
  23. </table>