Lines 202-211
Link Here
|
202 |
|
202 |
|
203 |
<fieldset class="rows"> |
203 |
<fieldset class="rows"> |
204 |
<legend>Output</legend> |
204 |
<legend>Output</legend> |
205 |
<ol><li><label for="outputscreen">To screen into the browser: </label><input type="radio" checked="checked" name="output" id="outputscreen" value="screen" /> </li> |
205 |
<ol> |
206 |
<li><label for="outputfile">To a file:</label> <input type="radio" name="output" value="file" id="outputfile" /> <label class="inline" for="basename">Named: </label><input type="text" name="basename" id="basename" value="Export" /> <label class="inline" for="MIME">Into an application: |
206 |
<li> |
207 |
</label>[% CGIextChoice %] |
207 |
<label for="outputscreen">To screen into the browser: </label><input type="radio" checked="checked" name="output" id="outputscreen" value="screen" /> |
208 |
[% CGIsepChoice %]</li></ol> |
208 |
</li> |
|
|
209 |
<li> |
210 |
<label for="outputfile">To a file:</label> <input type="radio" name="output" value="file" id="outputfile" /> |
211 |
<label class="inline" for="basename">Named: </label><input type="text" name="basename" id="basename" value="Export" /> |
212 |
<label class="inline" for="MIME">Into an application: </label> |
213 |
[% CGIextChoice %] |
214 |
<select name="sep" id="sep" size="1"> |
215 |
[% FOREACH value IN CGIsepChoice.values.sort() %] |
216 |
[% IF ( value == CGIsepChoice.default ) %] |
217 |
<option value="[% value %]" selected="selected">[% value %]</option> |
218 |
[% ELSE %] |
219 |
<option value="[% value %]">[% value %]</option> |
220 |
[% END %] |
221 |
[% END %] |
222 |
</select> |
223 |
</li> |
224 |
</ol> |
209 |
</fieldset> |
225 |
</fieldset> |
210 |
|
226 |
|
211 |
<fieldset class="action"> |
227 |
<fieldset class="action"> |