You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by gs...@apache.org on 2011/08/07 05:14:15 UTC

svn commit: r1154648 - /lucene/cms/trunk/templates/main.html

Author: gsingers
Date: Sun Aug  7 03:14:15 2011
New Revision: 1154648

URL: http://svn.apache.org/viewvc?rev=1154648&view=rev
Log:
LUCENE-2748: hook in demo of email, svn, etc.  Still needs look and feel and work out the kinks

Modified:
    lucene/cms/trunk/templates/main.html

Modified: lucene/cms/trunk/templates/main.html
URL: http://svn.apache.org/viewvc/lucene/cms/trunk/templates/main.html?rev=1154648&r1=1154647&r2=1154648&view=diff
==============================================================================
--- lucene/cms/trunk/templates/main.html (original)
+++ lucene/cms/trunk/templates/main.html Sun Aug  7 03:14:15 2011
@@ -136,13 +136,13 @@ https://docs.djangoproject.com/en/dev/to
     <div id="sidebar">
       {% filter markdown %}{% include "sidenav.mdtext" %}{% endfilter %}
       <div>
-        {% for e in twitter.list %}
+        <div id="twitter">{% for e in twitter.list %}
         <div class="section-content">
           <a href="{{ e.url }}">@</a>{{ e.title|safe }}
         </div>
-        {% endfor %}
+        {% endfor %}</div>
 
-        {% for e in svn.list %}
+        <div id="svn">{% for e in svn.list %}
         <div class="section-content">
           <a class="svn" href="http://svn.apache.org/viewvc?revision={{ e.revision }};view=revision">r{{ e.revision
             }}</a>
@@ -150,14 +150,14 @@ https://docs.djangoproject.com/en/dev/to
           e.projects|safe }}) &mdash;
           <a href="http://people.apache.org/committer-index.html#{{ e.author }}">{{ e.author }}</a>
         </div>
-        {% endfor %}
+        {% endfor %}</div>
 
-        {% for e in jira.list %}
+        <div id="jira">{% for e in jira.list %}
         <div class="section-content">
           <a class="bug" href="{{ e.url }}">{{ e.title|safe }}</a><br/>
           {{ e.content|safe|truncatewords_html:20 }}
         </div>
-        {% endfor %}
+        {% endfor %}</div>
         <div id="dev-mail">
           <h2>Latest Dev</h2>
           {% for e in dev.list %}