SVN: toys/cvsstats/web/WebContent/index.jsp

pawelz pawelz at pld-linux.org
Sun May 2 00:51:35 CEST 2010


Author: pawelz
Date: Sun May  2 00:51:34 2010
New Revision: 11362

Modified:
   toys/cvsstats/web/WebContent/index.jsp
Log:
- print time period


Modified: toys/cvsstats/web/WebContent/index.jsp
==============================================================================
--- toys/cvsstats/web/WebContent/index.jsp	(original)
+++ toys/cvsstats/web/WebContent/index.jsp	Sun May  2 00:51:34 2010
@@ -27,7 +27,7 @@
 <link rel="stylesheet" type="text/css" href="stats.css" />
 </head>
 <body>
-<h1>Stats for <%s.getInterval().getStart().toString(); %> - <%s.getInterval().getEnd().toString(); %></h1>
+<h1>Stats for <%=s.getInterval().getStart().toString() %> - <%=s.getInterval().getEnd().toString() %></h1>
 <h1>Basic stats</h1>
 <p>
 Number of commiters: <%=s.simpleQuery("SELECT COUNT(DISTINCT author) FROM commits @WHERE@") %><br />
@@ -36,4 +36,4 @@
 <%=topbottom.getHtml() %>
 <%=full.getHtml() %>
 </body>
-</html>
\ No newline at end of file
+</html>


More information about the pld-cvs-commit mailing list