Modified: manifoldcf/branches/CONNECTORS-1196/framework/crawler-ui/src/main/webapp/maintenanceunderway.jsp URL: http://svn.apache.org/viewvc/manifoldcf/branches/CONNECTORS-1196/framework/crawler-ui/src/main/webapp/maintenanceunderway.jsp?rev=1783678&r1=1783677&r2=1783678&view=diff ============================================================================== --- manifoldcf/branches/CONNECTORS-1196/framework/crawler-ui/src/main/webapp/maintenanceunderway.jsp (original) +++ manifoldcf/branches/CONNECTORS-1196/framework/crawler-ui/src/main/webapp/maintenanceunderway.jsp Sun Feb 19 17:49:19 2017 @@ -27,34 +27,47 @@ <meta http-equiv="X-UA-Compatible" content="IE=edge"/> <html xmlns="http://www.w3.org/1999/xhtml"> -<head> - <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> - <link rel="StyleSheet" href="style.css" type="text/css" media="screen"/> - <title> - <%=Messages.getBodyString(pageContext.getRequest().getLocale(),"error.ApacheManifoldCFMaintenanceUnderway")%> - </title> - -</head> - -<body class="standardbody"> - - <table class="page"> - <tr><td colspan="2" class="banner"><jsp:include page="banner.jsp" flush="true"/></td></tr> - <tr> - <td class="navigation"><jsp:include page="navigation.jsp" flush="true"/></td> - <td class="window"> - <p class="windowtitle"><%=Messages.getBodyString(pageContext.getRequest().getLocale(),"error.MaintenanceUnderway")%></p> - - <table class="displaytable"> - <tr><td class="message"><%=Messages.getBodyString(pageContext.getRequest().getLocale(),"error.PleaseTryAgainLater")%></td></tr> - <tr><td class="separator"><hr/></td></tr> - <tr><td class="message"><a href="index.jsp" alt="<%=Messages.getAttributeString(pageContext.getRequest().getLocale(),"error.Return")%>">OK</a></td></tr> - </table> - - </td> - </tr> - </table> - -</body> - + <head> + <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> + <meta content='width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no' name='viewport'> + <!-- Bootstrap 3.3.2 --> + <link href="bootstrap/css/bootstrap.min.css" rel="stylesheet" type="text/css"/> + <link rel="StyleSheet" href="css/style.css" type="text/css" media="screen"/> + <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> + <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> + <!--[if lt IE 9]> + <script src=javascript/html5shiv.min.js"></script> + <script src="javascript/respond.min.js"></script> + <![endif]--> + + <script type="text/javascript"> + <!-- + $.ManifoldCF.setTitle( + '<%=Messages.getBodyString(pageContext.getRequest().getLocale(), "error.ApacheManifoldCFMaintenanceUnderway")%>', + '<%=Messages.getBodyString(pageContext.getRequest().getLocale(), "error.ApacheManifoldCFMaintenanceUnderway")%>' + ); + //--> + </script> + + </head> + <body class="login-page"> + <div class="login-box"> + <div class="login-logo"> + <a href="/"><img src="ManifoldCF-logo.png"/></a> + </div> + <!-- /.login-logo --> + <div class="login-box-body"> + + <div class="alert alert-danger"> + <h4><i class="icon fa fa-ban"></i> Error!</h4> + <%=Messages.getBodyString(pageContext.getRequest().getLocale(),"error.MaintenanceUnderway")%><br/> + <%=Messages.getBodyString(pageContext.getRequest().getLocale(),"error.PleaseTryAgainLater")%> + </div> + + <a class="btn btn-primary btn-sm" href='index.jsp' alt="<%=Messages.getAttributeString(pageContext.getRequest().getLocale(),"error.Return")%>">OK</a> + + </div> + </div> + </div> + </body> </html>
