%%document-recipientlist-member-html%%
roots.encielo.org : / (context:12)
2002-08-11 20:02:27

%%preprocess%%
$this->mailsubject= $object->title;

%%header%%
<table cellpadding="5" cellspacing="0" border="0" width="25%" align="right" bgcolor="#99ccff" hspace=10>
  <tbody>
    <tr>
      <td valign="top"><tt><b>suggested recipients:</b><br>
      </tt></td>
    </tr>

%%css%%


%%template%%
<tr>
      <td valign="top"><tt><b>$this->title</b><br>
$this->description, $this->p_location<br>
      <a href="mailto:$this->p_email?subject=$this->mailsubject">email</a> | <a href="$folder->baseUrl/document-$object->name.txt?method=letter&recipientid=$this->id$session->cgi">letter</a><br>
      </tt></td>
    </tr>

%%listrow%%
 

%%nullobject%%
<tr>
      <td valign="top"><tt>There are no suggested recipients.</tt></td>
    </tr> 

%%footer%%
<tr>
      <td valign="top"><tt><a href="$site->baseUrl/recipients/index.html?documentid=$object->id">suggest recipients</a><br>
      </tt></td>
    </tr>
  </tbody>
</table>

%%postprocess%%


%%end of context%%

 
