| 1 | <!-- INCLUDE install_header.html -->
 | 
|---|
| 2 | 
 | 
|---|
| 3 | <!-- IF S_NOT_INSTALLED -->
 | 
|---|
| 4 | 
 | 
|---|
| 5 |         <h1>{TITLE}</h1>
 | 
|---|
| 6 | 
 | 
|---|
| 7 |         <p>{BODY}</p>
 | 
|---|
| 8 | 
 | 
|---|
| 9 | <!-- ELSE -->
 | 
|---|
| 10 | 
 | 
|---|
| 11 |         <form id="install_convert" method="post" action="{U_ACTION}">
 | 
|---|
| 12 | 
 | 
|---|
| 13 |         <h1>{TITLE}</h1>
 | 
|---|
| 14 | 
 | 
|---|
| 15 |         <p>{BODY}</p>
 | 
|---|
| 16 | 
 | 
|---|
| 17 |         <!-- IF S_ERROR_BOX -->
 | 
|---|
| 18 |         <div class="errorbox">
 | 
|---|
| 19 |                 <h3>{ERROR_TITLE}</h3>
 | 
|---|
| 20 |                 <p>{ERROR_MSG}</p>
 | 
|---|
| 21 |         </div>
 | 
|---|
| 22 |         <!-- ENDIF -->
 | 
|---|
| 23 | 
 | 
|---|
| 24 |         <!-- IF S_LIST -->
 | 
|---|
| 25 |                 <table cellspacing="1">
 | 
|---|
| 26 |                         <caption>{L_AVAILABLE_CONVERTORS}</caption>
 | 
|---|
| 27 |                         <col class="col1" /><col class="col2" /><col class="col1" /><col class="col2" />
 | 
|---|
| 28 |                 <thead>
 | 
|---|
| 29 |                 <tr>
 | 
|---|
| 30 |                         <th>{L_SOFTWARE}</th>
 | 
|---|
| 31 |                         <th>{L_VERSION}</th>
 | 
|---|
| 32 |                         <th>{L_AUTHOR}</th>
 | 
|---|
| 33 |                         <th>{L_OPTIONS}</th>
 | 
|---|
| 34 |                 </tr>
 | 
|---|
| 35 |                 </thead>
 | 
|---|
| 36 |                 <tbody>
 | 
|---|
| 37 |                 <!-- IF .convertors -->
 | 
|---|
| 38 |                         <!-- BEGIN convertors -->
 | 
|---|
| 39 |                         <tr>
 | 
|---|
| 40 |                                 <td>{convertors.SOFTWARE}</td>
 | 
|---|
| 41 |                                 <td>{convertors.VERSION}</td>
 | 
|---|
| 42 |                                 <td>{convertors.AUTHOR}</td>
 | 
|---|
| 43 |                                 <td><a href="{convertors.U_CONVERT}">{L_CONVERT}</a></td>
 | 
|---|
| 44 |                         </tr>
 | 
|---|
| 45 |                         <!-- END convertors -->
 | 
|---|
| 46 |                 <!-- ELSE -->
 | 
|---|
| 47 |                         <tr>
 | 
|---|
| 48 |                                 <td>{L_NO_CONVERTORS}</td>
 | 
|---|
| 49 |                                 <td>-</td>
 | 
|---|
| 50 |                                 <td>-</td>
 | 
|---|
| 51 |                                 <td>-</td>
 | 
|---|
| 52 |                         </tr>
 | 
|---|
| 53 |                 <!-- ENDIF -->
 | 
|---|
| 54 |                 </tbody>
 | 
|---|
| 55 |                 </table>
 | 
|---|
| 56 |         <!-- ENDIF -->
 | 
|---|
| 57 | 
 | 
|---|
| 58 |         <!-- IF S_CONTINUE -->
 | 
|---|
| 59 |                 </form>
 | 
|---|
| 60 | 
 | 
|---|
| 61 |                 <fieldset class="submit-buttons">
 | 
|---|
| 62 |                         <form method="post" action="{U_NEW_ACTION}">
 | 
|---|
| 63 |                                 <input class="button1" type="submit" name="submit_new" value="{L_NEW}" />
 | 
|---|
| 64 |                         </form>
 | 
|---|
| 65 |                         <br />
 | 
|---|
| 66 |                         <form method="post" action="{U_CONTINUE_ACTION}">
 | 
|---|
| 67 |                                 <input class="button1" type="submit" name="submit_cont" value="{L_CONTINUE}" />
 | 
|---|
| 68 |                         </form>
 | 
|---|
| 69 |                 </fieldset>
 | 
|---|
| 70 | 
 | 
|---|
| 71 |                 <form method="post" action="{U_ACTION}">
 | 
|---|
| 72 |         <!-- ENDIF -->
 | 
|---|
| 73 | 
 | 
|---|
| 74 |         <!-- IF .checks -->
 | 
|---|
| 75 |                 <fieldset>
 | 
|---|
| 76 | 
 | 
|---|
| 77 |                 <!-- BEGIN checks -->
 | 
|---|
| 78 |                         <!-- IF checks.S_LEGEND -->
 | 
|---|
| 79 |                                 <!-- IF not checks.S_FIRST_ROW -->
 | 
|---|
| 80 |                                 </fieldset>
 | 
|---|
| 81 | 
 | 
|---|
| 82 |                                 <fieldset>
 | 
|---|
| 83 |                                 <!-- ENDIF -->
 | 
|---|
| 84 |                                         <legend>{checks.LEGEND}</legend>
 | 
|---|
| 85 |                                         <!-- IF checks.LEGEND_EXPLAIN --><p>{checks.LEGEND_EXPLAIN}</p><!-- ENDIF -->
 | 
|---|
| 86 |                         <!-- ELSE -->
 | 
|---|
| 87 | 
 | 
|---|
| 88 |                                 <dl>
 | 
|---|
| 89 |                                         <dt><label>{checks.TITLE}:</label><!-- IF checks.S_EXPLAIN --><br /><span class="explain">{checks.TITLE_EXPLAIN}</span><!-- ENDIF --></dt>
 | 
|---|
| 90 |                                         <dd>{checks.RESULT}</dd>
 | 
|---|
| 91 |                                 </dl>
 | 
|---|
| 92 |                         <!-- ENDIF -->
 | 
|---|
| 93 |                 <!-- END checks -->
 | 
|---|
| 94 | 
 | 
|---|
| 95 |                 </fieldset>
 | 
|---|
| 96 |         <!-- ENDIF -->
 | 
|---|
| 97 | 
 | 
|---|
| 98 |         <!-- IF .options -->
 | 
|---|
| 99 |                 <fieldset>
 | 
|---|
| 100 | 
 | 
|---|
| 101 |                 <!-- BEGIN options -->
 | 
|---|
| 102 |                         <!-- IF options.S_LEGEND -->
 | 
|---|
| 103 |                                 <!-- IF not options.S_FIRST_ROW -->
 | 
|---|
| 104 |                                         </fieldset>
 | 
|---|
| 105 | 
 | 
|---|
| 106 |                                         <fieldset>
 | 
|---|
| 107 |                                 <!-- ENDIF -->
 | 
|---|
| 108 |                                         <legend>{options.LEGEND}</legend>
 | 
|---|
| 109 |                         <!-- ELSE -->
 | 
|---|
| 110 | 
 | 
|---|
| 111 |                                 <dl>
 | 
|---|
| 112 |                                         <dt><label for="{options.KEY}">{options.TITLE}:</label><!-- IF options.S_EXPLAIN --><br /><span class="explain">{options.TITLE_EXPLAIN}</span><!-- ENDIF --></dt>
 | 
|---|
| 113 |                                         <dd>{options.CONTENT}</dd>
 | 
|---|
| 114 |                                 </dl>
 | 
|---|
| 115 | 
 | 
|---|
| 116 |                         <!-- ENDIF -->
 | 
|---|
| 117 |                 <!-- END options -->
 | 
|---|
| 118 | 
 | 
|---|
| 119 |                 </fieldset>
 | 
|---|
| 120 |         <!-- ENDIF -->
 | 
|---|
| 121 | 
 | 
|---|
| 122 |         <!-- IF L_SUBMIT -->
 | 
|---|
| 123 |                 <!-- IF L_MESSAGE --><p>{L_MESSAGE}</p><!-- ENDIF -->
 | 
|---|
| 124 | 
 | 
|---|
| 125 |                 <fieldset class="submit-buttons">
 | 
|---|
| 126 |                         {S_HIDDEN}
 | 
|---|
| 127 |                         <!-- IF L_SUBMIT --><input class="button1<!-- IF S_REFRESH --> disabled<!-- ENDIF -->" type="submit" id="submit" <!-- IF S_REFRESH -->disabled="disabled" <!-- ELSE --> onclick="this.className = 'button1 disabled';" onsubmit="this.disabled = 'disabled';" <!-- ENDIF -->name="submit" value="{L_SUBMIT}" /><!-- ENDIF -->
 | 
|---|
| 128 |                 </fieldset>
 | 
|---|
| 129 |         <!-- ENDIF -->
 | 
|---|
| 130 | 
 | 
|---|
| 131 |         </form>
 | 
|---|
| 132 | <!-- ENDIF -->
 | 
|---|
| 133 | 
 | 
|---|
| 134 | <!-- INCLUDE install_footer.html -->
 | 
|---|