Mercurial > p > roundup > code
comparison templates/classic/html/page.html @ 1667:fdaeb6b5c29b
*** empty log message ***
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Wed, 18 Jun 2003 23:47:19 +0000 |
| parents | e72158c2f831 |
| children | 2af054eafa24 |
comparison
equal
deleted
inserted
replaced
| 1666:e68c752955fd | 1667:fdaeb6b5c29b |
|---|---|
| 83 <a tal:attributes="href python:request.indexargs_href('', | 83 <a tal:attributes="href python:request.indexargs_href('', |
| 84 {':action':'logout'})">Logout</a> | 84 {':action':'logout'})">Logout</a> |
| 85 </p> | 85 </p> |
| 86 <p class="userblock"> | 86 <p class="userblock"> |
| 87 <b>Help</b><br> | 87 <b>Help</b><br> |
| 88 <a href="http://roundup.sourceforge.net/doc-0.5/">Roundup docs</a> | 88 <a href="http://roundup.sourceforge.net/doc-0.6/">Roundup docs</a> |
| 89 </p> | 89 </p> |
| 90 </td> | 90 </td> |
| 91 <td> | 91 <td> |
| 92 <p tal:condition="options/error_message | nothing" class="error-message" | 92 <p tal:condition="options/error_message | nothing" class="error-message" |
| 93 tal:repeat="m options/error_message" tal:content="structure m">error</p> | 93 tal:repeat="m options/error_message" tal:content="structure m">error</p> |
