Author: elecharny
Date: Wed Oct 31 12:24:13 2012
New Revision: 1404110

URL: http://svn.apache.org/viewvc?rev=1404110&view=rev
Log:
Removed some useless test

Modified:
    mina/site/trunk/templates/ftpserver/page.html
    mina/site/trunk/templates/header.html
    mina/site/trunk/templates/sshd/page.html
    mina/site/trunk/templates/vysper/page.html

Modified: mina/site/trunk/templates/ftpserver/page.html
URL: 
http://svn.apache.org/viewvc/mina/site/trunk/templates/ftpserver/page.html?rev=1404110&r1=1404109&r2=1404110&view=diff
==============================================================================
--- mina/site/trunk/templates/ftpserver/page.html (original)
+++ mina/site/trunk/templates/ftpserver/page.html Wed Oct 31 12:24:13 2012
@@ -6,6 +6,5 @@
 {% endextends %}
 
 {% block content %}{{ content|markdown }}{% endblock %}
-{{ headers.test }}
 
 {% include "footer.html" %}

Modified: mina/site/trunk/templates/header.html
URL: 
http://svn.apache.org/viewvc/mina/site/trunk/templates/header.html?rev=1404110&r1=1404109&r2=1404110&view=diff
==============================================================================
--- mina/site/trunk/templates/header.html (original)
+++ mina/site/trunk/templates/header.html Wed Oct 31 12:24:13 2012
@@ -88,6 +88,9 @@
           {% if isFtpServer %}
             {% filter markdown %}{% include "ftpserver/navigation.html" %}{% 
endfilter %}
           {% endif %}
+          {% if isAsyncweb %}
+            {% filter markdown %}{% include "asyncweb/navigation.html" %}{% 
endfilter %}
+          {% endif %}
           {% if isMina %}
             {% filter markdown %}{% include "mina/navigation.html" %}{% 
endfilter %}
           {% endif %}

Modified: mina/site/trunk/templates/sshd/page.html
URL: 
http://svn.apache.org/viewvc/mina/site/trunk/templates/sshd/page.html?rev=1404110&r1=1404109&r2=1404110&view=diff
==============================================================================
--- mina/site/trunk/templates/sshd/page.html (original)
+++ mina/site/trunk/templates/sshd/page.html Wed Oct 31 12:24:13 2012
@@ -6,6 +6,5 @@
 {% endextends %}
 
 {% block content %}{{ content|markdown }}{% endblock %}
-{{ headers.test }}
 
 {% include "footer.html" %}

Modified: mina/site/trunk/templates/vysper/page.html
URL: 
http://svn.apache.org/viewvc/mina/site/trunk/templates/vysper/page.html?rev=1404110&r1=1404109&r2=1404110&view=diff
==============================================================================
--- mina/site/trunk/templates/vysper/page.html (original)
+++ mina/site/trunk/templates/vysper/page.html Wed Oct 31 12:24:13 2012
@@ -6,6 +6,5 @@
 {% endextends %}
 
 {% block content %}{{ content|markdown }}{% endblock %}
-{{ headers.test }}
 
 {% include "footer.html" %}


Reply via email to