<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<link rel="stylesheet" type="text/css" media="screen" href="/alumno/entrega3/web/css/estilo1.css" />
<link rel="stylesheet" type="text/css" media="screen" href="/alumno/entrega3/web/css/podcasts.css" />
<title> ZM - Podcast - MP
</title>
</head>
<body>
<div id="header-container">
<header class="wrapper">
<h1 id="title"> ZM - Podcast - MP
</h1>
<nav>
<ul>
<li><a href="/alumno/entrega3/web/">Home</a></li>
<li><a href="/alumno/entrega3/web/login">Login</a></li>
</ul>
</nav>
</header>
</div>
<div id="main" class="wrapper">
<article>
<div id="sub_header">
<div class="search">
<h2>Buscar</h2>
<form action="/alumno/entrega3/web/search" method="get">
<input type="text" name="query" value="" id="search_keywords" />
<input type="submit" value="search" />
<div class="help">
Palabras clave (nombre del podcast)
</div>
</form>
</div>
</div>
<div class="content">
<div id="podcasts">
<h1>Podcasts</h1>
<table class="podcasts">
<tr class="odd">
<td class="name">
<a href="/alumno/entrega3/web/podcast/show/id/188%3Fname%3DEl+canal+de+los+amigos">
- El canal de los amigos </a>
</td>
<td class="category">
Deportes </td>
</tr>
<tr class="even">
<td class="name">
<a href="/alumno/entrega3/web/podcast/show/id/189%3Fname%3Dpod+depor">
- pod depor </a>
</td>
<td class="category">
Deportes </td>
</tr>
<tr class="odd">
<td class="name">
<a href="/alumno/entrega3/web/podcast/show/id/190%3Fname%3Dsdgsfg">
- sdgsfg </a>
</td>
<td class="category">
Deportes </td>
</tr>
</table>
<div class="pagination">
<a href="/alumno/entrega3/web/?page=1">
<img alt="Primera Pagina" src="/alumno/entrega3/web/images/first.png" /> </a>
<a href="/alumno/entrega3/web/?page=1">
<img alt="Pagina Anterior" src="/alumno/entrega3/web/images/previous.png" /> </a>
1 <a href="/alumno/entrega3/web/?page=2">2</a>
<a href="/alumno/entrega3/web/?page=3">3</a>
<a href="/alumno/entrega3/web/?page=2">
<img alt="Pagina Siguiente" src="/alumno/entrega3/web/images/next.png" /> </a>
<a href="/alumno/entrega3/web/?page=3">
<img alt="Ultima pagina" src="/alumno/entrega3/web/images/last.png" /> </a>
</div>
<div class="pagination_desc">
<strong>7</strong> Podcasts disponibles
- Página <strong>1/3</strong>
</div>
</div> </div>
</article>
</div>
<div id="footer-container">
<footer class="wrapper">
<h5> Proyecto de Software 2011 - UNLP</h5>
</footer>
</div>
</body>
</html>