summaryrefslogtreecommitdiffstats
path: root/web/page.html
blob: c0de8712e7656c406e5253ed9793e537926833fa (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
<?xml version="1.0" encoding="{{ __encoding__ }}"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
                      "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

  <head>
    <title>Nagios Plugins - {{ hx(page.title) }}</title>
    <meta http-equiv="Content-Type" content="text/html; charset={{ __encoding__ }}" />
    <meta name="description" content="{{ hx(page.description) }}" />
    <meta name="keywords" content="{{ hx(page.keywords) }}" />
    <link href="media/plugins.css" rel="stylesheet" type="text/css" />
    <link href="media/favicon.ico" rel="shortcut icon" type="image/x-icon" />
  </head>

  <body>
    <div>
      <a href="https://github.com/nagios-plugins"><img
       style="position: absolute; top: 0; right: 0; border: 0;"
       src="media/github.png" alt="Fork me on GitHub"/></a>
    </div>
    <div id="menu">{% menu() %}</div>
    <div id="breadcrumb">{{ breadcrumb() }}</div>
    <div id="content">{{ __content__ }}</div>
    <div id="footer">
      Copyright &copy; {{ copyright_years(since=2013) }}
      <a href="team.html">Nagios Plugins Development Team</a> |
      <a href="impressum.html">Impressum</a><br />
      Nagios is a registered trademark of
      <a href="http://www.nagios.com/about/company">Nagios Enterprises, LLC</a>.
    </div>
  </body>

</html>