%%image-select-member-html%%
(not currently used-- but a good idea?)
2002-04-25 02:26:14

%%preprocess%%
$this->beryliumToHtml();
$this->getBaseURL();
$this->origwidth= $this->width;
$this->origheight= $this->height;
$this->proportion(150,150);
$this->imagetag= "<img src='$this->uri' height='$this->height' width='$this->width' alt='$this->description' border=0>";

if ($GLOBALS[liststripe]=="even") {
  $this->liststripe= " bgcolor='#eeeeff' ";
  $GLOBALS[liststripe]= "odd";
  }
else {
  $this->liststripe= " bgcolor='#ffffff' ";
  $GLOBALS[liststripe]= "even";
  }


%%header%%
<table border=0 width='98%' class='selecttable' cellpadding=5><tr>
<td colspan='2'>These are the images that match the criteria selected at left. <a href='#instructions'>Click here</a> for instructions on using images with other objects.
      <p><a href='$folder->baseURL/image-.html?method=create$session->cgi'><b>Upload a new image!</b></a></p>
</td>
</tr>
<tr>


%%css%%
.selecttable {margin: 0px; background-color: #ffffff;  border-style: none; color: #333333; FONT-FAMILY: Tahoma, Geneva, sans-serif; FONT-SIZE: 12px; line-height: auto;}


%%template%%
<td align='center' valign='middle' $this->liststripe width='10%'><a href='$this->baseURL'>$this->imagetag</a></td>
<td align='left' valign='top' $this->liststripe><a href='$this->baseURL'>$this->title</a><br>by $this->author &nbsp ($this->origwidth X $this->origheight)
<br>imageid: <b>$this->id</b>
<br>bml tag: [image:$this->id;$this->origwidth,$this->origheight;left]</td>


%%listrow%%
</tr>
<tr>


%%nullobject%%
<td colspan='2'>Sorry, nothing here.</td>


%%footer%%
</tr>
</table>


%%postprocess%%


%%end of context%%
