source: gs3-extensions/solr/trunk/src/etc/conf/velocity/layout.vm@ 24446

Last change on this file since 24446 was 24446, checked in by davidb, 13 years ago

Start of Solr extension for Greenstone3

File size: 361 bytes
Line 
1<html>
2<head>
3 #parse("head.vm")
4</head>
5 <body>
6 <div id="admin"><a href="#url_for_solr/admin">Solr Admin</a></div>
7 <div id="header">
8 #parse("header.vm")
9 </div>
10 <div id="tabs">
11 #parse("tabs.vm")
12 </div>
13 <div id="content">
14 $content
15 </div>
16 <div id="footer">
17 #parse("footer.vm")
18 </div>
19 </body>
20</html>
Note: See TracBrowser for help on using the repository browser.