comparison templates/minimal/html/home.html @ 2473:54a0869b92e4

menu is on the left
author Alexander Smishlajev <a1s@users.sourceforge.net>
date Wed, 16 Jun 2004 13:29:38 +0000
parents f965504aa5d9
children
comparison
equal deleted inserted replaced
2472:f41539b3c486 2473:54a0869b92e4
12 whatever. It's a good idea to have the issues on the front page though 12 whatever. It's a good idea to have the issues on the front page though
13 --> 13 -->
14 14
15 <tal:block tal:define="anon python:request.user.username == 'anonymous'"> 15 <tal:block tal:define="anon python:request.user.username == 'anonymous'">
16 <p tal:condition="not:anon" class="help" i18n:translate=""> 16 <p tal:condition="not:anon" class="help" i18n:translate="">
17 Please select from one of the menu options on the right. 17 Please select from one of the menu options on the left.
18 </p> 18 </p>
19 <p tal:condition="anon" class="help" i18n:translate=""> 19 <p tal:condition="anon" class="help" i18n:translate="">
20 Please log in or register. 20 Please log in or register.
21 </p> 21 </p>
22 </tal:block> 22 </tal:block>

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