[vhffs-dev] [782] Add templates for full history part of group

[ Thread Index | Date Index | More vhffs.org/vhffs-dev Archives ]


Revision: 782
Author:   gradator
Date:     2007-08-28 14:52:14 +0000 (Tue, 28 Aug 2007)

Log Message:
-----------
Add templates for full history part of group

Added Paths:
-----------
    trunk/vhffs-panel/templates/group/history.tmpl
    trunk/vhffs-panel/templates/group/history_part.tmpl


Added: trunk/vhffs-panel/templates/group/history.tmpl
===================================================================
--- trunk/vhffs-panel/templates/group/history.tmpl	                        (rev 0)
+++ trunk/vhffs-panel/templates/group/history.tmpl	2007-08-28 14:52:14 UTC (rev 782)
@@ -0,0 +1,23 @@
+<table>
+<div class="history">
+<thead>
+	<tr>
+		<th>
+			<tmpl_var name="HDATE">
+		</th>
+		<th>
+			<tmpl_var name="HTYPE">
+		</th>
+		<th>
+			<tmpl_var name="HNAME">
+		</th>
+		<th class="mainColumn">
+			<tmpl_var name="HEVENT">
+		</th>
+	</tr>
+</thead>
+<tbody>
+        <tmpl_var name="HISTORY_PART">
+<tbody>
+</div>
+</table>

Added: trunk/vhffs-panel/templates/group/history_part.tmpl
===================================================================
--- trunk/vhffs-panel/templates/group/history_part.tmpl	                        (rev 0)
+++ trunk/vhffs-panel/templates/group/history_part.tmpl	2007-08-28 14:52:14 UTC (rev 782)
@@ -0,0 +1,14 @@
+	<tr>
+		<td>
+			<tmpl_var name="DATE">
+		</td>
+		<td>
+			<tmpl_var name="TYPE">
+		</td>
+		<td>
+			<tmpl_var name="NAME">
+		</td>
+		<td class="mainColumn">
+			<tmpl_var name="EVENT">
+		</td>
+	</tr>


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/