Is such a template available ?
Posted: 2005-09-10 14:05:35
I was wondering if there is a template available (html), which makes it possible to click on NEXT / PREV and it loads the next movie, and on the left side it has the complete list.
Or is it possible to change my current html code so it adds the NEXT / PREV button ?
its based on template3.zip
Or is it possible to change my current html code so it adds the NEXT / PREV button ?
Code: Select all
<html><head>
<LINK REL="stylesheet" href="movies.css" TYPE="text/css">
</head><body class="moviecard">
<table class="lgt" cellspacing="0" cellpadding="5">
<tr><td class="lgt">
<table class="i" border="0" cellspacing="0" cellpadding="1" width="100%">
<tr>
<td colspan="3" class="iblk"><div class="title">$$ITEM_ORIGINALTITLE</div></td></tr>
<tr>
<td class="iwh" rowspan="10" width="120">$$ITEM_PICTURE</td>
<td class="igr"><font size="+1">Ondertitels:</font><br><font size="+1">FORMAAT:<br></font><br><br>Regisseur:</td>
<td class="iwh"><font size="+1">$$ITEM_SUBTITLES<br></font><font size="+1">$$ITEM_MEDIA</font><br><br><br>$$ITEM_DIRECTOR</td></tr>
<td class="igr">Acteurs:</td>
<td class="iwh">$$ITEM_ACTORS</td></tr>
<td class="igr">Land:</td>
<td class="iwh">$$ITEM_COUNTRY</td></tr>
<td class="igr">Categorie:</td>
<td class="iwh">$$ITEM_CATEGORY</td></tr>
<td class="igr">Jaar:</td>
<td class="iwh">$$ITEM_YEAR</td></tr>
<td class="igr">Score:</td>
<td class="iwh"><img src="images/$$ITEM_RATING.png" width="129" height="13" alt="$$ITEM_RATING" border="0"> ($$ITEM_RATING/10) </td></tr>
<hr class="blk">
<td class="igr">Taal:</td>
<td class="iwh">$$ITEM_LANGUAGES</td></tr>
<td class="igr">Lengte:</td>
<td class="iwh">$$ITEM_LENGTH</td></tr>
</table><hr class="blk">
<table class="i" border="0" cellspacing="0" cellpadding="1">
<td class="igr" width="120">Bespreking:</td>
<td class="iwh">$$ITEM_DESCRIPTION</td></tr>
</table><hr class="blk">
</tr></td></table></body></html>
its based on template3.zip