summaryrefslogtreecommitdiff
path: root/orkweb/context/WEB-INF
diff options
context:
space:
mode:
authorHenri Herscher <henri@oreka.org>2005-11-04 16:55:21 +0000
committerHenri Herscher <henri@oreka.org>2005-11-04 16:55:21 +0000
commitd8b3f44eb74b4947105ff28a1c090854ce8ce238 (patch)
treeb7becf253c697e2a846ec47fab8cb838e0cdcc94 /orkweb/context/WEB-INF
parent1992ecdf8da4b07a409e26e75292c920c4ef7078 (diff)
HTML + icons + CSS cosmetic changes
git-svn-id: https://oreka.svn.sourceforge.net/svnroot/oreka/trunk@38 09dcff7a-b715-0410-9601-b79a96267cd0
Diffstat (limited to 'orkweb/context/WEB-INF')
-rw-r--r--orkweb/context/WEB-INF/Home.html7
-rw-r--r--orkweb/context/WEB-INF/RecSegments.html34
-rw-r--r--orkweb/context/WEB-INF/RecSegments.page4
3 files changed, 34 insertions, 11 deletions
diff --git a/orkweb/context/WEB-INF/Home.html b/orkweb/context/WEB-INF/Home.html
index e2ff6d5..4256a96 100644
--- a/orkweb/context/WEB-INF/Home.html
+++ b/orkweb/context/WEB-INF/Home.html
@@ -3,7 +3,7 @@
<body>
-<table id="container">
+<table width="99%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td colspan="2"><span jwcid="@my:MainMenu" pageName="Home">Here goes the main menu</span></td>
</tr>
@@ -12,6 +12,9 @@
<form jwcid="@Form">
<table class="inputform">
<tr>
+ <td>&nbsp;</td>
+ </tr>
+ <tr>
<td>
<big>Please login<big>
</td>
@@ -32,7 +35,7 @@
<td><input jwcid="@TextField" value="ognl:password" translator="translator:string" hidden="true"/></td>
</tr>
<tr>
- <td><input type="submit" jwcid="@Submit" action="ognl:listeners.formSubmit" value="Login"/></td>
+ <td><input type="submit" id="submitbutton" jwcid="@Submit" action="ognl:listeners.formSubmit" value="Login"/></td>
</tr>
</table>
</form>
diff --git a/orkweb/context/WEB-INF/RecSegments.html b/orkweb/context/WEB-INF/RecSegments.html
index cf4cf42..5c3b91e 100644
--- a/orkweb/context/WEB-INF/RecSegments.html
+++ b/orkweb/context/WEB-INF/RecSegments.html
@@ -1,7 +1,7 @@
<html jwcid="@Shell" stylesheet="ognl:assets.mystyle" title="Browse segments" >
<link jwcid="@If" condition="false" href="orekastyle.css" rel="stylesheet" type="text/css"/>
<body jwcid="@Body">
-<table id="container">
+<table width="99%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td colspan="2"><span jwcid="@my:MainMenu" pageName="RecSegments">Here goes the main menu</span></td>
</tr>
@@ -9,6 +9,9 @@
<td class="criteria">
<form jwcid="@Form" listener="ognl:listeners.formSubmit">
<table cellpadding="4" class="inputform">
+ <tr>
+ <td>&nbsp;</td>
+ </tr>
<span jwcid="@If" condition="ognl:recSegmentFilter.minDurationError != null">
<tr>
<td class="error"><span jwcid="@Insert" value="ognl:recSegmentFilter.minDurationError">error in this field</span></td>
@@ -59,8 +62,11 @@
</span>
</td>
</tr>
+ <tr>
+ <td>&nbsp;</td>
+ <tr>
<tr align="Left">
- <td colspan="2"><input type="submit" value="Search"/></td>
+ <td colspan="2"><input id="submitbutton" type="submit" value="Search"/></td>
</tr>
<tr>
<td colspan="2">
@@ -112,10 +118,10 @@
<td><span jwcid="@Insert" value="ognl:item.recSegment.timestamp">timestamp</span></td>
<td><span jwcid="@Insert" value="ognl:item.recSegment.duration">duration</span></td>
<td><span jwcid="@Insert" value="ognl:item.recSegment.localParty">local party</span></td>
- <td>
+ <td align="center">
<!--<span jwcid="@Insert" value="ognl:item.recSegment.direction">direction</span>-->
- <span jwcid="@If" condition="ognl:item.recSegment.direction == @net.sf.oreka.Direction@IN">In</span>
- <span jwcid="@If" condition="ognl:item.recSegment.direction == @net.sf.oreka.Direction@OUT">Out</span>
+ <span jwcid="@If" condition="ognl:item.recSegment.direction == @net.sf.oreka.Direction@IN"><img src="images/common/icon_incomingcall.gif" alt="In"></span>
+ <span jwcid="@If" condition="ognl:item.recSegment.direction == @net.sf.oreka.Direction@OUT"><img src="images/common/icon_outgoingcall.gif" alt="Out"></span>
</td>
<td><span jwcid="@Insert" value="ognl:item.recSegment.remoteParty">remote party</span></td>
<td>
@@ -138,6 +144,21 @@
<tr>
<td><span jwcid="mytablepaging2">Paging goes here</span></td>
</tr>
+
+
+ <!--<tr> ### Not sure where to put this
+ <td valign="top">
+ <table width="100%" border="0" cellspacing="0" cellpadding="0">
+ <tr>
+ <td width="7"><img src="images/common/bdr1_results.gif" width="7" height="24"></td>
+ <td class="brd4result">&nbsp;</td>
+ <td width="31"><img src="images/common/bdr4_results.gif" width="23" height="24"></td>
+ </tr>
+ </table>
+ </td>
+ </tr>-->
+
+
</table>
</td>
</span>
@@ -146,9 +167,8 @@
<span key="NoResults">No results</span>
</td>
</span>
+ <td width="15" valign="top" class="brdr6results"><img src="images/common/bdr2_results.gif" width="8" height="8"></td>
</tr>
</table>
-<!--<img jwcid="@Image" image="ognl:assets.myimage" />-->
-
</body>
</html> \ No newline at end of file
diff --git a/orkweb/context/WEB-INF/RecSegments.page b/orkweb/context/WEB-INF/RecSegments.page
index 5894409..96f3e4c 100644
--- a/orkweb/context/WEB-INF/RecSegments.page
+++ b/orkweb/context/WEB-INF/RecSegments.page
@@ -20,8 +20,8 @@
<!--<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"/>
+ <context-asset name="play" path="/images/common/icon_play.gif"/>
+ <context-asset name="cal" path="/images/common/icon_calendar.gif"/>
<bean name="rowStyle" class="org.apache.tapestry.bean.EvenOdd"/>