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

Annotation of /android/MarketStats/WebContent/index.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: 755 byte(s)
Add a search function
1 torben 659 <%@page contentType="text/html" pageEncoding="UTF-8"%>
2     <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
3     "http://www.w3.org/TR/html4/loose.dtd">
4    
5     <html>
6     <head>
7     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8     <title>Market stats</title>
9     </head>
10     <body>
11     <h1>Market Stats</h1>
12    
13 torben 1014 <i>created using <a href="http://code.google.com/p/android-market-api/">http://code.google.com/p/android-market-api/</a></i><br/><br/>
14 torben 659
15 torben 1014 <form action="SearchApps" method="get">
16     <input type="text" name="query" /><input type="submit"/>
17     </form>
18 torben 659
19     <ul>
20     <li>
21 torben 1014 <a href="ShowStats?app=dk.thoerup.traininfo">Traininfo DK</a>
22 torben 659 </li>
23     </ul>
24    
25    
26     </body>
27     </html>

  ViewVC Help
Powered by ViewVC 1.1.20