tidy up template
[gnome.introspection-doc-generator] / docs / index.html
index 6a1062d..b411cc1 100755 (executable)
@@ -1,6 +1,4 @@
--<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN"
--        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
-+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  <head>
        <meta http-equiv="content-type" content="text/html; charset=utf-8" />
  </head>
  
  <body>
-<div id="page">
+     
+    <div id="page">
 
-       <div id="header">
-    <div id="header-wrap">
-      <h1>Un-official Seed Documentation</h1>
+        <div id="header">
+            <div id="header-wrap">
+                <h1>Un-official Seed Documentation</h1>
+            </div>
+        </div>
+        <div class="body-wrap">
+                
+            <div class="ns-list">
+                <h2>GObject Libraries</h2>
+                <for each="thisClass" in="data">
+                    {!
+                    if (!thisClass.objects) { continue; }
+                    !}
+                    <div>
+                        <h2 class="classTitle">{+ (new Link().toSymbol(thisClass.name)) +}</h2>
+                    </div>
+                </for>
+            </div>
+            
+            <div class="ns-list">
+     
+                <h2>Non - GObject Libraries</h2>
+                <for each="thisClass" in="data">
+                    {!
+                    if (thisClass.objects) { continue; }
+                    !}
+                    <div>
+                        <h2 class="classTitle">{+ (new Link().toSymbol(thisClass.name)) +}</h2>
+                    </div>
+                </for>
+            </div> 
+     
+        </div>
     </div>
-       </div>
-
-  <for each="thisClass" in="data">
-    <div>
-       <h2 class="classTitle">{+ (new Link().toSymbol(thisClass)) +}</h2>
-    </div>
-  </for>
-</div>
- </body>
- </html>
+</body>
+</html>
 
-       
\ No newline at end of file
+