blob: 34dc3a437f85e4a1b19f8d405c8e0a88995ecc30 [file] [log] [blame]
<?php
/*******************************************************************************
* Copyright (c) 2014 Eclipse Foundation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://eclipse.org/legal/epl-v10.html
*
* Contributors:
* Christopher Guindon (Eclipse Foundation) - Initial implementation
*******************************************************************************/
?>
<div id="fullcolumn">
<div id="midcolumn">
<h1><?php print $pageTitle; ?></h1>
<p>Support Eclipse and help the Eclipse Foundation provide services
for the Eclipse community, such as*:</p>
<ul>
<li>Providing more bandwidth for users and committers</li>
<li>Purchasing additional servers to host Eclipse projects</li>
<li>Sending students to EclipseCon</li>
<li>Sponsoring Eclipse community events</li>
</ul>
<p>
Feel free to donate any amount you'd like. Donations of $35 or more
will receive special Friends of Eclipse benefits (described below).
We have made it easy to use a credit card through <img
src="images/paypal.gif" align="absbottom" alt="PayPal">. Please
note, the Eclipse Foundation is a not-for-profit organization, not a
charitable organization, so we are unable to provide charitable tax
receipts.
</p>
<span style="display:block;margin-top:2em;"><?php print $App->getFacebookLikeButtonHTML();?></span>
<h3>Donate</h3>
<p class="required">Required*</p>
<form action="https://www.paypal.com/cgi-bin/webscr" method="POST" name="donateForm" id="donateForm" class="form-horizontal">
<input type="hidden" name="business" value="donate@eclipse.org"/>
<input type="hidden" name="item_name" value="Donation"/>
<input type="hidden" name="no_shipping" value="1"/>
<input type="hidden" name="on0" value="Comment"/>
<input type="hidden" name="on1" value="Anonymity"/>
<input TYPE="hidden" name="lc" value="US"/>
<input TYPE="hidden" name="cmd" value="_xclick"/>
<input type="hidden" name="currency_code" value="USD"/>
<div class="form-group">
<label for="first_name" class="col-sm-6 control-label">First Name<span class="required">*</span></label>
<div class="col-sm-18">
<input type="text" name="first_name" size="30" id="first_name" maxlength="64" class="form-control"/>
</div>
</div>
<div class="form-group">
<label for="last_name" class="col-sm-6 control-label">Last Name<span class="required">*</span></label>
<div class="col-sm-18">
<input type="text" name="last_name" size="30" id="last_name" maxlength="64" class="form-control"/>
</div>
</div>
<div class="form-group">
<label for="amount" class="col-sm-6 control-label">Donation Amount<span class="required">*</span></label>
<div class="col-sm-8">
<input type="text" name="amount" id="amount" size="10" class="form-control"/>
</div>
<div class="col-sm-6" style="padding-left:0;padding-top:6px;">
US$
</div>
</div>
<div class="form-group">
<label for="os0" class="col-sm-6 control-label">Message (200 Characters)</label>
<div class="col-sm-18">
<textarea id="os0" name="os0" maxlength="200" class="form-control"/></textarea>
</div>
</div>
<div class="form-group">
<label for="os1" class="col-sm-6 control-label">Visibility</label>
<div class="col-sm-18">
<label class="checkbox-inline">
<input type="radio" id="os1" name="os1" value="Public" checked="checked"> List My Name
</label>
<label class="checkbox-inline">
<input type="radio" id="os1" name="os1" value="Anonymous"> List Anonymously
</label>
</div>
</div>
<h3 style="margin-top:2em;">Friend Of Eclipse Login</h3>
<p>When you donate US$35 or more you will have access to the Friends
of Eclipse Mirror Site. You will need an Eclipse.org account to
gain you access to this mirror. If you need an account
<a href="https://dev.eclipse.org/site_login/createaccount.php" target="_blank">click here</a> to launch the registration page in a new window.</p>
<div class="form-group">
<label for="item_number" class="col-sm-6 control-label">Eclipse.org login <span class="required">*</span></label>
<div class="col-sm-18">
<input class="form-control" type="text" name="item_number" id="item_number" size="30">
<p style="margin-top:2em;"><input type="submit" class="btn btn-primary" value="Donate" />
<img src="images/paypal.gif" align="absbottom" alt="PayPal" style="padding:0 10px;"></p>
</div>
</div>
</form>
<h2 style="margin-top:2em;">Friend of Eclipse Benefits</h2>
<p>Donate US$35 or more and you will be identified as a Friend of
Eclipse for 1 year. Benefits include:</p>
<ul>
<li><span class="friend">Friends of Eclipse Mirror Site</span> -
This will allow you to download new versions of Eclipse faster**.</li>
<li><span class="friend">"Friend of Eclipse" logo***</span></li>
</ul>
<p align="center">
<img src="images/friendslogo.png" width="275" style="padding:2em 0 3em 0;"/>
</p>
<p class="small">*Eclipse Foundation Inc. is a not-for-profit, member supported
corporation. Please note that contributions or gifts to the Eclipse
Foundation Inc. are not tax deductible as charitable contributions.
Contributions will not be restricted to the activities described,
but will be put into a general operating fund.</p>
<p class="small">**Eclipse Foundation Inc. cannot guarantee that the Friends mirror
will be faster than its other mirrors, however it will give users of
this mirror priority. This Friends Mirror is only available for
downloads through our website.</p>
<p class="small">***The Friends of Eclipse program is for individuals, so the logo
should not be used on an organization web site.</p>
</div>
</div>
<div id="rightcolumn">
<div class="sideitem">
<h6>Related Links</h6>
<ul>
<li><a href="faq.php">FAQ</a></li>
<li><a href="http://dev.eclipse.org/site_login">Friends of Eclipse Login</a></li>
</ul>
</div>
<div class="sideitem">
<h6>Recent Donations</h6>
<ul class="fa-ul">
<? sideDonorList(10); ?>
</ul>
<p class="small">*Amounts are in USD</p>
</div>
</div>