|
Lines 100-107
Link Here
|
| 100 |
<select name="Filter" id="branch"> |
100 |
<select name="Filter" id="branch"> |
| 101 |
<option value="">Any library</option> |
101 |
<option value="">Any library</option> |
| 102 |
[% FOREACH branchloo IN branchloop %] |
102 |
[% FOREACH branchloo IN branchloop %] |
| 103 |
<option value="[% branchloo.value %]">[% branchloo.branchname %]</option> |
103 |
[% IF ( branchloo.selected ) %] |
| 104 |
[% END %] |
104 |
<option value="[% branchloo.value %]" selected="selected">[% branchloo.branchname %]</option> |
|
|
105 |
[% ELSE %] |
| 106 |
<option value="[% branchloo.value %]">[% branchloo.branchname %]</option> |
| 107 |
[% END %] |
| 108 |
[% END %] |
| 105 |
</select></li> |
109 |
</select></li> |
| 106 |
<li> |
110 |
<li> |
| 107 |
<label for="documenttype">Item type: </label><select name="Filter" id="documenttype"> |
111 |
<label for="documenttype">Item type: </label><select name="Filter" id="documenttype"> |
|
Lines 139-160
Link Here
|
| 139 |
</select></li> |
143 |
</select></li> |
| 140 |
</ol> |
144 |
</ol> |
| 141 |
</fieldset> |
145 |
</fieldset> |
| 142 |
<!-- FIXME: Not implemented |
|
|
| 143 |
<fieldset class="rows"> |
| 144 |
<legend>Output</legend> |
| 145 |
<ol><li><label for="outputscreen">To screen into the browser: </label><input type="radio" checked="checked" name="output" id="outputscreen" value="screen" /> </li> |
| 146 |
<li><label for="outputfile">To a file: </label><input type="radio" name="output" value="file" id="outputfile" disabled="disabled" /> |
| 147 |
<label class="inline" for="basename">Named: </label><input type="text" name="basename" id="basename" value="Export" /> |
| 148 |
<label class="inline" for="MIME">Into an application </label> |
| 149 |
<select name="MIME" id="MIME"> |
| 150 |
[% FOREACH CGIextChoic IN CGIextChoice %] |
| 151 |
<option value="[% CGIextChoic.type %]">[% CGIextChoic.type %]</option> |
| 152 |
[% END %] |
| 153 |
</select> |
| 154 |
[% CGIsepChoice %] |
| 155 |
</li> |
| 156 |
</ol> |
| 157 |
</fieldset> --> |
| 158 |
|
146 |
|
| 159 |
<fieldset class="action"> |
147 |
<fieldset class="action"> |
| 160 |
<input type="submit" value="Submit" /> |
148 |
<input type="submit" value="Submit" /> |