%%image-view-anonymous-html%%
progmin : / (context #134)
2002-06-03 12:03:53

%%preprocess%%
$this->beryliumToHtml(); 
$this->timeFormat('M j, Y, \a\t g:ia');
$this->getBaseUrl();

$this->proportion(560,480);
if ($this->isProportioned) {
	$this->proptag= "<p class='imageproptag'>This image has been reformatted for size. Its <a href='$this->uri'>original size</a> is $this->origWidth x $this->origHeight.</p>";
	}
	
if ($this->copyright!="") $this->copyrighttag= "<span class='imagecopyright'><br><b>Copyright:</b> $this->copyright</span>";
if ($this->source!="") $this->sourcetag= "<span class='imagesource'><br><b>Source:</b> $this->source</span>";

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



%%header%%



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

.imagetable TD {padding: 0px; margin: 0px; }
.imageflavor {font-size: 12px; }
.imagetitle {font-size: 18px; font-weight: bold; color: #006699; }
.imagebyline {font-size: 12px; line-height: 18px; }
.imagedescription {font-size: 12px; line-height: 18px; }

.imagesource {font-size: 10px; line-height: 12px; color: #999999;}
.imagesource b {font-size: 10px; line-height: 12px; color: #9999aa; font-weight: bold;}
.imagecopyright {font-size: 10px; line-height: 12px; color: #999999; }
.imagecopyright b {font-size: 10px; line-height: 12px; color: #9999aa; font-weight: bold;}

.imageproptag {font-size: 12px; line-height: 32px; color: #666699; }



%%template%%
<table border=0 class=imagetable>
	<tr>
		<td width='1%'><img src='/bicons/spacer.png' border=0 alt=image width=20 height=1></td>
		<td width='99%'><span class='imageflavor'>$this->flavor:</span></td>
	</tr>
	<tr>
		<td colspan=2>
			<span class='imagetitle'>
			<img src='/bicons/image.png' border=0 alt=image align=absmiddle>
			$this->title</span>
		</td>
	</tr>
	<tr>
		<td>&nbsp;</td>
		<td><span class="imagebyline">By $this->author on $this->created.</span>
			$this->editorinfo 
		</td>
	</tr>
	<tr>
		<td colspan=2>&nbsp;</td>
	</tr>
	<tr>
		<td>&nbsp;</td>
		<td><a href='$this->uri'><img src='$this->uri' border=0 width='$this->width' height='$this->height' alt="$this->copyright" title="$this->copyright"></a></td>
	</tr>
	<tr>
		<td colspan=2>&nbsp;</td>
	</tr>
	<tr>
		<td>&nbsp;</td>
		<td>
			<span class='imagedescription'>$this->description</span>
			$this->sourcetag
			$this->copyrighttag
			$this->proptag
		</td>
	</tr>
</table>



%%listrow%%
 



%%nullobject%%
<p><img src='/bicons/warning.png' alt='Warning' align=left><br>
<b>The image you requested was not found.</b><br>
It may be deleted or marked as private.</p>
<p><a href='$session->scriptname$folder->name/image-0.html?method=view$session->cgi'>Here is a list</a> of all the images in this folder.</p> 



%%footer%%



%%postprocess%%



%%end of context%%
