Advertisement
Guest User

Untitled

a guest
Oct 21st, 2015
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 3.18 KB | None | 0 0
  1. <table class="widetable" align="center" border="0" cellpadding="5" cellspacing="0">
  2.     <tbody>
  3.         <tr><th>&nbsp;</th><th>Location</th><th>Name</th><th>&nbsp;</th><th>Row link</th></tr>
  4.         <form method="post" id="addRow" name="addRow" action="?module=redirect&amp;page=rackspace&amp;tab=editrows&amp;op=addRow"></form>
  5.         <tr>
  6.             <td>
  7.                 <input tabindex="1" style="display: inline;" name="submit" class="icon" src="?module=chrome&amp;uri=pix/tango-document-new.png" title="Add new row" type="image" border="0">
  8.             </td>
  9.             <td>
  10.                 <select tabindex="1" id="location_id" name="location_id">
  11.                     <option value="0">-- NONE --</option>
  12.                     <option value="15" style="font-weight: bold">canada</option>
  13.                     <option value="16" style="font-weight: bold">usa</option>
  14.                 </select>
  15.             </td>
  16.             <td><input tabindex="1" name="name" type="text"></td>
  17.             <td><input tabindex="1" style="display: inline;" name="submit" class="icon" src="?module=chrome&amp;uri=pix/tango-document-new.png" title="Add new row" type="image" border="0"></td>
  18.         </tr>
  19.         <tr>
  20.             <td>
  21.                 <a tabindex="1" href="index.php?module=redirect&amp;page=rackspace&amp;tab=editrows&amp;op=deleteRow&amp;row_id=17" title="Delete row" class="input">
  22.                     <img src="?module=chrome&amp;uri=pix/tango-user-trash-16x16.png" title="Delete row" height="16" width="16" border="0">
  23.                 </a>
  24.                 <form method="post" id="updateRow" name="updateRow" action="?module=redirect&amp;page=rackspace&amp;tab=editrows&amp;op=updateRow">
  25.                     <input tabindex="1" name="row_id" value="17" type="hidden">
  26.                 </form>
  27.             </td>
  28.             <td><div id="location_name">canada</div></td><td><div id="name" name="name" value="can-room 1">can-room 1</div></td>
  29.             <td>
  30.                 <input tabindex="1" name="edit" class="edit" src="?module=chrome&amp;uri=pix/pencil-icon.png" id="15" title="Edit row" type="image" border="0">&nbsp;
  31.                 <input tabindex="1" style="display: none;" name="submit" class="icon" src="?module=chrome&amp;uri=pix/tango-document-save-16x16.png" title="Save changes" type="image" border="0">
  32.             </td>
  33.             <td><a href="index.php?page=row&amp;row_id=17">Row can-room 1</a></td>
  34.         </tr>
  35.         <tr>
  36.             <td>
  37.                 <a tabindex="1" href="index.php?module=redirect&amp;page=rackspace&amp;tab=editrows&amp;op=deleteRow&amp;row_id=18" title="Delete row" class="input">
  38.                     <img src="?module=chrome&amp;uri=pix/tango-user-trash-16x16.png" title="Delete row" height="16" width="16" border="0">
  39.                 </a>
  40.                 <form method="post" id="updateRow" name="updateRow" action="?module=redirect&amp;page=rackspace&amp;tab=editrows&amp;op=updateRow">
  41.                     <input tabindex="1" name="row_id" value="18" type="hidden">
  42.                 </form>
  43.             </td>
  44.             <td>
  45.                 <div id="location_name">usa</div></td><td><div id="name" name="name" value="usa-room1">usa-room1</div>
  46.             </td>
  47.             <td>
  48.                 <input tabindex="1" name="edit" class="edit" src="?module=chrome&amp;uri=pix/pencil-icon.png" id="16" title="Edit row" type="image" border="0">&nbsp;
  49.                 <input tabindex="1" style="display: none;" name="submit" class="icon" src="?module=chrome&amp;uri=pix/tango-document-save-16x16.png" title="Save changes" type="image" border="0">
  50.             </td>
  51.             <td><a href="index.php?page=row&amp;row_id=18">Row usa-room1</a></td>
  52.         </tr>
  53. </tbody></table>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement