Lines 243-248
tables:
Link Here
|
243 |
- "Pages: <<article_requests.pages>>" |
243 |
- "Pages: <<article_requests.pages>>" |
244 |
- "Chapters: <<article_requests.chapters>>" |
244 |
- "Chapters: <<article_requests.chapters>>" |
245 |
- "Notes: <<article_requests.patron_notes>>" |
245 |
- "Notes: <<article_requests.patron_notes>>" |
|
|
246 |
- "Format: [% IF article_request.format == 'PHOTOCOPY' %]Copy[% ELSIF article_request.format == 'SCAN' %]Scan[% END %]" |
246 |
- "" |
247 |
- "" |
247 |
- "Your library" |
248 |
- "Your library" |
248 |
|
249 |
|
Lines 268-275
tables:
Link Here
|
268 |
- "Pages: <<article_requests.pages>>" |
269 |
- "Pages: <<article_requests.pages>>" |
269 |
- "Chapters: <<article_requests.chapters>>" |
270 |
- "Chapters: <<article_requests.chapters>>" |
270 |
- "Notes: <<article_requests.patron_notes>>" |
271 |
- "Notes: <<article_requests.patron_notes>>" |
|
|
272 |
- "Format: [% IF article_request.format == 'PHOTOCOPY' %]Copy[% ELSIF article_request.format == 'SCAN' %]Scan[% END %]" |
271 |
- "" |
273 |
- "" |
272 |
- "You may pick your article up at <<branches.branchname>>." |
274 |
- "[% 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 %]" |
273 |
- "" |
275 |
- "" |
274 |
- "Thank you!" |
276 |
- "Thank you!" |
275 |
|
277 |
|
Lines 295-301
tables:
Link Here
|
295 |
- "Pages: <<article_requests.pages>>" |
297 |
- "Pages: <<article_requests.pages>>" |
296 |
- "Chapters: <<article_requests.chapters>>" |
298 |
- "Chapters: <<article_requests.chapters>>" |
297 |
- "Notes: <<article_requests.patron_notes>>" |
299 |
- "Notes: <<article_requests.patron_notes>>" |
298 |
- "" |
300 |
- "Format: [% IF article_request.format == 'PHOTOCOPY' %]Copy[% ELSIF article_request.format == 'SCAN' %]Scan[% END %]" |
299 |
- "" |
301 |
- "" |
300 |
- "Thank you!" |
302 |
- "Thank you!" |
301 |
|
303 |
|
Lines 321-326
tables:
Link Here
|
321 |
- "Pages: <<article_requests.pages>>" |
323 |
- "Pages: <<article_requests.pages>>" |
322 |
- "Chapters: <<article_requests.chapters>>" |
324 |
- "Chapters: <<article_requests.chapters>>" |
323 |
- "Notes: <<article_requests.patron_notes>>" |
325 |
- "Notes: <<article_requests.patron_notes>>" |
|
|
326 |
- "Format: [% IF article_request.format == 'PHOTOCOPY' %]Copy[% ELSIF article_request.format == 'SCAN' %]Scan[% END %]" |
324 |
- "" |
327 |
- "" |
325 |
- "Thank you!" |
328 |
- "Thank you!" |
326 |
|
329 |
|
Lines 349-354
tables:
Link Here
|
349 |
- "Pages: <<article_requests.pages>>" |
352 |
- "Pages: <<article_requests.pages>>" |
350 |
- "Chapters: <<article_requests.chapters>>" |
353 |
- "Chapters: <<article_requests.chapters>>" |
351 |
- "Notes: <<article_requests.patron_notes>>" |
354 |
- "Notes: <<article_requests.patron_notes>>" |
|
|
355 |
- "Format: [% IF article_request.format == 'PHOTOCOPY' %]Copy[% ELSIF article_request.format == 'SCAN' %]Scan[% END %]" |
352 |
- "" |
356 |
- "" |
353 |
|
357 |
|
354 |
- module: circulation |
358 |
- module: circulation |
355 |
- |
|
|