| <! |
| |
| <! |
| |
| <h1>{TITLE}</h1> |
| |
| <p>{BODY}</p> |
| |
| <! |
| |
| <form id="install_convert" method="post" action="{U_ACTION}"> |
| |
| <h1>{TITLE}</h1> |
| |
| <p>{BODY}</p> |
| |
| <! |
| <div class="errorbox"> |
| <h3>{ERROR_TITLE}</h3> |
| <p>{ERROR_MSG}</p> |
| </div> |
| <! |
| |
| <! |
| <table cellspacing="1"> |
| <caption>{L_AVAILABLE_CONVERTORS}</caption> |
| <col class="col1" /><col class="col2" /><col class="col1" /><col class="col2" /> |
| <thead> |
| <tr> |
| <th>{L_SOFTWARE}</th> |
| <th>{L_VERSION}</th> |
| <th>{L_AUTHOR}</th> |
| <th>{L_OPTIONS}</th> |
| </tr> |
| </thead> |
| <tbody> |
| <! |
| <! |
| <tr> |
| <td>{convertors.SOFTWARE}</td> |
| <td>{convertors.VERSION}</td> |
| <td>{convertors.AUTHOR}</td> |
| <td><a href="{convertors.U_CONVERT}">{L_CONVERT}</a></td> |
| </tr> |
| <! |
| <! |
| <tr> |
| <td>{L_NO_CONVERTORS}</td> |
| <td>-</td> |
| <td>-</td> |
| <td>-</td> |
| </tr> |
| <! |
| </tbody> |
| </table> |
| <! |
| |
| <! |
| </form> |
| |
| <fieldset class="submit-buttons"> |
| <form method="post" action="{U_NEW_ACTION}"> |
| <input class="button1" type="submit" name="submit_new" value="{L_NEW}" /> |
| </form> |
| <br /> |
| <form method="post" action="{U_CONTINUE_ACTION}"> |
| <input class="button1" type="submit" name="submit_cont" value="{L_CONTINUE}" /> |
| </form> |
| </fieldset> |
| |
| <form method="post" action="{U_ACTION}"> |
| <! |
| |
| <! |
| <fieldset> |
| |
| <! |
| <! |
| <! |
| </fieldset> |
| |
| <fieldset> |
| <! |
| <legend>{checks.LEGEND}</legend> |
| <! |
| <! |
| |
| <dl> |
| <dt><label>{checks.TITLE}:</label><! |
| <dd>{checks.RESULT}</dd> |
| </dl> |
| <! |
| <! |
| |
| </fieldset> |
| <! |
| |
| <! |
| <fieldset> |
| |
| <! |
| <! |
| <! |
| </fieldset> |
| |
| <fieldset> |
| <! |
| <legend>{options.LEGEND}</legend> |
| <! |
| |
| <dl> |
| <dt><label for="{options.KEY}">{options.TITLE}:</label><! |
| <dd>{options.CONTENT}</dd> |
| </dl> |
| |
| <! |
| <! |
| |
| </fieldset> |
| <! |
| |
| <! |
| <! |
| |
| <fieldset class="submit-buttons"> |
| {S_HIDDEN} |
| <! |
| </fieldset> |
| <! |
| |
| </form> |
| <! |
| |
| <! |