Commit ca375699 authored by Ryan Graham's avatar Ryan Graham Committed by ryan

Final batch 'o changes (for this week anyway) for the Wildfire setup tool.

git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@4826 b35dd754-fafc-0310-a699-88a17e54d16e
parent e5c194b1
...@@ -8,50 +8,33 @@ ...@@ -8,50 +8,33 @@
<html> <html>
<head> <head>
<title><fmt:message key="short.title" /> <fmt:message key="setup.completed.setup" /></title> <title><fmt:message key="short.title" /> <fmt:message key="setup.completed.setup" /></title>
<link rel="stylesheet" type="text/css" href="../style/setup.css">
<link rel="stylesheet" type="text/css" href="setup-style.css">
</head> </head>
<body> <body style="background-image: none;">
<span class="jive-setup-header">
<table cellpadding="8" cellspacing="0" border="0" width="100%">
<tr>
<td width="99%">
<fmt:message key="short.title" /> <fmt:message key="setup.completed.setup" />
</td>
<td width="1%" nowrap>
<font size="-2" face="arial,helvetica,sans-serif" color="#ffffff">
<b>
<fmt:message key="setup.completed.jive" />
</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" alt=""></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" alt=""></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" alt=""></td></tr>
</table>
<br> <!-- 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;">
<table cellpadding="0" cellspacing="0" border="0" width="100%"> <table cellpadding="0" cellspacing="0" border="0" width="100%">
<tr valign="top"> <tr valign="top">
<td width="98%"> <td width="98%">
<p class="jive-setup-page-header"> <h1>
<fmt:message key="setup.completed.run" /> <fmt:message key="setup.completed.run" />
</p> </h1>
<p> <p>
<fmt:message key="setup.completed.run_info" /> <fmt:message key="setup.completed.run_info" />
...@@ -59,19 +42,28 @@ ...@@ -59,19 +42,28 @@
<fmt:message key="setup.completed.run_info2" /> <fmt:message key="setup.completed.run_info2" />
</p> </p>
<form action="index.jsp"> <br><br>
<div class="jive_setup_launchAdmin" align="center">
<a href="../index.jsp"><fmt:message key="setup.finished.login" /></a>
</div>
<br><br>
<center>
<input type="submit" value="Login to Admin Tool">
</center>
</form>
</td> </td>
</tr> </tr>
</table> </table>
</div>
<!-- END jive-body -->
<!-- BEGIN jive-footer -->
<div id="jive-footer"></div>
<!-- END jive-footer -->
</body> </body>
</html> </html>
\ No newline at end of file
...@@ -43,7 +43,6 @@ ...@@ -43,7 +43,6 @@
</head> </head>
<body> <body>
<h1> <h1>
<fmt:message key="setup.finished.title" /> <fmt:message key="setup.finished.title" />
</h1> </h1>
...@@ -75,14 +74,11 @@ ...@@ -75,14 +74,11 @@
url = url.replace("setup/setup-finished.jsp", "login.jsp?username=admin"); url = url.replace("setup/setup-finished.jsp", "login.jsp?username=admin");
} }
%> %>
<ul>
<table border="0"> <br><br>
<tr> <div class="jive_setup_launchAdmin">
<td><a href="<%= url %>"><img src="../images/arrow_right_blue.gif" width="24" height="24" alt="" border="0"></a></td> <a href="<%= url %>"><fmt:message key="setup.finished.login" /></a>
<td><a href="<%= url %>"><fmt:message key="setup.finished.login" /></a></td> </div>
</tr>
</table>
</ul>
</body> </body>
......
...@@ -185,7 +185,20 @@ form { ...@@ -185,7 +185,20 @@ form {
.jive-error-text { .jive-error-text {
color : #f00; color : #f00;
} }
.jive_setup_launchAdmin a,
.jive_setup_launchAdmin a:visited {
position: relative;
padding: 6px 9px 6px 9px;
margin: 20px 0px 0px 0px;
font-size: 13px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
color: #fff;
border: 1px solid #0c2d4c;
background: #255480 url(../images/setup_btn_bg-bigblue.gif) repeat-x;
text-decoration: none;
-moz-border-radius: 4px;
}
/* --------------------------------------------- */ /* --------------------------------------------- */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment