mirror of
https://github.com/apache/lucene.git
synced 2025-02-09 11:35:14 +00:00
bebe033fb5
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@510678 13f79535-47bb-0310-9956-ffa450edef68
15 lines
402 B
Plaintext
Executable File
15 lines
402 B
Plaintext
Executable File
<html>
|
|
<head>
|
|
<title>Solr flare: <%=controller.action_name%></title>
|
|
<%= javascript_include_tag :defaults %>
|
|
<%= stylesheet_link_tag 'flare'%>
|
|
</head>
|
|
<body>
|
|
<div>
|
|
<div id="header">
|
|
<a href="http://lucene.apache.org/solr"><%=image_tag "solr.png"%></a><a href="http://wiki.apache.org/solr/Flare">flare</a>
|
|
</div>
|
|
<%= yield %>
|
|
</div>
|
|
</body>
|
|
</html> |