<HTML>
<HEAD>
<dtml-comment>testing</dtml-comment>
<TITLE><dtml-var "aq_parent.title">/<dtml-var id></TITLE>
<META NAME="ROBOTS" CONTENT="INDEX,NOFOLLOW">
</HEAD>
<BODY BGCOLOR="#FFFFFF">

<form method="POST" action="&dtml-wiki_base_url;/SearchPage">

<table width="100%" border="0" cellspacing="0" cellpadding="3"  bgcolor="ffffff">
<tr>

<dtml-if "not _.has_key('zwiki_showhierarchy') or zwiki_showhierarchy">
<dtml-if "not _.has_key('zwiki_showlogo') or zwiki_showlogo">
<td valign="top" width="1%">
<a href="&dtml-wiki_base_url;/<dtml-var zwiki_homepage url_quote missing>">
<img src="/misc_/ZWiki/ZWikiPage_icon.gif" height=48 width=48 border=0 valign="bottom" alt="click for front page">
</a>
</td>
</dtml-if>
<td align="left" valign="top">
<dtml-var "context(REQUEST, enlarge_current=1)">
<dtml-else>
<dtml-if "not _.has_key('zwiki_showlogo') or zwiki_showlogo">
<td valign="bottom" width="1%">
<a href="&dtml-wiki_base_url;/<dtml-var zwiki_homepage url_quote missing>">
<img src="/images/pc3.gif" border=0 valign="bottom" alt="go home">
</a>
</td>
</dtml-if>
<td align="left" valign="bottom">
<big><big><big><strong>
<dtml-comment>
added complicated checking so as not to hyperlink 
the title to nowhere when creating a page
</dtml-comment>
<dtml-let idasstring=id>
<dtml-if "_.hasattr(aq_parent,idasstring)">
<a href="&dtml-wiki_page_url;/backlinks"><dtml-var id></a>
<dtml-else>
&dtml-id;
</dtml-if>
</dtml-let>
</strong></big></big></big>
</dtml-if>
</td>
<td valign="top" align="right">

<!--dtml-if "not _.has_key('zwiki_showsearch') or zwiki_showsearch"-->
<dtml-if zwiki_showsearch>
<input type="hidden" name="source" value="jump">
<input name="expr" type="text" size="20" maxlength="500" value="" tabindex=1><br>
</dtml-if>

<!--dtml-if "not _.has_key('zwiki_showquote') or zwiki_showquote"-->
<dtml-if zwiki_showquote>
<small>
<em>
<span style="color:gray">
<dtml-let quotes="_.string.split(AnnoyingQuote.raw,'\n')">
<dtml-var "wikilink(quotes[_.len(quotes)-1])">
</dtml-let>
</span>
</em>
</small>
</dtml-if>
</td>
</tr>
</table>

<dtml-if "not _.has_key('zwiki_showhierarchy') or zwiki_showhierarchy">
<table width="100%" cellpadding=0 cellspacing=0 border=0>
<tr valign="top"
<dtml-comment>mon dieu!!</dtml-comment>
<dtml-if "_.has_key('action')">
  <dtml-if "(action == 'Create' and 
             AUTHENTICATED_USER.has_permission('Add ZWiki Pages',aq_parent))
            or
            (action == 'Change' and 
             AUTHENTICATED_USER.has_permission('Change ZWiki Pages',this()))">
    bgcolor="ddffbb"
  <dtml-elif "action == 'Change' and 
              AUTHENTICATED_USER.has_permission('Append to ZWiki Pages',this())">
    bgcolor="ffeebb"
  <dtml-else>
    bgcolor="ffdddd"
  </dtml-if>
<dtml-else>
  <dtml-if "AUTHENTICATED_USER.has_permission('Change ZWiki Pages',this())">
    bgcolor="ddffbb"
  <dtml-elif "AUTHENTICATED_USER.has_permission('Append to ZWiki Pages',this())">
    bgcolor="ffeebb"
  <dtml-else>
    bgcolor="ffdddd"
  </dtml-if>
</dtml-if>
>
<td align="left">
<small>
<dtml-comment>
<dtml-if "_.has_key('zwiki_bookmarks')">
<dtml-comment>allow zwiki_bookmarks to be blank</dtml-comment>
<dtml-if "zwiki_bookmarks != ''">
<dtml-var "wikilink(htmlquote(zwiki_bookmarks))">
</dtml-if>
<dtml-else>
<dtml-var "wikilink('RecentChanges UserOptions HelpPage')">
</dtml-if>
</dtml-comment>
&nbsp;
</small>
</td>
<td align=right>
<dtml-comment>fix:
<img src="zopesmall.jpg" height=2 width=1>
</dtml-comment>
<small><em>
<span style="color:gray">
last edited 
<dtml-comment>I think I want hide ip addresses
watch me thrash around without re again</dtml-comment>
<dtml-if last_editor>
<dtml-if "_.string.swapcase(last_editor) != last_editor">
by <strong><dtml-var last_editor></strong>
</dtml-if>
</dtml-if>
on
<dtml-if "AUTHENTICATED_USER.has_permission('View History',this())">
<a href="&dtml-wiki_page_url;/diff">
</dtml-if>
<dtml-if zwiki_timezone>
<dtml-var "bobobase_modification_time().toZone(zwiki_timezone).aCommon()"><dtml-else>
<dtml-var "bobobase_modification_time().aCommon()"></dtml-if><dtml-if "AUTHENTICATED_USER.has_permission('View History',this())"></a>
</dtml-if>
</span>
</em></small></td>
</tr>
</table>
</dtml-if>
</form>

<!-- end of standard_wiki_header -->
