Zookeeper setup
[lui-solr.git] / zookeeper / solr / collection1 / conf / velocity / layout.vm
diff --git a/zookeeper/solr/collection1/conf/velocity/layout.vm b/zookeeper/solr/collection1/conf/velocity/layout.vm
new file mode 100644 (file)
index 0000000..50f4c1b
--- /dev/null
@@ -0,0 +1,24 @@
+#**
+ *  Overall HTML page layout
+ *#
+
+<html>
+<head>
+  #parse("head.vm")
+</head>
+  <body>
+    <div id="admin"><a href="#url_root/#/#core_name">Solr Admin</a></div>
+    <div id="header">
+      #parse("header.vm")
+    </div>
+    <div id="tabs">
+      #parse("tabs.vm")
+    </div>
+    <div id="content">
+      $content
+    </div>
+    <div id="footer">
+      #parse("footer.vm")
+    </div>
+  </body>
+</html>