add 2022 survey link
authorChris Sharp <csharp@georgialibraries.org>
Sun, 17 Apr 2022 13:23:53 +0000 (09:23 -0400)
committerChris Sharp <csharp@georgialibraries.org>
Sat, 19 Nov 2022 20:12:16 +0000 (15:12 -0500)
Open-ILS/src/templates-bootstrap/opac/parts/topnav_survey.tt2 [new file with mode: 0755]

diff --git a/Open-ILS/src/templates-bootstrap/opac/parts/topnav_survey.tt2 b/Open-ILS/src/templates-bootstrap/opac/parts/topnav_survey.tt2
new file mode 100755 (executable)
index 0000000..ac3deaa
--- /dev/null
@@ -0,0 +1,25 @@
+[%- IF ctx.maintenance_message -%]
+<div class="alert alert-[% ctx.maintenance_type %] alert-dismissible mb-0 text-center" role="alert">
+    <button type="button" class="close" data-dismiss="alert" aria-label="Close">
+        <span aria-hidden="true">&times;</span>
+      </button>
+[% ctx.maintenance_message %]
+</div>
+[%- END -%]
+
+<!-- PINES ANNUAL SURVEY LINK -->
+<div class="alert alert-info alert-dismissible mb-0 text-center" role="alert">
+    <button type="button" class="close" data-dismiss="alert" aria-label="Close">
+        <span aria-hidden="true">&times;</span>
+      </button>
+<b>Please take a moment to complete the 2022 PINES Annual Patron Satisfaction Survey: <a href="https://forms.gle/vcPe7TCpF38kZvyEA" target="_blank" style="color:red;">Start Survey Now</a></b>
+</div>
+<!-- END SURVEY LINK -->
+
+<div id="header-wrap">
+[% INCLUDE "opac/parts/topnav_links.tt2" %]
+</div>
+
+<div id="subheader-wrap">
+ [% INCLUDE "opac/parts/topnav_subnav.tt2" %]
+ </div>