Author: rhirsch
Date: Mon Oct 5 06:54:18 2009
New Revision: 821700
URL: http://svn.apache.org/viewvc?rev=821700&view=rev
Log:
UI related changes - working on beautifying code
Modified:
incubator/esme/trunk/server/src/main/webapp/info_view/streams.html
incubator/esme/trunk/server/src/main/webapp/info_view/user.html
incubator/esme/trunk/server/src/main/webapp/info_view/users.html
Modified: incubator/esme/trunk/server/src/main/webapp/info_view/streams.html
URL:
http://svn.apache.org/viewvc/incubator/esme/trunk/server/src/main/webapp/info_view/streams.html?rev=821700&r1=821699&r2=821700&view=diff
==============================================================================
--- incubator/esme/trunk/server/src/main/webapp/info_view/streams.html
(original)
+++ incubator/esme/trunk/server/src/main/webapp/info_view/streams.html Mon Oct
5 06:54:18 2009
@@ -1,6 +1,5 @@
<lift:surround with="default" at="content">
-
- Manage your streams: <br/>
+ <lift:loc>ui_streams_title</lift:loc> <br/>
<span id="StreamSpan">
<lift:ignore>
<!--
@@ -11,7 +10,7 @@
<lift:displayStream the_id="StreamSpan">
<table>
<thead>
- <tr> <th>Author</th> <th>Text</th> <th>Date</th></tr>
+ <tr> <th><lift:loc>ui_streams_author</lift:loc></th>
<th><lift:loc>ui_streams_text</lift:loc></th>
<th><lift:loc>ui_streams_date</lift:loc></th></tr>
</thead>
<tbody>
@@ -22,10 +21,12 @@
</table>
</lift:displayStream>
</span>
+
+
<lift:streamFilters>
- Filter by resent <main:filterResent/> Resent by: <main:resent/><br/>
- Filter by pool <main:filterPools/> In pool: <main:pools/>
+ <lift:loc>ui_streams_filter_by_resent</lift:loc>
<main:filterResent/><lift:loc>ui_streams_filter_resender</lift:loc>
<main:resent/><br/>
+ <lift:loc>ui_streams_filter_by_pool</lift:loc>
<main:filterPools/><lift:loc>ui_streams_filter_pool</lift:loc> <main:pools/>
</lift:streamFilters>
</lift:surround>
Modified: incubator/esme/trunk/server/src/main/webapp/info_view/user.html
URL:
http://svn.apache.org/viewvc/incubator/esme/trunk/server/src/main/webapp/info_view/user.html?rev=821700&r1=821699&r2=821700&view=diff
==============================================================================
--- incubator/esme/trunk/server/src/main/webapp/info_view/user.html (original)
+++ incubator/esme/trunk/server/src/main/webapp/info_view/user.html Mon Oct 5
06:54:18 2009
@@ -19,7 +19,7 @@
</fieldset>
</dl>
<dl class="">
-
<fieldset><legend><user:nicename/><lift:loc>ui_user_messages</lift:loc></legend>
+
<fieldset><legend><user:nicename/><lift:loc>ui_user_messages</lift:loc></legend>
<dd class="b-clouds">
<table>
Modified: incubator/esme/trunk/server/src/main/webapp/info_view/users.html
URL:
http://svn.apache.org/viewvc/incubator/esme/trunk/server/src/main/webapp/info_view/users.html?rev=821700&r1=821699&r2=821700&view=diff
==============================================================================
--- incubator/esme/trunk/server/src/main/webapp/info_view/users.html (original)
+++ incubator/esme/trunk/server/src/main/webapp/info_view/users.html Mon Oct 5
06:54:18 2009
@@ -1,9 +1,9 @@
<lift:surround with="default" at="content">
<fieldset style="width: 80em">
- <legend>Users</legend>
+ <legend><lift:loc>ui_user_list_title</lift:loc></legend>
<table>
- <tr><th></th><th>Nickname</th><th>Name</th><th colspan="2">Last
Message</th></tr>
+
<tr><th></th><th><lift:loc>ui_user_list_nickname</lift:loc></th><th><lift:loc>ui_user_list_name</lift:loc></th><th
colspan="2"><lift:loc>ui_user_list_last_message</lift:loc></th></tr>
<lift:displayUsers>
<disp:item>
<tr>