Build info box via configuration
authorJoey Schulze <joey@infodrom.org>
Wed, 20 Jan 2010 14:08:29 +0000 (15:08 +0100)
committerJoey Schulze <joey@infodrom.org>
Wed, 20 Jan 2010 14:08:29 +0000 (15:08 +0100)
index.php

index 93df634..3ea5e3d 100644 (file)
--- a/index.php
+++ b/index.php
@@ -30,26 +30,8 @@ $html = process();
 </div>
 
 <div class="content">
-<div class="right">
 <?=$html; ?>
 </div>
 
-<div class="left">
-        <div class="box">
-                                <h2>Details</h2>
-                                Informationen zur Kostenstelle
-                                <ul>
-                                <li>Name</li>
-                                <li>Länge</li>
-                                <li>Gebiet</li>
-                                <li>Kosten</li>
-                                <li>WebGIS (geplant)</li>
-                                </ul>
-        </div>
-
-</div>
-
-</div>
-
 </body>
 </html>