|
jforum example source code file (download.jsp)
This example jforum source code file (download.jsp) is included in the DevDaily.com
"Java Source Code
Warehouse" project. The intent of this project is to help you "Learn Java by Example" TM.
The jforum download.jsp source code
<jsp:include page="header.jsp"/>
<style type="text/css">
#downloadContainer {
background:#FAFFF3 none repeat scroll 0% 50%;
margin-bottom:10px;
padding:5px;
}
</style>
<!-- InstanceBeginEditable name="MainContent" -->
<div style="padding-top:10px;">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="100%" valign="top">
<div style="padding:0px 10px">
<img src="images/bt_downloadnow.gif">
<div>
<!--
-->
<!-- Before download -->
<div class="blue-title" style="font-size: 16px; font-weight: bold;">Before you download...
<p>
...please take a moment to read this.
</p>
<p>
JForum is an Open Source project,
maintained by at least one full time Senior Developer, <i>which costs US$ 3,000.00 / month.
</p>
<p>
If JForum helps your work, saves your time (time is money, remember?) and increase your earnings, support it.
The simpler way is to make any <a href="contribute.jsp">donation via PayPal.
</p>
<div>
<p>
<ul class="ul-orange">
<li>Please consider helping this project.
</ul>
<br />
<jsp:include page="donate_now.inc.jsp"/>
</p>
<div>
<p>
JForum has grown a lot every day, since four years ago, which is a great thing, and initially it wasn't my intention to fully work on this tool. Lately, I'm spending a lot of time on it, specially to make JForum 3 a reality, to help users, to improve the program, to research about better solutions. So, your support is very welcome!
</p>
<p>
Thank you. Rafael Steil - JForum Project Leader.
</p>
<p>
<a href="contribute.jsp">Click here for more information about supporting JForum.
</p>
<div>
<p>
<div class="blue-title" style="font-size: 16px; font-weight: bold;">Download
</p>
<p>
Don't forget to check out the <a href="install.jsp" class="blue">installation instructions.
We would love to hear from you. Leave a <a href="community.jsp" class="blue">feedback when possible.
</p>
<div id="downloadContainer">
<!-- License -->
<div class="blue-title" style="font-size: 16px;">License agreement
<p>
The current version of JForum is the result of years of work of many people, who have
spent thousands of hours developing the software.
</p>
<p>
JForum has its source code open under the terms of the <a href="http://en.wikipedia.org/wiki/BSD_license" class="blue">BSD license,
which basically states that you can use and customize JForum without any cost.
</p>
<p>
Although, you are required to maintain full credits to the project, and we sincerely ask you to link back to us whenever possible.
</p>
<div class="blue-title" style="font-size: 16px;">Files
<p> Download JForum ZIP package
<p> Download JForum WAR package
<p> Download JForum source code
</div>
</td>
<td width="198" valign="top">
Copyright 1998-2024 Alvin Alexander, alvinalexander.com
All Rights Reserved.
A percentage of advertising revenue from
pages under the /java/jwarehouse
URI on this website is
paid back to open source projects.
|