blob: 37f2e97747e8ade5ac3dba3a94f16918ae1bd18c (
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
52
53
54
55
56
57
|
<?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="resources/plugins.css" rel="stylesheet" type="text/css" />
<link href="resources/favicon.ico" rel="shortcut icon" type="image/x-icon" />
</head>
<body>
<div id="github-ribbon">
<a
href="https://github.com/nagios-plugins"
title="GitHub Repositories"><img
src="resources/github.png"
alt="GitHub"
width="149"
height="149"/></a>
</div>
<div id="feed-area">Follow us!
<div id="feed-buttons">
<a
href="rss.xml"
title="RSS Feed"><img
src="resources/rss.png"
alt="RSS"
width="20"
height="20"/></a><a
href="https://twitter.com/intent/follow?screen_name=monitorplugins"
title="Follow Us on Twitter"><img
src="resources/twitter.png"
alt="Twitter"
width="20"
height="20"/></a>
</div>
</div>
<div id="page">
<div id="menu">{% menu() %}</div>
<div id="breadcrumb">{{ breadcrumb() }}</div>
<div id="content">{{ __content__ }}</div>
<div id="footer">Copyright © {{ 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>
</div>
</body>
</html>
|