Lines 102-108
$(document).ready(function(){
Link Here
|
102 |
<label for="outputfile">To a file:</label> <input type="radio" name="output" value="file" id="outputfile" /> |
102 |
<label for="outputfile">To a file:</label> <input type="radio" name="output" value="file" id="outputfile" /> |
103 |
<label class="inline" for="basename">Named: </label><input type="text" name="basename" id="basename" value="Export" /> |
103 |
<label class="inline" for="basename">Named: </label><input type="text" name="basename" id="basename" value="Export" /> |
104 |
<label class="inline" for="MIME">Into an application </label> |
104 |
<label class="inline" for="MIME">Into an application </label> |
105 |
[% CGIextChoice %] |
105 |
<select name="MIME" id="MIME" size="1"> |
|
|
106 |
[% FOREACH value IN CGIextChoice %] |
107 |
<option value="[% value %]">[% value %]</option> |
108 |
[% END %] |
109 |
</select> |
106 |
<select name="sep" id="sep" size="1"> |
110 |
<select name="sep" id="sep" size="1"> |
107 |
[% FOREACH value IN CGIsepChoice.values.sort() %] |
111 |
[% FOREACH value IN CGIsepChoice.values.sort() %] |
108 |
[% IF ( value == CGIsepChoice.default ) %] |
112 |
[% IF ( value == CGIsepChoice.default ) %] |