Updated progress bar with real numbers; also some layout changes to it as well.
This commit is contained in:
parent
3ef1208e71
commit
121203044e
1 changed files with 4 additions and 3 deletions
|
@ -13,7 +13,7 @@
|
||||||
|
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
$(document).ready(function() {
|
$(document).ready(function() {
|
||||||
$("#progressbar").progressbar({ value: (200 / 1000) * 100 });
|
$("#progressbar").progressbar({ value: (2515 / 75000) * 100 });
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
@ -108,9 +108,10 @@ el.attachEvent('on'+ev, function() {handler.apply(el);});
|
||||||
*/
|
*/
|
||||||
</script>
|
</script>
|
||||||
-->
|
-->
|
||||||
|
<p>$2,515 raised toward<br/>
|
||||||
<p>$200 of $1000 (20.0%)</p>
|
our $75,000 goal.</p>
|
||||||
<div id="progressbar" style="height:20px;"></div>
|
<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>
|
<p>Help us reach our goal:</p>
|
||||||
|
|
||||||
<!-- Google Checkout start -->
|
<!-- Google Checkout start -->
|
||||||
|
|
Loading…
Reference in a new issue