Angular web staff - initial import
authorBill Erickson <berick@esilibrary.com>
Thu, 24 Oct 2013 18:39:33 +0000 (14:39 -0400)
committerBill Erickson <berick@esilibrary.com>
Mon, 25 Nov 2013 14:05:05 +0000 (09:05 -0500)
commitea5feaea15bc921553c6ac1caa71b2411f4fc155
tree0450d77df2291c2e55f098b9e0837d0300fabd50
parent6ada1170bf0ef90a93240625d0d96fe194416236
Angular web staff - initial import

Batch import of staff client prototype work in progress.

Signed-off-by: Bill Erickson <berick@esilibrary.com>
59 files changed:
Open-ILS/examples/apache/eg_vhost.conf.in
Open-ILS/examples/apache_24/eg_vhost.conf.in
Open-ILS/examples/fm_IDL.xml
Open-ILS/src/templates/staff/README [new file with mode: 0644]
Open-ILS/src/templates/staff/cat/bucket/record/index.tt2 [new file with mode: 0644]
Open-ILS/src/templates/staff/cat/bucket/record/t_bucket_create.tt2 [new file with mode: 0644]
Open-ILS/src/templates/staff/cat/bucket/record/t_bucket_delete.tt2 [new file with mode: 0644]
Open-ILS/src/templates/staff/cat/bucket/record/t_bucket_edit.tt2 [new file with mode: 0644]
Open-ILS/src/templates/staff/cat/bucket/record/t_bucket_export.tt2 [new file with mode: 0644]
Open-ILS/src/templates/staff/cat/bucket/record/t_bucket_info.tt2 [new file with mode: 0644]
Open-ILS/src/templates/staff/cat/bucket/record/t_bucket_selector.tt2 [new file with mode: 0644]
Open-ILS/src/templates/staff/cat/bucket/record/t_load_shared.tt2 [new file with mode: 0644]
Open-ILS/src/templates/staff/cat/bucket/record/t_pending.tt2 [new file with mode: 0644]
Open-ILS/src/templates/staff/cat/bucket/record/t_search.tt2 [new file with mode: 0644]
Open-ILS/src/templates/staff/cat/bucket/record/t_view.tt2 [new file with mode: 0644]
Open-ILS/src/templates/staff/circ/patron/index.tt2 [new file with mode: 0644]
Open-ILS/src/templates/staff/circ/patron/t_bills.tt2 [new file with mode: 0644]
Open-ILS/src/templates/staff/circ/patron/t_checkout.tt2 [new file with mode: 0644]
Open-ILS/src/templates/staff/circ/patron/t_checkout_table.tt2 [new file with mode: 0644]
Open-ILS/src/templates/staff/circ/patron/t_edit.tt2 [new file with mode: 0644]
Open-ILS/src/templates/staff/circ/patron/t_event_override_dialog.tt2 [new file with mode: 0644]
Open-ILS/src/templates/staff/circ/patron/t_holds.tt2 [new file with mode: 0644]
Open-ILS/src/templates/staff/circ/patron/t_holds_actions.tt2 [new file with mode: 0644]
Open-ILS/src/templates/staff/circ/patron/t_holds_table.tt2 [new file with mode: 0644]
Open-ILS/src/templates/staff/circ/patron/t_items_out.tt2 [new file with mode: 0644]
Open-ILS/src/templates/staff/circ/patron/t_items_out_actions.tt2 [new file with mode: 0644]
Open-ILS/src/templates/staff/circ/patron/t_items_out_table.tt2 [new file with mode: 0644]
Open-ILS/src/templates/staff/circ/patron/t_messages.tt2 [new file with mode: 0644]
Open-ILS/src/templates/staff/circ/patron/t_precat_dialog.tt2 [new file with mode: 0644]
Open-ILS/src/templates/staff/circ/patron/t_search.tt2 [new file with mode: 0644]
Open-ILS/src/templates/staff/circ/patron/t_search_actions.tt2 [new file with mode: 0644]
Open-ILS/src/templates/staff/circ/patron/t_search_results.tt2 [new file with mode: 0644]
Open-ILS/src/templates/staff/circ/patron/t_summary.tt2 [new file with mode: 0644]
Open-ILS/src/templates/staff/index.tt2 [new file with mode: 0644]
Open-ILS/src/templates/staff/parts/column_picker.tt2 [new file with mode: 0644]
Open-ILS/src/templates/staff/t_base.tt2 [new file with mode: 0644]
Open-ILS/src/templates/staff/t_base_js.tt2 [new file with mode: 0644]
Open-ILS/src/templates/staff/t_login.tt2 [new file with mode: 0644]
Open-ILS/src/templates/staff/t_navbar.tt2 [new file with mode: 0644]
Open-ILS/src/templates/staff/t_splash.tt2 [new file with mode: 0644]
Open-ILS/web/css/skin/default/staff/base.css [new file with mode: 0644]
Open-ILS/web/js/ui/default/staff/app.js [new file with mode: 0644]
Open-ILS/web/js/ui/default/staff/cat/bucket/record/app.js [new file with mode: 0644]
Open-ILS/web/js/ui/default/staff/circ/patron/app.js [new file with mode: 0644]
Open-ILS/web/js/ui/default/staff/navbar.js [new file with mode: 0644]
Open-ILS/web/js/ui/default/staff/services/auth.js [new file with mode: 0644]
Open-ILS/web/js/ui/default/staff/services/core.js [new file with mode: 0644]
Open-ILS/web/js/ui/default/staff/services/env.js [new file with mode: 0644]
Open-ILS/web/js/ui/default/staff/services/event.js [new file with mode: 0644]
Open-ILS/web/js/ui/default/staff/services/flattener.js [new file with mode: 0644]
Open-ILS/web/js/ui/default/staff/services/idl.js [new file with mode: 0644]
Open-ILS/web/js/ui/default/staff/services/list.js [new file with mode: 0644]
Open-ILS/web/js/ui/default/staff/services/net.js [new file with mode: 0644]
Open-ILS/web/js/ui/default/staff/services/org.js [new file with mode: 0644]
Open-ILS/web/js/ui/default/staff/services/pcrud.js [new file with mode: 0644]
Open-ILS/web/js/ui/default/staff/services/startup.js [new file with mode: 0644]
Open-ILS/web/js/ui/default/staff/services/ui.js [new file with mode: 0644]
Open-ILS/web/js/ui/default/staff/services/user.js [new file with mode: 0644]
web-staff-log.txt [new file with mode: 0644]