37 lines
1.5 KiB
HTML
37 lines
1.5 KiB
HTML
<html xmlns:f="http://typo3.org/ns/TYPO3/CMS/Fluid/ViewHelpers" data-namespace-typo3-fluid="true">
|
|
<div class="typo3-install-content-body">
|
|
|
|
<h2>Environment Overview</h2>
|
|
<p>First the Install Wizard needs to inspect your web server and identify any issues that may prevent TYPO3 from running correctly.</p>
|
|
|
|
<div class="t3js-installer-environment-details" hidden>
|
|
<h3>Problems Detected</h3>
|
|
</div>
|
|
|
|
<div class="row justify-content-between">
|
|
<form class="col-auto t3js-installer-environmentFolders-bad" hidden>
|
|
<div class="typo3-install-content-spacer-small">
|
|
<button type="submit" class="btn btn-default t3js-installer-environmentFolders-retry">
|
|
Scan environment again
|
|
</button>
|
|
</div>
|
|
</form>
|
|
<form class="col-auto t3js-installer-environmentFolders-bad" hidden>
|
|
<div class="typo3-install-content-spacer-small">
|
|
<button type="submit" class="btn btn-danger t3js-installer-environmentFolders-execute float-end">
|
|
Continue with errors
|
|
</button>
|
|
</div>
|
|
</form>
|
|
<form class="col-auto t3js-installer-environmentFolders-good" hidden>
|
|
<div class="typo3-install-content-spacer-small">
|
|
<button type="submit" class="btn btn-success t3js-installer-environmentFolders-execute float-end">
|
|
No problems detected, continue with installation
|
|
</button>
|
|
</div>
|
|
</form>
|
|
</div>
|
|
|
|
</div>
|
|
</html>
|