~ubuntu-branches/ubuntu/gutsy/munin/gutsy

« back to all changes in this revision

Viewing changes to server/munin-overview.tmpl

  • Committer: Bazaar Package Importer
  • Author(s): Tore Anderson
  • Date: 2004-05-21 20:51:19 UTC
  • Revision ID: james.westby@ubuntu.com-20040521205119-oz8bllbjp9hs80ig
Tags: upstream-0+1.0.0pre5
ImportĀ upstreamĀ versionĀ 0+1.0.0pre5

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="iso-8859-1"?>
 
2
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
 
3
          "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
 
4
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
 
5
<head>
 
6
  <link rel="stylesheet" href="style.css" type="text/css" /> 
 
7
  <meta http-equiv="refresh" content="300" />
 
8
  <title>Munin :: overview</title>
 
9
  <meta http-equiv="content-type" content="text/html;charset=iso-8859-1" />
 
10
  <meta name="author" content="Auto-generated by Munin" />
 
11
</head>
 
12
<body> 
 
13
 <table cellpadding="3" border="0">
 
14
  <tr>
 
15
     <td><div class="logo">&nbsp;</div></td>
 
16
     <td valign="top"><h1>Overview</h1></td>
 
17
    </tr>
 
18
 </table>
 
19
 <div class="box">
 
20
 <TMPL_LOOP NAME="DOMAINS">
 
21
 <ul>
 
22
  <li><span class="domain"><a href="<TMPL_VAR NAME="DOMAIN">/index.html"><TMPL_VAR NAME="DOMAIN"></a></span>
 
23
      <ul>      
 
24
        <TMPL_LOOP NAME="NODES">
 
25
        <li><span class="host"><a href="<TMPL_VAR NAME="DOMAIN">/<TMPL_VAR NAME="NODE">.html"><TMPL_VAR NAME="NODE"></a></span></li>
 
26
        </TMPL_LOOP>
 
27
      </ul>
 
28
   </li>
 
29
 </ul>
 
30
 </TMPL_LOOP>
 
31
 </div>
 
32
<table cellpadding="2" cellspacing="4" border="0">        
 
33
  <tr>
 
34
    <td><i class="small">This page was generated by <a href="http://www.linpro.no/projects/munin/">Munin</a> at <TMPL_VAR NAME="TIMESTAMP"></i></td>
 
35
  </tr>
 
36
</table>
 
37
</body>
 
38
</html>