<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>EntierStudio</title>
<link rel="stylesheet" type="text/css" href="styles/install.{USERBROWSER}.css">
</head>
<body>
<table class="frame" cellspacing="0" cellpadding="0">
<tbody>
<!-- page head -->
<tr height="18%">
<td valign="middle" width="18%" align="center"><img src="images/homelogo.gif" alt="Logo"></td>
<td valign="middle" width="82%" align="center">
<table cellspacing="0" cellpadding="5" width="100%" border="0">
<tbody>
<tr valign="middle">
<td align="left"><div class="title">Welcome to EntierStudio</div></td>
<td align="left"> </td>
</tr>
</tbody>
</table>
</td>
</tr>
<!-- page body -->
<tr height="82%">
<!-- body side -->
<td valign="top" width="18%" align ="right">
</BR>
<table cellspacing="0" cellpadding="0" width="90%" border="0">
<tbody>
<tr>
<td><div class="StepDone" id="step1"> step 1</div></td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td><div class="StepDone" id="step2"> step 2</div></td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td align="right"><div class="StepSpot" id="step3"> step 3</div></td>
</tr>
<tr>
<td> </td>
</tr>
<tr>
<td><div class="StepNext" id="step4"> step 4</div></td>
</tr>
</tbody>
</table>
</td>
<!-- body form -->
<td valign="top" width="82%" bgcolor="#ffffff" align="center">
<br>
<form method="post" action="install.php">
<input type="hidden" name="step" value="5">
<table cellspacing="2" cellpadding="2" width="90%" border="1" bgcolor="#ffffff" bordercolor="#c0c0c0">
<tbody>
<tr>
<td bgcolor="#c0c0c0"><font face="Arial" size="2"><b> >> Installation</b></font></td>
</tr>
<tr>
<td>
<CENTER>
<table width="550" border="1" cellspacing="15" cellpadding="2">
<tbody>
<block:error>
<tr valign="middle">
<td class="formError" width="100%">Errors found: {ERRORMESSAGE}</td>
</tr>
</block:error>
<tr>
<td width="100%" align="center" valign="middle">
<table width="500" border="1" cellspacing="0" cellpadding="5">
<tr height="10%" bgcolor=#3a6ba5>
<td align="center" colspan="2"> <font style="BACKGROUND-COLOR: #3a6ba5" color=white face=Tahoma size="2"><strong>Database configuration error</strong></font></td>
</tr>
<tr>
<td align="left">
<div class="formLabel">The database configuration file can't be written.<br />To achieve the installation:
<ol>
<li>open the file include/cfg.config.db.php</li>
<li>copy the text below and paste it inside</li>
</ol>
</div>
</td>
</tr>
<tr>
<td align="left">
<textarea class="formInput" rows="12" style="width:100%">{DBINSTTEXT}</textarea>
</td>
</tr>
</table>
</td>
</tr>
</tbody>
</table>
</CENTER>
</td>
</tbody>
</table>
<br>
<table cellspacing="0" cellpadding="2" width="90%" border="1" bgcolor="#ffffff" bordercolor="#c0c0c0">
<tbody>
<tr>
<td align="center"><input type="submit" value="Continue" style="WIDTH: 30%"></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</body>
</html>