aboutsummaryrefslogtreecommitdiff
path: root/inc/header.html
blob: 0f9a277c797b4bbb287a95e806a4c28379d5198f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
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.