[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] [ernie/master 6/8] Fixed imports and a few syntax errors.
Author: Kevin Berry <xckjb88@xxxxxxxxx>
Date: Tue, 6 Jul 2010 00:51:06 -0400
Subject: Fixed imports and a few syntax errors.
Commit: 199650a92eca1ed411dfe6e637b9391e7700a268
---
jsp/war/WEB-INF/templates/graphs_new-users.tpl.jsp | 2 ++
.../templates/graphs_recurring-users.tpl.jsp | 1 +
2 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/jsp/war/WEB-INF/templates/graphs_new-users.tpl.jsp b/jsp/war/WEB-INF/templates/graphs_new-users.tpl.jsp
index b0fcf04..4861d1c 100644
--- a/jsp/war/WEB-INF/templates/graphs_new-users.tpl.jsp
+++ b/jsp/war/WEB-INF/templates/graphs_new-users.tpl.jsp
@@ -1,3 +1,4 @@
+<%@page import="java.util.*" %>
<h2>Tor Metrics Portal: Graphs</h2>
<br/>
<h3>New or returning, directly connecting Tor users</h3>
@@ -46,5 +47,6 @@
+ "-new-" + suffix + ".png\"/>\n");
}
out.print(" </p>");
+ }
%>
<br/>
diff --git a/jsp/war/WEB-INF/templates/graphs_recurring-users.tpl.jsp b/jsp/war/WEB-INF/templates/graphs_recurring-users.tpl.jsp
index 73c49bd..d0e1b46 100644
--- a/jsp/war/WEB-INF/templates/graphs_recurring-users.tpl.jsp
+++ b/jsp/war/WEB-INF/templates/graphs_recurring-users.tpl.jsp
@@ -1,3 +1,4 @@
+<%@ page import="java.util.*" %>
<h2>Tor Metrics Portal: Graphs</h2>
<br/>
<h3>Recurring, directly connecting Tor users</h3>
--
1.7.1