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:16:51 UTC

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

Author: rmuir
Date: Wed Aug 22 20:16:51 2012
New Revision: 1376220

URL: http://svn.apache.org/viewvc?rev=1376220&view=rev
Log:
use the pylucene css, not the global one for jcc

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=1376220&r1=1376219&r2=1376220&view=diff
==============================================================================
--- lucene/cms/trunk/templates/jcc-simple.html (original)
+++ lucene/cms/trunk/templates/jcc-simple.html Wed Aug 22 20:16:51 2012
@@ -5,13 +5,7 @@ This is a work around to the fact that t
 #}
 {% extends "head.html" %}
 {% block css %}
-    <link href="../../css/global.css" rel="stylesheet" type="text/css">
-{% endblock %}
-{% block javascript %}
-<script type="text/javascript" src="../../scripts/prototype.js"></script>
-<script type="text/javascript" src="../../scripts/effects.js"></script>
-<script type="text/javascript" src="../../scripts/search.js"></script>
-<script type="text/javascript" src="../../scripts/slides.js"></script>
+    <link href="../../css/pylucene.css" rel="stylesheet" type="text/css">
 {% endblock %}
 {% block metakeys %}<meta name="keywords"
         content="apache, pylucene, jcc, lucene, apache pylucene, apache jcc,

Modified: lucene/cms/trunk/templates/jcc.html
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/templates/jcc.html?rev=1376220&r1=1376219&r2=1376220&view=diff
==============================================================================
--- lucene/cms/trunk/templates/jcc.html (original)
+++ lucene/cms/trunk/templates/jcc.html Wed Aug 22 20:16:51 2012
@@ -5,13 +5,7 @@
 <!-- jcc.html -->
 {% extends "head.html" %}
 {% block css %}
-    <link href="../../css/global.css" rel="stylesheet" type="text/css">
-{% endblock %}
-{% block javascript %}
-<script type="text/javascript" src="../../scripts/prototype.js"></script>
-<script type="text/javascript" src="../../scripts/effects.js"></script>
-<script type="text/javascript" src="../../scripts/search.js"></script>
-<script type="text/javascript" src="../../scripts/slides.js"></script>
+    <link href="../../css/pylucene.css" rel="stylesheet" type="text/css">
 {% endblock %}
 {% block metakeys %}<meta name="keywords"
         content="apache, pylucene, jcc, lucene, apache pylucene, apache jcc,