From 3e4768f5c5ac4fc66c438436fee6ded26d4697ea Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Wed, 16 Apr 2014 17:38:00 -0400 Subject: [PATCH] browser staff : print config UI initial Signed-off-by: Bill Erickson --- .../templates/staff/admin/workstation/index.tt2 | 15 +++ .../staff/admin/workstation/t_printing.tt2 | 116 +++++++++++++++++++++ .../templates/staff/admin/workstation/t_splash.tt2 | 52 +++++++++ Open-ILS/src/templates/staff/t_navbar.tt2 | 19 +++- .../js/ui/default/staff/admin/workstation/app.js | 52 +++++++++ .../web/js/ui/default/staff/circ/patron/app.js | 20 +++- 6 files changed, 271 insertions(+), 3 deletions(-) create mode 100644 Open-ILS/src/templates/staff/admin/workstation/index.tt2 create mode 100644 Open-ILS/src/templates/staff/admin/workstation/t_printing.tt2 create mode 100644 Open-ILS/src/templates/staff/admin/workstation/t_splash.tt2 create mode 100644 Open-ILS/web/js/ui/default/staff/admin/workstation/app.js diff --git a/Open-ILS/src/templates/staff/admin/workstation/index.tt2 b/Open-ILS/src/templates/staff/admin/workstation/index.tt2 new file mode 100644 index 0000000000..d20444f675 --- /dev/null +++ b/Open-ILS/src/templates/staff/admin/workstation/index.tt2 @@ -0,0 +1,15 @@ +[% + WRAPPER "staff/t_base.tt2"; + ctx.page_title = l("Workstation Administration"); + ctx.page_app = "egWorkstationAdmin"; +%] + +[% BLOCK APP_JS %] + + + +[% END %] + +
+ +[% END %] diff --git a/Open-ILS/src/templates/staff/admin/workstation/t_printing.tt2 b/Open-ILS/src/templates/staff/admin/workstation/t_printing.tt2 new file mode 100644 index 0000000000..38de2931a9 --- /dev/null +++ b/Open-ILS/src/templates/staff/admin/workstation/t_printing.tt2 @@ -0,0 +1,116 @@ +
+ + + +
+
+

[% l('Printer Context') %]

+
+
+ +
+
+
+ + + + + +
+
+
+ +
+
+

[% l('Printer Test') %]

+
+
+ +
+
+
+ + +
+
+
+ +
+ +
+ +
+
+
+
+
+ +
+ + +
+
+
+ + +
+ diff --git a/Open-ILS/src/templates/staff/admin/workstation/t_splash.tt2 b/Open-ILS/src/templates/staff/admin/workstation/t_splash.tt2 new file mode 100644 index 0000000000..ceb3cab6cf --- /dev/null +++ b/Open-ILS/src/templates/staff/admin/workstation/t_splash.tt2 @@ -0,0 +1,52 @@ +
+
+
+ +
+
+
+
+ [% l('Printing, Templates, etc.') %] +
+
+ +
+
+ +
+
+
+
+ [% l('Other') %] +
+
+
+
+
+
+
+
+ +
+
+
+
+ [% l('Other') %] +
+
+
+
+
+
+
+
+ +
+
diff --git a/Open-ILS/src/templates/staff/t_navbar.tt2 b/Open-ILS/src/templates/staff/t_navbar.tt2 index 75d4f3aecc..b2c80a0a40 100644 --- a/Open-ILS/src/templates/staff/t_navbar.tt2 +++ b/Open-ILS/src/templates/staff/t_navbar.tt2 @@ -72,7 +72,24 @@ - + + + + +