/[projects]/android/TrainInfoService/WebContent/namesearch.jsp
ViewVC logotype

Diff of /android/TrainInfoService/WebContent/namesearch.jsp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1516 by torben, Mon May 2 19:28:02 2011 UTC revision 1517 by torben, Sun Jun 12 07:28:00 2011 UTC
# Line 10  Line 10 
10  <tr><th width=150>IP</th><th width=200></th><th>name</th></tr>  <tr><th width=150>IP</th><th width=200></th><th>name</th></tr>
11  <%  <%
12    
 File files[] = RequestPlotter.getFiles(30);  
13    
14    int count = 14;
15    if (request.getParameter("count") != null) {
16            count = Integer.parseInt( request.getParameter("count") );
17    }
18    
19    File files[] = RequestPlotter.getFiles(count);
20    
21  for (File f : files ) {  for (File f : files ) {
22          if ( !f.exists() ) {          if ( !f.exists() ) {

Legend:
Removed from v.1516  
changed lines
  Added in v.1517

  ViewVC Help
Powered by ViewVC 1.1.20