From c9d3b1e8b0f65a8a19721ef456fe07d411698d8f Mon Sep 17 00:00:00 2001 From: Michael Jett Date: Tue, 14 Feb 2012 14:21:41 -0500 Subject: [PATCH] Initial taglib commit --- .../main/webapp/WEB-INF/tags/breadcrumbs.tag | 4 ++ .../src/main/webapp/WEB-INF/tags/footer.tag | 2 + .../src/main/webapp/WEB-INF/tags/header.tag | 49 +++++++++++++++++++ .../src/main/webapp/WEB-INF/tags/sidebar.tag | 16 ++++++ .../src/main/webapp/WEB-INF/tags/topbar.tag | 14 ++++++ .../WEB-INF/views/admin/manage_clients.html | 1 - 6 files changed, 85 insertions(+), 1 deletion(-) create mode 100644 server/src/main/webapp/WEB-INF/tags/breadcrumbs.tag create mode 100644 server/src/main/webapp/WEB-INF/tags/footer.tag create mode 100644 server/src/main/webapp/WEB-INF/tags/header.tag create mode 100644 server/src/main/webapp/WEB-INF/tags/sidebar.tag create mode 100644 server/src/main/webapp/WEB-INF/tags/topbar.tag diff --git a/server/src/main/webapp/WEB-INF/tags/breadcrumbs.tag b/server/src/main/webapp/WEB-INF/tags/breadcrumbs.tag new file mode 100644 index 000000000..3d092e6a5 --- /dev/null +++ b/server/src/main/webapp/WEB-INF/tags/breadcrumbs.tag @@ -0,0 +1,4 @@ + \ No newline at end of file diff --git a/server/src/main/webapp/WEB-INF/tags/footer.tag b/server/src/main/webapp/WEB-INF/tags/footer.tag new file mode 100644 index 000000000..691287b6e --- /dev/null +++ b/server/src/main/webapp/WEB-INF/tags/footer.tag @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/server/src/main/webapp/WEB-INF/tags/header.tag b/server/src/main/webapp/WEB-INF/tags/header.tag new file mode 100644 index 000000000..767537087 --- /dev/null +++ b/server/src/main/webapp/WEB-INF/tags/header.tag @@ -0,0 +1,49 @@ + + + + + OpenID Connect + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/server/src/main/webapp/WEB-INF/tags/sidebar.tag b/server/src/main/webapp/WEB-INF/tags/sidebar.tag new file mode 100644 index 000000000..ee92a62e0 --- /dev/null +++ b/server/src/main/webapp/WEB-INF/tags/sidebar.tag @@ -0,0 +1,16 @@ + \ No newline at end of file diff --git a/server/src/main/webapp/WEB-INF/tags/topbar.tag b/server/src/main/webapp/WEB-INF/tags/topbar.tag new file mode 100644 index 000000000..c45ba7e56 --- /dev/null +++ b/server/src/main/webapp/WEB-INF/tags/topbar.tag @@ -0,0 +1,14 @@ +
+
+
+ + +

Logged in as username

+
+
+
\ No newline at end of file diff --git a/server/src/main/webapp/WEB-INF/views/admin/manage_clients.html b/server/src/main/webapp/WEB-INF/views/admin/manage_clients.html index 6344bfec6..879f8fe1c 100644 --- a/server/src/main/webapp/WEB-INF/views/admin/manage_clients.html +++ b/server/src/main/webapp/WEB-INF/views/admin/manage_clients.html @@ -201,7 +201,6 @@
-