diff options
author | David Walter Seikel | 2012-01-04 18:41:13 +1000 |
---|---|---|
committer | David Walter Seikel | 2012-01-04 18:41:13 +1000 |
commit | dd7595a3475407a7fa96a97393bae8c5220e8762 (patch) | |
tree | e341e911d7eb911a51684a7412ef7f7c7605d28e /libraries/evas/doc/head.html | |
parent | Add the skeleton. (diff) | |
download | SledjHamr-dd7595a3475407a7fa96a97393bae8c5220e8762.zip SledjHamr-dd7595a3475407a7fa96a97393bae8c5220e8762.tar.gz SledjHamr-dd7595a3475407a7fa96a97393bae8c5220e8762.tar.bz2 SledjHamr-dd7595a3475407a7fa96a97393bae8c5220e8762.tar.xz |
Add the base Enlightenment Foundation Libraries - eina, eet, evas, ecore, embryo, and edje.
Note that embryo wont be used, but I'm not sure yet if you can build edje without it.
Diffstat (limited to '')
-rw-r--r-- | libraries/evas/doc/head.html | 70 |
1 files changed, 70 insertions, 0 deletions
diff --git a/libraries/evas/doc/head.html b/libraries/evas/doc/head.html new file mode 100644 index 0000000..1d6d04c --- /dev/null +++ b/libraries/evas/doc/head.html | |||
@@ -0,0 +1,70 @@ | |||
1 | <html> | ||
2 | <head> | ||
3 | <title>$title</title> | ||
4 | <meta http-equiv="content-type" content="text/html;charset=UTF-8"> | ||
5 | <meta name="author" content="Andres Blanc" > | ||
6 | |||
7 | <link rel="icon" href="img/favicon.png" type="image/x-icon"> | ||
8 | <link rel="shortcut icon" href="img/favicon.png" type="image/x-icon"> | ||
9 | <link rel="icon" href="img/favicon.png" type="image/ico"> | ||
10 | <link rel="shortcut icon" href="img/favicon.png" type="image/ico"> | ||
11 | |||
12 | <link rel="stylesheet" type="text/css" href="e.css"> | ||
13 | <link rel="stylesheet" type="text/css" href="edoxy.css"> | ||
14 | </head> | ||
15 | |||
16 | <body> | ||
17 | |||
18 | <div id="container"> | ||
19 | |||
20 | <div id="header"> | ||
21 | <div class="layout"> | ||
22 | |||
23 | <h1><span>Enlightenment</span></h1> | ||
24 | <h2><span>Beauty at your fingertips</span></h2> | ||
25 | |||
26 | <table cellspacing="0" cellpadding="0" width="100%"><tr> | ||
27 | <td id="header_logo"> | ||
28 | <a href="http://www.enlightenment.org"></a> | ||
29 | </td> | ||
30 | <td id="header_menu"> | ||
31 | <table cellspacing="0" cellpadding="0" align="right"><tr> | ||
32 | <td class="nav_passive"><a class="nav_passive" href="http://www.enlightenment.org/p.php?p=home">Home</a></td> | ||
33 | <td class="nav_passive"><a class="nav_passive" href="http://www.enlightenment.org/p.php?p=news">News</a></td> | ||
34 | <td class="nav_passive"><a class="nav_passive" href="http://www.enlightenment.org/p.php?p=about">About</a></td> | ||
35 | <td class="nav_passive"><a class="nav_passive" href="http://www.enlightenment.org/p.php?p=download">Download</a></td> | ||
36 | <td class="nav_passive"><a class="nav_passive" href="http://www.enlightenment.org/p.php?p=support">Support</a></td> | ||
37 | <td class="nav_passive"><a class="nav_passive" href="http://www.enlightenment.org/p.php?p=contribute">Contribute</a></td> | ||
38 | <td class="nav_passive"><a class="nav_passive" href="http://www.enlightenment.org/p.php?p=contact">Contact</a></td> | ||
39 | <td class="nav_passive"><a class="nav_passive" href="http://trac.enlightenment.org/e">Tracker</a></td> | ||
40 | <td class="nav_passive"><a class="nav_passive" href="http://www.enlightenment.org/p.php?p=docs">Docs</a></td> | ||
41 | </tr></table> | ||
42 | </td> | ||
43 | <td id="header_last"></td> | ||
44 | </tr></table> | ||
45 | |||
46 | <div class="doxytitle"> | ||
47 | $projectname Documentation <small>at $date</small> | ||
48 | </div> | ||
49 | |||
50 | <div class="menu-container"> | ||
51 | <div class="submenu"> | ||
52 | <ul class="current"> | ||
53 | <li><a href="todo.html">Todo</a></li> | ||
54 | <li><a href="files.html">Files</a></li> | ||
55 | <li><a href="annotated.html">Data Structures</a></li> | ||
56 | <li><a href="globals.html">Globals</a></li> | ||
57 | <li><a href="modules.html">Modules</a></li> | ||
58 | <li><a href="pages.html">Related Pages</a></li> | ||
59 | <li class="current"><a href="index.html">Main Page</a></li> | ||
60 | </ul> | ||
61 | </div> | ||
62 | </div> | ||
63 | |||
64 | |||
65 | <div class="clear"></div> | ||
66 | </div> | ||
67 | </div> | ||
68 | |||
69 | <div id="content"> | ||
70 | <div class="layout"> | ||