summaryrefslogtreecommitdiff
path: root/developers
diff options
context:
space:
mode:
authorHubert Figuiere <hub@figuiere.net>2007-09-28 23:46:32 +0000
committerHubert Figuiere <hub@figuiere.net>2007-09-28 23:46:32 +0000
commit96b6940937c6bdd35819a40673f6024de4e3c29f (patch)
tree3c1fe4154ca7ab5be8e766574febbe19ed781e6e /developers
parentff80adba727ffb30f6655d2f44660d0803cd10fe (diff)
Layout changes to make the page more compact.
probably largely buggy with IE, but who cares.
Diffstat (limited to 'developers')
-rw-r--r--developers/index.html16
-rw-r--r--developers/index.php16
2 files changed, 26 insertions, 6 deletions
diff --git a/developers/index.html b/developers/index.html
index c52595a..3ec52bb 100644
--- a/developers/index.html
+++ b/developers/index.html
@@ -70,9 +70,11 @@
</dd>
</dl>
</div>
- <hr>
+ <hr />
+ <div id="quicklinks">
<h4>Quick links</h4>
- <dl id="quicklinks">
+ <dl>
+ <div class="leftcol">
<dt>Development Tools</dt>
<dd>
<ul>
@@ -91,6 +93,8 @@
<li><a href="old-guides.html">Old</a></li>
</ul>
</dd>
+ </div>
+ <div class="rightcol">
<dt>Resources</dt>
<dd>
<ul>
@@ -107,8 +111,13 @@
<li><a href="/users/mgp/">MagicPoint users</a></li>
</ul>
</dd>
+ </div>
</dl>
-
+ </div>
+
+ <hr />
+
+ <div>
<h5>Tinderbox Build Status</h5>
<p>Find an overview over the last tinderbox build results
<a href="http://go-oo.org/tinderbox/all_trees.express.html">here</a>.</p>
@@ -149,6 +158,7 @@
<input name="lp" value="de_en" type="hidden">
<input value="Translate" type="submit">
</form>
+ </div>
</div>
</div>
diff --git a/developers/index.php b/developers/index.php
index be8bee0..20d1ecc 100644
--- a/developers/index.php
+++ b/developers/index.php
@@ -49,9 +49,11 @@ $content = <<<EOT
</dd>
</dl>
</div>
- <hr>
+ <hr />
+ <div id="quicklinks">
<h4>Quick links</h4>
- <dl id="quicklinks">
+ <dl>
+ <div class="leftcol">
<dt>Development Tools</dt>
<dd>
<ul>
@@ -70,6 +72,8 @@ $content = <<<EOT
<li><a href="old-guides.html">Old</a></li>
</ul>
</dd>
+ </div>
+ <div class="rightcol">
<dt>Resources</dt>
<dd>
<ul>
@@ -86,8 +90,13 @@ $content = <<<EOT
<li><a href="/users/mgp/">MagicPoint users</a></li>
</ul>
</dd>
+ </div>
</dl>
-
+ </div>
+
+ <hr />
+
+ <div>
<h5>Tinderbox Build Status</h5>
<p>Find an overview over the last tinderbox build results
<a href="http://go-oo.org/tinderbox/all_trees.express.html">here</a>.</p>
@@ -128,6 +137,7 @@ $content = <<<EOT
<input name="lp" value="de_en" type="hidden">
<input value="Translate" type="submit">
</form>
+ </div>
EOT;
print_page("Go-OO! - Developers", array("developers", "summary"),