diff options
Diffstat (limited to 'doc/head.html')
| -rw-r--r-- | doc/head.html | 67 | 
1 files changed, 67 insertions, 0 deletions
diff --git a/doc/head.html b/doc/head.html new file mode 100644 index 0000000..9227da5 --- /dev/null +++ b/doc/head.html @@ -0,0 +1,67 @@ +<html> +<head> +    <title>$title</title> +    <meta http-equiv="content-type" content="text/html;charset=UTF-8"> +    <meta name="author" content="Andres Blanc" > +     +    <link rel="icon" href="img/favicon.png" type="image/x-icon"> +    <link rel="shortcut icon" href="img/favicon.png" type="image/x-icon"> +    <link rel="icon" href="img/favicon.png" type="image/ico"> +    <link rel="shortcut icon" href="img/favicon.png" type="image/ico"> + +    <link rel="stylesheet" type="text/css" href="e.css"> +    <link rel="stylesheet" type="text/css" href="edoxy.css"> +</head> + +<body> + +<div id="container"> + +<div id="header"> +<div class="layout"> +     +    <h1><span>Enlightenment</span></h1> +    <h2><span>Beauty at your fingertips</span></h2> + +    <table cellspacing="0" cellpadding="0" width="100%"><tr> +      <td id="header_logo"> +        <a href="http://www.enlightenment.org"></a> +      </td> +      <td id="header_menu"> +        <table cellspacing="0" cellpadding="0" align="right"><tr> +          <td class="nav_passive"><a class="nav_passive" href="http://www.enlightenment.org/p.php?p=home">Home</a></td>  +          <td class="nav_passive"><a class="nav_passive" href="http://www.enlightenment.org/p.php?p=news">News</a></td>  +          <td class="nav_passive"><a class="nav_passive" href="http://www.enlightenment.org/p.php?p=about">About</a></td>  +          <td class="nav_passive"><a class="nav_passive" href="http://www.enlightenment.org/p.php?p=download">Download</a></td>  +          <td class="nav_passive"><a class="nav_passive" href="http://www.enlightenment.org/p.php?p=support">Support</a></td>  +          <td class="nav_passive"><a class="nav_passive" href="http://www.enlightenment.org/p.php?p=contribute">Contribute</a></td>  +          <td class="nav_passive"><a class="nav_passive" href="http://www.enlightenment.org/p.php?p=contact">Contact</a></td>  +          <td class="nav_passive"><a class="nav_passive" href="http://trac.enlightenment.org/e">Tracker</a></td> +          <td class="nav_passive"><a class="nav_passive" href="http://www.enlightenment.org/p.php?p=docs">Docs</a></td>  +        </tr></table>           +      </td> +      <td id="header_last"></td> +    </tr></table> + +    <div class="doxytitle"> +        $projectname Documentation <small>at $date</small> +    </div> + +    <div class="menu-container"> +        <div class="submenu"> +            <ul class="current"> +                <li><a href="files.html">Files</a></li> +                <li><a href="modules.html">Modules</a></li> +                <li><a href="pages.html">Related Pages</a></li> +	        <li class="current"><a  href="index.html">Main Page</a></li> +            </ul> +        </div> +    </div> + + +    <div class="clear"></div> +</div> +</div> + +<div id="content"> +<div class="layout">  | 
