Initial content
This commit is contained in:
parent
15e5ea6a2f
commit
86fe317055
92 changed files with 13147 additions and 0 deletions
24
vivocore/conf/velocity/layout.vm
Normal file
24
vivocore/conf/velocity/layout.vm
Normal file
|
@ -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>
|
Loading…
Add table
Add a link
Reference in a new issue