|
Line 0
Link Here
|
|
|
1 |
[% INCLUDE 'help-top.inc' %] |
| 2 |
|
| 3 |
<h1>QOTD Uploader</h1> |
| 4 |
|
| 5 |
<p style="font-size:18px;font-style:italic;">The QOTD uploader allows for uploading of bulk quotes into the pool of quotes which serve as the source of the Quote-Of-The-Day (QOTD) feature in OPAC.</p> |
| 6 |
<p>There are four basic functions in the uploader:</p> |
| 7 |
|
| 8 |
<ol> |
| 9 |
<li><b>CSV File Uploading</b></li> |
| 10 |
<ol> |
| 11 |
<li>This function allows for the selection and upload of a CSV file containing quotes.</li> |
| 12 |
<li>Click the 'Choose File' button below the instructions.</li> |
| 13 |
<li>You will be presented with a file browser allowing you to select the CSV file you wish to upload.</li> |
| 14 |
<li>After selecting the CSV file, click the 'Open' button and the file will be uploaded into a temporary editing table.</li> |
| 15 |
<li>The CSV file must contain two columns in the form: "source","text" with no header row.</li> |
| 16 |
<li><b>Note:</b> You will be promoted to confirm upload of files larger than 512KB.</li> |
| 17 |
</ol> |
| 18 |
<li><b>Pre-save Editing</b></li> |
| 19 |
<ol> |
| 20 |
<li>Once the CSV file has been loaded into the temporary editing table, you may edit the quotes prior to saving them.</li> |
| 21 |
<li>Edit either the 'Source' or 'Text' fields by clicking on the desired field.</li> |
| 22 |
<li>When you are finished editing a field, press the <Enter> key to save the changes.</li> |
| 23 |
<li>The list will be updated and the edits should now be visible.</li> |
| 24 |
</ol> |
| 25 |
<li><b>Delete Quote(s)</b></li> |
| 26 |
<ol> |
| 27 |
<li>This option allows for the deletion of one or more quotes at a time.</li> |
| 28 |
<li>Select the quote(s) you desire to delete by clicking on the corrisponding quote id.</li> |
| 29 |
<li>Once quote selection is finished, simply click the 'Delete quote(s)' key.</li> |
| 30 |
<li>You will be prompted to confirm the deletion.</li> |
| 31 |
<li>After confirming the deletion, the list will update and the quote(s) will no longer appear.</li> |
| 32 |
</ol> |
| 33 |
<li><b>Save Quotes</b></li> |
| 34 |
<ol> |
| 35 |
<li>This option allows for saving all of the quotes in the temporary editing table to the pool of quotes.</li> |
| 36 |
<li>Once you are satisfied with the quotes, click the 'Save quotes' button in the toolbar and the quotes will be saved.</li> |
| 37 |
<li><b>Note:</b>The process of saving quotes is "asynchronous" meaning that you may navigate to other sections of the staff client while the quotes are being saved.</li> |
| 38 |
<li>If you choose to remain on the QOTD uploader page, you will receive a confirmation message once the quotes have successfully been saved.</li> |
| 39 |
</ol> |
| 40 |
</ol> |
| 41 |
|
| 42 |
<p><strong>See the full documentation for the QOTD Uploader in the <a href="http://manual.koha-community.org/3.8/en/QOTDuploader.html">manual</a> (online).</strong></p> |
| 43 |
|
| 44 |
[% INCLUDE 'help-bottom.inc' %] |