Changeset - 348069b73ddf
[Not reviewed]
0 1 0
Bradley Kuhn (bkuhn) - 11 years ago 2013-05-30 17:24:50
bkuhn@ebb.org
Recent donations.
1 file changed with 3 insertions and 3 deletions:
0 comments (0 inline, 0 general)
www/conservancy/static/campaign/index.html
Show inline comments
...
 
@@ -10,13 +10,13 @@
 
<style type="text/css">
 
  #progressbar .ui-widget-header { background: rgb(206, 31, 31); }
 
</style>
 

	
 
<script type="text/javascript">
 
  $(document).ready(function() {
 
    $("#progressbar").progressbar({ value: (40624 / 75000) * 100 });
 
    $("#progressbar").progressbar({ value: (41124.00 / 75000) * 100 });
 

	
 
    $('.toggle-content').hide();
 

	
 
    $('.toggle-control')
 
     .addClass('clickable')
 
     .bind('click', function() {
...
 
@@ -136,15 +136,15 @@ el.attachEvent('on'+ev, function() {handler.apply(el);});
 
        balanced.bankAccount.create(bankAccountData, responseCallbackHandler);
 
    };
 
   $('#bank-account-form').submit(tokenizeInstrument);
 
*/
 
</script>
 
-->
 
$40,624 raised toward<br/>
 
$41,124 raised toward<br/>
 
our $75,000 goal.</br>
 
<div id="progressbar" style="height:20px;"><span style="float:right; align:center; margin-right:40%">54.2%</div>
 
<div id="progressbar" style="height:20px;"><span style="float:right; align:center; margin-right:40%">54.8%</div>
 
<font style="font-size: 75%">(Progress bar updated daily.)</font>
 
<a id="donate" style="text-decoration:none"></a>
 
<h3>Help us reach our goal:</h3>
 

	
 
<!-- PayPal start -->
 
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
0 comments (0 inline, 0 general)