37 lines
1.5 KiB
HTML
37 lines
1.5 KiB
HTML
|
<!-- (c) 2005-2012 by Martin Willisegger -->
|
||
|
<!-- -->
|
||
|
<!-- Project : NagiosQL -->
|
||
|
<!-- Component : Installer template -->
|
||
|
<!-- Website : http://www.nagiosql.org -->
|
||
|
<!-- Date : $LastChangedDate: 2011-11-25 13:12:50 +0100 (Fri, 25 Nov 2011) $ -->
|
||
|
<!-- Author : $LastChangedBy: martin $ -->
|
||
|
<!-- Version : 3.2.0 -->
|
||
|
<!-- Revision : $LastChangedRevision: 1134 $ -->
|
||
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||
|
<html>
|
||
|
<head>
|
||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||
|
<title>{PAGETITLE}</title>
|
||
|
<link href="css/install.css" rel="stylesheet" type="text/css">
|
||
|
</head>
|
||
|
<body>
|
||
|
<div id="page_margins">
|
||
|
<div id="page">
|
||
|
<div id="header">
|
||
|
<div id="header-logo">
|
||
|
<a href="index.php"><img src="images/nagiosql.png" border="0" alt="NagiosQL Logo" title="NagiosQL Logo"></a>
|
||
|
</div>
|
||
|
<div id="documentation">
|
||
|
<a href="http://www.nagiosql.org/faq.html" target="_blank"><?php echo translate("Online Documentation"); ?></a>
|
||
|
</div>
|
||
|
</div>
|
||
|
<div id="main">
|
||
|
{CONTENT}
|
||
|
</div>
|
||
|
<div id="footer">
|
||
|
<a href='http://www.nagiosql.org' target='_blank'>NagiosQL</a> <?php echo BASE_VERSION; ?>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|