1 | 2 | simandl | <center> |
2 | | | <table width="100%" border="0" cellspacing="0"> |
3 | | | <tr><td colspan="2" align=center> |
4 | | | <a href="http://www.jablonka.cz" target="_top"><img src="images/logo.png" alt="jablonka.cz" border="0"></a> |
5 | | | <a href="http://www.prosek.czf" target="_top"><img src="images/squares.png" alt="LOGO" border="0"></a> |
6 | | | </td></tr> |
7 | | | <tr class="menu"> |
8 | | | <td colspan="2"> |
9 | | | <a href="napoveda.php" target="_self" class="odkaz">NÁPOVĚDA</a> |
10 | | | <a href="dum.php" target="_self" class="odkaz">Dům</a> |
11 | | | <a href="majetek.php" target="_self" class="odkaz">majetek</a> |
12 | | | <a href="elektrika.php" target="_self" class="odkaz">elektrika</a> |
13 | | | <a href="finance.php" target="_self" class="odkaz">finance</a> |
14 | | | <a href="data.php?order=ip" target="_self" class="odkaz">data</a> |
15 | | | <a href="resty.php?order=internet,cid" target="_self" class="odkaz">resty</a> |
16 | | | <a href="ebanka.php" target="_self" class="odkaz">ebanka</a> |
17 | | | <a href="finance.php?show=&pokladna=1&rok=2008&platba=&order=uctenka" target="_self" class="odkaz">pokladna</a> |
18 | | | <a href="prispevky_2006.php?show=all&order=cid" target="_self" class="odkaz">2006</a> |
19 | | | <a href="prispevky_2007.php?show=all&order=cid" target="_self" class="odkaz">2007</a> |
20 | | | <a href="prispevky_2008golem.php?show=all&order=cid" target="_self" class="odkaz">Dlužníci</a> |
21 | | | <a href="prispevky_2007prenos.php?show=all&order=cid" target="_self" class="odkaz">Přenosy<a> |
22 | | | <a href="prispevky_2008.php?show=all&order=cid" target="_self" class="odkaz">2008</a> |
23 | | | <a href="ukony.php?show=all" target="_self" class="odkaz">ÚKONY</a> |
24 | | | <a href="seznam.php?show=active&order=cid" target="_self" class="odkaz">SEZNAM</a> |
25 | | | <a href="adresy.php?show=all" target="_self" class="odkaz">ADRESY</a> |
26 | | | <a href="ulice.php?show=all" target="_self" class="odkaz">Ulice</a> |
27 | | | <a href="add_user.php" target="_self" class="odkaz">PŘIDAT UŽIVATELE</a> |
28 | | | |
29 | | | <? |
30 | | | if (($_SERVER['PHP_AUTH_USER'] == "demois")||($_SERVER['PHP_AUTH_USER'] == "demois")) { |
31 | | | echo " <a href=\"logy.php\" target=\"_self\" class=\"odkaz\">LOGY</a>"; |
32 | | | } |
33 | | | ?> |
34 | | | |
35 | | | </td> |
36 | | | </tr> |
37 | | | <tr class="strip"> |
38 | | | <td align="left"><p class="text"><? echo date("d.m.Y H:i:s") ?></p></td> |
39 | | | <td align="right"><p class="text"> |
40 | | | <a href="https://logout:logout@demois.jablonka.prosek.czf/" target="_top">Logout!</a> uživatel: <? echo $_SERVER['PHP_AUTH_USER'] ?></p> |
41 | | | </td> |
42 | | | </tr> |
43 | | | </table> |
44 | | | <br> |
45 | | | |