From d35f5e03482ee0638b9593d67ae66d7d36f07da7 Mon Sep 17 00:00:00 2001 From: Jason White Date: Mon, 1 Sep 2014 22:30:46 -0400 Subject: [PATCH] Cleanup, class added to handle lesson info. Updates for plan,source and solution. Started work on cookies and params, not functioning quite yet --- src/main/webapp/WEB-INF/pages/main_new.jsp | 138 ++++++++++++--------- src/main/webapp/css/main.css | 13 +- src/main/webapp/js/goatConstants.js | 12 +- src/main/webapp/js/goatControllers.js | 69 ++++++----- src/main/webapp/js/goatData.js | 23 +++- src/main/webapp/js/goatLesson.js | 108 ++++++++++++++++ src/main/webapp/js/goatUtil.js | 70 ++++++++--- 7 files changed, 318 insertions(+), 115 deletions(-) create mode 100644 src/main/webapp/js/goatLesson.js diff --git a/src/main/webapp/WEB-INF/pages/main_new.jsp b/src/main/webapp/WEB-INF/pages/main_new.jsp index d079279ff..44c735265 100644 --- a/src/main/webapp/WEB-INF/pages/main_new.jsp +++ b/src/main/webapp/WEB-INF/pages/main_new.jsp @@ -50,6 +50,7 @@ + @@ -59,7 +60,7 @@ WebGoat V6.0 - +