diff options
Diffstat (limited to 'web/page.html')
-rw-r--r-- | web/page.html | 63 |
1 files changed, 33 insertions, 30 deletions
diff --git a/web/page.html b/web/page.html index 5aeb5b9..5f2046e 100644 --- a/web/page.html +++ b/web/page.html | |||
@@ -11,40 +11,43 @@ | |||
11 | <meta name="keywords" content="{{ hx(page.keywords) }}" /> | 11 | <meta name="keywords" content="{{ hx(page.keywords) }}" /> |
12 | <link href="resources/plugins.css" rel="stylesheet" type="text/css" /> | 12 | <link href="resources/plugins.css" rel="stylesheet" type="text/css" /> |
13 | <link href="resources/favicon.ico" rel="shortcut icon" type="image/x-icon" /> | 13 | <link href="resources/favicon.ico" rel="shortcut icon" type="image/x-icon" /> |
14 | <script> | ||
15 | ! function (d, s, id) { | ||
16 | var js, fjs = d.getElementsByTagName(s)[0], | ||
17 | p = /^http:/.test(d.location) ? 'http' : 'https'; | ||
18 | if (!d.getElementById(id)) { | ||
19 | js = d.createElement(s); | ||
20 | js.id = id; | ||
21 | js.src = p + '://platform.twitter.com/widgets.js'; | ||
22 | fjs.parentNode.insertBefore(js, fjs); | ||
23 | } | ||
24 | }(document, 'script', 'twitter-wjs'); | ||
25 | </script> | ||
26 | </head> | 14 | </head> |
27 | 15 | ||
28 | <body> | 16 | <body> |
29 | <div> | 17 | <div id="github-ribbon"> |
30 | <a href="https://github.com/nagios-plugins"><img | 18 | <a href="https://github.com/nagios-plugins" |
31 | style="position: absolute; top: 0; right: 0; border: 0;" | 19 | title="GitHub Repositories"><img |
32 | src="resources/github.png" alt="Fork me on GitHub"/></a> | 20 | src="resources/github.png" |
21 | alt="GitHub" | ||
22 | width="149" | ||
23 | height="149"/></a> | ||
33 | </div> | 24 | </div> |
34 | <div id="menu">{% menu() %}</div> | 25 | <div id="feed-area">Follow us! |
35 | <div id="breadcrumb">{{ breadcrumb() }}</div> | 26 | <div id="feed-buttons"> |
36 | <div id="content">{{ __content__ }}</div> | 27 | <a href="rss.xml" |
37 | <div id="footer"> | 28 | title="RSS Feed"><img |
38 | Copyright © {{ copyright_years(since=2013) }} | 29 | src="resources/rss.png" |
39 | <a href="team.html">Nagios Plugins Development Team</a> | | 30 | alt="RSS" |
40 | <a href="impressum.html">Impressum</a><br /> | 31 | width="32" |
41 | Nagios is a registered trademark of | 32 | height="32"/></a> |
42 | <a href="http://www.nagios.com/about/company">Nagios Enterprises, LLC</a>. | 33 | <a href="https://twitter.com/intent/follow?screen_name=monitorplugins" |
43 | <div style="padding-top: 3ex"> | 34 | title="Follow Us on Twitter"><img |
44 | <a href="https://twitter.com/monitorplugins" | 35 | src="resources/twitter.png" |
45 | class="twitter-follow-button" | 36 | alt="Twitter" |
46 | data-show-count="false" | 37 | width="32" |
47 | data-size="large">Follow @monitorplugins</a> | 38 | height="32"/></a> |
39 | </div> | ||
40 | </div> | ||
41 | |||
42 | <div id="page"> | ||
43 | <div id="menu">{% menu() %}</div> | ||
44 | <div id="breadcrumb">{{ breadcrumb() }}</div> | ||
45 | <div id="content">{{ __content__ }}</div> | ||
46 | <div id="footer">Copyright © {{ copyright_years(since=2013) }} | ||
47 | <a href="team.html">Nagios Plugins Development Team</a> | | ||
48 | <a href="impressum.html">Impressum</a><br /> | ||
49 | Nagios is a registered trademark of | ||
50 | <a href="http://www.nagios.com/about/company">Nagios Enterprises, LLC</a>. | ||
48 | </div> | 51 | </div> |
49 | </div> | 52 | </div> |
50 | </body> | 53 | </body> |