add new subfolder for installation
[phpbb.git] / phpBB / adm / style / install_convert.html
blob783e89d6bff57dadc66697d6f1632e465d779415
1 <!-- INCLUDE install_header.html -->
3 <!-- IF S_NOT_INSTALLED -->
5 <h1>{TITLE}</h1>
7 <p>{BODY}</p>
9 <!-- ELSE -->
11 <form id="install_convert" method="post" action="{U_ACTION}">
13 <h1>{TITLE}</h1>
15 <p>{BODY}</p>
17 <!-- IF S_ERROR_BOX -->
18 <div class="errorbox">
19 <h3>{ERROR_TITLE}</h3>
20 <p>{ERROR_MSG}</p>
21 </div>
22 <!-- ENDIF -->
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 -->
58 <!-- IF S_CONTINUE -->
59 </form>
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>
71 <form method="post" action="{U_ACTION}">
72 <!-- ENDIF -->
74 <!-- IF .checks -->
75 <fieldset>
77 <!-- BEGIN checks -->
78 <!-- IF checks.S_LEGEND -->
79 <!-- IF not checks.S_FIRST_ROW -->
80 </fieldset>
82 <fieldset>
83 <!-- ENDIF -->
84 <legend>{checks.LEGEND}</legend>
85 <!-- IF checks.LEGEND_EXPLAIN --><p>{checks.LEGEND_EXPLAIN}</p><!-- ENDIF -->
86 <!-- ELSE -->
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 -->
95 </fieldset>
96 <!-- ENDIF -->
98 <!-- IF .options -->
99 <fieldset>
101 <!-- BEGIN options -->
102 <!-- IF options.S_LEGEND -->
103 <!-- IF not options.S_FIRST_ROW -->
104 </fieldset>
106 <fieldset>
107 <!-- ENDIF -->
108 <legend>{options.LEGEND}</legend>
109 <!-- ELSE -->
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>
116 <!-- ENDIF -->
117 <!-- END options -->
119 </fieldset>
120 <!-- ENDIF -->
122 <!-- IF L_SUBMIT -->
123 <!-- IF L_MESSAGE --><p>{L_MESSAGE}</p><!-- ENDIF -->
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 -->
131 </form>
132 <!-- ENDIF -->
134 <!-- INCLUDE install_footer.html -->