diff options
author | Graham Eames <grahamje@users.sourceforge.net> | 2006-03-18 16:39:05 +0000 |
---|---|---|
committer | Graham Eames <grahamje@users.sourceforge.net> | 2006-03-18 16:39:05 +0000 |
commit | de9418db2fdd3b3dc916d1363b9f51ebee3851ff (patch) | |
tree | 30ae5b599faa6804adb288f68231615ff48a5cbb /phpBB/adm/style/install_install.html | |
parent | 957502a28b1d2afec74cad30731dc2ee101cafe3 (diff) | |
download | forums-de9418db2fdd3b3dc916d1363b9f51ebee3851ff.tar forums-de9418db2fdd3b3dc916d1363b9f51ebee3851ff.tar.gz forums-de9418db2fdd3b3dc916d1363b9f51ebee3851ff.tar.bz2 forums-de9418db2fdd3b3dc916d1363b9f51ebee3851ff.tar.xz forums-de9418db2fdd3b3dc916d1363b9f51ebee3851ff.zip |
Replacing the first part of the installer ready for some testing
This will bounce you back to the previous installer part way through
git-svn-id: file:///svn/phpbb/trunk@5654 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/adm/style/install_install.html')
-rwxr-xr-x | phpBB/adm/style/install_install.html | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/phpBB/adm/style/install_install.html b/phpBB/adm/style/install_install.html new file mode 100755 index 0000000000..8e982fca44 --- /dev/null +++ b/phpBB/adm/style/install_install.html @@ -0,0 +1,50 @@ +<!-- 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 --> + +<!-- 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"> + <!-- IF L_SUBMIT --><input class="button1" type="submit" id="submit" name="submit" value="{L_SUBMIT}" /><!-- ENDIF --> +</fieldset> +<!-- ENDIF --> + +</form> +<!-- INCLUDE install_footer.html -->
\ No newline at end of file |