[Zope-Checkins] CVS: Zope/lib/python/App/dtml - debug.dtml:1.4
Shane Hathaway
shane@digicool.com
Mon, 27 Aug 2001 15:25:50 -0400
Update of /cvs-repository/Zope/lib/python/App/dtml
In directory cvs.zope.org:/tmp/cvs-serv9785/lib/python/App/dtml
Modified Files:
debug.dtml
Log Message:
Got cache_detail and cache_extreme_detail working again and added links
from the debugging information screen.
=== Zope/lib/python/App/dtml/debug.dtml 1.3 => 1.4 ===
<dtml-if debug_auto_reload>
<meta HTTP-EQUIV="Refresh"
- CONTENT="&dtml-debug_auto_reload;; URL=&dtml-URL;?debug_auto_reload=&dtml-debug_auto_reload;">
+ CONTENT="&dtml-debug_auto_reload;;URL=&dtml-URL;?debug_auto_reload=&dtml-debug_auto_reload;">
</dtml-if>
<style type="text/css">
@@ -83,6 +83,9 @@
</dtml-in>
</table>
+<p><a href="../Database/cache_detail">Cache detail</a> |
+<a href="../Database/cache_extreme_detail">Cache extreme detail</a>
+</p>
<p><a href="<dtml-var URL>?update_snapshot=1">Update Snapshot</a> |
<dtml-if debug_auto_reload>
<a href="<dtml-var URL>">Stop auto refresh</a>