summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorChristian Pointner <equinox@ffgraz.net>2008-12-06 22:51:19 +0000
committerChristian Pointner <equinox@ffgraz.net>2008-12-06 22:51:19 +0000
commitc222c0230e5bdbea39b097946228d9e2fd92c434 (patch)
treec3d035e56c880f82c8a84eb42c4bcb6e85f40925 /index.php
parent8a847c82e6eaa5e1ce91f66b977b655bf929fafd (diff)
added feedback to reload button
Diffstat (limited to 'index.php')
-rw-r--r--index.php7
1 files changed, 6 insertions, 1 deletions
diff --git a/index.php b/index.php
index 82fe779..f255816 100644
--- a/index.php
+++ b/index.php
@@ -45,11 +45,16 @@ if(empty($marker)) $marker="online";
<tr><td align="center"><img src="./img/link_blue.png" /></td><td>&nbsp;</td><td>Tunnel</td></tr>
</table>
</div>
+ <div id="countbox" class="box">
+ </div>
<div id="visibox" class="box">
<b>Elemente<br />ausblenden</b>
<form name="visibleform">
<table class="legend">
- <tr><td><input type="checkbox" name="offline" value="true" onclick="javascript:toggleVisible('offline')" <?php if($marker == "online") printf(' checked="checked"'); ?> ></td><td>&nbsp;</td><td>Offline</td></tr>
+ <tr>
+ <td><input type="checkbox" name="offline" value="true" onclick="javascript:toggleVisible('offline')" <?php if($marker == "online") printf(' checked="checked"'); ?> ></td>
+ <td>&nbsp;</td><td><img src="./img/marker_offline.png" /> Offline</td>
+ </tr>
</table>
</from>
</div>