File tree Expand file tree Collapse file tree 9 files changed +76
-4
lines changed
roundup/templates/extended/html Expand file tree Collapse file tree 9 files changed +76
-4
lines changed Original file line number Diff line number Diff line change 1+ <!-- $Id: file.index,v 1.1 2001-07-23 04:21:20 richard Exp $-->
2+ <tr>
3+ <property name="name">
4+ <td><display call="link('name')"></td>
5+ </property>
6+ <property name="type">
7+ <td><display call="plain('type')"></td>
8+ </property>
9+ </tr>
Original file line number Diff line number Diff line change 1- <!-- $Id: issue.filter,v 1.1 2001-07-23 03:50:46 anthonybaxter Exp $-->
1+ <!-- $Id: issue.filter,v 1.1 2001-07-23 04:21:20 richard Exp $-->
22<property name="title">
33 <tr><th width="1%" align="right" class="location-bar">Title</th>
44 <td><display call="field('title')"></td></tr>
Original file line number Diff line number Diff line change 1+ <!-- $Id: issue.index,v 1.1 2001-07-23 04:21:20 richard Exp $-->
2+ <tr>
3+ <property name="activity">
4+ <td valign="top"><display call="reldate('activity', pretty=1)"></td>
5+ </property>
6+ <property name="priority">
7+ <td valign="top"><display call="plain('priority')"></td>
8+ </property>
9+ <property name="status">
10+ <td valign="top"><display call="plain('status')"></td>
11+ </property>
12+ <property name="title">
13+ <td valign="top"><display call="link('title')"></td>
14+ </property>
15+ <property name="platform">
16+ <td valign="top"><display call="plain('platform')"></td>
17+ </property>
18+ <property name="product">
19+ <td valign="top"><display call="plain('product')"></td>
20+ </property>
21+ <property name="version">
22+ <td valign="top"><display call="plain('version')"></td>
23+ </property>
24+ <property name="source">
25+ <td valign="top"><display call="plain('source')"></td>
26+ </property>
27+ <property name="assignedto">
28+ <td valign="top"><display call="plain('assignedto')"></td>
29+ </property>
30+ <property name="customername">
31+ <td valign="top"><display call="plain('customername')"></td>
32+ </property>
33+ </tr>
Original file line number Diff line number Diff line change 1- <!-- $Id: issue.item,v 1.1 2001-07-23 03:50:46 anthonybaxter Exp $-->
1+ <!-- $Id: issue.item,v 1.1 2001-07-23 04:21:20 richard Exp $-->
22<table border=0 cellspacing=0 cellpadding=2>
33
44<tr class="strong-header">
Original file line number Diff line number Diff line change 1+ <!-- $Id: msg.index,v 1.1 2001-07-23 04:21:20 richard Exp $-->
2+ <tr>
3+ <property name="date">
4+ <td><display call="link('date')"></td>
5+ </property>
6+ <property name="author">
7+ <td><display call="plain('author')"></td>
8+ </property>
9+ <property name="summary">
10+ <td><display call="plain('summary')"></td>
11+ </property>
12+ </tr>
Original file line number Diff line number Diff line change 1- <!-- $Id: msg.item,v 1.1 2001-07-23 03:50:46 anthonybaxter Exp $-->
1+ <!-- $Id: msg.item,v 1.1 2001-07-23 04:21:20 richard Exp $-->
22<table border=0 cellspacing=0 cellpadding=2>
33
44<tr class="strong-header">
File renamed without changes.
Original file line number Diff line number Diff line change 1+ <!-- $Id: user.index,v 1.1 2001-07-23 04:21:20 richard Exp $-->
2+ <tr>
3+ <property name="username">
4+ <td><display call="link('username')"></td>
5+ </property>
6+ <property name="realname">
7+ <td><display call="plain('realname')"></td>
8+ </property>
9+ <property name="organisation">
10+ <td><display call="plain('organisation')"></td>
11+ </property>
12+ <property name="address">
13+ <td><display call="plain('address')"></td>
14+ </property>
15+ <property name="phone">
16+ <td><display call="plain('phone')"></td>
17+ </property>
18+ </tr>
Original file line number Diff line number Diff line change 1- <!-- $Id: user.item,v 1.1 2001-07-23 03:50:46 anthonybaxter Exp $-->
1+ <!-- $Id: user.item,v 1.1 2001-07-23 04:21:20 richard Exp $-->
22<table border=0 cellspacing=0 cellpadding=2>
33
44<tr class="strong-header">
You can’t perform that action at this time.
0 commit comments