Changeset 9484
- Timestamp:
- 04/29/08 10:25:52 (2 weeks ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/Open-ILS/xul/staff_client/chrome/content/OpenILS/data.js
r9247 r9484 214 214 'aou' : [ api.FM_AOU_RETRIEVE.app, api.FM_AOU_RETRIEVE.method, [], true ], 215 215 'aout' : [ api.FM_AOUT_RETRIEVE.app, api.FM_AOUT_RETRIEVE.method, [], true ], 216 'crahp' : [ api.FM_CRAHP_RETRIEVE.app, api.FM_CRAHP_RETRIEVE.method, [], true ] ,216 'crahp' : [ api.FM_CRAHP_RETRIEVE.app, api.FM_CRAHP_RETRIEVE.method, [], true ] 217 217 }, 218 218 … … 256 256 'header' : 'The following items have been examined:<hr/><ol>', 257 257 'line_item' : '<li>%title%<br/>\r\nBarcode: %barcode%\r\n', 258 'footer' : '</ol><hr />%SHORTNAME% %TODAY_TRIM%<br/>\r\n<br/>\r\n' ,258 'footer' : '</ol><hr />%SHORTNAME% %TODAY_TRIM%<br/>\r\n<br/>\r\n' 259 259 }, 260 260 'transit_list' : { … … 262 262 'header' : 'Transits:<hr/><ol>', 263 263 'line_item' : '<li>From: %transit_source% To: %transit_dest_lib%<br/>\r\nWhen: %transit_source_send_time%<br />\r\nBarcode: %transit_item_barcode% Title: %transit_item_title%<br/>\r\n', 264 'footer' : '</ol><hr />%SHORTNAME% %TODAY_TRIM%<br/>\r\n<br/>\r\n' ,264 'footer' : '</ol><hr />%SHORTNAME% %TODAY_TRIM%<br/>\r\n<br/>\r\n' 265 265 }, 266 266 'items_out' : { … … 268 268 'header' : 'Welcome to %LIBRARY%!<br/>\r\nYou have the following items:<hr/><ol>', 269 269 'line_item' : '<li>%title%<br/>\r\nBarcode: %barcode% Due: %due_date%\r\n', 270 'footer' : '</ol><hr />%SHORTNAME% %TODAY_TRIM%<br/>\r\nYou were helped by %STAFF_FIRSTNAME%<br/>\r\n<br/>\r\n' ,270 'footer' : '</ol><hr />%SHORTNAME% %TODAY_TRIM%<br/>\r\nYou were helped by %STAFF_FIRSTNAME%<br/>\r\n<br/>\r\n' 271 271 }, 272 272 'checkout' : { … … 274 274 'header' : 'Welcome to %LIBRARY%!<br/>\r\nYou checked out the following items:<hr/><ol>', 275 275 'line_item' : '<li>%title%<br/>\r\nBarcode: %barcode% Due: %due_date%\r\n', 276 'footer' : '</ol><hr />%SHORTNAME% %TODAY_TRIM%<br/>\r\nYou were helped by %STAFF_FIRSTNAME%<br/>\r\n<br/>\r\n' ,276 'footer' : '</ol><hr />%SHORTNAME% %TODAY_TRIM%<br/>\r\nYou were helped by %STAFF_FIRSTNAME%<br/>\r\n<br/>\r\n' 277 277 }, 278 278 'offline_checkout' : { … … 280 280 'header' : 'Patron %patron_barcode%<br/>\r\nYou checked out the following items:<hr/><ol>', 281 281 'line_item' : '<li>Barcode: %barcode%<br/>\r\nDue: %due_date%\r\n', 282 'footer' : '</ol><hr />%TODAY_TRIM%<br/>\r\n<br/>\r\n' ,282 'footer' : '</ol><hr />%TODAY_TRIM%<br/>\r\n<br/>\r\n' 283 283 }, 284 284 'checkin' : { … … 286 286 'header' : 'You checked in the following items:<hr/><ol>', 287 287 'line_item' : '<li>%title%<br/>\r\nBarcode: %barcode% Call Number: %call_number%\r\n', 288 'footer' : '</ol><hr />%SHORTNAME% %TODAY_TRIM%<br/>\r\n<br/>\r\n' ,288 'footer' : '</ol><hr />%SHORTNAME% %TODAY_TRIM%<br/>\r\n<br/>\r\n' 289 289 }, 290 290 'bill_payment' : { … … 292 292 'header' : 'Welcome to %LIBRARY%!<br/>A receipt of your transaction:<hr/> <table width="100%"> <tr> <td>Original Balance:</td> <td align="right">$%original_balance%</td> </tr> <tr> <td>Payment Method:</td> <td align="right">%payment_type%</td> </tr> <tr> <td>Payment Received:</td> <td align="right">$%payment_received%</td> </tr> <tr> <td>Payment Applied:</td> <td align="right">$%payment_applied%</td> </tr> <tr> <td>Billings Voided:</td> <td align="right">%voided_balance%</td> </tr> <tr> <td>Change Given:</td> <td align="right">$%change_given%</td> </tr> <tr> <td>New Balance:</td> <td align="right">$%new_balance%</td> </tr> </table> <p> Note: %note% </p> <p> Specific bills: <blockquote>', 293 293 'line_item' : 'Bill #%bill_id% %last_billing_type% Received: $%payment%<br />%barcode% %title%<br /><br />', 294 'footer' : '</blockquote> </p> <hr />%SHORTNAME% %TODAY_TRIM%<br/> <br/> ' ,294 'footer' : '</blockquote> </p> <hr />%SHORTNAME% %TODAY_TRIM%<br/> <br/> ' 295 295 }, 296 296 'bills_historical' : { … … 298 298 'header' : 'Welcome to %LIBRARY%!<br/>You had the following bills:<hr/><ol>', 299 299 'line_item' : '<dt><b>Bill #%id%</b></dt> <dd> <table> <tr valign="top"><td>Date:</td><td>%xact_start%</td></tr> <tr valign="top"><td>Type:</td><td>%xact_type%</td></tr> <tr valign="top"><td>Last Billing:</td><td>%last_billing_type%<br/>%last_billing_note%</td></tr> <tr valign="top"><td>Total Billed:</td><td>$%total_owed%</td></tr> <tr valign="top"><td>Last Payment:</td><td>%last_payment_type%<br/>%last_payment_note%</td></tr> <tr valign="top"><td>Total Paid:</td><td>$%total_paid%</td></tr> <tr valign="top"><td><b>Balance:</b></td><td><b>$%balance_owed%</b></td></tr> </table><br/>', 300 'footer' : '</ol><hr />%SHORTNAME% %TODAY_TRIM%<br/>\r\n<br/>\r\n' ,300 'footer' : '</ol><hr />%SHORTNAME% %TODAY_TRIM%<br/>\r\n<br/>\r\n' 301 301 }, 302 302 'bills_current' : { … … 304 304 'header' : 'Welcome to %LIBRARY%!<br/>You have the following bills:<hr/><ol>', 305 305 'line_item' : '<dt><b>Bill #%id%</b></dt> <dd> <table> <tr valign="top"><td>Date:</td><td>%xact_start%</td></tr> <tr valign="top"><td>Type:</td><td>%xact_type%</td></tr> <tr valign="top"><td>Last Billing:</td><td>%last_billing_type%<br/>%last_billing_note%</td></tr> <tr valign="top"><td>Total Billed:</td><td>$%total_owed%</td></tr> <tr valign="top"><td>Last Payment:</td><td>%last_payment_type%<br/>%last_payment_note%</td></tr> <tr valign="top"><td>Total Paid:</td><td>$%total_paid%</td></tr> <tr valign="top"><td><b>Balance:</b></td><td><b>$%balance_owed%</b></td></tr> </table><br/>', 306 'footer' : '</ol><hr />%SHORTNAME% %TODAY_TRIM%<br/>\r\n<br/>\r\n' ,306 'footer' : '</ol><hr />%SHORTNAME% %TODAY_TRIM%<br/>\r\n<br/>\r\n' 307 307 }, 308 308 'bills_main_view' : { … … 310 310 'header' : 'Welcome to %LIBRARY%!<br/>You have the following bills:<hr/><ol>', 311 311 'line_item' : '<dt><b>Bill #%id%</b> %title%</dt> <dd> <table width="100%"> <tr valign="top"><td>Date:</td><td>%xact_start%</td></tr> <tr valign="top"><td>Type:</td><td>%xact_type%</td></tr> <tr valign="top"><td>Last Billing:</td><td>%last_billing_type%<br/>%last_billing_note%</td></tr> <tr valign="top"><td>Total Billed:</td><td>$%total_owed%</td></tr> <tr valign="top"><td>Last Payment:</td><td>%last_payment_type%<br/>%last_payment_note%</td></tr> <tr valign="top"><td>Total Paid:</td><td>$%total_paid%</td></tr> <tr valign="top"><td><b>Balance:</b></td><td><b>$%balance_owed%</b></td></tr> </table><br/>', 312 'footer' : '</ol><hr />%SHORTNAME% %TODAY_TRIM%<br/>\r\n<br/>\r\n' ,312 'footer' : '</ol><hr />%SHORTNAME% %TODAY_TRIM%<br/>\r\n<br/>\r\n' 313 313 }, 314 314 'offline_checkin' : { … … 316 316 'header' : 'You checked in the following items:<hr/><ol>', 317 317 'line_item' : '<li>Barcode: %barcode%\r\n', 318 'footer' : '</ol><hr />%TODAY_TRIM%<br/>\r\n<br/>\r\n' ,318 'footer' : '</ol><hr />%TODAY_TRIM%<br/>\r\n<br/>\r\n' 319 319 }, 320 320 'offline_renew' : { … … 322 322 'header' : 'You renewed the following items:<hr/><ol>', 323 323 'line_item' : '<li>Barcode: %barcode%\r\n', 324 'footer' : '</ol><hr />%TODAY_TRIM%<br/>\r\n<br/>\r\n' ,324 'footer' : '</ol><hr />%TODAY_TRIM%<br/>\r\n<br/>\r\n' 325 325 }, 326 326 'offline_inhouse_use' : { … … 328 328 'header' : 'You marked the following in-house items used:<hr/><ol>', 329 329 'line_item' : '<li>Barcode: %barcode%\r\nUses: %count%', 330 'footer' : '</ol><hr />%TODAY_TRIM%<br/>\r\n<br/>\r\n' ,330 'footer' : '</ol><hr />%TODAY_TRIM%<br/>\r\n<br/>\r\n' 331 331 }, 332 332 'in_house_use' : { … … 334 334 'header' : 'You marked the following in-house items used:<hr/><ol>', 335 335 'line_item' : '<li>Barcode: %barcode%\r\nUses: %uses%\r\n<br />%alert_message%', 336 'footer' : '</ol><hr />%TODAY_TRIM%<br/>\r\n<br/>\r\n' ,336 'footer' : '</ol><hr />%TODAY_TRIM%<br/>\r\n<br/>\r\n' 337 337 }, 338 338 'holds' : { … … 340 340 'header' : 'Welcome to %LIBRARY%!<br/>\r\nYou have the following titles on hold:<hr/><ol>', 341 341 'line_item' : '<li>%title%\r\n', 342 'footer' : '</ol><hr />%SHORTNAME% %TODAY_TRIM%<br/>\r\nYou were helped by %STAFF_FIRSTNAME%<br/>\r\n<br/>\r\n' ,343 } 342 'footer' : '</ol><hr />%SHORTNAME% %TODAY_TRIM%<br/>\r\nYou were helped by %STAFF_FIRSTNAME%<br/>\r\n<br/>\r\n' 343 } 344 344 }; 345 345
