[Yanel-commits] rev 55778 - public/yanel/trunk/src/resources/user-mgmt/htdocs

michi at wyona.com michi at wyona.com
Tue Dec 28 21:23:08 CET 2010


Author: michi
Date: 2010-12-28 21:23:08 +0100 (Tue, 28 Dec 2010)
New Revision: 55778

Modified:
   public/yanel/trunk/src/resources/user-mgmt/htdocs/list-users.jelly
Log:
query implemented

Modified: public/yanel/trunk/src/resources/user-mgmt/htdocs/list-users.jelly
===================================================================
--- public/yanel/trunk/src/resources/user-mgmt/htdocs/list-users.jelly	2010-12-28 20:22:30 UTC (rev 55777)
+++ public/yanel/trunk/src/resources/user-mgmt/htdocs/list-users.jelly	2010-12-28 20:23:08 UTC (rev 55778)
@@ -3,7 +3,31 @@
   <html xmlns="http://www.w3.org/1999/xhtml">
     <body>
       <h1>Users</h1>
+
       <p>
+<form method="GET">
+      Search for users:&#160;<input style="display:inline;" type="text" name="query"/>&#160;<input style="display:inline;" type="submit" value="Go"/>
+</form>
+      </p>
+
+<!-- TODO ...
+      <p>
+      <j:choose>
+      <j:when test="${resource.getTotalUsers() &lt; 1}">
+        <p>
+          <strong>No users found.</strong>
+        </p>
+      </j:when>
+      <j:otherwise>
+        <p>
+          <strong>${resource.getTotalUsers()} Users found.</strong>
+        </p>
+      </j:otherwise>
+      </j:choose>
+      </p>
+-->
+
+      <p>
         Showing users ${resource.getLowerBound()} through ${resource.getUpperBound()}
         out of a total of ${resource.getTotalUsers()}.
       </p>



More information about the Yanel-commits mailing list