Move layout and routes to flare plugin

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@579748 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Erik Hatcher 2007-09-26 18:27:23 +00:00
parent 56ceddd6c0
commit fdfcbf0d30
2 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,15 @@
<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>

View File

@ -0,0 +1 @@
connect '', :controller => "browse"