diff options
author | emkael <emkael@tlen.pl> | 2021-11-21 16:16:42 +0100 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2021-11-21 16:16:42 +0100 |
commit | fb020853caf99d085340c7efeae046eb8a9beb7c (patch) | |
tree | 427c529a9ed13ddca43a37d67b14fb31cf88009d /boards/template | |
parent | 0d07462fac19b41f31701044306b9bcd475b42a9 (diff) |
Hand records WWW generator - 1+2 after 4 matches
Diffstat (limited to 'boards/template')
-rw-r--r-- | boards/template/centralne.html | 40 | ||||
-rw-r--r-- | boards/template/centralne.logo.html | 20 |
2 files changed, 60 insertions, 0 deletions
diff --git a/boards/template/centralne.html b/boards/template/centralne.html new file mode 100644 index 0000000..a620d7e --- /dev/null +++ b/boards/template/centralne.html @@ -0,0 +1,40 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<html> + <head> + <meta http-equiv="Pragma" content="no-cache"> + <meta http-equiv="Cache-Control" content="no-cache"> + <meta name="robots" content="noarchive"> + <meta http-equiv="expires" content="0"> + <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> + <meta name="Generator" content="Skrypt napisany Palcami Klichowicza"> + <title>I i II liga DMP 2021/22 - Round Robin: ROZKŁADY</title> + <link rel="stylesheet" type="text/css" href="../butler/css/kolorki.css"> + </head> + <body class="all"> + <table cellspacing="0"> + <tr> + <td colspan="3"> + <span id="logo"> + <!---[LOGOH]---> + </span> + </td> + </tr> + <tr> + <td class="e" colspan="3"> </td> + </tr> + <tr> + <td class="bdnt12" colspan="3">ROZKŁADY ROZDAŃ</td> + </tr> + <tr> + <td class="e" colspan="3"> </td> + </tr> + <!---[CONTENT]---> + <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> + </td> + </tr> + </table> + </body> +</html> diff --git a/boards/template/centralne.logo.html b/boards/template/centralne.logo.html new file mode 100644 index 0000000..dd26d35 --- /dev/null +++ b/boards/template/centralne.logo.html @@ -0,0 +1,20 @@ +<table cellspacing="0" cellpadding="0" border="0"><tr> +<td valign="center"><img src="../butler/images/pzbs.gif"></td> +<td align="center"> +<font size="5">I i II liga DMP 2021/22</font><br> +<font size="4">rozkłady rozdań</font><br><br> +Wyniki fazy zasadniczej:<br /> +[<a class="zb" target="_blank" href="../1liga/n/nrrleaderb.html"> grupa N </a>] +[<a class="zb" target="_blank" href="../1liga/s/srrleaderb.html"> grupa S </a>]<br> +[<a class="zb" target="_blank" href="../2liga/ne/nerrleaderb.html"> grupa NE </a>] +[<a class="zb" target="_blank" href="../2liga/nw/nwrrleaderb.html"> grupa NW </a>] +[<a class="zb" target="_blank" href="../2liga/se/serrleaderb.html"> grupa SE </a>] +[<a class="zb" target="_blank" href="../2liga/sw/swrrleaderb.html"> grupa SW </a>]<!--<br /><br /> +Play-off:<br /> +[<a class="zb" target="_blank" href="../1liga/n/playoff.html"> grupa N </a>] +[<a class="zb" target="_blank" href="../1liga/s/playoff.html"> grupa S </a>]<br> +[<a class="zb" target="_blank" href="../2liga/ne/playoff.html"> grupa NE </a>] +[<a class="zb" target="_blank" href="../2liga/nw/playoff.html"> grupa NW </a>] +[<a class="zb" target="_blank" href="../2liga/se/playoff.html"> grupa SE </a>] +[<a class="zb" target="_blank" href="../2liga/sw/playoff.html"> grupa SW </a>]--> +</td></tr></table> |