/[projects]/android/MarketStats/WebContent/viewapps.jsp
ViewVC logotype

Annotation of /android/MarketStats/WebContent/viewapps.jsp

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1014 - (hide annotations) (download)
Thu Aug 12 09:25:52 2010 UTC (13 years, 9 months ago) by torben
File size: 599 byte(s)
Add a search function
1 torben 1014 <%@ page language="java" contentType="text/html; charset=UTF-8"
2     pageEncoding="UTF-8"%>
3     <%@ taglib uri="http://java.sun.com/jstl/core_rt" prefix="c-rt" %>
4     <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
5     <html>
6     <head>
7     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8     <title>Query results for: ${query}</title>
9     </head>
10     <body>
11    
12     <h2>Query results for: ${query}</h2>
13     <ul>
14     <c-rt:forEach var="app" items="${apps}">
15     <li><a href="ShowStats?app=${app.packageName}">${app.title}</a> </li>
16    
17     </c-rt:forEach>
18     </ul>
19    
20     </body>
21     </html>

  ViewVC Help
Powered by ViewVC 1.1.20