Lines 228-233
tables:
Link Here
|
228 |
- "Pages: <<article_requests.pages>>" |
228 |
- "Pages: <<article_requests.pages>>" |
229 |
- "Chapters: <<article_requests.chapters>>" |
229 |
- "Chapters: <<article_requests.chapters>>" |
230 |
- "Notes: <<article_requests.patron_notes>>" |
230 |
- "Notes: <<article_requests.patron_notes>>" |
|
|
231 |
- "Format: [% IF article_request.format == 'PHOTOCOPY' %]Copy[% ELSIF article_request.format == 'SCAN' %]Scan[% END %]" |
231 |
- "" |
232 |
- "" |
232 |
- "Your library" |
233 |
- "Your library" |
233 |
|
234 |
|
Lines 253-260
tables:
Link Here
|
253 |
- "Pages: <<article_requests.pages>>" |
254 |
- "Pages: <<article_requests.pages>>" |
254 |
- "Chapters: <<article_requests.chapters>>" |
255 |
- "Chapters: <<article_requests.chapters>>" |
255 |
- "Notes: <<article_requests.patron_notes>>" |
256 |
- "Notes: <<article_requests.patron_notes>>" |
|
|
257 |
- "Format: [% IF article_request.format == 'PHOTOCOPY' %]Copy[% ELSIF article_request.format == 'SCAN' %]Scan[% END %]" |
256 |
- "" |
258 |
- "" |
257 |
- "You may pick your article up at <<branches.branchname>>." |
259 |
- "[% IF article_request.format == 'PHOTOCOPY' %]You may pick up your article at [% branch.branchname %].[% ELSIF article_request.format == 'SCAN' %]You can download the scanned materials via the following url(s): [% article_request.urls %].[% END %]" |
258 |
- "" |
260 |
- "" |
259 |
- "Thank you!" |
261 |
- "Thank you!" |
260 |
|
262 |
|
Lines 280-286
tables:
Link Here
|
280 |
- "Pages: <<article_requests.pages>>" |
282 |
- "Pages: <<article_requests.pages>>" |
281 |
- "Chapters: <<article_requests.chapters>>" |
283 |
- "Chapters: <<article_requests.chapters>>" |
282 |
- "Notes: <<article_requests.patron_notes>>" |
284 |
- "Notes: <<article_requests.patron_notes>>" |
283 |
- "" |
285 |
- "Format: [% IF article_request.format == 'PHOTOCOPY' %]Copy[% ELSIF article_request.format == 'SCAN' %]Scan[% END %]" |
284 |
- "" |
286 |
- "" |
285 |
- "Thank you!" |
287 |
- "Thank you!" |
286 |
|
288 |
|
Lines 306-311
tables:
Link Here
|
306 |
- "Pages: <<article_requests.pages>>" |
308 |
- "Pages: <<article_requests.pages>>" |
307 |
- "Chapters: <<article_requests.chapters>>" |
309 |
- "Chapters: <<article_requests.chapters>>" |
308 |
- "Notes: <<article_requests.patron_notes>>" |
310 |
- "Notes: <<article_requests.patron_notes>>" |
|
|
311 |
- "Format: [% IF article_request.format == 'PHOTOCOPY' %]Copy[% ELSIF article_request.format == 'SCAN' %]Scan[% END %]" |
309 |
- "" |
312 |
- "" |
310 |
- "Thank you!" |
313 |
- "Thank you!" |
311 |
|
314 |
|
Lines 334-339
tables:
Link Here
|
334 |
- "Pages: <<article_requests.pages>>" |
337 |
- "Pages: <<article_requests.pages>>" |
335 |
- "Chapters: <<article_requests.chapters>>" |
338 |
- "Chapters: <<article_requests.chapters>>" |
336 |
- "Notes: <<article_requests.patron_notes>>" |
339 |
- "Notes: <<article_requests.patron_notes>>" |
|
|
340 |
- "Format: [% IF article_request.format == 'PHOTOCOPY' %]Copy[% ELSIF article_request.format == 'SCAN' %]Scan[% END %]" |
337 |
- "" |
341 |
- "" |
338 |
|
342 |
|
339 |
- module: circulation |
343 |
- module: circulation |
340 |
- |
|
|