docs.js
[gnome.introspection-doc-generator] / docs / index.html
index b3b24e7..0accbb3 100755 (executable)
@@ -1,48 +1,52 @@
-<!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" />
-  <title>Seed Documentation</title>
-  <link rel="stylesheet" type="text/css" href="default.css" />
-  <link rel="stylesheet" type="text/css" href="library_gnome.css"></link>
-  <link media="print" rel="stylesheet" type="text/css" href="library_gnome_print.css"></link>
- </head>
+<!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" /> 
+  <title>Seed Documentation</title> 
+  <link rel="stylesheet" type="text/css" href="default.css" /> 
+  <link rel="stylesheet" type="text/css" href="library_gnome.css"></link> 
+  <link media="print" rel="stylesheet" type="text/css" href="library_gnome_print.css"></link> 
+ </head> 
  
- <body>
+ <body> 
+     
+    <div id="page"> 
  
-<div id="page">
-
-       <div id="header">
-    <div id="header-wrap">
-      <h1>Un-official Seed Documentation</h1>
-    </div>
-       </div>
-
- <h2>GObject Libraries</h2>
-  <for each="thisClass" in="data">
-    {!
-    if (!thisClass.objects) { continue; }
-    !}
-    <div>
-       <h2 class="classTitle">{+ (new Link().toSymbol(thisClass.name)) +}</h2>
-    </div>
+        <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> 
+</body> 
+</html> 
  
-  </for>
- <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>
- </body>
- </html>
-
-       
+       
\ No newline at end of file