You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by rm...@apache.org on 2012/08/22 22:20:38 UTC

svn commit: r1376222 - in /lucene/cms/trunk/templates: jcc-simple.html jcc.html

Author: rmuir
Date: Wed Aug 22 20:20:37 2012
New Revision: 1376222

URL: http://svn.apache.org/viewvc?rev=1376222&view=rev
Log:
use py-logo here instead like pylucene.html

Modified:
    lucene/cms/trunk/templates/jcc-simple.html
    lucene/cms/trunk/templates/jcc.html

Modified: lucene/cms/trunk/templates/jcc-simple.html
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/templates/jcc-simple.html?rev=1376222&r1=1376221&r2=1376222&view=diff
==============================================================================
--- lucene/cms/trunk/templates/jcc-simple.html (original)
+++ lucene/cms/trunk/templates/jcc-simple.html Wed Aug 22 20:20:37 2012
@@ -15,7 +15,7 @@ This is a work around to the fact that t
 
 {% extends "body.html" %}
 {% block logo %}
-<a href="index.html"><img border="0" src="../../images/lucene_logo_green_300.png" alt="Lucene Logo"/></a>
+  {% include "py-logo.html" %}
 {% endblock %}
 {% block nav %}
 <ul>

Modified: lucene/cms/trunk/templates/jcc.html
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/templates/jcc.html?rev=1376222&r1=1376221&r2=1376222&view=diff
==============================================================================
--- lucene/cms/trunk/templates/jcc.html (original)
+++ lucene/cms/trunk/templates/jcc.html Wed Aug 22 20:20:37 2012
@@ -16,8 +16,7 @@
 {% extends "body.html" %}
 
 {% block logo %}
-<a href="index.html"><img border="0" src="../../images/lucene_logo_green_300.png" alt="Lucene Logo"/></a>
-{% endblock %}
+   {% include "py-logo.html" %}
 {% block nav %}
 <ul>
   <li><a href="index.html">JCC</a></li>