/[pcsclite]/website/matrix.py
ViewVC logotype

Diff of /website/matrix.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3493 by rousseau, Thu May 7 13:33:02 2009 UTC revision 4245 by rousseau, Wed Jun 3 13:03:29 2009 UTC
# Line 209  def generate_table(readers, field, index Line 209  def generate_table(readers, field, index
209      readers are in the order given by index      readers are in the order given by index
210      """      """
211      header = """<?xml version="1.0" encoding="UTF-8"?>      header = """<?xml version="1.0" encoding="UTF-8"?>
212  <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">  <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
213  <html>  <html>
214    <head>    <head>
215      <title>%s</title>      <title>%s</title>
216      <link rel="stylesheet" type="text/css" href="default.css">      <link rel="stylesheet" type="text/css" href="default.css">
217        <link rel="stylesheet" type="text/css" href="matrix.css">
218    </head>    </head>
219    <body>"""    <body>"""
220      footer = """      footer = """
221      <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"> </script> <script type="text/javascript"> _uacct = "UA-2404298-2"; urchinTracker(); </script>  <script type="text/javascript">
222    var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
223    document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
224    </script>
225    <script type="text/javascript">
226    try {
227    var pageTracker = _gat._getTracker("UA-2404298-2");
228    pageTracker._trackPageview();
229    } catch(err) {}</script>
230      <p>Ludovic Rousseau</p>      <p>Ludovic Rousseau</p>
231    </body>    </body>
232  </html>"""  </html>"""

Legend:
Removed from v.3493  
changed lines
  Added in v.4245

  ViewVC Help
Powered by ViewVC 1.1.5