From 6f0db9b6add88eef9174d089001357e9de7bcaca Mon Sep 17 00:00:00 2001 From: Jason Etheridge Date: Wed, 16 Feb 2011 12:51:18 -0500 Subject: [PATCH] KCLS local oils_web templates/javascript from prodcatalog --- .../web/js/ui/kcls/circ/selfcheck/selfcheck.js | 2 +- Open-ILS/web/local_templates/base.tt2 | 27 -- Open-ILS/web/local_templates/base.tt2-aug17.old2 | 26 -- Open-ILS/web/local_templates/base.tt2.old | 64 ---- .../default/actor/user/register_table.tt2.disabled | 116 ------- .../default/actor/user/register_table.tt2.orig | 98 ------ Open-ILS/web/local_templates/default/base.tt2 | 39 --- Open-ILS/web/local_templates/default/base.tt2.old | 41 --- .../default/circ/selfcheck/fines.tt2 | 2 +- .../default/circ/selfcheck/main.tt2.bak-2010-10-20 | 267 +++++++++++++++ .../default/circ/selfcheck/style.css | 358 ++++++++++----------- 11 files changed, 448 insertions(+), 592 deletions(-) delete mode 100644 Open-ILS/web/local_templates/base.tt2 delete mode 100644 Open-ILS/web/local_templates/base.tt2-aug17.old2 delete mode 100644 Open-ILS/web/local_templates/base.tt2.old delete mode 100644 Open-ILS/web/local_templates/default/actor/user/register_table.tt2.disabled delete mode 100644 Open-ILS/web/local_templates/default/actor/user/register_table.tt2.orig delete mode 100644 Open-ILS/web/local_templates/default/base.tt2 delete mode 100644 Open-ILS/web/local_templates/default/base.tt2.old create mode 100644 Open-ILS/web/local_templates/default/circ/selfcheck/main.tt2.bak-2010-10-20 diff --git a/Open-ILS/web/js/ui/kcls/circ/selfcheck/selfcheck.js b/Open-ILS/web/js/ui/kcls/circ/selfcheck/selfcheck.js index 0859ec14b1..557a3cd490 100644 --- a/Open-ILS/web/js/ui/kcls/circ/selfcheck/selfcheck.js +++ b/Open-ILS/web/js/ui/kcls/circ/selfcheck/selfcheck.js @@ -15,7 +15,7 @@ var selfCheckMgr; var itemsOutCirc = []; var itemsOutMod = []; var itemsOutCopy = []; -var TIMEOUT = 45; // logout timer +var TIMEOUT = 60; // logout timer const SET_BARCODE_REGEX = 'opac.barcode_regex'; diff --git a/Open-ILS/web/local_templates/base.tt2 b/Open-ILS/web/local_templates/base.tt2 deleted file mode 100644 index c95f117275..0000000000 --- a/Open-ILS/web/local_templates/base.tt2 +++ /dev/null @@ -1,27 +0,0 @@ -[%- ctx.final_dtd = - '' -%] -[%- IF !ctx.dtd; ctx.dtd = ctx.final_dtd; END -%] -[% ctx.dtd %] - - - [% ctx.page_title %] - - - - - - - - - - - - [% INCLUDE login.tt2 %] - [% content %] - - diff --git a/Open-ILS/web/local_templates/base.tt2-aug17.old2 b/Open-ILS/web/local_templates/base.tt2-aug17.old2 deleted file mode 100644 index 6bb7874aee..0000000000 --- a/Open-ILS/web/local_templates/base.tt2-aug17.old2 +++ /dev/null @@ -1,26 +0,0 @@ -[%- ctx.final_dtd = - '' -%] -[%- IF !ctx.dtd; ctx.dtd = ctx.final_dtd; END -%] -[% ctx.dtd %] - - - [% ctx.page_title %] - - - - - - - - - - - [% INCLUDE login.tt2 %] - [% content %] - - diff --git a/Open-ILS/web/local_templates/base.tt2.old b/Open-ILS/web/local_templates/base.tt2.old deleted file mode 100644 index 9e7c8c36cd..0000000000 --- a/Open-ILS/web/local_templates/base.tt2.old +++ /dev/null @@ -1,64 +0,0 @@ -[%- ctx.final_dtd = - '' -%] -[%- ctx.home_path ='/local_templates/default/circ/selfcheck' -%] -[%- IF !ctx.dtd; ctx.dtd = ctx.final_dtd; END -%] -[% ctx.dtd %] - - - - [% ctx.page_title %] - - - - - - - - - - - - - - - - - -[% INCLUDE login.tt2 %] -[% content %] - - \ No newline at end of file diff --git a/Open-ILS/web/local_templates/default/actor/user/register_table.tt2.disabled b/Open-ILS/web/local_templates/default/actor/user/register_table.tt2.disabled deleted file mode 100644 index 5083accce6..0000000000 --- a/Open-ILS/web/local_templates/default/actor/user/register_table.tt2.disabled +++ /dev/null @@ -1,116 +0,0 @@ - - - - Parent/Guardian - - - - - - - - Address - - Mailing - Billing - - - - - - - This is a pending address: - -
-
-
- - - - - - This address is owned by another user: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Verify Password - - - - - - - - - - - - - - - - - - User Settings - - - -
- - - - - - - - - - - - - - - Statistical Categories - - - - - - - diff --git a/Open-ILS/web/local_templates/default/actor/user/register_table.tt2.orig b/Open-ILS/web/local_templates/default/actor/user/register_table.tt2.orig deleted file mode 100644 index e90e925121..0000000000 --- a/Open-ILS/web/local_templates/default/actor/user/register_table.tt2.orig +++ /dev/null @@ -1,98 +0,0 @@ - - - - Parent/Guardian - - - - - - - - Address - - Mailing - Billing - - - - - - - This is a pending address: - -
-
-
- - - - - - This address is owned by another user: - - - - - - - - - - - - - - - - - - - - - - Verify Password - - - - - - - - - - - - - - - - - - User Settings - - - -
- - - - - - - - - - - - - - - Statistical Categories - - - - - - - diff --git a/Open-ILS/web/local_templates/default/base.tt2 b/Open-ILS/web/local_templates/default/base.tt2 deleted file mode 100644 index 0570b12dda..0000000000 --- a/Open-ILS/web/local_templates/default/base.tt2 +++ /dev/null @@ -1,39 +0,0 @@ -[% WRAPPER 'base.tt2' %] - - - -
-
- - - -
- [% INCLUDE default/header.tt2 %] -
-
-
- -
- [% content %] -
-
- -
-[% END %] diff --git a/Open-ILS/web/local_templates/default/base.tt2.old b/Open-ILS/web/local_templates/default/base.tt2.old deleted file mode 100644 index 507fc1de79..0000000000 --- a/Open-ILS/web/local_templates/default/base.tt2.old +++ /dev/null @@ -1,41 +0,0 @@ -[% WRAPPER 'base.tt2' %] - - -
- - -
- -
-
-
- [% content %] -
-
-
-[% END %] diff --git a/Open-ILS/web/local_templates/default/circ/selfcheck/fines.tt2 b/Open-ILS/web/local_templates/default/circ/selfcheck/fines.tt2 index fee782e197..0c270479ae 100644 --- a/Open-ILS/web/local_templates/default/circ/selfcheck/fines.tt2 +++ b/Open-ILS/web/local_templates/default/circ/selfcheck/fines.tt2 @@ -1,5 +1,5 @@ -Pay Fines +
diff --git a/Open-ILS/web/local_templates/default/circ/selfcheck/main.tt2.bak-2010-10-20 b/Open-ILS/web/local_templates/default/circ/selfcheck/main.tt2.bak-2010-10-20 new file mode 100644 index 0000000000..b9c4fcb836 --- /dev/null +++ b/Open-ILS/web/local_templates/default/circ/selfcheck/main.tt2.bak-2010-10-20 @@ -0,0 +1,267 @@ +[%- ctx.home_path ='/local_templates/default/circ/selfcheck' -%] +[% ctx.page_title = 'Self Checkout' %] +[% WRAPPER default/base.tt2 %] + + + + + + + + + +
+ + + + + + + + + +
+
+ + + + + + + + + + + +
Choose a location
Enter a workstation name
+ +
+ +
+ +
+ +
+
+
+ + + + + +[% INCLUDE 'default/circ/selfcheck/audio_config.tt2' %] + +
KCLS Staff login required
+ + + + + + + + + + + + + + + + + + + + + + + +
+
+
+ + +[% END %] \ No newline at end of file diff --git a/Open-ILS/web/local_templates/default/circ/selfcheck/style.css b/Open-ILS/web/local_templates/default/circ/selfcheck/style.css index 4f342db8fb..a12f77d7de 100644 --- a/Open-ILS/web/local_templates/default/circ/selfcheck/style.css +++ b/Open-ILS/web/local_templates/default/circ/selfcheck/style.css @@ -1,179 +1,179 @@ -@charset "utf-8"; -/* CSS Document */ - -html, body { - margin:0; - font-family: Arial, Helvetica, sans-serif; - font-size: 12px; - background:#333; - width:100%; -} - -img { - border: none; -} - -a { - color: #003399; - text-decoration: none; -} - -a:hover { - text-decoration: underline; -} - -h1 { - margin:0; - margin-bottom: 5px; - font-size: 20px; - font-weight:normal; -} - -h2 { - margin:0; - margin-bottom: 5px; - font-size: 14px; - font-weight:bold; -} - -#header { - color: #bda964; - font-weight:bold; - padding: 12px 0px 9px 17px; - width: 694px; - margin: auto; -} - -#content-wrapper { - background: white; - min-height: 260px; - border-bottom: 1px solid black; -} - -#main-content { - width: 694px; - margin:auto; - padding-left:17px; -} - -.checkout { - font-size:16px; -} - -.checkout h1 { - font-size:36px; -} - -.checkout h2 { - font-size:24px; -} - -.checkout .sidebar h3 { - font-size: 16px; - margin:0; - padding-left:3px; -} - -.checkout .sidebar a { - font-size:12px; -} - -.checkout .sidebar a span { - font-weight:bold; -} - -.checkout .sidebar p { - margin:4px 0px; - padding:3px; -} - -.checkout .sidebar div, .checkout .sidebar p { - font-size: 16px; - line-height: 1em; -} - -.checkout input[type=text], .checkout input[type=password] { - border: 1px solid black; - width:300px; - height:20px; - padding:2px; - padding-top:1px; - margin:0px; - font-size:16px; -} - -.checkout .sidebar { - background: #b0b0b0; - border-left:2px ridge #eee; - border-right:2px ridge #eee; - padding:10px 7px; -} - -.checkout .sidebar .top { - float:right; - padding-right:5px; -} - -.checkout .sidebar .greet { - clear:both; - padding:15px 3px; -} - -.checkout .sidebar .selected { - background:#999 -} - -.checkout .header1 { - height:108px; - border-bottom:1px solid #a83135; - padding-top:20px; -} - -.checkout .userid { - width:200px; - font-size:16px; - font-weight:bold; - padding:5px 6px 6px 6px !important; - border:2px solid black !important; - background: none !important; - margin:0 !important; -} - -.checkout .item_table { - border-collapse: collapse; -} - -.checkout .item_table td { - font-size:16px; - border:2px solid black; - text-align: left; -} - -.checkout .item_table table td.label { - font-weight:bold; - text-transform: uppercase; - text-align: right; - white-space:nowrap; - padding-right:5px; - width:1px; -} - -.checkout .item_table table td { - border:none; -} - -.checkout #back_button:hover { - text-decoration: none; -} - -.checkout .status_box { - color:red; - font-weight:bold; - height:20px; -} - -.checkout .oils-selfck-status-div { - height:inherit !important; - vertical-align:inherit !important; -} - +@charset "utf-8"; +/* CSS Document */ + +html, body { + margin:0; + font-family: Arial, Helvetica, sans-serif; + font-size: 12px; + background:#333; + width:100%; +} + +img { + border: none; +} + +a { + color: #003399; + text-decoration: none; +} + +a:hover { + text-decoration: underline; +} + +h1 { + margin:0; + margin-bottom: 5px; + font-size: 20px; + font-weight:normal; +} + +h2 { + margin:0; + margin-bottom: 5px; + font-size: 14px; + font-weight:bold; +} + +#header { + color: #bda964; + font-weight:bold; + padding: 12px 0px 9px 17px; + width: 694px; + margin: auto; +} + +#content-wrapper { + background: white; + min-height: 260px; + border-bottom: 1px solid black; +} + +#main-content { + width: 694px; + margin:auto; + padding-left:17px; +} + +.checkout { + font-size:16px; +} + +.checkout h1 { + font-size:36px; +} + +.checkout h2 { + font-size:24px; +} + +.checkout .sidebar h3 { + font-size: 16px; + margin:0; + padding-left:3px; +} + +.checkout .sidebar a { + font-size:12px; +} + +.checkout .sidebar a span { + font-weight:bold; +} + +.checkout .sidebar p { + margin:4px 0px; + padding:3px; +} + +.checkout .sidebar div, .checkout .sidebar p { + font-size: 16px; + line-height: 1em; +} + +.checkout input[type=text], .checkout input[type=password] { + border: 1px solid black; + width:300px; + height:20px; + padding:2px; + padding-top:1px; + margin:0px; + font-size:16px; +} + +.checkout .sidebar { + background: #b0b0b0; + border-left:2px ridge #eee; + border-right:2px ridge #eee; + padding:10px 7px; +} + +.checkout .sidebar .top { + float:right; + padding-right:5px; +} + +.checkout .sidebar .greet { + clear:both; + padding:15px 3px; +} + +.checkout .sidebar .selected { + background:#999 +} + +.checkout .header1 { + height:108px; + border-bottom:1px solid #a83135; + padding-top:20px; +} + +.checkout .userid { + width:200px; + font-size:16px; + font-weight:bold; + padding:5px 6px 6px 6px !important; + border:2px solid black !important; + background: none !important; + margin:0 !important; +} + +.checkout .item_table { + border-collapse: collapse; +} + +.checkout .item_table td { + font-size:16px; + border:2px solid black; + text-align: left; +} + +.checkout .item_table table td.label { + font-weight:bold; + text-transform: uppercase; + text-align: right; + white-space:nowrap; + padding-right:5px; + width:1px; +} + +.checkout .item_table table td { + border:none; +} + +.checkout #back_button:hover { + text-decoration: none; +} + +.checkout .status_box { + color:red; + font-weight:bold; + height:20px; +} + +.checkout .oils-selfck-status-div { + height:inherit !important; + vertical-align:inherit !important; +} + -- 2.11.0