%%comment-view-anonymous-html%%
progmin : / (context #148)
2002-05-29 11:01:02

%%preprocess%%
$parentobject= $this->getParent();
$this->parentUrl= $parentobject->baseUrl;
$this->parentTitle= $parentobject->title;

$this->beryliumToHtml(); 
$this->timeFormat();
if ($sitemember->id==$this->sitememberid OR $foldermember->role=="editor") $this->editextras= "| <a href='$this->url?method=edit$session->cgi'>edit this $this->flavor<a/> ";
if ($foldermember->role=="editor") {
  if ($this->public) $ispublic= "| <b>this item is public</b>";
  $this->editorinfo= "<br><span class='editorinfo'>status: $this->status | rank: $this->rank $ispublic $this->imageidtag</span>";
  }



%%header%%




%%css%%
.commentHeadline { font-family: serif; color: #555555; font-size: 24px; line-height: 38px; font-style: italic; font-weight: bold; }
.commentFlavor { color: #444488; font-size: 14px; line-height: 14px; margin-left: 14px; }
.commentByline { color: #555555; font-size: 14px; line-height: 18px; }
.commentBody { color: #444488; font-size: 14px; line-height: 20px; margin-left: 14px; }

.editorinfo {font-size: 12px; font-color: #999999; }
.editorinfo b {font-size: 12px; font-color: #999999; font-weight: bold; }




%%template%%
<table>
	<tr>
		<td valign='top' width='20%'>
			{list:SELECT obj.* FROM folder AS obj, folder WHERE obj.rank>=100 AND obj.siteid='$site->id' AND obj.status='posted' AND folder.id=obj.folderid $session->publicwhere ORDER BY obj.rank DESC;navbar}
			 <p>&nbsp;</p>
			$this->memberaddchild
		</td>
		<td valign='top' width='80%'>
 			<span class='commentFlavor'>Comment on <a href="$this->parentUrl">$this->parentTitle</a>:<br></span>
			<span class='commentByline'>By $this->author on $this->created.$this->editorinfo<br></span>
			<span class='commentHeadline'>$this->headline<br></span>
			<p class='commentBody'>$this->body</p>
		</td>
	</tr>
</table>



%%listrow%%



%%nullobject%%
Sorry, comment not found.




%%footer%%





%%postprocess%%





%%end of context%%
