From: Terran McCanna Date: Thu, 25 Aug 2022 19:42:53 +0000 (-0400) Subject: Online Renewal - Create page to hold embedded form X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=3b49001b004f586ae1f133d1261872c68b0b5a83;p=working%2FEvergreen.git Online Renewal - Create page to hold embedded form Signed-off-by: Terran McCanna --- 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 %]