Imported Upstream version 3.3.0
This commit is contained in:
18
install/templates/step1.tpl.htm
Executable file → Normal file
18
install/templates/step1.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 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 $ -->
|
||||
<div id="installmenu">
|
||||
<div id="installmenu_content">
|
||||
<p class="step1_active"><br><br>{STEP1_BOX}</p>
|
||||
@@ -18,7 +18,7 @@
|
||||
<div id="installmain_content">
|
||||
<h1>{STEP1_TITLE}</h1>
|
||||
<h3>{STEP1_SUBTITLE1}</h3>
|
||||
<img src='images/{CHECK_1_PIC}.png' alt='{CHECK_1_PIC}' title='{CHECK_1_PIC}' class='textmiddle'> Javascript: <span class='{CHECK_1_CLASS}'>{CHECK_1_VALUE}</span>
|
||||
<img src='images/{CHECK_1_PIC}.png' alt='{CHECK_1_PIC}' title='{CHECK_1_PIC}' class='textmiddle'> Javascript: <span class='{CHECK_1_CLASS}'>{CHECK_1_VALUE}</span>{CHECK_1_INFO}
|
||||
<h3>{STEP1_SUBTITLE2}</h3>
|
||||
<img src='images/{CHECK_2_PIC}.png' alt='{CHECK_2_PIC}' title='{CHECK_2_PIC}' class='textmiddle'> {CHECK_2_TEXT}: <span class='{CHECK_2_CLASS}'>{CHECK_2_VALUE}</span> {CHECK_2_INFO}
|
||||
<h3>{STEP1_SUBTITLE3}</h3>
|
||||
@@ -46,9 +46,15 @@
|
||||
<br>
|
||||
<div id="{DIV_ID}">
|
||||
<form name="frmStep1" id="frmStep1" action="install.php" method="post">
|
||||
<input type="hidden" name="hidJScript" value="">
|
||||
{FORM_CONTENT}
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="ie_clearing"> </div>
|
||||
<script language="JavaScript">
|
||||
<!--
|
||||
document.frmStep1.hidJScript.value = 'yes';
|
||||
//-->
|
||||
</script>
|
||||
<div id="ie_clearing"> </div>
|
||||
Reference in New Issue
Block a user