munin: Add default 1.4.4 configuration.
[matthijs/servers/drsnuggles.git] / etc / munin / templates / partial / head.tmpl
1 <?xml version="1.0" encoding="iso-8859-1"?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
3           "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
4 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
5 <head>
6   <link rel="stylesheet" href="<TMPL_VAR NAME="ROOT_PATH">/<TMPL_VAR NAME="CSS_NAME">" type="text/css" /> 
7   <meta http-equiv="refresh" content="300" />
8   <title><TMPL_LOOP NAME="PATH"><TMPL_IF NAME="name"> :: <TMPL_VAR ESCAPE="HTML" NAME="name"><TMPL_ELSE>Munin</TMPL_IF></TMPL_LOOP></title>
9   <meta http-equiv="content-type" content="application/xhtml+xml; charset=iso-8859-1" />
10   <meta name="author" content="Auto-generated by Munin" />
11   <link rel="icon" type="image/vnd.microsoft.icon" href="<TMPL_VAR NAME="ROOT_PATH">/favicon.ico" />
12   <link rel="SHORTCUT ICON" href="<TMPL_VAR NAME="ROOT_PATH">/favicon.ico"/>
13
14 </head>