+ +<%-- Display the search form --%> +<% if (rdat.useHTMLComments()) { %><% } %> +
+ +<% List results = data.getResultsList(); %> +<% if (results!=null) { %> + <% if (rdat.useHTMLComments()) { %><% } %> + <% + // Determine the number of results to display and whether to display a "next" button + int dcount = results.size(); + boolean go_next = false; + if (dcount>data.getNumResultsDisplayed()) + { // there's a "next" + dcount = data.getNumResultsDisplayed(); + go_next = true; + + } // end if + %> +<%= rdat.getStdFontTag(null,3) %> + <%-- The initial search results --%> + Search Results + <% if (data.getFindCount()>0) { %> + (Displaying <%= data.getOffset() + 1 %>-<%= data.getOffset() + dcount %> of + <%= data.getFindCount() %>) + <% } else { %>(None)<% } %> + | + ++ <% if (go_next || (data.getOffset()>0)) { %> + <%-- The navigational form that allows us to page through the results --%> + <% if (rdat.useHTMLComments()) { %><% } %> + + <% } else { %> <% } %> + | +
+ " ALT="*" WIDTH=14 HEIGHT=14 BORDER=0> + | +<%= stdfont %>
+ <% UserFound uf = (UserFound)(results.get(i)); %>
+ "><%= uf.getName() %> + <%= StringUtil.encodeHTML(uf.getGivenName()) %> <%= StringUtil.encodeHTML(uf.getFamilyName()) %>, + from <%= StringUtil.encodeHTML(uf.getLocality()) %>, <%= StringUtil.encodeHTML(uf.getRegion()) %> + <%= uf.getCountry() %> + <% if (!StringUtil.isStringEmpty(uf.getDescription())) { %> + <%= StringUtil.encodeHTML(uf.getDescription()) %> + <% } // end if %> + + ">[Modify User] + |
+