aboutsummaryrefslogtreecommitdiff
path: root/inc
diff options
context:
space:
mode:
Diffstat (limited to 'inc')
-rw-r--r--inc/footer.html37
-rw-r--r--inc/header.html42
2 files changed, 79 insertions, 0 deletions
diff --git a/inc/footer.html b/inc/footer.html
new file mode 100644
index 0000000..06f7063
--- /dev/null
+++ b/inc/footer.html
@@ -0,0 +1,37 @@
+</div>
+<div id="copyright">
+<div class="inner">
+m4_ifelse(`<p>
+ Return to <a href="http://www.gnu.org">GNU's home page</a>.
+</p>
+')
+<p>
+ Return to the <a href="http://puszcza.gnu.org.ua">Puszcza home page</a>.
+</p>
+
+<p>
+ Return to <a href="http://gray.gnu.org.ua">Sergey Poznyakoff home page</a>.
+</p>
+
+<p>
+Please send broken links and other corrections (or suggestions) to
+<a href="mailto:webmaster@gnu.org.ua"><em>webmaster at gnu dot org dot ua</em></a>.
+</p>
+
+<!--
+<p>
+Copyright &copy; 2011 Sergey Poznyakoff
+<br />
+Verbatim copying and distribution of this entire article is
+permitted in any medium, provided this notice is preserved.
+</p>
+-->
+<!--
+Updated: $Date: 2009/10/16 19:40:24 $ $Author: gray $
+-->
+</div>
+</div>
+</div>
+</body>
+</html>
+
diff --git a/inc/header.html b/inc/header.html
new file mode 100644
index 0000000..0f9a277
--- /dev/null
+++ b/inc/header.html
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="utf-8" ?>
+<!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>
+ <title>Eclat</title>
+ <link rev="made" href="mailto:gray@gnu.org.ua" />
+ <link rel="stylesheet" type="text/css" href="gray.css" />
+ <link rel="icon" type="image/png" href="/graphics/gnu-head-icon.png" />
+</head>
+<body>
+<div id="content">
+<div id="header">
+<table id="header">
+ <tr>
+ <td class="logo" rowspan="3">
+ <img src="/graphics/gnu-head-sm.jpg"
+ alt=" [image of the Head of a GNU] " width="129" height="122" />
+ </td>
+ <td class="main">
+ <h1><a href="/software/eclat">Eclat</a></h1>
+ </td>
+ </tr>
+ <tr>
+ <td class="sub">
+ <h2>EC2 Command Line Administrator Tool</h2>
+ </td>
+ <td class='sub right'>
+ <a href="http://gray.gnu.org.ua">Sergey Poznyakoff</a>
+ </td>
+ </tr>
+</table>
+<ul class='tabs'>
+ <li><a m4_ifelse(ACTIVE,`index',`class="active" ')href="index.html">Main</a></li>
+m4_dnl <li><a m4_ifelse(ACTIVE,`examples',`class="active" ')href="examples.html">Examples</a></li>
+ <li><a m4_ifelse(ACTIVE,`download',`class="active" ')href="download.html">Downloads</a></li>
+ <li><a m4_ifelse(ACTIVE,`documentation',`class="active" ')href="manual.html">Documentation</a></li>
+</ul>
+</div>
+<div id="main">
+

Return to:

Send suggestions and report system problems to the System administrator.