From aa5aa30b447d6273d95dd13d20924d2a45fc4273 Mon Sep 17 00:00:00 2001 From: Brian Federle Date: Tue, 21 Aug 2012 13:43:20 -0700 Subject: [PATCH] Split JSP into 2 files Due to file size limit being reached on index.jsp, move dictionary JS into separate file, dictionary.jsp reviewed-by: Jessica Wang --- ui/dictionary.jsp | 1317 +++++++++++++++++++++++++++++++++++++++++++++ ui/index.jsp | 1312 +------------------------------------------- 2 files changed, 1318 insertions(+), 1311 deletions(-) create mode 100644 ui/dictionary.jsp diff --git a/ui/dictionary.jsp b/ui/dictionary.jsp new file mode 100644 index 00000000000..da58c167017 --- /dev/null +++ b/ui/dictionary.jsp @@ -0,0 +1,1317 @@ +<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> +<%@ taglib uri="http://java.sun.com/jsp/jstl/fmt" prefix="fmt" %> + + + + +<% long now = System.currentTimeMillis(); %> + \ No newline at end of file diff --git a/ui/index.jsp b/ui/index.jsp index 34542d96281..7a5489cca5b 100644 --- a/ui/index.jsp +++ b/ui/index.jsp @@ -1639,1314 +1639,4 @@ under the License. - - +