Advertisement
Guest User

Table

a guest
Mar 18th, 2011
605
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 2.33 KB | None | 0 0
  1. <table id="listado">
  2.     <thead>
  3.         <tr>
  4.             <th style="border-left:0"><img src="images/check.gif" alt="Estado" title="Estado" width="11" height="8" /></th>
  5.             <th><img src="images/formato.png" alt="Formato" title="Formato" width="16" height="16" /></th>
  6.             <th>Título original</th>
  7.             <th>Título en español</th>
  8.             <th>Director</th>
  9.             <th>Año</th>
  10.             <th><img src="images/index.png" alt="Índice" title="Índice" width="16" height="16" /></th>
  11.             <th><img src="images/vista.png" alt="Vista" title="Vista" width="16" height="16" /></th>
  12.             <th style="border-right:0"><img src="images/edit.gif" alt="Editar" title="Editar" width="10" height="10" /></th>
  13.         </tr>
  14.     </thead>
  15.     <tbody>
  16.         <tr>
  17.             <td style="border-left:0"><img src="images/check.gif" alt="En colección" title="En colección" width="11" height="8" /></td>
  18.             <td><img src="images/720.png" alt="HD 720p" title="HD 720p" width="30" height="21" /></td>
  19.             <td>Lost in Translation</td>
  20.             <td>Perdidos en Tokio</td>
  21.             <td>Sofia Coppola</td>
  22.             <td>2003</td>
  23.             <td>10</td>
  24.             <td>No</td>
  25.             <td style="border-right:0"><a href="edit.php?id=2"><img src="images/edit.gif" alt="Editar" title="Editar" width="10" height="10" /></a></td>
  26.         </tr>
  27.         <tr>
  28.             <td style="border-left:0"><img src="images/search.png" alt="Buscando" title="Buscando" width="10" height="9" /></td>
  29.             <td><img src="images/dvd.png" alt="DVD" title="DVD" width="30" height="21" /></td>
  30.             <td>Sen to Chihiro no kamikakushi</td>
  31.             <td>El viaje de Chihiro</td>
  32.             <td>Hayao Miyazaki</td>
  33.             <td>2001</td>
  34.             <td>2</td>
  35.             <td>No</td>
  36.             <td style="border-right:0"><a href="edit.php?id=3"><img src="images/edit.gif" alt="Editar" title="Editar" width="10" height="10" /></a></td>
  37.         </tr>
  38.         <tr>
  39.             <td style="border-left:0"><img src="images/download.gif" alt="Bajando" title="Bajando" width="10" height="10" /></td>
  40.             <td><img src="images/bluray.png" alt="Blu-ray Disc" title="Blu-ray Disc" width="30" height="21" /></td>
  41.             <td>The Chronicles of Narnia: The Lion, the Witch and the Wardrobe</td>
  42.             <td>Las crónicas de Narnia - El león, la bruja y el ropero</td>
  43.             <td>Andrew Adamson</td>
  44.             <td>2005</td>
  45.             <td>3</td>
  46.             <td>No</td>
  47.             <td style="border-right:0"><a href="edit.php?id=1"><img src="images/edit.gif" alt="Editar" title="Editar" width="10" height="10" /></a></td>
  48.         </tr>
  49.     </tbody>
  50. </table>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement