Subversion Repositories Remote Hare Voting

Rev

Rev 10 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 10 Rev 11
Line 23... Line 23...
23
import string
23
import string
24
import sys
24
import sys
25
import math 
25
import math 
26
import random
26
import random
27
 
27
 
28
import version
28
from revision import revision
29
 
29
 
30
formaction = string.split(sys.argv[0],"/")[-1]
30
formaction = string.split(sys.argv[0],"/")[-1]
31
 
31
 
32
fTrace = 1
32
fTrace = 1
33
fHTML = 1
33
fHTML = 1
Line 55... Line 55...
55
The source code is available <a href="%s?fetch=yes">here</a>.
55
The source code is available <a href="%s?fetch=yes">here</a>.
56
<p>
56
<p>
57
<small>%s</small>
57
<small>%s</small>
58
<hr>
58
<hr>
59
<pre>
59
<pre>
60
""" % (formaction, formaction, version.version))
60
""" % (formaction, formaction, revision))
61
    return
61
    return
62
 
62
 
63
def emitPostHTML():
63
def emitPostHTML():
64
    emitHTML("""</pre>
64
    emitHTML("""</pre>
65
</body>
65
</body>