diff options
Diffstat (limited to 'playoff/template.py')
-rw-r--r-- | playoff/template.py | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/playoff/template.py b/playoff/template.py index 5fe855c..65a846b 100644 --- a/playoff/template.py +++ b/playoff/template.py @@ -12,8 +12,12 @@ MATCH_TABLE = ''' MATCH_TEAM_ROW = ''' <tr> -<td class="bd1"> <a onmouseover="Tip('%s')" onmouseout="UnTip()">%s</a> </td> -<td class="bdc"> %.1f </td> +<td class="bd1"> <a href="%s" onmouseover="Tip('%s')" onmouseout="UnTip()">%s</a> </td> +<td class="bdc"> +<a href="%s" target="_top"> + %.1f +</a> +</td> </tr> ''' @@ -54,7 +58,7 @@ MATCH_BOX = ''' LEADERBOARD = ''' <table border="0" cellspacing="0"> <tr> -<td class="bdnl12" colspan="2" align="center"><b>KLASYFIKACJA KOŃCOWA</b></td> +<td class="bdnl12" colspan="2" align="center"><b> KLASYFIKACJA KOŃCOWA </b></td> </tr> <tr> <td class="e" colspan="2"> </td> |