diff options
author | emkael <emkael@tlen.pl> | 2023-10-09 16:51:55 +0200 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2023-10-09 16:51:55 +0200 |
commit | c5ca86d69b0f4194fa2126210dcf699bf3d09fa1 (patch) | |
tree | 6f6bdc351b95f46423d8bd54e945af9367f7da87 | |
parent | f12281b8ba210d6efc6106accd4228be0b06f76b (diff) |
Adding SquareDeal info links to boards page
-rw-r--r-- | boards/template/centralne.html | 9 | ||||
-rw-r--r-- | boards/template/ekstraklasa.html | 9 |
2 files changed, 18 insertions, 0 deletions
diff --git a/boards/template/centralne.html b/boards/template/centralne.html index f5b140d..a39a0bb 100644 --- a/boards/template/centralne.html +++ b/boards/template/centralne.html @@ -30,6 +30,15 @@ </tr> <!---[CONTENT]---> <tr> + <td class="e" colspan="3"> </td> + </tr> + <tr> + <td class="bd12" colspan="3"><a href="https://it.pzbs.pl/square-deal/" class="zb" target="_blank">Informacje SquareDeal</a></td> + </tr> + <tr> + <td class="e" colspan="3"> </td> + </tr> + <tr> <td colspan="21"> <p class="vs"></p> <p class="f"> Strona wygenerowana <!---[GENDATE]--->, nie wiem, co innego tu napisać, optymalizowana dla rozdzielczości 1024x768.</p> diff --git a/boards/template/ekstraklasa.html b/boards/template/ekstraklasa.html index d873e2e..89a26de 100644 --- a/boards/template/ekstraklasa.html +++ b/boards/template/ekstraklasa.html @@ -30,6 +30,15 @@ </tr> <!---[CONTENT]---> <tr> + <td class="e" colspan="3"> </td> + </tr> + <tr> + <td class="bd12" colspan="3"><a href="https://it.pzbs.pl/square-deal/" class="zb" target="_blank">SquareDeal information</a></td> + </tr> + <tr> + <td class="e" colspan="3"> </td> + </tr> + <tr> <td colspan="21"> <p class="vs"></p> <p class="f"> Page generated: <!---[GENDATE]--->, I don't know what else to put here, optimized for 1024x768 resolution.</p> |