[Zope-CVS] CVS: Products/FileCacheManager/www - propsFCM.zpt:1.2
Chris McDonough
chrism at plope.com
Sat Oct 30 21:59:10 EDT 2004
Update of /cvs-repository/Products/FileCacheManager/www
In directory cvs.zope.org:/tmp/cvs-serv13074/www
Modified Files:
propsFCM.zpt
Log Message:
Add optional HTTP cache header management.
=== Products/FileCacheManager/www/propsFCM.zpt 1.1 => 1.2 ===
--- Products/FileCacheManager/www/propsFCM.zpt:1.1 Sun Aug 29 20:38:49 2004
+++ Products/FileCacheManager/www/propsFCM.zpt Sat Oct 30 21:59:09 2004
@@ -22,6 +22,28 @@
value="" tal:attributes="value here/title"/>
</td>
</tr>
+ <tr>
+ <td align="left" valign="top" class="form-optional">
+ HTTP Caching Interval<br/>
+ (0 means no HTTP caching)
+ </td>
+ <td align="left" valign="top" class="form-element">
+ <input type="text" name="http_caching_interval:int" size="40" value=""
+ tal:attributes="value here/getHTTPCachingInterval" />
+ </td>
+ </tr>
+
+ <tr>
+ <td align="left" valign="top" class="form-optional">
+ HTTP Cache Anonymous Accesses Only
+ </td>
+ <td align="left" valign="top" class="form-element">
+ <input type="checkbox" name="http_caching_anonymous_only:int"
+ tal:attributes="checked
+ python:test(here.getHTTPCachingAnonymousOnly(), 1,0)" />
+ </td>
+ </tr>
+
<tr>
<td align="left" valign="top">
</td>
More information about the Zope-CVS
mailing list