[Zope-Checkins] CVS: Zope3/lib/python/Zope/App/OFS/Introspector/Views/Browser - Introspector.pt:1.1.2.2
Steve Alexander
steve@cat-box.net
Mon, 1 Apr 2002 04:53:24 -0500
Update of /cvs-repository/Zope3/lib/python/Zope/App/OFS/Introspector/Views/Browser
In directory cvs.zope.org:/tmp/cvs-serv17619/lib/python/Zope/App/OFS/Introspector/Views/Browser
Modified Files:
Tag: Zope-3x-branch
Introspector.pt
Log Message:
Changed here -> context and container -> view
as described in http://collector.zope.org/Zope3-dev/43
=== Zope3/lib/python/Zope/App/OFS/Introspector/Views/Browser/Introspector.pt 1.1.2.1 => 1.1.2.2 ===
<div metal:fill-slot="body">
-<h1>Component Browser: <span tal:replace="here/getName">My Name</span></h1>
+<h1>Component Browser: <span tal:replace="context/getName">My Name</span></h1>
<dl>
<dt>Type</dt>
<dd>Content</dd>
<dt>Description</dt>
-<dd tal:content="here/getDocString">My Doc String</dd>
+<dd tal:content="context/getDocString">My Doc String</dd>
<dt>Interfaces</dt>
-<dd tal:repeat="interface here/getInterfaceNames"><a href="yeah"
+<dd tal:repeat="interface context/getInterfaceNames"><a href="yeah"
tal:attributes="href string:/Reference;;view/Interfaces/${interface}"
tal:content="interface">Interface Name</a></dd>
</dl>
</div>
</body>
-</html>
\ No newline at end of file
+</html>