summaryrefslogtreecommitdiff
path: root/orkweb/context/WEB-INF/RecSegments.page
diff options
context:
space:
mode:
Diffstat (limited to 'orkweb/context/WEB-INF/RecSegments.page')
-rw-r--r--orkweb/context/WEB-INF/RecSegments.page44
1 files changed, 44 insertions, 0 deletions
diff --git a/orkweb/context/WEB-INF/RecSegments.page b/orkweb/context/WEB-INF/RecSegments.page
new file mode 100644
index 0000000..5894409
--- /dev/null
+++ b/orkweb/context/WEB-INF/RecSegments.page
@@ -0,0 +1,44 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE page-specification
+ PUBLIC "-//Apache Software Foundation//Tapestry Specification 3.0//EN"
+ "http://jakarta.apache.org/tapestry/dtd/Tapestry_3_0.dtd">
+<!-- generated by Spindle, http://spindle.sourceforge.net -->
+
+<page-specification class="net.sf.oreka.pages.RecSegmentsPage">
+ <description><![CDATA[ add a description ]]></description>
+
+ <property-specification name="item" type="net.sf.oreka.services.RecSegmentResult"/>
+ <property-specification name="items" type="java.util.List">
+ new java.util.ArrayList()
+ </property-specification>
+ <property-specification name="recSegmentFilter" type="net.sf.oreka.services.RecSegmentFilter" persistent="yes">
+ new net.sf.oreka.services.RecSegmentFilter()
+ </property-specification>
+ <property-specification name="tableState" type="net.sf.oreka.tapestry.TableState" persistent="yes">
+ new net.sf.oreka.tapestry.TableState()
+ </property-specification>
+
+ <!--<context-asset name="myimage" path="/images/Czech.gif"/>-->
+ <external-asset name="mystyle" URL="./css/orekastyle.css" />
+ <context-asset name="play" path="/images/icon_play.gif"/>
+ <context-asset name="cal" path="/images/icon_calendar.gif"/>
+
+ <bean name="rowStyle" class="org.apache.tapestry.bean.EvenOdd"/>
+
+ <component id="segments" type="Foreach">
+ <binding name="source" expression="items"/>
+ <binding name="value" expression="item"/>
+ <static-binding name="element" value="tr"/>
+ <binding name="class" expression="beans.rowStyle.next"/>
+ </component>
+
+ <component id="mytableheader" type="my:TableHeader">
+ <static-binding name="columnsCSV" value="seg.timestamp, seg.duration, seg.localParty, seg.direction, seg.remoteParty, !tape.id"/>
+ <binding name="tableState" expression="tableState"/>
+ </component>
+
+ <component id="mytablepaging" type="my:TablePaging">
+ <binding name="tableState" expression="tableState"/>
+ </component>
+ <component id="mytablepaging2" copy-of="mytablepaging"/>
+</page-specification> \ No newline at end of file