File tree Expand file tree Collapse file tree 3 files changed +71
-0
lines changed
roundup/templates/extended/html Expand file tree Collapse file tree 3 files changed +71
-0
lines changed Original file line number Diff line number Diff line change 1+ <!-- $Id: file.newitem,v 1.1 2001-07-30 08:04:26 richard Exp $-->
2+ <table border=0 cellspacing=0 cellpadding=2>
3+
4+ <tr class="strong-header">
5+ <td colspan=2>File upload details</td>
6+ </td>
7+
8+ <tr bgcolor="ffffea">
9+ <td width=1% nowrap align=right><span class="form-label">File:</span></td>
10+ <td class="form-text"><input type="file" name="content" size="40"></td>
11+ </tr>
12+
13+ <tr bgcolor="ffffea">
14+ <td> </td>
15+ <td class="form-text"><display call="submit()"></td>
16+ </tr>
17+
18+ </table>
Original file line number Diff line number Diff line change 1+ <!-- $Id: timelog.index,v 1.1 2001-07-30 08:04:26 richard Exp $-->
2+ <tr>
3+ <property name="date">
4+ <td><display call="link('date')"></td>
5+ </property>
6+ <property name="performedby">
7+ <td><display call="plain('performedby')"></td>
8+ </property>
9+ <property name="time">
10+ <td><display call="plain('time')"></td>
11+ </property>
12+ <property name="description">
13+ <td><display call="plain('description')"></td>
14+ </property>
15+ </tr>
Original file line number Diff line number Diff line change 1+ <!-- $Id: timelog.item,v 1.1 2001-07-30 08:04:26 richard Exp $-->
2+ <table border=0 cellspacing=0 cellpadding=2>
3+
4+ <tr class="strong-header">
5+ <td colspan=2>Time log details</td>
6+ </td>
7+
8+ <tr bgcolor="ffffea">
9+ <td width=1% nowrap align=right><span class="form-label">Time spent</span></td>
10+ <td class="form-text"><display call="field('time', size=40)"></td>
11+ </tr>
12+ <tr bgcolor="ffffea">
13+ <td width=1% nowrap align=right><span class="form-label">Description</span></td>
14+ <td class="form-text"><display call="field('description', size=40)"></td>
15+ </tr>
16+ <tr bgcolor="ffffea">
17+ <td width=1% nowrap align=right><span class="form-label">Date</span></td>
18+ <td class="form-text"><display call="field('date', size=40)"></td>
19+ </tr>
20+ <tr bgcolor="ffffea">
21+ <td width=1% nowrap align=right><span class="form-label">Performed by</span></td>
22+ <td class="form-text"><display call="field('performedby', size=40)"></td>
23+ </tr>
24+
25+ <tr bgcolor="ffffea">
26+ <td> </td>
27+ <td class="form-text"><display call="submit()"></td>
28+ </tr>
29+
30+ <tr class="strong-header">
31+ <td colspan=2><b>History</b></td>
32+ </tr>
33+ <tr>
34+ <td colspan=2><display call="history()"></td>
35+ </tr>
36+
37+ </table>
38+
You can’t perform that action at this time.
0 commit comments