A QCodo powered CMS
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

34 lines
1.6 KiB

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=<?php _p(QApplication::$EncodingType); ?>" />
<title>Quinta CMS Installation</title>
<link rel="stylesheet" type="text/css" href="assets/css/quinta.css">
</head><body>
<center>
<div style="width:600px; color:white; font-weight:bold">
<h1>Quinta CMS Installation</h1>
<?php $this->RenderBegin(); ?>
<?php if (! $this->blnFinished) { ?>
<p style="text-align: left; font-weight:normal">
<strong>Note: </strong>If you have not created a database for Quinta yet and you have administrative access
(meaning you have permission to create databases) you can use the "Create Database" section
below. Otherwise, you must create a database first and enter the correct information here. The
database must have read/write permissions for the Quinta user that you enter.</p>
<p><?php $this->txtDatabaseAdapter->RenderWithName(); ?></p>
<p><?php $this->txtDatabaseServer->RenderWithName(); ?></p>
<p><?php $this->txtDatabaseName->RenderWithName(); ?></p>
<p><?php $this->txtDatabaseUser->RenderWithName(); ?></p>
<p><?php $this->txtDatabasePassword->RenderWithName(); ?></p>
<p><?php $this->chkInstallExampleData->RenderWithName(); ?></p>
<p><?php $this->chkCreateDatabase->RenderWithName(); ?></p>
<p><?php $this->txtDatabaseAdminUser->RenderWithName(); ?></p>
<p><?php $this->txtDatabaseAdminPassword->RenderWithName(); ?></p>
<?php } ?>
<p><?php $this->lblMessage->RenderWithName(); ?></p>
<p><?php $this->btnSaveConfig->Render(); ?></p>
<?php $this->RenderEnd(); ?>
</div>
</center>
</body></html>