diff options
Diffstat (limited to 'http')
-rw-r--r-- | http/pkle2018-old.php | 2 | ||||
-rw-r--r-- | http/pkle2018.php | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/http/pkle2018-old.php b/http/pkle2018-old.php index f59a29f..84dc727 100644 --- a/http/pkle2018-old.php +++ b/http/pkle2018-old.php @@ -370,7 +370,7 @@ function submitit(){ </script> </head> <body style="background-color: #F0F0F0; background-image: none" onload="document.getElementById('izw').readOnly = (document.forms['pkl']['typ'].value < 4)"> -<form id="pkl" method="post" action="pkle2018.php"> +<form id="pkl" method="post" action="pkle2018-old.php"> <table border="0" cellspacing="0" cellpadding="0"> <tr> <td><img src="images/logo_pzbs.gif"></td> diff --git a/http/pkle2018.php b/http/pkle2018.php index 446a94c..4ea16f4 100644 --- a/http/pkle2018.php +++ b/http/pkle2018.php @@ -289,6 +289,7 @@ function submitit(ev){ </div> </td><td colspan="3" valign="top"><pre id="outsql" style="display: none"></pre></td> <td colspan="3" valign="top"><pre id="outsql2" style="display: none"></pre></td></tr> + <tr><td colspan="5" align="center"><small>Gdyby coś nie działało, spróbuj <a href="pkle2018-old.php">poprzedniej wersji kalkulatora</a>.</small></td></tr> <tr><td colspan="5" class="copyright">©'2009, Jan Romański dla PZBS</td></tr> </table> </form> |