diff options
Diffstat (limited to 'jfr_playoff/template.py')
-rw-r--r-- | jfr_playoff/template.py | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/jfr_playoff/template.py b/jfr_playoff/template.py index 7b91b3b..881e1b5 100644 --- a/jfr_playoff/template.py +++ b/jfr_playoff/template.py @@ -80,15 +80,16 @@ class PlayoffTemplateStrings(object): STARTING_POSITION_BOX = ''' <div style="position: absolute; left: %dpx; top: %dpx" class="playoff_matchbox" data-id="place-%d"> + %s + </div> + ''' + + POSITION_BOX = ''' <table border="0" cellspacing="0"> <tr> - <td class="bdcc1" style="opacity: 0"> </td> - </tr> - <tr> <td class="bdc12" width="20">%d</td> </tr> </table> - </div> ''' MATCH_BOX = ''' |