add base_nodojo.tt2
authorJason Etheridge <jason@esilibrary.com>
Tue, 1 Oct 2013 20:16:53 +0000 (16:16 -0400)
committerJason Etheridge <jason@esilibrary.com>
Tue, 1 Oct 2013 21:09:39 +0000 (17:09 -0400)
Open-ILS/src/templates/base_nodojo.tt2 [new file with mode: 0644]

diff --git a/Open-ILS/src/templates/base_nodojo.tt2 b/Open-ILS/src/templates/base_nodojo.tt2
new file mode 100644 (file)
index 0000000..619630e
--- /dev/null
@@ -0,0 +1,14 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns='http://www.w3.org/1999/xhtml' lang='[% ctx.locale %]' xml:lang='[% ctx.locale %]'>
+    <head>
+        <title>[% ctx.page_title %]</title>
+        <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
+        <style type="text/css">
+            @import "[% extracss %]";
+        </style>
+        [% INCLUDE "opac/parts/xuljs.tt2" IF ctx.page == 'patron_summary' AND ctx.is_staff %]
+    </head>
+    <body class="[% class %]">
+        [% content %]
+    </body>
+</html>