Improve visibility of the website
[proteocache.git] / webapp / view / support / Notimplemented.jsp
index 96dcf8b..c409b96 100644 (file)
 <body>
        <div class="container">
                <jsp:include page="../fragments/mainmenu.jsp" />
-               <p style="font-weight:bold;">The functionality is not implemeted yet...</p>
+
+               <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>