You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-commits@lucene.apache.org by eh...@apache.org on 2010/03/17 19:37:01 UTC

svn commit: r924414 - /lucene/solr/trunk/contrib/velocity/src/main/solr/conf/velocity/layout.vm

Author: ehatcher
Date: Wed Mar 17 18:37:00 2010
New Revision: 924414

URL: http://svn.apache.org/viewvc?rev=924414&view=rev
Log:
Add layout example template

Added:
    lucene/solr/trunk/contrib/velocity/src/main/solr/conf/velocity/layout.vm

Added: lucene/solr/trunk/contrib/velocity/src/main/solr/conf/velocity/layout.vm
URL: http://svn.apache.org/viewvc/lucene/solr/trunk/contrib/velocity/src/main/solr/conf/velocity/layout.vm?rev=924414&view=auto
==============================================================================
--- lucene/solr/trunk/contrib/velocity/src/main/solr/conf/velocity/layout.vm (added)
+++ lucene/solr/trunk/contrib/velocity/src/main/solr/conf/velocity/layout.vm Wed Mar 17 18:37:00 2010
@@ -0,0 +1,8 @@
+<html>
+  <head>
+    <title>Solritas</title>
+  </head>
+  <body>
+    $content
+  </body>
+</html>
\ No newline at end of file