Changeset - 121203044ecd
[Not reviewed]
0 1 0
Bradley Kuhn (bkuhn) - 11 years ago 2013-05-01 01:42:47
bkuhn@ebb.org
Updated progress bar with real numbers; also some layout changes to it as well.
1 file changed with 4 insertions and 3 deletions:
0 comments (0 inline, 0 general)
www/conservancy/static/campaign/index.html
Show inline comments
...
 
@@ -13,7 +13,7 @@
 

	
 
<script type="text/javascript">
 
  $(document).ready(function() {
 
    $("#progressbar").progressbar({ value: (200 / 1000) * 100 });
 
    $("#progressbar").progressbar({ value: (2515 / 75000) * 100 });
 
  });
 
</script>
 
{% endblock %}
...
 
@@ -108,9 +108,10 @@ el.attachEvent('on'+ev, function() {handler.apply(el);});
 
*/
 
</script>
 
-->
 

	
 
<p>$200 of $1000 (20.0%)</p>
 
<p>$2,515 raised toward<br/>
 
our $75,000 goal.</p>
 
<div id="progressbar" style="height:20px;"></div>
 
<p><font style="font-size: 25%">(Progress bar updated daily.)</font></p>
 
<p>Help us reach our goal:</p>
 

	
 
<!-- Google Checkout start -->
0 comments (0 inline, 0 general)