setup-completed.jsp 1.53 KB
Newer Older
1 2 3
<%--
  -	$Revision: 985 $
  -	$Date: 2005-02-18 10:35:44 -0800 (Fri, 18 Feb 2005) $
4
--%>
5

6 7
<%@ taglib uri="http://java.sun.com/jstl/core_rt" prefix="c" %>
<%@ taglib uri="http://java.sun.com/jstl/fmt_rt" prefix="fmt" %>
8 9 10

<html>
<head>
11 12
<title><fmt:message key="short.title" /> <fmt:message key="setup.completed.setup" /></title>
<link rel="stylesheet" type="text/css" href="../style/setup.css">
13 14
</head>

15
<body style="background-image: none;">
16 17 18



19 20 21 22 23 24 25 26 27 28
<!-- BEGIN jive-header -->
<div id="jive-header">
	<div id="jive-logo" title="wildfire"></div>
	<div id="jive-header-text"><fmt:message key="setup.title" /></div>
</div>
<!-- END jive-header -->

<!-- BEGIN jive-body -->
<div id="jive-body" style="left: 0px; padding: 30px 50px 30px 50px;">

29 30 31 32 33 34

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

    <td width="98%">

35
        <h1>
36
        <fmt:message key="setup.completed.run" />
37
        </h1>
38 39 40 41 42 43 44

        <p>
        <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" />
        </p>

45 46 47 48
	    <br><br>
		    <div class="jive_setup_launchAdmin" align="center">
			    <a href="../index.jsp"><fmt:message key="setup.finished.login" /></a>
		    </div>
49 50 51 52 53


    </td>
</tr>
</table>
54 55 56 57 58 59 60 61 62 63 64 65 66
</div>
<!-- END jive-body -->



<!-- BEGIN jive-footer -->
<div id="jive-footer"></div>
<!-- END jive-footer -->





67

68 69
</body>
</html>