progress report

This commit is contained in:
Massimo Di Pierro
2012-03-26 17:19:23 -05:00
parent 4f17616b0f
commit e82f2c2b5c
4 changed files with 2654 additions and 10 deletions
@@ -11,3 +11,14 @@
<div class="license_text legalese">{{=license}}</div>
</ul>
<script language="javascript" type="text/javascript" src="{{=URL('static','js/jquery.flot.js')}}"></script>
<h3>{{=T('Project Progress')}}</h3>
<p>
<center>
<div id="placeholder" style="width:600px;height:300px;"></div>
</center>
<script type="text/javascript">
jQuery(function () { jQuery.plot(jQuery("#placeholder"), [ {{=progress}} ]); });
</script>
</p>