add new subfolder for installation
[phpbb.git] / phpBB / adm / style / install_install.html
blob79006fba699a9e50087145cd19d0e4134b21ce8e
1 <!-- INCLUDE install_header.html -->
3 <form id="install_install" method="post" action="{U_ACTION}" onsubmit="submit.disabled = 'disabled';">
5 <!-- IF TITLE --><h1>{TITLE}</h1><!-- ENDIF -->
6 <!-- IF BODY --><p>{BODY}</p><!-- ENDIF -->
8 <!-- IF .checks -->
9 <fieldset>
11 <!-- BEGIN checks -->
12 <!-- IF checks.S_LEGEND -->
13 <!-- IF not checks.S_FIRST_ROW -->
14 </fieldset>
16 <fieldset>
17 <!-- ENDIF -->
18 <legend>{checks.LEGEND}</legend>
19 <!-- IF checks.LEGEND_EXPLAIN --><p>{checks.LEGEND_EXPLAIN}</p><!-- ENDIF -->
20 <!-- ELSE -->
22 <dl>
23 <dt>{checks.TITLE}:<!-- IF checks.S_EXPLAIN --><br /><span class="explain">{checks.TITLE_EXPLAIN}</span><!-- ENDIF --></dt>
24 <dd>{checks.RESULT}</dd>
25 </dl>
26 <!-- ENDIF -->
27 <!-- END checks -->
29 </fieldset>
30 <!-- ENDIF -->
32 <!-- IF .options -->
33 <fieldset>
35 <!-- BEGIN options -->
36 <!-- IF options.S_LEGEND -->
37 <!-- IF not options.S_FIRST_ROW -->
38 </fieldset>
40 <fieldset>
41 <!-- ENDIF -->
42 <legend>{options.LEGEND}</legend>
43 <!-- ELSE -->
45 <dl>
46 <dt><label for="{options.KEY}">{options.TITLE}:</label><!-- IF options.S_EXPLAIN --><br /><span class="explain">{options.TITLE_EXPLAIN}</span><!-- ENDIF --></dt>
47 <dd>{options.CONTENT}</dd>
48 </dl>
50 <!-- ENDIF -->
51 <!-- END options -->
53 </fieldset>
54 <!-- ENDIF -->
56 <!-- IF S_SHOW_DOWNLOAD -->
57 <h1>{L_DL_CONFIG}</h1>
58 <p>{L_DL_CONFIG_EXPLAIN}</p>
60 <fieldset class="submit-buttons">
61 <legend>{L_DL_CONFIG}</legend>
62 {S_HIDDEN}
63 <input class="button1" type="submit" id="dlconfig" name="dlconfig" value="{L_DL_DOWNLOAD}" />&nbsp;<input class="button1" type="submit" id="dldone" name="dldone" value="{L_DL_DONE}" />
64 </fieldset>
65 <!-- ENDIF -->
67 <!-- IF L_SUBMIT -->
68 <fieldset class="submit-buttons">
69 <legend>{L_SUBMIT}</legend>
70 {S_HIDDEN}
71 <!-- IF L_SUBMIT --><input class="button1" type="submit" id="submit" onclick="this.className = 'button1 disabled';" name="submit" value="{L_SUBMIT}" /><!-- ENDIF -->
72 </fieldset>
73 <!-- ENDIF -->
75 </form>
77 <!-- INCLUDE install_footer.html -->