blob: 989dd4cfef0b7ea07075a2c01105533b94d75e92 (
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
|
<?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>Monitoring 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="rss.xml" rel="alternate" type="application/rss+xml" title="Monitoring Plugins News" />
<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/monitoring-plugins"
title="GitHub Repositories"><img
src="resources/github.png"
alt="GitHub"
width="149"
height="149"/></a>
</div>
<div id="page">
<div id="menu">
<div id="feed-buttons">
<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><a
href="rss.xml"
title="RSS Feed"><img
src="resources/rss.png"
alt="RSS"
width="20"
height="20"/></a>
</div>{% menu() %}
</div>
<div id="breadcrumb">{{ breadcrumb() }}</div>
<div id="content">{{ __content__ }}</div>
<div id="footer">Copyright © {{ copyright_years(since=2008) }}
<a href="team.html">Monitoring Plugins Development Team</a> |
<a href="impressum.html">Impressum</a>
</div>
</div>
</body>
</html>
|