Code

moving the HTML templates into their own dir
authorrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Mon, 23 Jul 2001 04:19:12 +0000 (04:19 +0000)
committerrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Mon, 23 Jul 2001 04:19:12 +0000 (04:19 +0000)
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@37 57a73879-2fb5-44c3-a270-3262357dd7e2

roundup/templates/extended/file.index [deleted file]
roundup/templates/extended/issue.index [deleted file]
roundup/templates/extended/msg.index [deleted file]
roundup/templates/extended/user.index [deleted file]

diff --git a/roundup/templates/extended/file.index b/roundup/templates/extended/file.index
deleted file mode 100644 (file)
index 5f8c4e7..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-<!-- $Id: file.index,v 1.1 2001-07-23 03:50:46 anthonybaxter Exp $-->
-<tr>
-    <property name="name">
-        <td><display call="link('name')"></td>
-    </property>
-    <property name="type">
-        <td><display call="plain('type')"></td>
-    </property>
-</tr>
diff --git a/roundup/templates/extended/issue.index b/roundup/templates/extended/issue.index
deleted file mode 100644 (file)
index fa4e383..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
-<!-- $Id: issue.index,v 1.1 2001-07-23 03:50:46 anthonybaxter Exp $-->
-<tr>
-    <property name="activity">
-        <td valign="top"><display call="reldate('activity', pretty=1)"></td>
-    </property>
-    <property name="priority">
-        <td valign="top"><display call="plain('priority')"></td>
-    </property>
-    <property name="status">
-        <td valign="top"><display call="plain('status')"></td>
-    </property>
-    <property name="title">
-        <td valign="top"><display call="link('title')"></td>
-    </property>
-    <property name="platform">
-        <td valign="top"><display call="plain('platform')"></td>
-    </property>
-    <property name="product">
-        <td valign="top"><display call="plain('product')"></td>
-    </property>
-    <property name="version">
-        <td valign="top"><display call="plain('version')"></td>
-    </property>
-    <property name="source">
-        <td valign="top"><display call="plain('source')"></td>
-    </property>
-    <property name="assignedto">
-        <td valign="top"><display call="plain('assignedto')"></td>
-    </property>
-    <property name="customername">
-        <td valign="top"><display call="plain('customername')"></td>
-    </property>
-</tr>
diff --git a/roundup/templates/extended/msg.index b/roundup/templates/extended/msg.index
deleted file mode 100644 (file)
index c0f9a9d..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-<!-- $Id: msg.index,v 1.1 2001-07-23 03:50:46 anthonybaxter Exp $-->
-<tr>
-    <property name="date">
-        <td><display call="link('date')"></td>
-    </property>
-    <property name="author">
-        <td><display call="plain('author')"></td>
-    </property>
-    <property name="summary">
-        <td><display call="plain('summary')"></td>
-    </property>
-</tr>
diff --git a/roundup/templates/extended/user.index b/roundup/templates/extended/user.index
deleted file mode 100644 (file)
index 23f37f7..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-<!-- $Id: user.index,v 1.1 2001-07-23 03:50:46 anthonybaxter Exp $-->
-<tr>
-    <property name="username">
-        <td><display call="link('username')"></td>
-    </property>
-    <property name="realname">
-        <td><display call="plain('realname')"></td>
-    </property>
-    <property name="organisation">
-        <td><display call="plain('organisation')"></td>
-    </property>
-    <property name="address">
-        <td><display call="plain('address')"></td>
-    </property>
-    <property name="phone">
-        <td><display call="plain('phone')"></td>
-    </property>
-</tr>