~nealmcb/electionaudits/trunk

« back to all changes in this revision

Viewing changes to electionaudits/templates/electionaudits/ea510_style.xsl

  • Committer: Neal McBurnett
  • Date: 2010-10-25 23:41:10 UTC
  • Revision ID: neal@mcburnett.org-20101025234110-9pr5mhfp67glvq68
        * Add preliminary support for exporting vote count data in Election Markup Language (EML) 510 format
        * Add support for importing Hart and Sequoia CSV files
        * Work on importing from California's StateWide DataBase (http://swdb.berkeley.edu/)
        * Support for ballot counts in AuditUnit object
        * Fix bug - invalid cached statistics used if proportion changed
        * Update ToDo and README
        * Provide untested install.bat file for installing under windows
        * Add copyrights to LICENSE
        * Highlight selected contests in yellow
        * Use "th" tag for headings in audit reports
        * TestT0: more robust selection of contest and contestbatch to test
        * Comment out some columns in reports
        * Note that for code changes committed, most recent is 2009-11-23, except for some testing code and comments
        * Drop unused -v (--verbose) option in parser.py: conflicts with --verbosity in Django 1.1 (r9110)

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
     <xsl:for-each select="eml:TotalVotes">
43
43
 
44
44
      <tr bgcolor="#ccffcc">
45
 
        <th align="left" width="50%">STATEWIDE</th>
 
45
        <th align="left" width="50%">Totals</th>
46
46
        <th align="left" width="30%"></th>
47
47
        <th align="right" width="20%"></th>
48
48
      </tr>
225
225
 
226
226
  <p align="center">
227
227
   <a href="https://launchpad.net/electionaudits">
228
 
   ElectionAudits Home Page (generator of this EML)</a>
 
228
   ElectionAudits Home Page (generator of this EML report)</a>
229
229
  </p>
230
230
  </body>
231
231
  </html>