From: Terran McCanna Date: Mon, 27 Jul 2020 21:12:27 +0000 (-0400) Subject: Quipu for PINES: Form Template X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=9220427e6b8b7a15a5fdc0addf44ec09476faaed;p=evergreen%2Fpines.git Quipu for PINES: Form Template This template holds the javascript code from Quipu for phase one of the implementation. Signed-off-by: Terran McCanna --- diff --git a/Open-ILS/src/templates/opac/ecard.tt2 b/Open-ILS/src/templates/opac/ecard.tt2 new file mode 100644 index 0000000000..e8a58dec23 --- /dev/null +++ b/Open-ILS/src/templates/opac/ecard.tt2 @@ -0,0 +1,49 @@ +[%- 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("Request Library Card"); +%] + +

[% l('Account Registration') %]

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