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.

33 lines
1.6 KiB

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