File:  [Repository] / ECHO_content / zpt / ECHO_cacheManageForm.zpt
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Thu Sep 2 11:29:30 2004 UTC (19 years, 10 months ago) by dwinter
Branches: MAIN
CVS tags: HEAD
added zpts

<html>
<h1>Cache Manager</h1>
<form action="ECHO_cacheManage" method="post">
<h2>Set Cache Manager need a cache Manager Object Installed with Name CacheManager</h2>
<select name="cacheManagerName">
<option value="">None</option>
<option tal:condition="python:getattr(here,'cacheManagerName','')=='CacheManager'" value="CacheManager" selected>CacheManager</option>
<option tal:condition="not:python:getattr(here,'cacheManagerName','')=='CacheManager'" value="CacheManager">CacheManager</option>
</select>
<h2>Cache for the Navigation</h2>
<input type="checkbox" value="yes" name="deleteCache">Delete the Cache<br>
<br>

<input tal:condition="here/activateCache|python:None" type="checkbox" value="yes" name="activateCache" checked>
<input tal:condition="not:here/activateCache|python:None" input type="checkbox" value="yes" name="activateCache">Activate Cache<br>
<input type="submit" value="submit">
</form>
<br>
</html>

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>