--- /dev/null
+[%- 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">×</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">×</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>