From 7a53f221a3af57c6701028f70cc3c93bf97105cd Mon Sep 17 00:00:00 2001 From: Terran McCanna Date: Thu, 25 Aug 2022 15:42:53 -0400 Subject: [PATCH] Online Renewal - Create page to hold embedded form Signed-off-by: Terran McCanna --- .../templates-bootstrap/opac/renew-account-sp.tt2 | 35 ++++++++++++++++++++ .../src/templates-bootstrap/opac/renew-account.tt2 | 37 ++++++++++++++++++++++ 2 files changed, 72 insertions(+) create mode 100644 Open-ILS/src/templates-bootstrap/opac/renew-account-sp.tt2 create mode 100644 Open-ILS/src/templates-bootstrap/opac/renew-account.tt2 diff --git a/Open-ILS/src/templates-bootstrap/opac/renew-account-sp.tt2 b/Open-ILS/src/templates-bootstrap/opac/renew-account-sp.tt2 new file mode 100644 index 0000000000..ec5e051b88 --- /dev/null +++ b/Open-ILS/src/templates-bootstrap/opac/renew-account-sp.tt2 @@ -0,0 +1,35 @@ +[%- PROCESS "opac/parts/header.tt2"; + PROCESS "opac/parts/org_selector.tt2"; + WRAPPER "opac/parts/base.tt2"; + INCLUDE "opac/parts/topnav.tt2"; + ctx.page_title = l("Renew Your Library Card"); +%] + + + + + +

[% l('Renew Your Library Card') %]

+
+
+
+

(English | Español)

+ + + +
+ + + + + +
+ +
+
+ +[%- END %] diff --git a/Open-ILS/src/templates-bootstrap/opac/renew-account.tt2 b/Open-ILS/src/templates-bootstrap/opac/renew-account.tt2 new file mode 100644 index 0000000000..c093eabb80 --- /dev/null +++ b/Open-ILS/src/templates-bootstrap/opac/renew-account.tt2 @@ -0,0 +1,37 @@ +[%- PROCESS "opac/parts/header.tt2"; + PROCESS "opac/parts/org_selector.tt2"; + WRAPPER "opac/parts/base.tt2"; + INCLUDE "opac/parts/topnav.tt2"; + ctx.page_title = l("Renew Your Library Card"); +%] + + + + + + +

[% l('Renew Your Library Card') %]

+ +
+
+
+

(English | Español)

+ + + +
+ + + + + +
+ +
+
+ +[%- END %] -- 2.11.0