templates/seed/index.html
authorAlan Knowles <alan@akbkhome.com>
Fri, 23 Jul 2010 04:39:56 +0000 (12:39 +0800)
committerAlan Knowles <alan@akbkhome.com>
Fri, 23 Jul 2010 04:39:56 +0000 (12:39 +0800)
templates/seed/index.html [deleted file]

diff --git a/templates/seed/index.html b/templates/seed/index.html
deleted file mode 100755 (executable)
index 0accbb3..0000000
+++ /dev/null
@@ -1,52 +0,0 @@
-<!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> 
-     
-    <div id="page"> 
-        <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> 
-       
\ No newline at end of file