summaryrefslogtreecommitdiffstats
path: root/web/page.html
blob: fc330f7fd0dfcba2fba720116e8278a475629b01 (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
43
44
45
46
47
48
49
50
51
<?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" />
    <script>
      ! function (d, s, id) {
          var js, fjs = d.getElementsByTagName(s)[0],
              p = /^http:/.test(d.location) ? 'http' : 'https';
          if (!d.getElementById(id)) {
              js = d.createElement(s);
              js.id = id;
              js.src = p + '://platform.twitter.com/widgets.js';
              fjs.parentNode.insertBefore(js, fjs);
          }
      }(document, 'script', 'twitter-wjs');
    </script>
  </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 style="padding-top: 1em">
        <a href="https://twitter.com/monitorplugins"
         class="twitter-follow-button"
         data-show-count="false">Follow @monitorplugins</a>
      </div>
    </div>
  </body>

</html>