summaryrefslogtreecommitdiff
path: root/jfr_playoff/template.py
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2018-04-25 13:13:55 +0200
committeremkael <emkael@tlen.pl>2018-04-25 13:13:55 +0200
commit3352b2986b8d0c941eec01fdad13b2fac9cc4418 (patch)
treeaee570abe83aa91235f77ebc45c03dfc15f4b6ae /jfr_playoff/template.py
parent13a2d2e230b39efe4d06b80c667b0fbabae83239 (diff)
parent1060632734b1f4e1117cbc33163101999ab201f6 (diff)
Merge branch 'position-styles' into devel
Diffstat (limited to 'jfr_playoff/template.py')
-rw-r--r--jfr_playoff/template.py19
1 files changed, 18 insertions, 1 deletions
diff --git a/jfr_playoff/template.py b/jfr_playoff/template.py
index e9ba977..b99c7c7 100644
--- a/jfr_playoff/template.py
+++ b/jfr_playoff/template.py
@@ -96,7 +96,7 @@ LEADERBOARD = '''
'''
LEADERBOARD_ROW = '''
-<tr>
+<tr class="%s">
<td class="bdc1">%d</td>
<td class="bd">
&nbsp;%s&nbsp;&nbsp;%s&nbsp;
@@ -108,6 +108,22 @@ LEADERBOARD_ROW_FLAG = '''
<img class="fl" src="images/%s" />
'''
+LEADERBOARD_CAPTION_TABLE = '''
+<table class="caption_table" border="0" cellspacing="0">
+<tr><td class="e">&nbsp;</td></tr>
+<tr><td class="bdnl12" align="center"><b>&nbsp;LEGENDA&nbsp;</b></td></tr>
+%s
+</table>
+'''
+
+LEADERBOARD_CAPTION_TABLE_ROW = '''
+<tr class="%s">
+<td class="bd1">
+&nbsp;%s&nbsp;
+</td>
+</tr>
+'''
+
PAGE_HEAD = '''
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Cache-Control" content="no-cache" />
@@ -134,6 +150,7 @@ PAGE_BODY = '''
</p>
%s
%s
+%s
'''
PAGE_BODY_FOOTER = '''