Commit 29b3d70e authored by Ryan Graham's avatar Ryan Graham Committed by ryan

tweaks to the look -n- feel of the enterprise information page.

git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@5563 b35dd754-fafc-0310-a699-88a17e54d16e
parent be3c87c9
...@@ -206,43 +206,41 @@ ...@@ -206,43 +206,41 @@
</style> </style>
<body> <body>
<img src="images/enterprise.png" alt="Wildfire Enterprise" hspace="10" vspace="10" width="200" height="197" border="0" align="right" /> <span class="jive-enterprise-info">
<p><b>What is it?</b> <img src="images/enterprise.png" alt="Wildfire Enterprise" hspace="10" vspace="10" width="200" height="197" border="0" align="right" />
<ul> <h3>What is it?</h3>
<ul>
<li>A commercial extension to Wildfire that provides practical and valuable features.</li> <li>A commercial extension to Wildfire that provides practical and valuable features.</li>
<li>Delivered as a plugin that works with the Open Source edition.</li> <li>Delivered as a plugin that works with the Open Source edition.</li>
<li>Low per-user pricing.</li> <li>Low per-user pricing.</li>
</ul></p> </ul>
<p><b>Why use it?</b> <h3>Why use it?</h3>
<ul> <ul>
<li><b>Reporting:</b> What manager wouldn't love graphs like the one pictured to the right?</li> <li><b>Reporting:</b> What manager wouldn't love graphs like the one pictured to the right?</li>
<li><b>Client Control:</b> Stop the client madness -- take control of versions, features and more.</li> <li><b>Client Control:</b> Stop the client madness -- take control of versions, features and more.</li>
<li><b>Archiving:</b> If "compliance" is a word your organization uses, you need this feature.</li> <li><b>Archiving:</b> If "compliance" is a word your organization uses, you need this feature.</li>
<li><b>Customer Chat:</b> Generate leads, close sales, route questions -- your sales and support people will love this feature.</li>
<li><b>Support.</b> Professional support by the hard-working and friendly Jive Software team.</li>
<li>Best of all, by using Enterprise, you're directly supporting the Open Source project.</li>
<li><b>Customer Chat:</b> Generate leads, close sales, route questions -- your sales and <p>Interested? See the full <a href="http://www.jivesoftware.com/products/wildfire/features/enterprise.jsp">feature overview</a>.</p>
support people will love this feature.</li> </ul>
<li><b>Support.</b> Professional support by the hard-working and friendly Jive Software team.</li>
<li>Best of all, by using Enterprise, you're directly supporting the Open Source project.</li>
<br/>
Interested? See the full <a href="http://www.jivesoftware.com/products/wildfire/features/enterprise.jsp">feature overview</a>.
</ul>
</p>
<p><b>How to get started:</b> <h3>How to get started:</h3>
<ol> <ol>
<li>Install the plugin (no re-start necessary).</li> <li>Install the plugin (no re-start necessary).</li>
<li>Get an evaluation license file (you'll be prompted after install).</li> <li>Get an evaluation license file (you'll be prompted after install).</li>
</ol> </ol>
</p>
</span>
<br/>
<%if(plugins.size() == 0){ %> <%if(plugins.size() == 0){ %>
<div style="padding:10px;background:#FFEBB5;border:1px solid #DEB24A;width:75%;"> <div style="padding:10px;background:#FFEBB5;border:1px solid #DEB24A;width:75%;">
...@@ -353,7 +351,7 @@ ...@@ -353,7 +351,7 @@
</div> </div>
<br/>
<% <%
String time = JiveGlobals.getProperty("update.lastCheck"); String time = JiveGlobals.getProperty("update.lastCheck");
if(time != null){ if(time != null){
...@@ -361,7 +359,7 @@ ...@@ -361,7 +359,7 @@
time = JiveGlobals.formatDate(date); time = JiveGlobals.formatDate(date);
} }
%> %>
<p> <p style="font-size: 8pt; padding: 4px 0px 10px 0px;">
<% if(time != null) { %> <% if(time != null) { %>
Last checked for an updated version <%= time%>. Last checked for an updated version <%= time%>.
<% } %> <% } %>
...@@ -370,5 +368,14 @@ ...@@ -370,5 +368,14 @@
</p> </p>
<% } %> <% } %>
<div class="jive-enterprise-info-install">
<a href="#" class="jive-enterprise-info-install-btn">Install Enterprise Plugin</a>
<p>Version 3.0.1 - 3.9 MB<br>
<a href="#">Readme</a> &nbsp;|&nbsp; <a href="#">Changelog</a></p>
</div>
<div class="jive-enterprise-info-close"><a href="#">Don't Show This Again</a></div>
</body> </body>
</html> </html>
\ No newline at end of file
...@@ -781,3 +781,65 @@ th.jive-table-th-center { ...@@ -781,3 +781,65 @@ th.jive-table-th-center {
padding: 0px 0px 3px 0px; padding: 0px 0px 3px 0px;
} }
/* --------------------------------------------- */
/* Roster box (in Group Settings page) */
/* --------------------------------------------- */
.jive-enterprise-info img {
clear: both;
}
.jive-enterprise-info h3 {
color: #34679a;
font-size: 13pt;
margin: 4px 0px 4px 0px;
padding: 0px;
}
.jive-enterprise-info ul,
.jive-enterprise-info ol {
margin: 0px 0px 20px 30px;
padding: 0px;
}
.jive-enterprise-info ul li,
.jive-enterprise-info ol li{
margin: 0px;
padding: 3px 0px 3px 0px;
}
.jive-enterprise-info ul p {
padding: 20px 0px 10px 0px;
margin: 0px;
}
.jive-enterprise-info-install {
clear: both;
margin: 0px 0px 0px 0px;
padding: 10px 0px 20px 0px;
}
.jive-enterprise-info-install a.jive-enterprise-info-install-btn {
display: block;
float: left;
clear: both;
padding: 8px 20px 8px 20px;
margin: 0px;
font-weight: bold;
font-size: 10pt;
text-decoration: none;
color: #fff;
background: url(../images/enterprise-info-btn.gif) repeat-x center;
}
.jive-enterprise-info-install p {
float: left;
clear: both;
padding: 5px 0px 20px 1px;
margin: 0px;
font-size: 8pt;
}
.jive-enterprise-info {
font-size: 9pt;
}
.jive-enterprise-info-close {
clear: both;
margin: 0px 0px 6px 0px;
padding: 20px 0px 20px 0px;
}
\ No newline at end of file
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