[Zope3-checkins] CVS: Zope3/src/zope/app/apidoc/viewmodule - index.pt:1.2

Stephan Richter srichter at cosmos.phy.tufts.edu
Sun Mar 28 18:42:01 EST 2004


Update of /cvs-repository/Zope3/src/zope/app/apidoc/viewmodule
In directory cvs.zope.org:/tmp/cvs-serv23291/src/zope/app/apidoc/viewmodule

Modified Files:
	index.pt 
Log Message:


Fixed links to other modules.




=== Zope3/src/zope/app/apidoc/viewmodule/index.pt 1.1 => 1.2 ===
--- Zope3/src/zope/app/apidoc/viewmodule/index.pt:1.1	Thu Feb 19 15:46:43 2004
+++ Zope3/src/zope/app/apidoc/viewmodule/index.pt	Sun Mar 28 18:41:59 2004
@@ -21,13 +21,15 @@
           <i>required:</i>
           <a href=""
              tal:condition="View/required"
-             tal:attributes="href View/required"
+             tal:attributes="
+                 href string:../Interface/${View/required}/apiindex.html"
              tal:content="View/required" />
           <span tal:condition="not:View/required">None</span>
           <br />
           <i>presentation type:</i>
           <a href=""
-             tal:attributes="href View/type"
+             tal:attributes="
+                 href string:../Interface/${View/type}/apiindex.html"
              tal:content="View/type" />
           <br />
           <tal:omit-tag condition="View/factory/path">
@@ -35,7 +37,7 @@
             <a href=""
                tal:condition="View/factory/referencable"
                tal:attributes="href 
-                   string: ../Class/index.html?path=${View/factory/path}"
+                   string: ../Class/${View/factory/url}/index.html"
                tal:content="View/factory/path" />
             <span
                tal:condition="not:View/factory/referencable"




More information about the Zope3-Checkins mailing list