1
<!-- INCLUDE install_header.html -->
3
<!-- IF S_NOT_INSTALLED -->
11
<form id="install_convert" method="post" action="{U_ACTION}">
17
<!-- IF S_ERROR_BOX -->
18
<div class="errorbox">
19
<h3>{ERROR_TITLE}</h3>
25
<table cellspacing="1">
26
<caption>{L_AVAILABLE_CONVERTORS}</caption>
27
<col class="col1" /><col class="col2" /><col class="col1" /><col class="col2" />
37
<!-- IF .convertors -->
38
<!-- BEGIN convertors -->
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>
45
<!-- END convertors -->
48
<td>{L_NO_CONVERTORS}</td>
58
<!-- IF S_CONTINUE -->
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}" />
66
<form method="post" action="{U_CONTINUE_ACTION}">
67
<input class="button1" type="submit" name="submit_cont" value="{L_CONTINUE}" />
71
<form method="post" action="{U_ACTION}">
78
<!-- IF checks.S_LEGEND -->
79
<!-- IF not checks.S_FIRST_ROW -->
84
<legend>{checks.LEGEND}</legend>
85
<!-- IF checks.LEGEND_EXPLAIN --><p>{checks.LEGEND_EXPLAIN}</p><!-- ENDIF -->
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>
101
<!-- BEGIN options -->
102
<!-- IF options.S_LEGEND -->
103
<!-- IF not options.S_FIRST_ROW -->
108
<legend>{options.LEGEND}</legend>
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>
123
<!-- IF L_MESSAGE --><p>{L_MESSAGE}</p><!-- ENDIF -->
125
<fieldset class="submit-buttons">
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 -->
134
<!-- INCLUDE install_footer.html -->
b'\\ No newline at end of file'