alert('<?php echo T_('Please enter a Host name') ?>');
f.DBhostname.focus();
formValid=false;
} else if ( f.DBuserName.value == '' ) {
alert('<?php echo T_('Please enter a Database User Name') ?>');
f.DBuserName.focus();
formValid=false;
} else if ( f.DBname.value == '' ) {
alert('<?php echo T_('Please enter a Name for your new Database') ?>');
f.DBname.focus();
formValid=false;
} else if ( confirm('<?php echo T_('Are you sure these settings are correct? \nMambo will now attempt to populate a Database with the settings you have supplied') ?>')) {
<div class="install-text"><?php echo T_('<p>Setting up Mambo to run on your server involves 4 simple steps...</p><p>Please enter the hostname of the server Mambo is to be installed on.</p><p>Enter the MySQL username, password and database name you wish to use with Mambo.</p><p>Enter the table name prefix to be used by this Mambo instance and select how to do with in case existing tables from former installations.</p><p>Install the samples unless you are experienced Mambo user wanting to start with a completely empty site.</p>') ?>
<td><label for="DBBackup"><?php echo T_('Backup Old Tables') ?></label></td>
<td><em><?php echo T_('Any tables with the same prefix as that given in MySQL Table Prefix are renamed with the prefix old_ in preparation for a fresh install. If any tables with the old_ prefix already exist they will be removed and replaced by these new backups. Not selecting this option will cause any existing tables with the same names to simply be dropped without any backup copies being made.') ?></em></td>
<td><em><?php echo T_('Dont uncheck this unless you are experienced with mambo!') ?></em></td>
</tr>
</table>
</div>
</div>
</div>
<div class="clr"></div>
</div>
</form>
</div>
<div class="clr"></div>
<div class="ctr">
<?php echo T_('<a href="http://www.mambo-foundation.org" target="_blank">Mambo </a> is Free Software released under the <a href="http://www.gnu.org/copyleft/gpl.html" target="_blank">GNU/GPL License</a>.') ?>
</div>
</body>
</html>
Documentation generated on Mon, 05 May 2008 16:20:33 +0400 by phpDocumentor 1.4.0