minor template improvements

git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@1723 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
helmutm 2007-05-11 09:08:09 +00:00
parent 15f1c76496
commit d706d60f80
2 changed files with 3 additions and 2 deletions

View file

@ -5,7 +5,7 @@
"> ">
<head> <head>
<title>loops</title> <title>loops Concept Map Editor</title>
<link rel="icon" type="image/png" <link rel="icon" type="image/png"
tal:attributes="href context/++resource++favicon.png" /> tal:attributes="href context/++resource++favicon.png" />
</head> </head>

View file

@ -187,7 +187,8 @@
+ ' menu-%i' % level"> + ' menu-%i' % level">
<a href="#" class="" <a href="#" class=""
tal:content="item/context/title" tal:content="item/context/title"
tal:attributes="href item/url">Menu Text</a> tal:attributes="href item/url;
title item/description">Menu Text</a>
</div> </div>
<tal:sub define="level python:level+1" <tal:sub define="level python:level+1"
condition="python: level &lt; 4 or view.active(item)"> condition="python: level &lt; 4 or view.active(item)">