Login   Register  
PHP Classes
elePHPant
Icontem

File: tmpl/client.view.review.content.tpl

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of invitro  >  Navelo CMS  >  tmpl/client.view.review.content.tpl  >  Download  
File: tmpl/client.view.review.content.tpl
Role: Auxiliary data
Content type: text/plain
Description: User view review content template
Class: Navelo CMS
A complete Content Management System
Author: By
Last change:
Date: 2004-08-04 07:36
Size: 663 bytes
 

Contents

Class file image Download
{section name="review" loop=$review}
	{if $review[review].status eq "1" || $review[review].status eq "4"}
		<strong>{$review[review].review_title}</strong>
		<br>{$review[review].create_time|date_format:"%A, %B %d, %Y @ %H:%M:%S"}
		<br>
		{if $review[review].last_update eq ""}
			not yet
		{else}
			{$review[review].last_update|date_format:"%A, %B %d, %Y @ %H:%M:%S"}
		{/if}
		<br>
		{if $review[review].rating_times eq "0"}
			not yet
		{else}
			{$review[review].rating_total/$review[review].rating_times|string_format:"%.2f"}
		{/if}
		<br>{$review[review].review_comments}
		<hr>
	{/if}
{sectionelse}
	no content review yet
{/section}