Code

oops
authorrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Mon, 30 Jul 2001 08:04:26 +0000 (08:04 +0000)
committerrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Mon, 30 Jul 2001 08:04:26 +0000 (08:04 +0000)
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@172 57a73879-2fb5-44c3-a270-3262357dd7e2

roundup/templates/extended/html/file.newitem [new file with mode: 0644]
roundup/templates/extended/html/timelog.index [new file with mode: 0644]
roundup/templates/extended/html/timelog.item [new file with mode: 0644]

diff --git a/roundup/templates/extended/html/file.newitem b/roundup/templates/extended/html/file.newitem
new file mode 100644 (file)
index 0000000..003daf4
--- /dev/null
@@ -0,0 +1,18 @@
+<!-- $Id: file.newitem,v 1.1 2001-07-30 08:04:26 richard Exp $-->
+<table border=0 cellspacing=0 cellpadding=2>
+
+<tr class="strong-header">
+  <td colspan=2>File upload details</td>
+</td>
+
+<tr bgcolor="ffffea">
+    <td width=1% nowrap align=right><span class="form-label">File:</span></td>
+    <td class="form-text"><input type="file" name="content" size="40"></td>
+</tr>
+
+<tr bgcolor="ffffea">
+    <td>&nbsp;</td>
+    <td class="form-text"><display call="submit()"></td>
+</tr>
+
+</table>
diff --git a/roundup/templates/extended/html/timelog.index b/roundup/templates/extended/html/timelog.index
new file mode 100644 (file)
index 0000000..18a2171
--- /dev/null
@@ -0,0 +1,15 @@
+<!-- $Id: timelog.index,v 1.1 2001-07-30 08:04:26 richard Exp $-->
+<tr>
+    <property name="date">
+        <td><display call="link('date')"></td>
+    </property>
+    <property name="performedby">
+        <td><display call="plain('performedby')"></td>
+    </property>
+    <property name="time">
+        <td><display call="plain('time')"></td>
+    </property>
+    <property name="description">
+        <td><display call="plain('description')"></td>
+    </property>
+</tr>
diff --git a/roundup/templates/extended/html/timelog.item b/roundup/templates/extended/html/timelog.item
new file mode 100644 (file)
index 0000000..3717402
--- /dev/null
@@ -0,0 +1,38 @@
+<!-- $Id: timelog.item,v 1.1 2001-07-30 08:04:26 richard Exp $-->
+<table border=0 cellspacing=0 cellpadding=2>
+
+<tr class="strong-header">
+  <td colspan=2>Time log details</td>
+</td>
+
+<tr  bgcolor="ffffea">
+    <td width=1% nowrap align=right><span class="form-label">Time spent</span></td>
+    <td class="form-text"><display call="field('time', size=40)"></td>
+</tr>
+<tr  bgcolor="ffffea">
+    <td width=1% nowrap align=right><span class="form-label">Description</span></td>
+    <td class="form-text"><display call="field('description', size=40)"></td>
+</tr>
+<tr  bgcolor="ffffea">
+    <td width=1% nowrap align=right><span class="form-label">Date</span></td>
+    <td class="form-text"><display call="field('date', size=40)"></td>
+</tr>
+<tr  bgcolor="ffffea">
+    <td width=1% nowrap align=right><span class="form-label">Performed by</span></td>
+    <td class="form-text"><display call="field('performedby', size=40)"></td>
+</tr>
+
+<tr bgcolor="ffffea">
+    <td>&nbsp;</td>
+    <td class="form-text"><display call="submit()"></td>
+</tr>
+
+<tr class="strong-header">
+    <td colspan=2><b>History</b></td>
+</tr>
+<tr>
+    <td colspan=2><display call="history()"></td>
+</tr>
+
+</table>
+