Don't like ads? PRO users don't see any ads ;-)
Guest

Frontend - home

By: a guest on Apr 14th, 2012  |  syntax: HTML  |  size: 3.29 KB  |  hits: 13  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. <!DOCTYPE html>
  2. <html>
  3.   <head>
  4.     <meta charset="UTF-8" />
  5.               <link rel="stylesheet" type="text/css" media="screen" href="/alumno/entrega3/web/css/estilo1.css" />
  6.  
  7.         <link rel="stylesheet" type="text/css" media="screen" href="/alumno/entrega3/web/css/podcasts.css" />
  8.         <title>      ZM - Podcast - MP  
  9.  
  10. </title>
  11.  
  12.   </head>
  13.   <body>
  14.     <div id="header-container">
  15.       <header class="wrapper">
  16.         <h1 id="title">      ZM - Podcast - MP  
  17.  
  18.  </h1>
  19.         <nav>
  20.           <ul>
  21.             <li><a href="/alumno/entrega3/web/">Home</a></li>
  22.             <li><a href="/alumno/entrega3/web/login">Login</a></li>
  23.           </ul>
  24.         </nav>
  25.       </header>
  26.     </div>
  27.     <div id="main" class="wrapper">
  28.       <article>
  29.                 <div id="sub_header">
  30.                         <div class="search">
  31.                                 <h2>Buscar</h2>
  32.                                 <form action="/alumno/entrega3/web/search" method="get">
  33.                                         <input type="text" name="query" value="" id="search_keywords" />
  34.                                         <input type="submit" value="search" />
  35.                                         <div class="help">
  36.                                           Palabras clave (nombre del podcast)
  37.                                         </div>
  38.                                 </form>
  39.                         </div>
  40.                 </div>  
  41.        
  42.        
  43.                 <div class="content">
  44.                         <div id="podcasts">
  45.     <h1>Podcasts</h1>
  46.          
  47. <table class="podcasts">
  48.         <tr class="odd">
  49.         <td class="name">
  50.             <a href="/alumno/entrega3/web/podcast/show/id/188%3Fname%3DEl+canal+de+los+amigos">
  51.              - El canal de los amigos            </a>    
  52.        </td>
  53.        <td class="category">
  54.         Deportes       </td>
  55.     </tr>
  56.       <tr class="even">
  57.         <td class="name">
  58.             <a href="/alumno/entrega3/web/podcast/show/id/189%3Fname%3Dpod+depor">
  59.              - pod depor            </a>    
  60.        </td>
  61.        <td class="category">
  62.         Deportes       </td>
  63.     </tr>
  64.       <tr class="odd">
  65.         <td class="name">
  66.             <a href="/alumno/entrega3/web/podcast/show/id/190%3Fname%3Dsdgsfg">
  67.              - sdgsfg            </a>    
  68.        </td>
  69.        <td class="category">
  70.         Deportes       </td>
  71.     </tr>
  72.   </table>      
  73.             <div class="pagination">
  74.         <a href="/alumno/entrega3/web/?page=1">
  75.                   <img alt="Primera Pagina" src="/alumno/entrega3/web/images/first.png" />        </a>
  76.      
  77.         <a href="/alumno/entrega3/web/?page=1">
  78.           <img alt="Pagina Anterior" src="/alumno/entrega3/web/images/previous.png" />        </a>
  79.      
  80.                               1                                        <a href="/alumno/entrega3/web/?page=2">2</a>
  81.                                         <a href="/alumno/entrega3/web/?page=3">3</a>
  82.                        
  83.         <a href="/alumno/entrega3/web/?page=2">
  84.           <img alt="Pagina Siguiente" src="/alumno/entrega3/web/images/next.png" />        </a>
  85.      
  86.         <a href="/alumno/entrega3/web/?page=3">
  87.           <img alt="Ultima pagina" src="/alumno/entrega3/web/images/last.png" />        </a>
  88.       </div>
  89.          
  90.     <div class="pagination_desc">
  91.       <strong>7</strong> Podcasts disponibles
  92.      
  93.               - P&aacute;gina <strong>1/3</strong>
  94.         </div>  
  95. </div>          </div>
  96.         </article>  
  97.     </div>
  98.  
  99.      <div id="footer-container">
  100.       <footer class="wrapper">
  101.         <h5> Proyecto de Software 2011 - UNLP</h5>
  102.       </footer>
  103.     </div>
  104.   </body>
  105. </html>