diff --git a/openid-connect-server/src/main/webapp/WEB-INF/tags/actionmenu.tag b/openid-connect-server/src/main/webapp/WEB-INF/tags/actionmenu.tag new file mode 100644 index 000000000..571c3c547 --- /dev/null +++ b/openid-connect-server/src/main/webapp/WEB-INF/tags/actionmenu.tag @@ -0,0 +1,14 @@ +<%@ tag language="java" pageEncoding="UTF-8"%> +<%@ taglib prefix="security" uri="http://www.springframework.org/security/tags" %> + + +
  • Manage Clients
  • +
  • Whitelisted Clients
  • +
  • Blacklisted Clients
  • +
  • System Scopes
  • +
  • +
    + +
  • Manage Sites
  • +
  • Manage Active Tokens
  • +
  • Manage Profiles
  • diff --git a/openid-connect-server/src/main/webapp/WEB-INF/tags/copyright.tag b/openid-connect-server/src/main/webapp/WEB-INF/tags/copyright.tag index 879f0026b..3469df36d 100644 --- a/openid-connect-server/src/main/webapp/WEB-INF/tags/copyright.tag +++ b/openid-connect-server/src/main/webapp/WEB-INF/tags/copyright.tag @@ -1,3 +1,5 @@ - \ No newline at end of file + \ No newline at end of file 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 3dc615cec..df3db8900 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,6 +1,10 @@ <%@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" %> +<%@ taglib prefix="o" tagdir="/WEB-INF/tags" %> +
    + + diff --git a/openid-connect-server/src/main/webapp/WEB-INF/tags/header.tag b/openid-connect-server/src/main/webapp/WEB-INF/tags/header.tag index f52a4c25d..69911636e 100644 --- a/openid-connect-server/src/main/webapp/WEB-INF/tags/header.tag +++ b/openid-connect-server/src/main/webapp/WEB-INF/tags/header.tag @@ -17,10 +17,13 @@ - + diff --git a/openid-connect-server/src/main/webapp/WEB-INF/tags/topbar.tag b/openid-connect-server/src/main/webapp/WEB-INF/tags/topbar.tag index ed9ab11b8..93cb76e38 100644 --- a/openid-connect-server/src/main/webapp/WEB-INF/tags/topbar.tag +++ b/openid-connect-server/src/main/webapp/WEB-INF/tags/topbar.tag @@ -2,6 +2,7 @@ <%@attribute name="title" required="true" %> <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> <%@ taglib prefix="security" uri="http://www.springframework.org/security/tags" %> +<%@ taglib prefix="o" tagdir="/WEB-INF/tags" %> @@ -76,6 +77,19 @@ $(document).ready(function() {
  • Contact
  • + + + + + + + +