<!--

//***************************//
// Copyright: Marcin Szeląg  //
//***************************//

//Skrypt wypisujący na ekran stopkę strony;
//adres w src obrazka zależy od wartości zmiennej rootPath, przechowującej ścieżkę do katalogu głównego serwisu,
//która powinna zostać ustawiona przed wykonaniem tego skryptu
/*
document.writeln('<hr />'); //!

document.writeln('<table class="threeCells" border="0">');
document.writeln('<tr>');

document.writeln('<td class="leftCell2">');
document.writeln('<span onclick="history.back();" onmouseover="window.status=\'Poprzednia strona\'; return true;" onmouseout="window.status=\'\'; return true;">');
document.writeln('<img src="' + rootPath + 'Obrazki/left.gif" alt="Poprzednia strona" />'); //!
document.writeln('</span>');
document.writeln('</td>');

document.writeln('<td class="centralCell2">');
//document.writeln('autor: Marcin Szeląg, opracowanie graficzne: Karolina Jujka');
document.writeln('&nbsp;');
document.writeln('</td>');

document.writeln('<td class="rightCell2">');
document.writeln('<span onclick="history.forward();" onmouseover="window.status=\'Następna strona\'; return true;" onmouseout="window.status=\'\'; return true;">');
document.writeln('<img src="' + rootPath + 'Obrazki/right.gif" alt="Następna strona" />'); //!
document.writeln('</span>');
document.writeln('</td>');

document.writeln('</tr>');
document.writeln('</table>');
*/
document.writeln('<hr />');

document.writeln('<table class="threeCells" border="0">');
document.writeln('<tr>');

document.writeln('<td class="leftCell1">');
document.writeln('Ostatnia modyfikacja: ' + document.lastModified);
document.writeln('</td>');

document.writeln('<td class="centralCell1">');
document.writeln('<a href="http://validator.w3.org/check/referer" target="_top"><img src="' + rootPath + 'Obrazki/valid-xhtml10.gif" alt="Valid XHTML 1.0!" height="31" width="88" border="0" /></a>');
document.writeln('</td>');

document.writeln('<td class="rightCell1">');
document.writeln('<a target="_top" href="http://stat.4u.pl/?pocztowiec"><img src="http://ad.stat.4u.pl/s4u.gif" border="0" alt="stat4u" /></a>');
document.writeln('<br />');
document.writeln('<a href="' + rootPath + 'Mailing/index.php"><img border="0" src="' + rootPath + 'Obrazki/mailing.gif" width="23" height="11" alt="Mailing" /></a>');
document.writeln('<a target="_top" href="http://idss-msz.cs.put.poznan.pl/stat/show_stat.php?id=pocztowiec"><img border="0" src="http://idss-msz.cs.put.poznan.pl/stat/update_stat.php?id=pocztowiec" alt="Stat" /></a>');
document.writeln('</td>');

document.writeln('</tr>');
document.writeln('</table>');

//-->
