setup-completed.jsp 2.03 KB
Newer Older
1 2
<%@ taglib uri="http://java.sun.com/jstl/core_rt" prefix="c" %>
<%@ taglib uri="http://java.sun.com/jstl/fmt_rt" prefix="fmt" %>
Matt Tucker's avatar
Matt Tucker committed
3 4 5 6 7 8 9 10 11 12
<%--
  -	$RCSfile$
  -	$Revision$
  -	$Date$
--%>  

<%@ page import="org.jivesoftware.util.*" %>

<html>
<head>
13
	<title><fmt:message key="short.title" /> <fmt:message key="setup.completed.setup" /></title>
Matt Tucker's avatar
Matt Tucker committed
14 15 16 17 18 19 20 21 22 23

	<link rel="stylesheet" type="text/css" href="setup-style.css">
</head>

<body>

<span class="jive-setup-header">
<table cellpadding="8" cellspacing="0" border="0" width="100%">
<tr>
    <td width="99%">
24
        <fmt:message key="short.title" /> <fmt:message key="setup.completed.setup" />
Matt Tucker's avatar
Matt Tucker committed
25 26 27 28
    </td>
    <td width="1%" nowrap>
        <font size="-2" face="arial,helvetica,sans-serif" color="#ffffff">
        <b>
29
        <fmt:message key="setup.completed.jive" />
Matt Tucker's avatar
Matt Tucker committed
30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54
        </b>
        </font>
    </td>
</tr>
</table>
</span>
<table bgcolor="#bbbbbb" cellpadding="0" cellspacing="0" border="0" width="100%">
<tr><td><img src="images/blank.gif" width="1" height="1" border="0"></td></tr>
</table>
<table bgcolor="#dddddd" cellpadding="0" cellspacing="0" border="0" width="100%">
<tr><td><img src="images/blank.gif" width="1" height="1" border="0"></td></tr>

</table>
<table bgcolor="#eeeeee" cellpadding="0" cellspacing="0" border="0" width="100%">
<tr><td><img src="images/blank.gif" width="1" height="1" border="0"></td></tr>
</table>

<br>

<table cellpadding="0" cellspacing="0" border="0" width="100%">
<tr valign="top">

    <td width="98%">

        <p class="jive-setup-page-header">
55
        <fmt:message key="setup.completed.run" />
Matt Tucker's avatar
Matt Tucker committed
56 57 58
        </p>

        <p>
59 60 61
        <fmt:message key="setup.completed.run_info" />
        <a href="index.jsp"><fmt:message key="short.title" /> <fmt:message key="setup.completed.run_info1" /></a>.
        <fmt:message key="setup.completed.run_info2" />
Matt Tucker's avatar
Matt Tucker committed
62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79
        </p>

        <form action="index.jsp">

        <br><br>

        <center>
        <input type="submit" value="Login to Admin Tool">
        </center>

        </form>

    </td>
</tr>
</table>


<%@ include file="setup-footer.jsp"%>