mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-18 09:18:52 +00:00
add new subfolder for installation
git-svn-id: file:///svn/phpbb/trunk@9275 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
46f666556b
commit
20cc28bfea
3 changed files with 44 additions and 0 deletions
0
phpBB/adm/style/install/install.html
Normal file
0
phpBB/adm/style/install/install.html
Normal file
21
phpBB/adm/style/install/snippet_checks.html
Normal file
21
phpBB/adm/style/install/snippet_checks.html
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
<!-- IF .checks -->
|
||||||
|
<fieldset>
|
||||||
|
<!-- BEGIN checks -->
|
||||||
|
<!-- IF checks.S_LEGEND -->
|
||||||
|
<!-- IF not checks.S_FIRST_ROW -->
|
||||||
|
</fieldset>
|
||||||
|
|
||||||
|
<fieldset>
|
||||||
|
<!-- ENDIF -->
|
||||||
|
<legend>{checks.LEGEND}</legend>
|
||||||
|
<!-- IF checks.LEGEND_EXPLAIN --><p>{checks.LEGEND_EXPLAIN}</p><!-- ENDIF -->
|
||||||
|
<!-- ELSE -->
|
||||||
|
|
||||||
|
<dl>
|
||||||
|
<dt>{checks.TITLE}:<!-- IF checks.S_EXPLAIN --><br /><span class="explain">{checks.TITLE_EXPLAIN}</span><!-- ENDIF --></dt>
|
||||||
|
<dd>{checks.RESULT}</dd>
|
||||||
|
</dl>
|
||||||
|
<!-- ENDIF -->
|
||||||
|
<!-- END checks -->
|
||||||
|
</fieldset>
|
||||||
|
<!-- ENDIF -->
|
23
phpBB/adm/style/install/snippet_options.html
Normal file
23
phpBB/adm/style/install/snippet_options.html
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
<!-- IF .options -->
|
||||||
|
<fieldset>
|
||||||
|
|
||||||
|
<!-- BEGIN options -->
|
||||||
|
<!-- IF options.S_LEGEND -->
|
||||||
|
<!-- IF not options.S_FIRST_ROW -->
|
||||||
|
</fieldset>
|
||||||
|
|
||||||
|
<fieldset>
|
||||||
|
<!-- ENDIF -->
|
||||||
|
<legend>{options.LEGEND}</legend>
|
||||||
|
<!-- ELSE -->
|
||||||
|
|
||||||
|
<dl>
|
||||||
|
<dt><label for="{options.KEY}">{options.TITLE}:</label><!-- IF options.S_EXPLAIN --><br /><span class="explain">{options.TITLE_EXPLAIN}</span><!-- ENDIF --></dt>
|
||||||
|
<dd>{options.CONTENT}</dd>
|
||||||
|
</dl>
|
||||||
|
|
||||||
|
<!-- ENDIF -->
|
||||||
|
<!-- END options -->
|
||||||
|
|
||||||
|
</fieldset>
|
||||||
|
<!-- ENDIF -->
|
Loading…
Add table
Reference in a new issue