| |
| |
| <form id="install_install" method="post" action="{U_ACTION}" onsubmit="submit.disabled = 'disabled';"> |
| |
| <h1>{TITLE}</h1> |
| <p>{BODY}</p> |
| |
| |
| <fieldset> |
| |
| |
| |
| |
| </fieldset> |
| |
| <fieldset> |
| |
| <legend>{checks.LEGEND}</legend> |
| <p>{checks.LEGEND_EXPLAIN}</p> |
| |
| |
| <dl> |
| <dt>{checks.TITLE}:<br /><span class="explain">{checks.TITLE_EXPLAIN}</span></dt> |
| <dd>{checks.RESULT}</dd> |
| </dl> |
| |
| |
| |
| </fieldset> |
| |
| |
| |
| <fieldset> |
| |
| |
| |
| |
| </fieldset> |
| |
| <fieldset> |
| |
| <legend>{options.LEGEND}</legend> |
| |
| |
| <dl> |
| <dt><label for="{options.KEY}">{options.TITLE}:</label><br /><span class="explain">{options.TITLE_EXPLAIN}</span></dt> |
| <dd>{options.CONTENT}</dd> |
| </dl> |
| |
| |
| |
| |
| </fieldset> |
| |
| |
| |
| <h1>{L_DL_CONFIG}</h1> |
| <p>{L_DL_CONFIG_EXPLAIN}</p> |
| |
| <fieldset class="submit-buttons"> |
| <legend>{L_DL_CONFIG}</legend> |
| {S_HIDDEN} |
| <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}" /> |
| </fieldset> |
| |
| |
| |
| <fieldset class="submit-buttons"> |
| <legend>{L_SUBMIT}</legend> |
| {S_HIDDEN} |
| <input class="button1" type="submit" id="submit" onclick="this.className = 'button1 disabled';" name="submit" value="{L_SUBMIT}" /> |
| </fieldset> |
| |
| |
| </form> |
| |
| |