[Zope3-checkins] CVS: Zope3/src/zope/app/site/browser - tools.pt:1.1
Stephan Richter
srichter at cosmos.phy.tufts.edu
Sun Mar 21 11:02:22 EST 2004
Update of /cvs-repository/Zope3/src/zope/app/site/browser
In directory cvs.zope.org:/tmp/cvs-serv2888/src/zope/app/site/browser
Added Files:
tools.pt
Log Message:
Created tools overview UI.
=== Added File Zope3/src/zope/app/site/browser/tools.pt ===
<html metal:use-macro="views/standard_macros/page">
<body>
<div metal:fill-slot="body">
<h2 i18n:translate="">
Available Tools
</h2>
<br/>
<tal:block repeat="tool view/getTools">
<h4>
<a href=""
tal:attributes="href tool/action"
tal:content="tool/title"
i18n:translate="">
Menu Title
</a>
</h4>
<p tal:content="tool/description">
Tool Description
</p>
</tal:block>
</div>
</body>
</html>
More information about the Zope3-Checkins
mailing list