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:28:48 UTC

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

Author: rmuir
Date: Wed Aug 22 20:28:47 2012
New Revision: 1376225

URL: http://svn.apache.org/viewvc?rev=1376225&view=rev
Log:
fix broken image logo link for jcc

Added:
    lucene/cms/trunk/templates/jcc-logo.html   (with props)
Modified:
    lucene/cms/trunk/templates/jcc-simple.html
    lucene/cms/trunk/templates/jcc.html

Added: lucene/cms/trunk/templates/jcc-logo.html
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/templates/jcc-logo.html?rev=1376225&view=auto
==============================================================================
--- lucene/cms/trunk/templates/jcc-logo.html (added)
+++ lucene/cms/trunk/templates/jcc-logo.html Wed Aug 22 20:28:47 2012
@@ -0,0 +1,2 @@
+{% block jcclogo %}<a href="index.html"><img border="0" src="../../images/lucene_logo_green_300.png"
+                                            alt="Lucene Logo"/></a>{% endblock %}

Propchange: lucene/cms/trunk/templates/jcc-logo.html
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: lucene/cms/trunk/templates/jcc-simple.html
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/templates/jcc-simple.html?rev=1376225&r1=1376224&r2=1376225&view=diff
==============================================================================
--- lucene/cms/trunk/templates/jcc-simple.html (original)
+++ lucene/cms/trunk/templates/jcc-simple.html Wed Aug 22 20:28:47 2012
@@ -17,7 +17,7 @@ This is a work around to the fact that t
 {% block slides %}
 {% endblock %}
 {% block logo %}
-  {% include "py-logo.html" %}
+  {% include "jcc-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=1376225&r1=1376224&r2=1376225&view=diff
==============================================================================
--- lucene/cms/trunk/templates/jcc.html (original)
+++ lucene/cms/trunk/templates/jcc.html Wed Aug 22 20:28:47 2012
@@ -17,7 +17,7 @@
 {% block slides %}
 {% endblock %}
 {% block logo %}
-   {% include "py-logo.html" %}
+   {% include "jcc-logo.html" %}
 {% endblock %}
 {% block nav %}
 <ul>