phpLens
 home  products examples manual  faq support forum  contact news  login store

Run   Overview   init.php   forums.php   topics.php   msgs.php   topics.tpl   msgs.tpl   inputmsgs.tpl   msgsfilter.tpl  

msgsfilter.tpl

<table border=0 cellpadding=2 cellspacing=0 width=600>
	<tr><td><font size=2>Topic: <b>{$SUBJECT}</b></font><br>
	<font size=2 color=#808080>author: <a href="mailto:{$EMAIL}">{$NAME}</a> 
	&nbsp; created: {$CREATED}</font>
	</td></tr>
	<tr><td bgcolor=white><code>{$BODY}</code><p><font size=2>
{if $TOPICKEY != -1}
	<a href="msgs.php?id={$TOPICKEY}&x=1" target="lensforumtopic{$TOPICKEY}">View topic thread</a>
{else}	
	<a href="msgs.php?id={$REPLYID}&x=1" target="lensforumtopic{$REPLYID}">View topic thread</a>
{/if}
	 <font size=1>(in new window)</font>.
	</font></td></tr>
</table>