Author: Maciej Fijalkowski <fij...@gmail.com>
Branch: extradoc
Changeset: r277:f20036f73b59
Date: 2011-10-05 09:34 +0200
http://bitbucket.org/pypy/pypy.org/changeset/f20036f73b59/

Log:    add progressbar

diff --git a/donate1.html b/donate1.html
--- a/donate1.html
+++ b/donate1.html
@@ -4,6 +4,20 @@
     <a href="#" onclick="general_donate(); return false;">Donate towards 
general pypy progress</a><br/>
   </li>
   <li>
+<script>
+  $(function() {
+    $("#progressbar").progressbar({
+      value: 1.8
+   });
+  });
+</script>
+
+   $1974 of $105000 (1.8%)
+   <div id="progressbar">
+   </div>
+
+  </li>
+  <li>
     <span id="donate_text">This donation will go towards supporting python 3 
in PyPy <a href="py3donate.html">Read proposal</a>
   </li>
   <li>
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to