diff options
author | emkael <emkael@tlen.pl> | 2018-04-25 12:44:58 +0200 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2018-04-25 12:44:58 +0200 |
commit | 2b00cc4735293a5276d120529a0bcc3b95177219 (patch) | |
tree | b18a6d3e99279c2e9f8c069f91bb81faadea6173 /jfr_playoff/template.py | |
parent | b62a0aaa38a63e7ce769fc698da39b5b8c81849c (diff) |
Add explanation of leaderboard classes for these with defined captions
Diffstat (limited to 'jfr_playoff/template.py')
-rw-r--r-- | jfr_playoff/template.py | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/jfr_playoff/template.py b/jfr_playoff/template.py index 6e412b9..b99c7c7 100644 --- a/jfr_playoff/template.py +++ b/jfr_playoff/template.py @@ -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"> </td></tr> +<tr><td class="bdnl12" align="center"><b> LEGENDA </b></td></tr> +%s +</table> +''' + +LEADERBOARD_CAPTION_TABLE_ROW = ''' +<tr class="%s"> +<td class="bd1"> + %s +</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 = ''' |