Advertisement
Guest User

Untitled

a guest
Jul 21st, 2017
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. <table width="100%" border="0" align="left" class="peripherals">
  2. <tr>
  3. <td width="200px"><label for="periphType2">Type:</label></td>
  4. <td width="200px"><label for="peripMake2">Manufacturer:</label></td>
  5. <td width="200px"><label for="periphModel2">Model:</label></td>
  6. <td width="200px"><label for="periphSerial2">Serial:</label></td>
  7. </tr>
  8. <tr>
  9. <td><input name="periphType" type="text" class="text" id="periphType2" tabindex="90" /></td>
  10. <td><input name="periphMake" type="text" class="text" id="periphMake2" tabindex="95" /></td>
  11. <td><input name="periphModel" type="text" class="text" id="periphModel2" tabindex="100" /></td>
  12. <td><input name="periphSerial" type="text" class="text" id="periphSerial2" tabindex="105" /></td>
  13. </tr>
  14. </table>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement