Signed-off-by: Jason Stephenson <jstephenson@cwmars.org>
</head>
<body[% IF want_dojo; ' class="tundra d-flex flex-column min-vh-100"'; ELSE; ' class="tundra d-flex flex-column min-vh-100"'; END %]>
<h1 class="sr-only">[% l('Catalog') %]</h1>
- [% IF !ctx.is_staff %]
- <p style="text-align: center; background: white; font-size:20px;">
- <strong style="color:red;">TRAINING SERVER - DO NOT USE FOR LIVE TRANSACTIONS</strong>
- <br />
- Library Patrons: <a href="https://catalog.cwmars.org/">Click Here for the live catalog.</a>
- </p>
- [% END %]
[%#Each content page needs (at minimum) an <h2> describing the content%]
<div class="mb-3">
[% content %]
</head>
<body[% IF want_dojo; ' class="tundra"'; END %]>
<h1 class="sr-only">[% l('Catalog') %]</h1>
- [% IF !ctx.is_staff %]
- <p style="text-align: center; background: white; font-size:20px;">
- <strong style="color:red;">TRAINING SERVER - DO NOT USE FOR LIVE TRANSACTIONS</strong>
- <br />
- Library Patrons: <a href="https://catalog.cwmars.org/">Click Here for the live catalog.</a>
- </p>
- [% END %]
[%#Each content page needs (at minimum) an <h2> describing the content%]
[% content %]
<h2 class="sr-only">[% l('Additional Resources') %]</h2>
<div class="col-md-12 text-center">
<img src="[% ctx.media_prefix %]/images/portal/logo.png" alt="Evergreen" />
<h1 class="sr-only" i18n>Evergreen Staff Client Home Page</h1>
- <br/>
- <strong style="color:red;font-size:20px;">TRAINING SERVER - DO NOT USE FOR LIVE TRANSACTIONS</strong>
</div>
</div>
<br/>