Add LDAP authentication and enabling Spring logging
[proteocache.git] / webapp / view / support / Notimplemented.jsp
index 96dcf8b..1eb2bd0 100644 (file)
 <jsp:include page="../fragments/header.jsp" />
 <body>
        <div class="container">
-               <jsp:include page="../fragments/mainmenu.jsp" />
-               <p style="font-weight:bold;">The functionality is not implemeted yet...</p>
+               <c:choose>
+                       <c:when test="${permissions == 'user_role'}">
+                               <jsp:include page="../fragments/mainmenu.jsp" />
+                       </c:when>
+                       <c:otherwise>
+                               <jsp:include page="../fragments/publicmenu.jsp" />
+                       </c:otherwise>
+               </c:choose>
+
+               <div class="panel panel-default">
+                       <div class="panel-heading">
+                               <div style="font-weight:bold;">The page is not available...</div>
+                       </div>
+                       <div class="panel-body">
+                               <p>The functionality is not implemeted</p>
+                       </div>
+               </div>
+
                <jsp:include page="../fragments/footer.jsp" />
        </div>
 </body>