Glasnost

help

 

getGotoObjectsLabelsAndLinks

getGotoObjectsLabelsAndLinks() is used to display the "Go" list of navigation links for logged in users.

<ul>
 <li tal:repeat="labelAndLink getGotoObjectsLabelsAndLinks()">
   <a tal:attributes="href labelAndLink[1]"
      tal:content="labelAndLink[0]">server</a>
 </li>
</ul>
up