From eda3fa851a568a9c30f353911eeef811bd54cbdb Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Wed, 13 Dec 2017 14:11:06 -0500 Subject: [PATCH] LP#626157 Ang2 experiments Signed-off-by: Bill Erickson --- Open-ILS/{webby-src => eg2-src}/.angular-cli.json | 0 Open-ILS/{webby-src => eg2-src}/.editorconfig | 0 Open-ILS/{webby-src => eg2-src}/.gitignore | 0 Open-ILS/{webby-src => eg2-src}/README.adoc | 0 Open-ILS/{webby-src => eg2-src}/e2e/app.e2e-spec.ts | 0 Open-ILS/{webby-src => eg2-src}/e2e/app.po.ts | 0 Open-ILS/{webby-src => eg2-src}/e2e/tsconfig.e2e.json | 0 Open-ILS/{webby-src => eg2-src}/karma.conf.js | 0 Open-ILS/{webby-src => eg2-src}/package.json | 0 Open-ILS/{webby-src => eg2-src}/protractor.conf.js | 0 Open-ILS/{webby-src => eg2-src}/src/app/app.component.ts | 0 Open-ILS/{webby-src => eg2-src}/src/app/app.module.ts | 0 Open-ILS/{webby-src => eg2-src}/src/app/core/README | 0 Open-ILS/{webby-src => eg2-src}/src/app/core/auth.ts | 0 Open-ILS/{webby-src => eg2-src}/src/app/core/event.ts | 0 Open-ILS/{webby-src => eg2-src}/src/app/core/idl.ts | 0 Open-ILS/{webby-src => eg2-src}/src/app/core/net.ts | 0 Open-ILS/{webby-src => eg2-src}/src/app/core/org.ts | 0 Open-ILS/{webby-src => eg2-src}/src/app/core/pcrud.ts | 0 Open-ILS/{webby-src => eg2-src}/src/app/core/store.ts | 0 Open-ILS/{webby-src => eg2-src}/src/app/resolver.service.ts | 0 Open-ILS/{webby-src => eg2-src}/src/app/routing.module.ts | 0 Open-ILS/{webby-src => eg2-src}/src/app/share/README | 0 .../src/app/share/catalog/catalog-url.service.ts | 0 .../src/app/share/catalog/catalog.service.ts | 0 .../src/app/share/catalog/search-context.ts | 0 .../src/app/share/org-select.component.html | 0 .../src/app/share/org-select.component.ts | 0 Open-ILS/{webby-src => eg2-src}/src/app/share/unapi.ts | 0 Open-ILS/{webby-src => eg2-src}/src/app/share/util/pager.ts | 0 .../src/app/staff/admin/routing.module.ts | 0 .../src/app/staff/admin/workstation/routing.module.ts | 0 .../staff/admin/workstation/workstations/app.component.html | 0 .../staff/admin/workstation/workstations/app.component.ts | 0 .../app/staff/admin/workstation/workstations/app.module.ts | 0 .../staff/admin/workstation/workstations/routing.module.ts | 0 .../{webby-src => eg2-src}/src/app/staff/app.component.css | 0 .../{webby-src => eg2-src}/src/app/staff/app.component.html | 0 .../{webby-src => eg2-src}/src/app/staff/app.component.ts | 0 Open-ILS/{webby-src => eg2-src}/src/app/staff/app.module.ts | 0 .../src/app/staff/catalog/app.component.html | 0 .../src/app/staff/catalog/app.component.ts | 0 .../src/app/staff/catalog/app.module.ts | 0 .../src/app/staff/catalog/app.service.ts | 0 .../src/app/staff/catalog/record/copies.component.html | 0 .../src/app/staff/catalog/record/copies.component.ts | 0 .../src/app/staff/catalog/record/pagination.component.html | 0 .../src/app/staff/catalog/record/pagination.component.ts | 0 .../src/app/staff/catalog/record/record.component.html | 0 .../src/app/staff/catalog/record/record.component.ts | 0 .../src/app/staff/catalog/resolver.service.ts | 0 .../src/app/staff/catalog/result/facets.component.html | 0 .../src/app/staff/catalog/result/facets.component.ts | 0 .../src/app/staff/catalog/result/pagination.component.css | 0 .../src/app/staff/catalog/result/pagination.component.html | 0 .../src/app/staff/catalog/result/pagination.component.ts | 0 .../src/app/staff/catalog/result/record.component.html | 0 .../src/app/staff/catalog/result/record.component.ts | 0 .../src/app/staff/catalog/result/results.component.html | 0 .../src/app/staff/catalog/result/results.component.ts | 0 .../src/app/staff/catalog/routing.module.ts | 0 .../src/app/staff/catalog/search-form.component.css | 0 .../src/app/staff/catalog/search-form.component.html | 0 .../src/app/staff/catalog/search-form.component.ts | 0 .../src/app/staff/circ/patron/bcsearch/app.component.html | 0 .../src/app/staff/circ/patron/bcsearch/app.component.ts | 0 .../src/app/staff/circ/patron/bcsearch/app.module.ts | 0 .../src/app/staff/circ/patron/bcsearch/routing.module.ts | 0 .../src/app/staff/circ/routing.module.ts | 0 .../src/app/staff/login.component.html | 0 .../{webby-src => eg2-src}/src/app/staff/login.component.ts | 0 .../{webby-src => eg2-src}/src/app/staff/nav.component.css | 0 .../{webby-src => eg2-src}/src/app/staff/nav.component.html | 0 .../{webby-src => eg2-src}/src/app/staff/nav.component.ts | 0 .../src/app/staff/resolver.service.ts | 0 .../{webby-src => eg2-src}/src/app/staff/routing.module.ts | 0 Open-ILS/{webby-src => eg2-src}/src/app/staff/share/README | 0 .../src/app/staff/share/bib-summary.component.html | 0 .../src/app/staff/share/bib-summary.component.ts | 0 .../src/app/staff/splash.component.html | 0 .../src/app/staff/splash.component.ts | 0 .../{webby-src => eg2-src}/src/app/welcome.component.html | 0 .../{webby-src => eg2-src}/src/app/welcome.component.ts | 0 Open-ILS/{webby-src => eg2-src}/src/assets/.gitkeep | 0 .../src/environments/environment.prod.ts | 0 .../{webby-src => eg2-src}/src/environments/environment.ts | 0 Open-ILS/{webby-src => eg2-src}/src/favicon.ico | Bin Open-ILS/{webby-src => eg2-src}/src/index.html | 0 Open-ILS/{webby-src => eg2-src}/src/main.ts | 0 Open-ILS/{webby-src => eg2-src}/src/polyfills.ts | 0 Open-ILS/{webby-src => eg2-src}/src/styles.css | 0 Open-ILS/{webby-src => eg2-src}/src/test.ts | 0 Open-ILS/{webby-src => eg2-src}/src/tsconfig.app.json | 0 Open-ILS/{webby-src => eg2-src}/src/tsconfig.spec.json | 0 Open-ILS/{webby-src => eg2-src}/src/typings.d.ts | 0 Open-ILS/{webby-src => eg2-src}/tsconfig.json | 0 Open-ILS/{webby-src => eg2-src}/tslint.json | 0 97 files changed, 0 insertions(+), 0 deletions(-) rename Open-ILS/{webby-src => eg2-src}/.angular-cli.json (100%) rename Open-ILS/{webby-src => eg2-src}/.editorconfig (100%) rename Open-ILS/{webby-src => eg2-src}/.gitignore (100%) rename Open-ILS/{webby-src => eg2-src}/README.adoc (100%) rename Open-ILS/{webby-src => eg2-src}/e2e/app.e2e-spec.ts (100%) rename Open-ILS/{webby-src => eg2-src}/e2e/app.po.ts (100%) rename Open-ILS/{webby-src => eg2-src}/e2e/tsconfig.e2e.json (100%) rename Open-ILS/{webby-src => eg2-src}/karma.conf.js (100%) rename Open-ILS/{webby-src => eg2-src}/package.json (100%) rename Open-ILS/{webby-src => eg2-src}/protractor.conf.js (100%) rename Open-ILS/{webby-src => eg2-src}/src/app/app.component.ts (100%) rename Open-ILS/{webby-src => eg2-src}/src/app/app.module.ts (100%) rename Open-ILS/{webby-src => eg2-src}/src/app/core/README (100%) rename Open-ILS/{webby-src => eg2-src}/src/app/core/auth.ts (100%) rename Open-ILS/{webby-src => eg2-src}/src/app/core/event.ts (100%) rename Open-ILS/{webby-src => eg2-src}/src/app/core/idl.ts (100%) rename Open-ILS/{webby-src => eg2-src}/src/app/core/net.ts (100%) rename Open-ILS/{webby-src => eg2-src}/src/app/core/org.ts (100%) rename Open-ILS/{webby-src => eg2-src}/src/app/core/pcrud.ts (100%) rename Open-ILS/{webby-src => eg2-src}/src/app/core/store.ts (100%) rename Open-ILS/{webby-src => eg2-src}/src/app/resolver.service.ts (100%) rename Open-ILS/{webby-src => eg2-src}/src/app/routing.module.ts (100%) rename Open-ILS/{webby-src => eg2-src}/src/app/share/README (100%) rename Open-ILS/{webby-src => eg2-src}/src/app/share/catalog/catalog-url.service.ts (100%) rename Open-ILS/{webby-src => eg2-src}/src/app/share/catalog/catalog.service.ts (100%) rename Open-ILS/{webby-src => eg2-src}/src/app/share/catalog/search-context.ts (100%) rename Open-ILS/{webby-src => eg2-src}/src/app/share/org-select.component.html (100%) rename Open-ILS/{webby-src => eg2-src}/src/app/share/org-select.component.ts (100%) rename Open-ILS/{webby-src => eg2-src}/src/app/share/unapi.ts (100%) rename Open-ILS/{webby-src => eg2-src}/src/app/share/util/pager.ts (100%) rename Open-ILS/{webby-src => eg2-src}/src/app/staff/admin/routing.module.ts (100%) rename Open-ILS/{webby-src => eg2-src}/src/app/staff/admin/workstation/routing.module.ts (100%) rename Open-ILS/{webby-src => eg2-src}/src/app/staff/admin/workstation/workstations/app.component.html (100%) rename Open-ILS/{webby-src => eg2-src}/src/app/staff/admin/workstation/workstations/app.component.ts (100%) rename Open-ILS/{webby-src => eg2-src}/src/app/staff/admin/workstation/workstations/app.module.ts (100%) rename Open-ILS/{webby-src => eg2-src}/src/app/staff/admin/workstation/workstations/routing.module.ts (100%) rename Open-ILS/{webby-src => eg2-src}/src/app/staff/app.component.css (100%) rename Open-ILS/{webby-src => eg2-src}/src/app/staff/app.component.html (100%) rename Open-ILS/{webby-src => eg2-src}/src/app/staff/app.component.ts (100%) rename Open-ILS/{webby-src => eg2-src}/src/app/staff/app.module.ts (100%) rename Open-ILS/{webby-src => eg2-src}/src/app/staff/catalog/app.component.html (100%) rename Open-ILS/{webby-src => eg2-src}/src/app/staff/catalog/app.component.ts (100%) rename Open-ILS/{webby-src => eg2-src}/src/app/staff/catalog/app.module.ts (100%) rename Open-ILS/{webby-src => eg2-src}/src/app/staff/catalog/app.service.ts (100%) rename Open-ILS/{webby-src => eg2-src}/src/app/staff/catalog/record/copies.component.html (100%) rename Open-ILS/{webby-src => eg2-src}/src/app/staff/catalog/record/copies.component.ts (100%) rename Open-ILS/{webby-src => eg2-src}/src/app/staff/catalog/record/pagination.component.html (100%) rename Open-ILS/{webby-src => eg2-src}/src/app/staff/catalog/record/pagination.component.ts (100%) rename Open-ILS/{webby-src => eg2-src}/src/app/staff/catalog/record/record.component.html (100%) rename Open-ILS/{webby-src => eg2-src}/src/app/staff/catalog/record/record.component.ts (100%) rename Open-ILS/{webby-src => eg2-src}/src/app/staff/catalog/resolver.service.ts (100%) rename Open-ILS/{webby-src => eg2-src}/src/app/staff/catalog/result/facets.component.html (100%) rename Open-ILS/{webby-src => eg2-src}/src/app/staff/catalog/result/facets.component.ts (100%) rename Open-ILS/{webby-src => eg2-src}/src/app/staff/catalog/result/pagination.component.css (100%) rename Open-ILS/{webby-src => eg2-src}/src/app/staff/catalog/result/pagination.component.html (100%) rename Open-ILS/{webby-src => eg2-src}/src/app/staff/catalog/result/pagination.component.ts (100%) rename Open-ILS/{webby-src => eg2-src}/src/app/staff/catalog/result/record.component.html (100%) rename Open-ILS/{webby-src => eg2-src}/src/app/staff/catalog/result/record.component.ts (100%) rename Open-ILS/{webby-src => eg2-src}/src/app/staff/catalog/result/results.component.html (100%) rename Open-ILS/{webby-src => eg2-src}/src/app/staff/catalog/result/results.component.ts (100%) rename Open-ILS/{webby-src => eg2-src}/src/app/staff/catalog/routing.module.ts (100%) rename Open-ILS/{webby-src => eg2-src}/src/app/staff/catalog/search-form.component.css (100%) rename Open-ILS/{webby-src => eg2-src}/src/app/staff/catalog/search-form.component.html (100%) rename Open-ILS/{webby-src => eg2-src}/src/app/staff/catalog/search-form.component.ts (100%) rename Open-ILS/{webby-src => eg2-src}/src/app/staff/circ/patron/bcsearch/app.component.html (100%) rename Open-ILS/{webby-src => eg2-src}/src/app/staff/circ/patron/bcsearch/app.component.ts (100%) rename Open-ILS/{webby-src => eg2-src}/src/app/staff/circ/patron/bcsearch/app.module.ts (100%) rename Open-ILS/{webby-src => eg2-src}/src/app/staff/circ/patron/bcsearch/routing.module.ts (100%) rename Open-ILS/{webby-src => eg2-src}/src/app/staff/circ/routing.module.ts (100%) rename Open-ILS/{webby-src => eg2-src}/src/app/staff/login.component.html (100%) rename Open-ILS/{webby-src => eg2-src}/src/app/staff/login.component.ts (100%) rename Open-ILS/{webby-src => eg2-src}/src/app/staff/nav.component.css (100%) rename Open-ILS/{webby-src => eg2-src}/src/app/staff/nav.component.html (100%) rename Open-ILS/{webby-src => eg2-src}/src/app/staff/nav.component.ts (100%) rename Open-ILS/{webby-src => eg2-src}/src/app/staff/resolver.service.ts (100%) rename Open-ILS/{webby-src => eg2-src}/src/app/staff/routing.module.ts (100%) rename Open-ILS/{webby-src => eg2-src}/src/app/staff/share/README (100%) rename Open-ILS/{webby-src => eg2-src}/src/app/staff/share/bib-summary.component.html (100%) rename Open-ILS/{webby-src => eg2-src}/src/app/staff/share/bib-summary.component.ts (100%) rename Open-ILS/{webby-src => eg2-src}/src/app/staff/splash.component.html (100%) rename Open-ILS/{webby-src => eg2-src}/src/app/staff/splash.component.ts (100%) rename Open-ILS/{webby-src => eg2-src}/src/app/welcome.component.html (100%) rename Open-ILS/{webby-src => eg2-src}/src/app/welcome.component.ts (100%) rename Open-ILS/{webby-src => eg2-src}/src/assets/.gitkeep (100%) rename Open-ILS/{webby-src => eg2-src}/src/environments/environment.prod.ts (100%) rename Open-ILS/{webby-src => eg2-src}/src/environments/environment.ts (100%) rename Open-ILS/{webby-src => eg2-src}/src/favicon.ico (100%) rename Open-ILS/{webby-src => eg2-src}/src/index.html (100%) rename Open-ILS/{webby-src => eg2-src}/src/main.ts (100%) rename Open-ILS/{webby-src => eg2-src}/src/polyfills.ts (100%) rename Open-ILS/{webby-src => eg2-src}/src/styles.css (100%) rename Open-ILS/{webby-src => eg2-src}/src/test.ts (100%) rename Open-ILS/{webby-src => eg2-src}/src/tsconfig.app.json (100%) rename Open-ILS/{webby-src => eg2-src}/src/tsconfig.spec.json (100%) rename Open-ILS/{webby-src => eg2-src}/src/typings.d.ts (100%) rename Open-ILS/{webby-src => eg2-src}/tsconfig.json (100%) rename Open-ILS/{webby-src => eg2-src}/tslint.json (100%) diff --git a/Open-ILS/webby-src/.angular-cli.json b/Open-ILS/eg2-src/.angular-cli.json similarity index 100% rename from Open-ILS/webby-src/.angular-cli.json rename to Open-ILS/eg2-src/.angular-cli.json diff --git a/Open-ILS/webby-src/.editorconfig b/Open-ILS/eg2-src/.editorconfig similarity index 100% rename from Open-ILS/webby-src/.editorconfig rename to Open-ILS/eg2-src/.editorconfig diff --git a/Open-ILS/webby-src/.gitignore b/Open-ILS/eg2-src/.gitignore similarity index 100% rename from Open-ILS/webby-src/.gitignore rename to Open-ILS/eg2-src/.gitignore diff --git a/Open-ILS/webby-src/README.adoc b/Open-ILS/eg2-src/README.adoc similarity index 100% rename from Open-ILS/webby-src/README.adoc rename to Open-ILS/eg2-src/README.adoc diff --git a/Open-ILS/webby-src/e2e/app.e2e-spec.ts b/Open-ILS/eg2-src/e2e/app.e2e-spec.ts similarity index 100% rename from Open-ILS/webby-src/e2e/app.e2e-spec.ts rename to Open-ILS/eg2-src/e2e/app.e2e-spec.ts diff --git a/Open-ILS/webby-src/e2e/app.po.ts b/Open-ILS/eg2-src/e2e/app.po.ts similarity index 100% rename from Open-ILS/webby-src/e2e/app.po.ts rename to Open-ILS/eg2-src/e2e/app.po.ts diff --git a/Open-ILS/webby-src/e2e/tsconfig.e2e.json b/Open-ILS/eg2-src/e2e/tsconfig.e2e.json similarity index 100% rename from Open-ILS/webby-src/e2e/tsconfig.e2e.json rename to Open-ILS/eg2-src/e2e/tsconfig.e2e.json diff --git a/Open-ILS/webby-src/karma.conf.js b/Open-ILS/eg2-src/karma.conf.js similarity index 100% rename from Open-ILS/webby-src/karma.conf.js rename to Open-ILS/eg2-src/karma.conf.js diff --git a/Open-ILS/webby-src/package.json b/Open-ILS/eg2-src/package.json similarity index 100% rename from Open-ILS/webby-src/package.json rename to Open-ILS/eg2-src/package.json diff --git a/Open-ILS/webby-src/protractor.conf.js b/Open-ILS/eg2-src/protractor.conf.js similarity index 100% rename from Open-ILS/webby-src/protractor.conf.js rename to Open-ILS/eg2-src/protractor.conf.js diff --git a/Open-ILS/webby-src/src/app/app.component.ts b/Open-ILS/eg2-src/src/app/app.component.ts similarity index 100% rename from Open-ILS/webby-src/src/app/app.component.ts rename to Open-ILS/eg2-src/src/app/app.component.ts diff --git a/Open-ILS/webby-src/src/app/app.module.ts b/Open-ILS/eg2-src/src/app/app.module.ts similarity index 100% rename from Open-ILS/webby-src/src/app/app.module.ts rename to Open-ILS/eg2-src/src/app/app.module.ts diff --git a/Open-ILS/webby-src/src/app/core/README b/Open-ILS/eg2-src/src/app/core/README similarity index 100% rename from Open-ILS/webby-src/src/app/core/README rename to Open-ILS/eg2-src/src/app/core/README diff --git a/Open-ILS/webby-src/src/app/core/auth.ts b/Open-ILS/eg2-src/src/app/core/auth.ts similarity index 100% rename from Open-ILS/webby-src/src/app/core/auth.ts rename to Open-ILS/eg2-src/src/app/core/auth.ts diff --git a/Open-ILS/webby-src/src/app/core/event.ts b/Open-ILS/eg2-src/src/app/core/event.ts similarity index 100% rename from Open-ILS/webby-src/src/app/core/event.ts rename to Open-ILS/eg2-src/src/app/core/event.ts diff --git a/Open-ILS/webby-src/src/app/core/idl.ts b/Open-ILS/eg2-src/src/app/core/idl.ts similarity index 100% rename from Open-ILS/webby-src/src/app/core/idl.ts rename to Open-ILS/eg2-src/src/app/core/idl.ts diff --git a/Open-ILS/webby-src/src/app/core/net.ts b/Open-ILS/eg2-src/src/app/core/net.ts similarity index 100% rename from Open-ILS/webby-src/src/app/core/net.ts rename to Open-ILS/eg2-src/src/app/core/net.ts diff --git a/Open-ILS/webby-src/src/app/core/org.ts b/Open-ILS/eg2-src/src/app/core/org.ts similarity index 100% rename from Open-ILS/webby-src/src/app/core/org.ts rename to Open-ILS/eg2-src/src/app/core/org.ts diff --git a/Open-ILS/webby-src/src/app/core/pcrud.ts b/Open-ILS/eg2-src/src/app/core/pcrud.ts similarity index 100% rename from Open-ILS/webby-src/src/app/core/pcrud.ts rename to Open-ILS/eg2-src/src/app/core/pcrud.ts diff --git a/Open-ILS/webby-src/src/app/core/store.ts b/Open-ILS/eg2-src/src/app/core/store.ts similarity index 100% rename from Open-ILS/webby-src/src/app/core/store.ts rename to Open-ILS/eg2-src/src/app/core/store.ts diff --git a/Open-ILS/webby-src/src/app/resolver.service.ts b/Open-ILS/eg2-src/src/app/resolver.service.ts similarity index 100% rename from Open-ILS/webby-src/src/app/resolver.service.ts rename to Open-ILS/eg2-src/src/app/resolver.service.ts diff --git a/Open-ILS/webby-src/src/app/routing.module.ts b/Open-ILS/eg2-src/src/app/routing.module.ts similarity index 100% rename from Open-ILS/webby-src/src/app/routing.module.ts rename to Open-ILS/eg2-src/src/app/routing.module.ts diff --git a/Open-ILS/webby-src/src/app/share/README b/Open-ILS/eg2-src/src/app/share/README similarity index 100% rename from Open-ILS/webby-src/src/app/share/README rename to Open-ILS/eg2-src/src/app/share/README diff --git a/Open-ILS/webby-src/src/app/share/catalog/catalog-url.service.ts b/Open-ILS/eg2-src/src/app/share/catalog/catalog-url.service.ts similarity index 100% rename from Open-ILS/webby-src/src/app/share/catalog/catalog-url.service.ts rename to Open-ILS/eg2-src/src/app/share/catalog/catalog-url.service.ts diff --git a/Open-ILS/webby-src/src/app/share/catalog/catalog.service.ts b/Open-ILS/eg2-src/src/app/share/catalog/catalog.service.ts similarity index 100% rename from Open-ILS/webby-src/src/app/share/catalog/catalog.service.ts rename to Open-ILS/eg2-src/src/app/share/catalog/catalog.service.ts diff --git a/Open-ILS/webby-src/src/app/share/catalog/search-context.ts b/Open-ILS/eg2-src/src/app/share/catalog/search-context.ts similarity index 100% rename from Open-ILS/webby-src/src/app/share/catalog/search-context.ts rename to Open-ILS/eg2-src/src/app/share/catalog/search-context.ts diff --git a/Open-ILS/webby-src/src/app/share/org-select.component.html b/Open-ILS/eg2-src/src/app/share/org-select.component.html similarity index 100% rename from Open-ILS/webby-src/src/app/share/org-select.component.html rename to Open-ILS/eg2-src/src/app/share/org-select.component.html diff --git a/Open-ILS/webby-src/src/app/share/org-select.component.ts b/Open-ILS/eg2-src/src/app/share/org-select.component.ts similarity index 100% rename from Open-ILS/webby-src/src/app/share/org-select.component.ts rename to Open-ILS/eg2-src/src/app/share/org-select.component.ts diff --git a/Open-ILS/webby-src/src/app/share/unapi.ts b/Open-ILS/eg2-src/src/app/share/unapi.ts similarity index 100% rename from Open-ILS/webby-src/src/app/share/unapi.ts rename to Open-ILS/eg2-src/src/app/share/unapi.ts diff --git a/Open-ILS/webby-src/src/app/share/util/pager.ts b/Open-ILS/eg2-src/src/app/share/util/pager.ts similarity index 100% rename from Open-ILS/webby-src/src/app/share/util/pager.ts rename to Open-ILS/eg2-src/src/app/share/util/pager.ts diff --git a/Open-ILS/webby-src/src/app/staff/admin/routing.module.ts b/Open-ILS/eg2-src/src/app/staff/admin/routing.module.ts similarity index 100% rename from Open-ILS/webby-src/src/app/staff/admin/routing.module.ts rename to Open-ILS/eg2-src/src/app/staff/admin/routing.module.ts diff --git a/Open-ILS/webby-src/src/app/staff/admin/workstation/routing.module.ts b/Open-ILS/eg2-src/src/app/staff/admin/workstation/routing.module.ts similarity index 100% rename from Open-ILS/webby-src/src/app/staff/admin/workstation/routing.module.ts rename to Open-ILS/eg2-src/src/app/staff/admin/workstation/routing.module.ts diff --git a/Open-ILS/webby-src/src/app/staff/admin/workstation/workstations/app.component.html b/Open-ILS/eg2-src/src/app/staff/admin/workstation/workstations/app.component.html similarity index 100% rename from Open-ILS/webby-src/src/app/staff/admin/workstation/workstations/app.component.html rename to Open-ILS/eg2-src/src/app/staff/admin/workstation/workstations/app.component.html diff --git a/Open-ILS/webby-src/src/app/staff/admin/workstation/workstations/app.component.ts b/Open-ILS/eg2-src/src/app/staff/admin/workstation/workstations/app.component.ts similarity index 100% rename from Open-ILS/webby-src/src/app/staff/admin/workstation/workstations/app.component.ts rename to Open-ILS/eg2-src/src/app/staff/admin/workstation/workstations/app.component.ts diff --git a/Open-ILS/webby-src/src/app/staff/admin/workstation/workstations/app.module.ts b/Open-ILS/eg2-src/src/app/staff/admin/workstation/workstations/app.module.ts similarity index 100% rename from Open-ILS/webby-src/src/app/staff/admin/workstation/workstations/app.module.ts rename to Open-ILS/eg2-src/src/app/staff/admin/workstation/workstations/app.module.ts diff --git a/Open-ILS/webby-src/src/app/staff/admin/workstation/workstations/routing.module.ts b/Open-ILS/eg2-src/src/app/staff/admin/workstation/workstations/routing.module.ts similarity index 100% rename from Open-ILS/webby-src/src/app/staff/admin/workstation/workstations/routing.module.ts rename to Open-ILS/eg2-src/src/app/staff/admin/workstation/workstations/routing.module.ts diff --git a/Open-ILS/webby-src/src/app/staff/app.component.css b/Open-ILS/eg2-src/src/app/staff/app.component.css similarity index 100% rename from Open-ILS/webby-src/src/app/staff/app.component.css rename to Open-ILS/eg2-src/src/app/staff/app.component.css diff --git a/Open-ILS/webby-src/src/app/staff/app.component.html b/Open-ILS/eg2-src/src/app/staff/app.component.html similarity index 100% rename from Open-ILS/webby-src/src/app/staff/app.component.html rename to Open-ILS/eg2-src/src/app/staff/app.component.html diff --git a/Open-ILS/webby-src/src/app/staff/app.component.ts b/Open-ILS/eg2-src/src/app/staff/app.component.ts similarity index 100% rename from Open-ILS/webby-src/src/app/staff/app.component.ts rename to Open-ILS/eg2-src/src/app/staff/app.component.ts diff --git a/Open-ILS/webby-src/src/app/staff/app.module.ts b/Open-ILS/eg2-src/src/app/staff/app.module.ts similarity index 100% rename from Open-ILS/webby-src/src/app/staff/app.module.ts rename to Open-ILS/eg2-src/src/app/staff/app.module.ts diff --git a/Open-ILS/webby-src/src/app/staff/catalog/app.component.html b/Open-ILS/eg2-src/src/app/staff/catalog/app.component.html similarity index 100% rename from Open-ILS/webby-src/src/app/staff/catalog/app.component.html rename to Open-ILS/eg2-src/src/app/staff/catalog/app.component.html diff --git a/Open-ILS/webby-src/src/app/staff/catalog/app.component.ts b/Open-ILS/eg2-src/src/app/staff/catalog/app.component.ts similarity index 100% rename from Open-ILS/webby-src/src/app/staff/catalog/app.component.ts rename to Open-ILS/eg2-src/src/app/staff/catalog/app.component.ts diff --git a/Open-ILS/webby-src/src/app/staff/catalog/app.module.ts b/Open-ILS/eg2-src/src/app/staff/catalog/app.module.ts similarity index 100% rename from Open-ILS/webby-src/src/app/staff/catalog/app.module.ts rename to Open-ILS/eg2-src/src/app/staff/catalog/app.module.ts diff --git a/Open-ILS/webby-src/src/app/staff/catalog/app.service.ts b/Open-ILS/eg2-src/src/app/staff/catalog/app.service.ts similarity index 100% rename from Open-ILS/webby-src/src/app/staff/catalog/app.service.ts rename to Open-ILS/eg2-src/src/app/staff/catalog/app.service.ts diff --git a/Open-ILS/webby-src/src/app/staff/catalog/record/copies.component.html b/Open-ILS/eg2-src/src/app/staff/catalog/record/copies.component.html similarity index 100% rename from Open-ILS/webby-src/src/app/staff/catalog/record/copies.component.html rename to Open-ILS/eg2-src/src/app/staff/catalog/record/copies.component.html diff --git a/Open-ILS/webby-src/src/app/staff/catalog/record/copies.component.ts b/Open-ILS/eg2-src/src/app/staff/catalog/record/copies.component.ts similarity index 100% rename from Open-ILS/webby-src/src/app/staff/catalog/record/copies.component.ts rename to Open-ILS/eg2-src/src/app/staff/catalog/record/copies.component.ts diff --git a/Open-ILS/webby-src/src/app/staff/catalog/record/pagination.component.html b/Open-ILS/eg2-src/src/app/staff/catalog/record/pagination.component.html similarity index 100% rename from Open-ILS/webby-src/src/app/staff/catalog/record/pagination.component.html rename to Open-ILS/eg2-src/src/app/staff/catalog/record/pagination.component.html diff --git a/Open-ILS/webby-src/src/app/staff/catalog/record/pagination.component.ts b/Open-ILS/eg2-src/src/app/staff/catalog/record/pagination.component.ts similarity index 100% rename from Open-ILS/webby-src/src/app/staff/catalog/record/pagination.component.ts rename to Open-ILS/eg2-src/src/app/staff/catalog/record/pagination.component.ts diff --git a/Open-ILS/webby-src/src/app/staff/catalog/record/record.component.html b/Open-ILS/eg2-src/src/app/staff/catalog/record/record.component.html similarity index 100% rename from Open-ILS/webby-src/src/app/staff/catalog/record/record.component.html rename to Open-ILS/eg2-src/src/app/staff/catalog/record/record.component.html diff --git a/Open-ILS/webby-src/src/app/staff/catalog/record/record.component.ts b/Open-ILS/eg2-src/src/app/staff/catalog/record/record.component.ts similarity index 100% rename from Open-ILS/webby-src/src/app/staff/catalog/record/record.component.ts rename to Open-ILS/eg2-src/src/app/staff/catalog/record/record.component.ts diff --git a/Open-ILS/webby-src/src/app/staff/catalog/resolver.service.ts b/Open-ILS/eg2-src/src/app/staff/catalog/resolver.service.ts similarity index 100% rename from Open-ILS/webby-src/src/app/staff/catalog/resolver.service.ts rename to Open-ILS/eg2-src/src/app/staff/catalog/resolver.service.ts diff --git a/Open-ILS/webby-src/src/app/staff/catalog/result/facets.component.html b/Open-ILS/eg2-src/src/app/staff/catalog/result/facets.component.html similarity index 100% rename from Open-ILS/webby-src/src/app/staff/catalog/result/facets.component.html rename to Open-ILS/eg2-src/src/app/staff/catalog/result/facets.component.html diff --git a/Open-ILS/webby-src/src/app/staff/catalog/result/facets.component.ts b/Open-ILS/eg2-src/src/app/staff/catalog/result/facets.component.ts similarity index 100% rename from Open-ILS/webby-src/src/app/staff/catalog/result/facets.component.ts rename to Open-ILS/eg2-src/src/app/staff/catalog/result/facets.component.ts diff --git a/Open-ILS/webby-src/src/app/staff/catalog/result/pagination.component.css b/Open-ILS/eg2-src/src/app/staff/catalog/result/pagination.component.css similarity index 100% rename from Open-ILS/webby-src/src/app/staff/catalog/result/pagination.component.css rename to Open-ILS/eg2-src/src/app/staff/catalog/result/pagination.component.css diff --git a/Open-ILS/webby-src/src/app/staff/catalog/result/pagination.component.html b/Open-ILS/eg2-src/src/app/staff/catalog/result/pagination.component.html similarity index 100% rename from Open-ILS/webby-src/src/app/staff/catalog/result/pagination.component.html rename to Open-ILS/eg2-src/src/app/staff/catalog/result/pagination.component.html diff --git a/Open-ILS/webby-src/src/app/staff/catalog/result/pagination.component.ts b/Open-ILS/eg2-src/src/app/staff/catalog/result/pagination.component.ts similarity index 100% rename from Open-ILS/webby-src/src/app/staff/catalog/result/pagination.component.ts rename to Open-ILS/eg2-src/src/app/staff/catalog/result/pagination.component.ts diff --git a/Open-ILS/webby-src/src/app/staff/catalog/result/record.component.html b/Open-ILS/eg2-src/src/app/staff/catalog/result/record.component.html similarity index 100% rename from Open-ILS/webby-src/src/app/staff/catalog/result/record.component.html rename to Open-ILS/eg2-src/src/app/staff/catalog/result/record.component.html diff --git a/Open-ILS/webby-src/src/app/staff/catalog/result/record.component.ts b/Open-ILS/eg2-src/src/app/staff/catalog/result/record.component.ts similarity index 100% rename from Open-ILS/webby-src/src/app/staff/catalog/result/record.component.ts rename to Open-ILS/eg2-src/src/app/staff/catalog/result/record.component.ts diff --git a/Open-ILS/webby-src/src/app/staff/catalog/result/results.component.html b/Open-ILS/eg2-src/src/app/staff/catalog/result/results.component.html similarity index 100% rename from Open-ILS/webby-src/src/app/staff/catalog/result/results.component.html rename to Open-ILS/eg2-src/src/app/staff/catalog/result/results.component.html diff --git a/Open-ILS/webby-src/src/app/staff/catalog/result/results.component.ts b/Open-ILS/eg2-src/src/app/staff/catalog/result/results.component.ts similarity index 100% rename from Open-ILS/webby-src/src/app/staff/catalog/result/results.component.ts rename to Open-ILS/eg2-src/src/app/staff/catalog/result/results.component.ts diff --git a/Open-ILS/webby-src/src/app/staff/catalog/routing.module.ts b/Open-ILS/eg2-src/src/app/staff/catalog/routing.module.ts similarity index 100% rename from Open-ILS/webby-src/src/app/staff/catalog/routing.module.ts rename to Open-ILS/eg2-src/src/app/staff/catalog/routing.module.ts diff --git a/Open-ILS/webby-src/src/app/staff/catalog/search-form.component.css b/Open-ILS/eg2-src/src/app/staff/catalog/search-form.component.css similarity index 100% rename from Open-ILS/webby-src/src/app/staff/catalog/search-form.component.css rename to Open-ILS/eg2-src/src/app/staff/catalog/search-form.component.css diff --git a/Open-ILS/webby-src/src/app/staff/catalog/search-form.component.html b/Open-ILS/eg2-src/src/app/staff/catalog/search-form.component.html similarity index 100% rename from Open-ILS/webby-src/src/app/staff/catalog/search-form.component.html rename to Open-ILS/eg2-src/src/app/staff/catalog/search-form.component.html diff --git a/Open-ILS/webby-src/src/app/staff/catalog/search-form.component.ts b/Open-ILS/eg2-src/src/app/staff/catalog/search-form.component.ts similarity index 100% rename from Open-ILS/webby-src/src/app/staff/catalog/search-form.component.ts rename to Open-ILS/eg2-src/src/app/staff/catalog/search-form.component.ts diff --git a/Open-ILS/webby-src/src/app/staff/circ/patron/bcsearch/app.component.html b/Open-ILS/eg2-src/src/app/staff/circ/patron/bcsearch/app.component.html similarity index 100% rename from Open-ILS/webby-src/src/app/staff/circ/patron/bcsearch/app.component.html rename to Open-ILS/eg2-src/src/app/staff/circ/patron/bcsearch/app.component.html diff --git a/Open-ILS/webby-src/src/app/staff/circ/patron/bcsearch/app.component.ts b/Open-ILS/eg2-src/src/app/staff/circ/patron/bcsearch/app.component.ts similarity index 100% rename from Open-ILS/webby-src/src/app/staff/circ/patron/bcsearch/app.component.ts rename to Open-ILS/eg2-src/src/app/staff/circ/patron/bcsearch/app.component.ts diff --git a/Open-ILS/webby-src/src/app/staff/circ/patron/bcsearch/app.module.ts b/Open-ILS/eg2-src/src/app/staff/circ/patron/bcsearch/app.module.ts similarity index 100% rename from Open-ILS/webby-src/src/app/staff/circ/patron/bcsearch/app.module.ts rename to Open-ILS/eg2-src/src/app/staff/circ/patron/bcsearch/app.module.ts diff --git a/Open-ILS/webby-src/src/app/staff/circ/patron/bcsearch/routing.module.ts b/Open-ILS/eg2-src/src/app/staff/circ/patron/bcsearch/routing.module.ts similarity index 100% rename from Open-ILS/webby-src/src/app/staff/circ/patron/bcsearch/routing.module.ts rename to Open-ILS/eg2-src/src/app/staff/circ/patron/bcsearch/routing.module.ts diff --git a/Open-ILS/webby-src/src/app/staff/circ/routing.module.ts b/Open-ILS/eg2-src/src/app/staff/circ/routing.module.ts similarity index 100% rename from Open-ILS/webby-src/src/app/staff/circ/routing.module.ts rename to Open-ILS/eg2-src/src/app/staff/circ/routing.module.ts diff --git a/Open-ILS/webby-src/src/app/staff/login.component.html b/Open-ILS/eg2-src/src/app/staff/login.component.html similarity index 100% rename from Open-ILS/webby-src/src/app/staff/login.component.html rename to Open-ILS/eg2-src/src/app/staff/login.component.html diff --git a/Open-ILS/webby-src/src/app/staff/login.component.ts b/Open-ILS/eg2-src/src/app/staff/login.component.ts similarity index 100% rename from Open-ILS/webby-src/src/app/staff/login.component.ts rename to Open-ILS/eg2-src/src/app/staff/login.component.ts diff --git a/Open-ILS/webby-src/src/app/staff/nav.component.css b/Open-ILS/eg2-src/src/app/staff/nav.component.css similarity index 100% rename from Open-ILS/webby-src/src/app/staff/nav.component.css rename to Open-ILS/eg2-src/src/app/staff/nav.component.css diff --git a/Open-ILS/webby-src/src/app/staff/nav.component.html b/Open-ILS/eg2-src/src/app/staff/nav.component.html similarity index 100% rename from Open-ILS/webby-src/src/app/staff/nav.component.html rename to Open-ILS/eg2-src/src/app/staff/nav.component.html diff --git a/Open-ILS/webby-src/src/app/staff/nav.component.ts b/Open-ILS/eg2-src/src/app/staff/nav.component.ts similarity index 100% rename from Open-ILS/webby-src/src/app/staff/nav.component.ts rename to Open-ILS/eg2-src/src/app/staff/nav.component.ts diff --git a/Open-ILS/webby-src/src/app/staff/resolver.service.ts b/Open-ILS/eg2-src/src/app/staff/resolver.service.ts similarity index 100% rename from Open-ILS/webby-src/src/app/staff/resolver.service.ts rename to Open-ILS/eg2-src/src/app/staff/resolver.service.ts diff --git a/Open-ILS/webby-src/src/app/staff/routing.module.ts b/Open-ILS/eg2-src/src/app/staff/routing.module.ts similarity index 100% rename from Open-ILS/webby-src/src/app/staff/routing.module.ts rename to Open-ILS/eg2-src/src/app/staff/routing.module.ts diff --git a/Open-ILS/webby-src/src/app/staff/share/README b/Open-ILS/eg2-src/src/app/staff/share/README similarity index 100% rename from Open-ILS/webby-src/src/app/staff/share/README rename to Open-ILS/eg2-src/src/app/staff/share/README diff --git a/Open-ILS/webby-src/src/app/staff/share/bib-summary.component.html b/Open-ILS/eg2-src/src/app/staff/share/bib-summary.component.html similarity index 100% rename from Open-ILS/webby-src/src/app/staff/share/bib-summary.component.html rename to Open-ILS/eg2-src/src/app/staff/share/bib-summary.component.html diff --git a/Open-ILS/webby-src/src/app/staff/share/bib-summary.component.ts b/Open-ILS/eg2-src/src/app/staff/share/bib-summary.component.ts similarity index 100% rename from Open-ILS/webby-src/src/app/staff/share/bib-summary.component.ts rename to Open-ILS/eg2-src/src/app/staff/share/bib-summary.component.ts diff --git a/Open-ILS/webby-src/src/app/staff/splash.component.html b/Open-ILS/eg2-src/src/app/staff/splash.component.html similarity index 100% rename from Open-ILS/webby-src/src/app/staff/splash.component.html rename to Open-ILS/eg2-src/src/app/staff/splash.component.html diff --git a/Open-ILS/webby-src/src/app/staff/splash.component.ts b/Open-ILS/eg2-src/src/app/staff/splash.component.ts similarity index 100% rename from Open-ILS/webby-src/src/app/staff/splash.component.ts rename to Open-ILS/eg2-src/src/app/staff/splash.component.ts diff --git a/Open-ILS/webby-src/src/app/welcome.component.html b/Open-ILS/eg2-src/src/app/welcome.component.html similarity index 100% rename from Open-ILS/webby-src/src/app/welcome.component.html rename to Open-ILS/eg2-src/src/app/welcome.component.html diff --git a/Open-ILS/webby-src/src/app/welcome.component.ts b/Open-ILS/eg2-src/src/app/welcome.component.ts similarity index 100% rename from Open-ILS/webby-src/src/app/welcome.component.ts rename to Open-ILS/eg2-src/src/app/welcome.component.ts diff --git a/Open-ILS/webby-src/src/assets/.gitkeep b/Open-ILS/eg2-src/src/assets/.gitkeep similarity index 100% rename from Open-ILS/webby-src/src/assets/.gitkeep rename to Open-ILS/eg2-src/src/assets/.gitkeep diff --git a/Open-ILS/webby-src/src/environments/environment.prod.ts b/Open-ILS/eg2-src/src/environments/environment.prod.ts similarity index 100% rename from Open-ILS/webby-src/src/environments/environment.prod.ts rename to Open-ILS/eg2-src/src/environments/environment.prod.ts diff --git a/Open-ILS/webby-src/src/environments/environment.ts b/Open-ILS/eg2-src/src/environments/environment.ts similarity index 100% rename from Open-ILS/webby-src/src/environments/environment.ts rename to Open-ILS/eg2-src/src/environments/environment.ts diff --git a/Open-ILS/webby-src/src/favicon.ico b/Open-ILS/eg2-src/src/favicon.ico similarity index 100% rename from Open-ILS/webby-src/src/favicon.ico rename to Open-ILS/eg2-src/src/favicon.ico diff --git a/Open-ILS/webby-src/src/index.html b/Open-ILS/eg2-src/src/index.html similarity index 100% rename from Open-ILS/webby-src/src/index.html rename to Open-ILS/eg2-src/src/index.html diff --git a/Open-ILS/webby-src/src/main.ts b/Open-ILS/eg2-src/src/main.ts similarity index 100% rename from Open-ILS/webby-src/src/main.ts rename to Open-ILS/eg2-src/src/main.ts diff --git a/Open-ILS/webby-src/src/polyfills.ts b/Open-ILS/eg2-src/src/polyfills.ts similarity index 100% rename from Open-ILS/webby-src/src/polyfills.ts rename to Open-ILS/eg2-src/src/polyfills.ts diff --git a/Open-ILS/webby-src/src/styles.css b/Open-ILS/eg2-src/src/styles.css similarity index 100% rename from Open-ILS/webby-src/src/styles.css rename to Open-ILS/eg2-src/src/styles.css diff --git a/Open-ILS/webby-src/src/test.ts b/Open-ILS/eg2-src/src/test.ts similarity index 100% rename from Open-ILS/webby-src/src/test.ts rename to Open-ILS/eg2-src/src/test.ts diff --git a/Open-ILS/webby-src/src/tsconfig.app.json b/Open-ILS/eg2-src/src/tsconfig.app.json similarity index 100% rename from Open-ILS/webby-src/src/tsconfig.app.json rename to Open-ILS/eg2-src/src/tsconfig.app.json diff --git a/Open-ILS/webby-src/src/tsconfig.spec.json b/Open-ILS/eg2-src/src/tsconfig.spec.json similarity index 100% rename from Open-ILS/webby-src/src/tsconfig.spec.json rename to Open-ILS/eg2-src/src/tsconfig.spec.json diff --git a/Open-ILS/webby-src/src/typings.d.ts b/Open-ILS/eg2-src/src/typings.d.ts similarity index 100% rename from Open-ILS/webby-src/src/typings.d.ts rename to Open-ILS/eg2-src/src/typings.d.ts diff --git a/Open-ILS/webby-src/tsconfig.json b/Open-ILS/eg2-src/tsconfig.json similarity index 100% rename from Open-ILS/webby-src/tsconfig.json rename to Open-ILS/eg2-src/tsconfig.json diff --git a/Open-ILS/webby-src/tslint.json b/Open-ILS/eg2-src/tslint.json similarity index 100% rename from Open-ILS/webby-src/tslint.json rename to Open-ILS/eg2-src/tslint.json -- 2.11.0