From 48941f1713cf4ed405f29fc2239661f2cb4d981b Mon Sep 17 00:00:00 2001 From: Michael Jett Date: Tue, 25 Sep 2012 12:47:49 -0400 Subject: [PATCH] Dynamic JS loading and UI updates --- .../src/main/webapp/WEB-INF/tags/footer.tag | 6 +++--- .../src/main/webapp/WEB-INF/views/admin/manage.jsp | 8 +++++--- .../webapp/resources/bootstrap2/css/bootstrap.min.css | 4 +++- .../src/main/webapp/resources/js/{app.js => admin.js} | 6 +++--- .../resources/template/{client.html => admin.html} | 0 .../src/main/webapp/resources/template/list.html | 10 ---------- 6 files changed, 14 insertions(+), 20 deletions(-) rename openid-connect-server/src/main/webapp/resources/js/{app.js => admin.js} (99%) rename openid-connect-server/src/main/webapp/resources/template/{client.html => admin.html} (100%) delete mode 100644 openid-connect-server/src/main/webapp/resources/template/list.html diff --git a/openid-connect-server/src/main/webapp/WEB-INF/tags/footer.tag b/openid-connect-server/src/main/webapp/WEB-INF/tags/footer.tag index ab95c3171..5c010bfd6 100644 --- a/openid-connect-server/src/main/webapp/WEB-INF/tags/footer.tag +++ b/openid-connect-server/src/main/webapp/WEB-INF/tags/footer.tag @@ -1,4 +1,4 @@ -<%@attribute name="loadapp" required="false" type="java.lang.Boolean" %> +<%@attribute name="js" required="false" %> <%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %> <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>