[pypy-commit] pypy.org extradoc: add progressbar

fijal noreply at buildbot.pypy.org
Wed Oct 5 09:35:06 CEST 2011


Author: Maciej Fijalkowski <fijall at 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>


More information about the pypy-commit mailing list