You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lu...@apache.org on 2014/01/28 20:32:10 UTC

svn commit: r1562171 - in /myfaces/site/cms-site/trunk/templates: skeleton.html topnav.mdtext

Author: lu4242
Date: Tue Jan 28 19:32:10 2014
New Revision: 1562171

URL: http://svn.apache.org/r1562171
Log:
try myfaces site skin

Added:
    myfaces/site/cms-site/trunk/templates/topnav.mdtext   (with props)
Modified:
    myfaces/site/cms-site/trunk/templates/skeleton.html

Modified: myfaces/site/cms-site/trunk/templates/skeleton.html
URL: http://svn.apache.org/viewvc/myfaces/site/cms-site/trunk/templates/skeleton.html?rev=1562171&r1=1562170&r2=1562171&view=diff
==============================================================================
--- myfaces/site/cms-site/trunk/templates/skeleton.html (original)
+++ myfaces/site/cms-site/trunk/templates/skeleton.html Tue Jan 28 19:32:10 2014
@@ -25,6 +25,7 @@
           <div class="date">
             Last Published: <script>document.write(document.lastModified);</script>
           </div>
+          {% filter markdown %}{% include "topnav.mdtext" %}{% endfilter %}
         <div class="clear"></div>
       </div> <!-- close top_menu_container -->
     </div> <!-- close top_menu -->

Added: myfaces/site/cms-site/trunk/templates/topnav.mdtext
URL: http://svn.apache.org/viewvc/myfaces/site/cms-site/trunk/templates/topnav.mdtext?rev=1562171&view=auto
==============================================================================
--- myfaces/site/cms-site/trunk/templates/topnav.mdtext (added)
+++ myfaces/site/cms-site/trunk/templates/topnav.mdtext Tue Jan 28 19:32:10 2014
@@ -0,0 +1,8 @@
+ * [Apache](http://www.apache.org/)
+ * [MyFaces](http://myfaces.apache.org/index.html)
+ * [Quick Start](https://cwiki.apache.org/confluence/display/MYFACES/Quick+Start)
+ * [User Guide](https://cwiki.apache.org/confluence/display/MYFACES/MyFaces+Core+User+Guide)
+ * [FAQ](https://cwiki.apache.org/confluence/display/MYFACES/FAQ)
+ * [Generated Doc](http://myfaces.apache.org/core22/javadoc.html)
+ * [Download](http://myfaces.apache.org/download.html)
+ 

Propchange: myfaces/site/cms-site/trunk/templates/topnav.mdtext
------------------------------------------------------------------------------
    svn:eol-style = native