Elliot's changes to the templates and adding all resources into a single place
[gnome.introspection-doc-generator] / docs / index.html
1 -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN"
2 -        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
3 +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4  <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
5  <head>
6         <meta http-equiv="content-type" content="text/html; charset=utf-8" />
7   <title>Seed Documentation</title>
8   <link rel="stylesheet" type="text/css" href="default.css" />
9   <link rel="stylesheet" type="text/css" href="library_gnome.css"></link>
10   <link media="print" rel="stylesheet" type="text/css" href="library_gnome_print.css"></link>
11  </head>
12  
13  <body>
14  
15 <div id="page">
16
17         <div id="header">
18     <div id="header-wrap">
19       <h1>Un-official Seed Documentation</h1>
20     </div>
21         </div>
22
23  
24   <for each="thisClass" in="data">
25  
26     <div>
27         <h2 class="classTitle">{+ (new Link().toSymbol(thisClass)) +}</h2>
28     </div>
29  
30   </for>
31  
32 </div>
33  </body>
34  </html>
35
36