Lines 140-146
$(document).ready(function() {
Link Here
|
140 |
Use a file |
140 |
Use a file |
141 |
</legend> |
141 |
</legend> |
142 |
<ol> |
142 |
<ol> |
143 |
<li>File containing a list of biblio numbers with one biblio number per line. This list works as a filter: it is compatible with other parameters.</li> |
143 |
<li>File containing a list of biblio numbers with one biblio number per line. This list works as a filter: it is compatible with other parameters. (File types accepted: .csv and .txt)</li> |
144 |
<li><label for="id_list_file">File: </label> <input type="file" id="id_list_file" name="id_list_file" /></li> |
144 |
<li><label for="id_list_file">File: </label> <input type="file" id="id_list_file" name="id_list_file" /></li> |
145 |
</ol> |
145 |
</ol> |
146 |
</fieldset> |
146 |
</fieldset> |
Lines 219-225
$(document).ready(function() {
Link Here
|
219 |
Use a file |
219 |
Use a file |
220 |
</legend> |
220 |
</legend> |
221 |
<ol> |
221 |
<ol> |
222 |
<li>File containing a list of authids with one authid per line. This list works as a filter: it is compatible with other parameters.</li> |
222 |
<li>File containing a list of authids with one authid per line. This list works as a filter: it is compatible with other parameters. (File types accepted: .csv and .txt)</li> |
223 |
<li><label for="id_list_file">File:</label> <input type="file" id="id_list_file" name="id_list_file" /></li> |
223 |
<li><label for="id_list_file">File:</label> <input type="file" id="id_list_file" name="id_list_file" /></li> |
224 |
</ol> |
224 |
</ol> |
225 |
</fieldset> |
225 |
</fieldset> |
226 |
- |
|
|