Imported Upstream version 3.3.0
This commit is contained in:
17
install/templates/index.tpl.htm
Executable file → Normal file
17
install/templates/index.tpl.htm
Executable file → Normal file
@@ -1,12 +1,12 @@
|
||||
<!-- (c) 2005-2012 by Martin Willisegger -->
|
||||
<!-- (c) 2005-2017 by Martin Willisegger -->
|
||||
<!-- -->
|
||||
<!-- Project : NagiosQL -->
|
||||
<!-- Component : Installer main template -->
|
||||
<!-- Website : http://www.nagiosql.org -->
|
||||
<!-- Date : $LastChangedDate: 2011-11-25 13:12:50 +0100 (Fri, 25 Nov 2011) $ -->
|
||||
<!-- Date : $LastChangedDate: 2017-06-22 09:29:35 +0200 (Thu, 22 Jun 2017) $ -->
|
||||
<!-- Author : $LastChangedBy: martin $ -->
|
||||
<!-- Version : 3.2.0 -->
|
||||
<!-- Revision : $LastChangedRevision: 1134 $ -->
|
||||
<!-- Version : 3.3.0 -->
|
||||
<!-- Revision : $LastChangedRevision: 2 $ -->
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
<html>
|
||||
<head>
|
||||
@@ -22,7 +22,7 @@
|
||||
<a href="index.php"><img src="images/nagiosql.png" border="0" alt="NagiosQL"></a>
|
||||
</div>
|
||||
<div id="documentation">
|
||||
<a href='http://www.nagiosql.org/faq/' target='_blank'>{NAGIOS_FAQ}</a>
|
||||
<a href='http://www.nagiosql.org/documentation.html' target='_blank'>{NAGIOS_FAQ}</a>
|
||||
</div>
|
||||
<div id="langselector">
|
||||
<form action="" name="frmLanguage" id="frmLanguage" method="post">
|
||||
@@ -38,6 +38,7 @@
|
||||
<div id="indexmain_content">
|
||||
<h1>{MAIN_TITLE}</h1>
|
||||
<center>{TEXT_PART_1}<br>{TEXT_PART_2}<a href="http://www.nagiosql.org" target="_blank">www.nagiosql.org</a></center>
|
||||
<p><center><b>{TEXT_PART_9}</b></center></p>
|
||||
<br>
|
||||
<p>{TEXT_PART_3}</p>
|
||||
<p>{TEXT_PART_4}</p>
|
||||
@@ -47,12 +48,8 @@
|
||||
<li>{TEXT_PHP_REQ_1}</li>
|
||||
<li>{TEXT_PHP_REQ_2}</li>
|
||||
<li>{TEXT_PHP_REQ_3}</li>
|
||||
<!--<li>{TEXT_PHP_REQ_4}</li>-->
|
||||
<!--<li>{TEXT_PHP_REQ_5}</li>-->
|
||||
<li>{TEXT_PHP_REQ_6}</li>
|
||||
<!--<li>{TEXT_PHP_REQ_7}</li>-->
|
||||
<li>{TEXT_PHP_REQ_8}</li>
|
||||
<li>{TEXT_PHP_REQ_9}</li>
|
||||
<li>{TEXT_PHP_REQ_10}</li>
|
||||
</ul>
|
||||
</ul>
|
||||
@@ -74,7 +71,7 @@
|
||||
<input type="hidden" name="hidJScript" value="">
|
||||
<p><input type="submit" name="butNewInstall" id="butNewInstall" value="{NEW_INSTALLATION}" {DISABLE_NEW}>
|
||||
<input type="submit" name="butUpgrade" id="butUpgrade" value="{UPDATE}" {DISABLE_UPDATE}></p>
|
||||
<p><a href='http://www.nagiosql.org/faq.html' target='_blank'>{ONLINE_DOC}</a></p>
|
||||
<p><a href='http://www.nagiosql.org/documentation.html' target='_blank'>{ONLINE_DOC}</a></p>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user