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

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

if ($sitemember->id!="0" && $sitemember->id!="") {
	$this->suggestTag= "<tr>
      <td valign='top'><tt><a href='$site->baseUrl/recipients/index.html?documentid=$object->id'>suggest recipients</a><br>
      </tt></td>
    </tr>";
	}

%%header%%
<table cellpadding="5" cellspacing="0" border="0" width="25%" align="right" bgcolor="#abb8ff" hspace=14 >
  <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="$folder->baseUrl/document-$object->name.html?method=email&recipientid=$this->id$session->cgi">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%%
  $this->suggestTag
    <tr>
	<td><tt>Helpful Directories: 
	    <br>
	    <a href='http://www.house.gov/house/MemberWWW_by_State.htm' target='_BLANK'>U.S. House</a> | 
	    <a href='http://www.senate.gov/contacting/index_by_state.cfm' target='_BLANK'>U.S. Senate</a>
	</tt></td>
    </tr>
  </tbody>
</table>

%%postprocess%%


%%end of context%%

 
