<?php
/* +----------------------------------------------------------------------+
| Netautor Professional Application Server |
+----------------------------------------------------------------------+
| Copyright (C) 1998-2005 digiconcept GmbH. <www.digiconcept.net> |
+----------------------------------------------------------------------+
| This file is subject to license, that is bundled with this package |
| in the file LICENSE.TXT, and is available at through the |
| world-wide-web at http://www.netautor.com/license/ |
| |
| If you did not receive a copy of the license and are unable to |
| obtain it through the world-wide-web, please send a note to |
| hide@address.com so we can mail you a copy. |
+----------------------------------------------------------------------+
| Authors: Stefan Rottensteiner <hide@address.com> |
| Marek Kadziela <hide@address.com> |
| Gregor Wollner |
| Christian Unger |
| Helli Kleinhans |
+----------------------------------------------------------------------+*/
/**
* Head part of the installer
* @version $Revision: 1.20 $
* @author Stefan Rottensteiner
*/
require_once ('./setup.inc');
?><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<?php if (empty($_GET['title'])) $_GET['title'] = ''; ?>
<title>Netautor Professional <?php echo ($SETUP_LANGUAGE_TEXT['install_title']);?> <?php echo $_GET['title'];?></title>
<meta name ="generator" content="Netautor Professional 5.3.1">
<meta http-equiv="pragma" content="no-cache">
<meta http-equiv="cache-control" content="no-cache">
<meta name ="robots" content="noindex">
</head>
<style type="text/css">
<!--
.dummy {}
.text {color:#323232; font-family:verdana,Arial,Helvetica;font-weight:normal;font-style:normal;font-size:11px;}
.textbold {color:#323232; font-family:verdana,Arial,Helvetica;font-weight:bold;font-style:normal;font-size:11px;}
.textboldbig {color:#323232; font-family:verdana,Arial,Helvetica;font-weight:bold;font-style:normal;font-size:12px;}
.texttitle {color:#FFFFFF; font-family:verdana,Arial,Helvetica;font-weight:bold;font-style:normal;font-size:14px;}
.input {background-color:#FFFFFF; border-color:#D2D2D2; background-image:url(pages/img/ps/bg_input.gif); border-width:1px; width:500px; font-family:verdana, arial, helvetica; font-size:10px; font-weight:normal;}
.button {color:#31844E;font-family:verdana,Arial,Helvetica;font-weight:normal;font-style:normal;font-size:9pt; background-color:#EBEBEB; border-color:#D2D2D2; background-image:url(pages/img/ps/bg_buttons.gif); border-width:1px;}
.bghead {background-image:url(../../grafik/functions_head.gif); background-repeat:repeat-x;}
-->
</style>
<script language="JavaScript" type="text/javascript">
function setTitle (newTitle)
{
document.getElementById('headtile').innerHTML = '<span class="texttitle"> <?php echo ($SETUP_LANGUAGE_TEXT['install_title']);?> '+newTitle+'<br></span>';
}
function setBusy (busyFlag)
{
var i = document.getElementById('busyimage');
if (i)
{
document.images['busyimage'].src = ( busyFlag == true ? '../../grafik/busy_on.gif' : '../../grafik/busy_off.gif' );
}
}
document.setTitle = setTitle;
document.setBusy = setBusy;
</script>
<body bgcolor="#FFFFFF" marginwidth="0" marginheight="0" leftmargin="0" topmargin="0" class="bghead">
<table border="0" cellspacing="0" cellpadding="0" width="100%" height="37" background="../../grafik/bg_head_setup.gif">
<tr>
<td width="42" align="center" valign="middle">
<img src="../../grafik/busy_off.gif" id="busyimage" name="busyimage" alt="Fortschritt" title="Fortschritt" width="37" height="37" hspace="0" vspace="0" border="0"><br>
</td>
<td align="left" valign="middle" >
<div id="headtile"><span class="texttitle"> <?php echo ($SETUP_LANGUAGE_TEXT['install_title']);?> <?php echo $_GET['title'];?></div>
</td>
<td width="190" align="right" valign="middle">
<a href="http://www.netautor.com" target="_blank" title="Netautor Professional 5.3.1"><img src="../../grafik/na_logo.gif" border="0" width="185" height="27"></a><br>
</td>
</tr>
</table>