summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorChristian Pointner <equinox@ffgraz.net>2013-12-30 01:21:06 +0000
committerChristian Pointner <equinox@ffgraz.net>2013-12-30 01:21:06 +0000
commitfc31517a03988f10e02ebe982cfd019f202f0ebf (patch)
tree93fdd8f4c110882e3c339e22891a8b993abf0952 /index.php
parentcf44f3ddd41b623f46dec46c947b2b8aec1ccc70 (diff)
reenable login container
Diffstat (limited to 'index.php')
-rw-r--r--index.php18
1 files changed, 9 insertions, 9 deletions
diff --git a/index.php b/index.php
index 7281972..a21968c 100644
--- a/index.php
+++ b/index.php
@@ -158,15 +158,15 @@ if($_SERVER['HTTP_HOST'] == 'dev-karte.ffgraz.net') {
?>
</script>
</div>
- <div id="addressbox" class="box">
- <b>Adresse suchen (Strassenname Nr. <, Ort>):</b>
- <form action="#" onsubmit="showAddress(this.address.value); return false">
- <p>
- <input type="text" size="35" name="address" value="Lendkai 1" />
- <input type="submit" value="Suchen" />
- </p>
- </form>
- </div>
+ <!-- <div id="addressbox" class="box"> -->
+ <!-- <b>Adresse suchen (Strassenname Nr. <, Ort>):</b> -->
+ <!-- <form action="#" onsubmit="showAddress(this.address.value); return false"> -->
+ <!-- <p> -->
+ <!-- <input type="text" size="35" name="address" value="Lendkai 1" /> -->
+ <!-- <input type="submit" value="Suchen" /> -->
+ <!-- </p> -->
+ <!-- </form> -->
+ <!-- </div> -->
</div>
</body>
</html>