mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-23 19:45:10 +01:00
Note: To prevent issues with incorrect database settings, it is now no longer possible to pass this point without the settings having been tested to make sure they work git-svn-id: file:///svn/phpbb/trunk@5718 89ea8834-ac86-4346-8a33-228a782c2dd0
52 lines
1.3 KiB
HTML
Executable File
52 lines
1.3 KiB
HTML
Executable File
<!-- INCLUDE install_header.html -->
|
|
|
|
<form id="install_install" method="post" action="{U_ACTION}">
|
|
|
|
<h2>{TITLE}</h2>
|
|
{BODY}
|
|
|
|
<!-- BEGIN checks -->
|
|
<!-- IF checks.S_LEGEND -->
|
|
<!-- IF not checks.S_FIRST_ROW -->
|
|
</fieldset>
|
|
<!-- ENDIF -->
|
|
<fieldset>
|
|
<legend>{checks.LEGEND}</legend>
|
|
<!-- IF checks.LEGEND_EXPLAIN --><p>{checks.LEGEND_EXPLAIN}</p><!-- ENDIF -->
|
|
<!-- ELSE -->
|
|
|
|
<dl>
|
|
<dt>{checks.TITLE}:</label><!-- IF checks.S_EXPLAIN --><br /><span>{checks.TITLE_EXPLAIN}</span><!-- ENDIF --></dt>
|
|
<dd>{checks.RESULT}</dd>
|
|
</dl>
|
|
<!-- ENDIF -->
|
|
<!-- END checks -->
|
|
</fieldset>
|
|
|
|
<!-- BEGIN options -->
|
|
<!-- IF options.S_LEGEND -->
|
|
<!-- IF not options.S_FIRST_ROW -->
|
|
</fieldset>
|
|
<!-- ENDIF -->
|
|
<fieldset>
|
|
<legend>{options.LEGEND}</legend>
|
|
<!-- ELSE -->
|
|
|
|
<dl>
|
|
<dt><label for="{options.KEY}">{options.TITLE}:</label><!-- IF options.S_EXPLAIN --><br /><span>{options.TITLE_EXPLAIN}</span><!-- ENDIF --></dt>
|
|
<dd>{options.CONTENT}</dd>
|
|
</dl>
|
|
|
|
<!-- ENDIF -->
|
|
<!-- END options -->
|
|
</fieldset>
|
|
|
|
<!-- IF L_SUBMIT -->
|
|
<fieldset class="submit-buttons">
|
|
{S_HIDDEN}
|
|
<!-- IF L_SUBMIT --><input class="button1" type="submit" id="submit" name="submit" value="{L_SUBMIT}" /><!-- ENDIF -->
|
|
</fieldset>
|
|
<!-- ENDIF -->
|
|
|
|
</form>
|
|
<!-- INCLUDE install_footer.html --> |