error-serverdown.jsp 467 Bytes
Newer Older
Matt Tucker's avatar
Matt Tucker committed
1 2 3 4 5 6 7 8 9 10 11
<%--
  -	$RCSfile$
  -	$Revision$
  -	$Date$
--%>

<%@ include file="header.jsp" %>

<%  // Title of this page and breadcrumbs
    String title = "Jive Messenger Server Down";
    String[][] breadcrumbs = {
Bill Lynch's avatar
Bill Lynch committed
12
        { "Home", "index.jsp" },
Matt Tucker's avatar
Matt Tucker committed
13 14 15 16 17 18 19 20 21
        { title, "error-serverdown.jsp" }
    };
%>

<p>
Jive Messenger is currently down. Please see the
<a href="server-status.jsp">server status</a> page for more details.
</p>

Bill Lynch's avatar
Bill Lynch committed
22
<jsp:include page="bottom.jsp" flush="true" />