You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by er...@apache.org on 2012/10/30 14:57:37 UTC

svn commit: r1403703 - in /incubator/flex/site/trunk: content/flex/again/download.fhtml templates/flex_page.html

Author: erikdebruin
Date: Tue Oct 30 13:57:37 2012
New Revision: 1403703

URL: http://svn.apache.org/viewvc?rev=1403703&view=rev
Log:
Some work on the new ('again') website.

Modified:
    incubator/flex/site/trunk/content/flex/again/download.fhtml
    incubator/flex/site/trunk/templates/flex_page.html

Modified: incubator/flex/site/trunk/content/flex/again/download.fhtml
URL: http://svn.apache.org/viewvc/incubator/flex/site/trunk/content/flex/again/download.fhtml?rev=1403703&r1=1403702&r2=1403703&view=diff
==============================================================================
--- incubator/flex/site/trunk/content/flex/again/download.fhtml (original)
+++ incubator/flex/site/trunk/content/flex/again/download.fhtml Tue Oct 30 13:57:37 2012
@@ -1,4 +1,4 @@
-IsGetStarted:   Indicate that this page is a 'Get Started' page
+IsDownload:     Indicate that this page is a 'Download' page
 Title:          Download
 
 Download
\ No newline at end of file

Modified: incubator/flex/site/trunk/templates/flex_page.html
URL: http://svn.apache.org/viewvc/incubator/flex/site/trunk/templates/flex_page.html?rev=1403703&r1=1403702&r2=1403703&view=diff
==============================================================================
--- incubator/flex/site/trunk/templates/flex_page.html (original)
+++ incubator/flex/site/trunk/templates/flex_page.html Tue Oct 30 13:57:37 2012
@@ -17,6 +17,9 @@
         {% autoescape off %}{{ flex_community }}{% endautoescape %}
     {% endif %}
     
+    <!-- Download: no sub nav -->
+    {% if headers.isdownload %}{% endif %}
+    
     {% block content %}{{ content|markdown }}{% endblock %}
 
 {% endblock %}