comparison templates/classic/html/page.html @ 2140:e5cc5ea839bb

erk
author Richard Jones <richard@users.sourceforge.net>
date Fri, 26 Mar 2004 06:10:54 +0000
parents ee3cf6a44f29
children 638600b0d682
comparison
equal deleted inserted replaced
2139:ef727812655c 2140:e5cc5ea839bb
90 <a tal:attributes="href python:request.indexargs_href('', 90 <a tal:attributes="href python:request.indexargs_href('',
91 {'@action':'logout'})">Logout</a> 91 {'@action':'logout'})">Logout</a>
92 </p> 92 </p>
93 <p class="userblock"> 93 <p class="userblock">
94 <b>Help</b><br> 94 <b>Help</b><br>
95 <a href="http://roundup.sourceforge.net/doc-0.6/">Roundup docs</a> 95 <a href="http://roundup.sourceforge.net/doc-0.7/">Roundup docs</a>
96 </p> 96 </p>
97 </td> 97 </td>
98 <td> 98 <td>
99 <p tal:condition="options/error_message | nothing" class="error-message" 99 <p tal:condition="options/error_message | nothing" class="error-message"
100 tal:repeat="m options/error_message" tal:content="structure m">error</p> 100 tal:repeat="m options/error_message" tal:content="structure m">error</p>

Roundup Issue Tracker: http://roundup-tracker.org/