Este es un ejemplo de listado que saca el programa. Me valdria cualquier tipo de listado pero sobre todo busco aquellos con imagenes(es un listado de peliculas las imagenes son para la portada) y los mas sencillos simplemente haciendo una lista de la cantidad de peliculas que hay.
Código:
La idea es conseguir mas listados y adaptarlos para poder sacarlos por este programa, si sabeis de algún sitio donde descargar este tipo de codigo os lo agradeceria mucho. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>$$OWNER_NAME</title> <style type="text/css"> <!-- body { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; } a:link { text-decoration: none; } a:hover { color: #CC0000; text-decoration: none; } a:visited { text-decoration: none; } --> </style> </head> <body> <p align="right"><b>Última actualización: </b>$$DATE<br/> <b>E-mail: </b><a href="mailto:$$OWNER_MAIL">$$OWNER_MAIL</a></p> <table width="100%" align="center" cellpadding="2" cellspacing="1" bgcolor="#000000"> <tr> <td bgcolor="#CCCCCC"><div align="center"><b>NOTA</b></div></td> <td bgcolor="#CCCCCC"> <div align="center"><b>NOMBRE ORIGINAL</b> </div></td> <td bgcolor="#CCCCCC"><div align="center"><b>NOMBRE</b> </div></td> <td bgcolor="#CCCCCC"><div align="center"><strong>CATEGORIA</strong> </div></td> </tr> $$ITEM_BEGIN <tr bgcolor="#FFFFFF"> <td><div align="left">$$ITEM_RATING</div></td> <td><div align="left">$$ITEM_ORIGINALTITLE</div></td> <td><div align="left">$$ITEM_TRANSLATEDTITLE</div></td> <td><div align="left">$$ITEM_MEDIA</div></td> </tr> $$ITEM_END </table> <br> <center> </center> </body> </html>