Mercurial > p > roundup > code
diff roundup/templates/extended/html/issue.filter @ 34:6c9d6e7b120b
moving HTML templates to their own dir
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Mon, 23 Jul 2001 04:22:45 +0000 |
| parents | |
| children | b0c4ac63c6ed |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/roundup/templates/extended/html/issue.filter Mon Jul 23 04:22:45 2001 +0000 @@ -0,0 +1,37 @@ +<!-- $Id: issue.filter,v 1.1 2001-07-23 04:21:20 richard Exp $--> +<property name="title"> + <tr><th width="1%" align="right" class="location-bar">Title</th> + <td><display call="field('title')"></td></tr> +</property> +<property name="status"> + <tr><th width="1%" align="right" class="location-bar">Status</th> + <td><display call="checklist('status')"></td></tr> +</property> +<property name="priority"> + <tr><th width="1%" align="right" class="location-bar">Priority</th> + <td><display call="checklist('priority')"></td></tr> +</property> +<property name="platform"> + <tr><th width="1%" align="right" class="location-bar">Platform</th> + <td><display call="checklist('platform')"></td></tr> +</property> +<property name="product"> + <tr><th width="1%" align="right" class="location-bar">Product</th> + <td><display call="checklist('product')"></td></tr> +</property> +<property name="version"> + <tr><th width="1%" align="right" class="location-bar">Version</th> + <td><display call="field('version')"></td></tr> +</property> +<property name="source"> + <tr><th width="1%" align="right" class="location-bar">Source</th> + <td><display call="checklist('source')"></td></tr> +</property> +<property name="assignedto"> + <tr><th width="1%" align="right" class="location-bar">Assigned to</th> + <td><display call="checklist('assignedto')"></td></tr> +</property> +<property name="customername"> + <tr><th width="1%" align="right" class="location-bar">Customer name</th> + <td><display call="field('customername')"></td></tr> +</property>
