1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<%--
- $Revision: 985 $
- $Date: 2005-02-18 10:35:44 -0800 (Fri, 18 Feb 2005) $
--%>
<%@ taglib uri="http://java.sun.com/jstl/core_rt" prefix="c" %>
<%@ taglib uri="http://java.sun.com/jstl/fmt_rt" prefix="fmt" %>
<html>
<head>
<title><fmt:message key="short.title" /> <fmt:message key="setup.completed.setup" /></title>
<link rel="stylesheet" type="text/css" href="../style/setup.css">
</head>
<body style="background-image: none;">
<!-- BEGIN jive-header -->
<div id="jive-header">
<div id="jive-logo" title="openfire"></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;">
<table cellpadding="0" cellspacing="0" border="0" width="100%">
<tr valign="top">
<td width="98%">
<h1>
<fmt:message key="setup.completed.run" />
</h1>
<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>
<br><br>
<div class="jive_setup_launchAdmin" align="center">
<a href="../index.jsp"><fmt:message key="setup.finished.login" /></a>
</div>
</td>
</tr>
</table>
</div>
<!-- END jive-body -->
<!-- BEGIN jive-footer -->
<div id="jive-footer"></div>
<!-- END jive-footer -->
</body>
</html>