view templates/minimal/html/home.html @ 2163:791c66a3b738

fixed CSV export and CGI actions returning results
author Richard Jones <richard@users.sourceforge.net>
date Tue, 30 Mar 2004 06:43:08 +0000
parents 3a4abf6d48c2
children e323c2d54a17
line wrap: on
line source

<tal:block metal:use-macro="templates/page/macros/icing">
<title metal:fill-slot="head_title">Tracker home</title>
<span metal:fill-slot="body_title" tal:omit-tag="python:1">Tracker home</span>
<td class="content" metal:fill-slot="content">

<!--
 This is the default body that is displayed when people visit the
 tracker. The tag below lists the currently open issues. You may
 replace it with a greeting message, or a different list of issues or
 whatever. It's a good idea to have the issues on the front page though
-->

<tal:block tal:define="anon python:request.user.username == 'anonymous'">
<p tal:condition="not:anon" class="help">
Please select from one of the menu options on the right.
</p>
<p tal:condition="anon" class="help">
Please log in or register.
</p>
</tal:block>

</td>
</tal:block>

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