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>
Thu, 24 Oct 2013 18:39:35 +0000 (14:39 -0400)
commit13b0c65325bbf47e43ea23ff68df7a6399b69f1d
tree78a8a21492df98b60ae7348be7809a65b92ecc82
parent4cb4ab7aa8f68799b1b4c0df4447d7f252c2d5d1
Angular web staff - initial import

 * TT-ifying the HTML files
 * Initial Apache rewrite configuration to support routes

Signed-off-by: Bill Erickson <berick@esilibrary.com>
19 files changed:
Open-ILS/examples/apache/eg_vhost.conf.in
Open-ILS/examples/apache_24/eg_vhost.conf.in
Open-ILS/src/templates/staff/README [new file with mode: 0644]
Open-ILS/src/templates/staff/index.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/js/ui/default/staff/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/env.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/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]