aboutsummaryrefslogtreecommitdiff
path: root/inc
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2013-04-22 12:54:49 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2013-04-22 12:54:49 +0300
commit25a1bc539643e3b718036004042cb56a69865c96 (patch)
tree2396b77f1d40e9f4ea98b005b8626f870ffc1488 /inc
downloadwebdoc-25a1bc539643e3b718036004042cb56a69865c96.tar.gz
webdoc-25a1bc539643e3b718036004042cb56a69865c96.tar.bz2
Initial importHEADmaster
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 @@
1</div>
2<div id="copyright">
3<div class="inner">
4m4_ifelse(`<p>
5 Return to <a href="http://www.gnu.org">GNU's home page</a>.
6</p>
7')
8<p>
9 Return to the <a href="http://puszcza.gnu.org.ua">Puszcza home page</a>.
10</p>
11
12<p>
13 Return to <a href="http://gray.gnu.org.ua">Sergey Poznyakoff home page</a>.
14</p>
15
16<p>
17Please send broken links and other corrections (or suggestions) to
18<a href="mailto:webmaster@gnu.org.ua"><em>webmaster at gnu dot org dot ua</em></a>.
19</p>
20
21<!--
22<p>
23Copyright &copy; 2011 Sergey Poznyakoff
24<br />
25Verbatim copying and distribution of this entire article is
26permitted in any medium, provided this notice is preserved.
27</p>
28-->
29<!--
30Updated: $Date: 2009/10/16 19:40:24 $ $Author: gray $
31-->
32</div>
33</div>
34</div>
35</body>
36</html>
37
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 @@
1<?xml version="1.0" encoding="utf-8" ?>
2<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3 "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
6<head>
7 <title>Eclat</title>
8 <link rev="made" href="mailto:gray@gnu.org.ua" />
9 <link rel="stylesheet" type="text/css" href="gray.css" />
10 <link rel="icon" type="image/png" href="/graphics/gnu-head-icon.png" />
11</head>
12<body>
13<div id="content">
14<div id="header">
15<table id="header">
16 <tr>
17 <td class="logo" rowspan="3">
18 <img src="/graphics/gnu-head-sm.jpg"
19 alt=" [image of the Head of a GNU] " width="129" height="122" />
20 </td>
21 <td class="main">
22 <h1><a href="/software/eclat">Eclat</a></h1>
23 </td>
24 </tr>
25 <tr>
26 <td class="sub">
27 <h2>EC2 Command Line Administrator Tool</h2>
28 </td>
29 <td class='sub right'>
30 <a href="http://gray.gnu.org.ua">Sergey Poznyakoff</a>
31 </td>
32 </tr>
33</table>
34<ul class='tabs'>
35 <li><a m4_ifelse(ACTIVE,`index',`class="active" ')href="index.html">Main</a></li>
36m4_dnl <li><a m4_ifelse(ACTIVE,`examples',`class="active" ')href="examples.html">Examples</a></li>
37 <li><a m4_ifelse(ACTIVE,`download',`class="active" ')href="download.html">Downloads</a></li>
38 <li><a m4_ifelse(ACTIVE,`documentation',`class="active" ')href="manual.html">Documentation</a></li>
39</ul>
40</div>
41<div id="main">
42

Return to:

Send suggestions and report system problems to the System administrator.