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 -->
12
<!-- IF checks.S_LEGEND -->
13
<!-- IF not checks.S_FIRST_ROW -->
18
<legend>{checks.LEGEND}</legend>
19
<!-- IF checks.LEGEND_EXPLAIN --><p>{checks.LEGEND_EXPLAIN}</p><!-- ENDIF -->
23
<dt>{checks.TITLE}:<!-- IF checks.S_EXPLAIN --><br /><span class="explain">{checks.TITLE_EXPLAIN}</span><!-- ENDIF --></dt>
24
<dd>{checks.RESULT}</dd>
35
<!-- BEGIN options -->
36
<!-- IF options.S_LEGEND -->
37
<!-- IF not options.S_FIRST_ROW -->
42
<legend>{options.LEGEND}</legend>
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>
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>
63
<input class="button1" type="submit" id="dlconfig" name="dlconfig" value="{L_DL_DOWNLOAD}" /> <input class="button1" type="submit" id="dldone" name="dldone" value="{L_DL_DONE}" />
68
<fieldset class="submit-buttons">
69
<legend>{L_SUBMIT}</legend>
71
<!-- IF L_SUBMIT --><input class="button1" type="submit" id="submit" onclick="this.className = 'button1 disabled';" name="submit" value="{L_SUBMIT}" /><!-- ENDIF -->
77
<!-- INCLUDE install_footer.html -->