[Checkins] SVN: zope.app.apidoc/trunk/src/zope/app/apidoc/codemodule/browser/module_index.pt Removed commented markup

Shane Hathaway shane at hathawaymix.org
Tue Feb 3 05:17:07 EST 2009


Log message for revision 96023:
  Removed commented markup
  

Changed:
  U   zope.app.apidoc/trunk/src/zope/app/apidoc/codemodule/browser/module_index.pt

-=-
Modified: zope.app.apidoc/trunk/src/zope/app/apidoc/codemodule/browser/module_index.pt
===================================================================
--- zope.app.apidoc/trunk/src/zope/app/apidoc/codemodule/browser/module_index.pt	2009-02-03 10:09:27 UTC (rev 96022)
+++ zope.app.apidoc/trunk/src/zope/app/apidoc/codemodule/browser/module_index.pt	2009-02-03 10:17:07 UTC (rev 96023)
@@ -125,39 +125,5 @@
   </ul>
   </div>
 
-  <!--table width="100%"><tr valign="top">
-
-  <td tal:repeat="column view/getEntries"><ul>
-    <li tal:repeat="entry column">
-      <a href=""
-         tal:condition="entry/ismodule"
-         tal:attributes="href string:${entry/url}/index.html"
-         tal:content="entry/name" />
-      <a href=""
-         tal:condition="entry/isinterface"
-         tal:attributes="
-             href string:${view/apidocRoot}/Interface/${entry/path}/index.html"
-         tal:content="structure string:<b><i>${entry/name}</i></b>" />
-      <a href=""
-         tal:condition="entry/isclass"
-         tal:attributes="href string:${entry/url}/index.html"
-         tal:content="structure string:<b>${entry/name}</b>" />
-      <a href=""
-         tal:condition="entry/isfunction"
-         tal:attributes="href string:${entry/url}/index.html"
-         tal:content="structure string:<i>${entry/name}</i>" />
-      <a href=""
-         tal:condition="entry/iszcmlfile"
-         tal:attributes="href string:${entry/url}/index.html"
-         tal:content="structure string:<i>${entry/name}</i>" />
-      <a href=""
-         tal:condition="entry/istextfile"
-         tal:attributes="href string:${entry/url}/index.html"
-         tal:content="structure string:<i>${entry/name}</i>" />
-    </li>
-  </ul></td>
-
-  </tr></table-->
-
 </body>
 </html>



More information about the Checkins mailing list