PHP Classes

File: templates/revtemp.tpl

Recommend this page to a friend!
  Classes of Jim Worthen   EMovies   templates/revtemp.tpl   Download  
File: templates/revtemp.tpl
Role: Auxiliary data
Content type: text/plain
Description: Reviews template example.
Class: EMovies
Retrieve information about movies from Yahoo
Author: By
Last change:
Date: 17 years ago
Size: 3,699 bytes
 

Contents

Class file image Download
{mask:main} <html> <head> <title>{head_title}</title> <link rel="stylesheet" type="text/css" href="{SERVER_URL}/emovstyle.css" /> </head> <body> <table width="75%" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="100%" valign="top"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td valign="top"> <table width="100%" border="0" align="center" cellpadding="4" cellspacing="1"> <tr> <td class="categorybackcolor"><b>{title}</b></td> </tr> <tr> <td valign="top" class="firstaltcolor"> <table width="125" border="0" align="left"> <tr> <td class="movposter" align="center"> {imageCode}<br /> <br /> </td> </tr> </table> <table width="350" border="0" align="left"> <tr> <td valign="top"> <font size="1"><b>Run Time</b>: {runningTime} <br /> <b>Release Date</b>: {releaseDate} <br /> <b>Classification</b>: {genre} </font> <p align="left"> {description} </p> <b>MPAA Rating</b>: {mpaaRating}</font> </td> </tr> </table> <table border=0 cellpadding=0 cellspacing=0> <tr> <td height="4"> <spacer type=block width=1 height=1> </td> </tr> </table> </td> </tr> </table> </td> </tr> </table> </td> </tr> <tr> <td> <br> <table width="100%" border="0" align="center" cellpadding="4" cellspacing="1"> <tr> <td class="categorybackcolor"><b>Cast and Credits</b></td> </tr> <tr> <td class="firstaltcolor"> <font size="1"> <b>Starring</b>: {starring} <br /><b>Directed</b>: {directed} <br /><b>Producted</b>: {produced} <br /><b>Distributors</b>: {distributors} <br /> </font> </td> </tr> </table> </td> </tr> <tr> <td valign="top"> <br> <table width="100%" border="0" align="left" cellpadding="4" cellspacing="1"> <tr> <td class="categorybackcolor"><b>Critics Reviews</b><div align="right">Overall Grade: {grade}</td> </tr> <tr> <td class="firstaltcolor"> <table width="100%" cellpadding=4 cellspacing=1 border=0> <tr> <td width="24%" valign="middle"> <font size="1">SOURCE</font> </td> <td width="50%" valign="middle"> <font size="1">BRIEF REVIEW</font> </td> <td width="13%" align=center valign="middle"> <font size="1">GRADE</font></td> </tr> {mask:critics} <tr> <td align="left" valign="middle" width="24%"> <font size="1">{critic}</font> </td> <td width="50%" valign="middle"> <font size="1"> {review} </font> </td> <td align="center" valign="middle" width="13%"> <font size="1"><b>{grade}</b></font> </td> </tr> {/mask} </table> </td> </tr> </table> </td> </tr> <tr> <td valign="top"> <br> <table width="100%" border="0" align="center" cellpadding="4" cellspacing="1"> <tr> <td class="firstaltcolor"> {copyright} </td> </tr> </table> </td> </tr> </table> </body> </html> {/mask}