Author: ilya_shaikovsky
Date: 2011-03-10 11:44:21 -0500 (Thu, 10 Mar 2011)
New Revision: 22143
Modified:
branches/4.0.X/examples/richfaces-showcase/src/main/webapp/templates/main.xhtml
Log:
little cut'n'paste problem which not affects application functionality. just
removed jsessionid's from external links added while copying from design pages.
+ pointed download link to stable instead of milestones. Should be done prior to final.
Modified: branches/4.0.X/examples/richfaces-showcase/src/main/webapp/templates/main.xhtml
===================================================================
---
branches/4.0.X/examples/richfaces-showcase/src/main/webapp/templates/main.xhtml 2011-03-10
16:44:08 UTC (rev 22142)
+++
branches/4.0.X/examples/richfaces-showcase/src/main/webapp/templates/main.xhtml 2011-03-10
16:44:21 UTC (rev 22143)
@@ -27,11 +27,11 @@
<a href="#" class="logo"><img
src="#{facesContext.externalContext.requestContextPath}/images/rf-logo.png"
alt="RF logo"/></a>
<div class="right-controls">
<ul class="top-links layout">
- <li><a
href="http://jboss.org/richfaces;jsessionid=bJJO_UTMPzC7DsTvo5vjKA&q...
target="_blank">Project Site</a></li>
- <li><a
href="http://www.jboss.org/community/wiki/richfaceswikihomepage;jses...
target="_blank">Project Wiki</a></li>
- <li><a
href="http://community.jboss.org/community/richfaces;jsessionid=bJJO...
target="_blank">RichFaces Community Space</a></li>
- <li class="download-link"><a
href="http://jboss.org/richfaces/download/milestones.html;jsessionid...
target="_blank">Download</a></li>
- <li class="last"><a
href="http://anonsvn.jboss.org/repos/richfaces/trunk/examples/richfa...
target="_blank">Sources</a></li>
+ <li><a
href="http://jboss.org/richfaces"
target="_blank">Project Site</a></li>
+ <li><a
href="http://www.jboss.org/community/wiki/richfaceswikihomepage"
target="_blank">Project Wiki</a></li>
+ <li><a
href="http://community.jboss.org/community/richfaces"
target="_blank">RichFaces Community Space</a></li>
+ <li class="download-link"><a
href="http://jboss.org/richfaces/download/stable.html"
target="_blank">Download</a></li>
+ <li class="last"><a
href="http://anonsvn.jboss.org/repos/richfaces/trunk/examples/richfa...
target="_blank">Sources</a></li>
</ul>
<ui:include src="/templates/includes/skin-chooser.xhtml"
/>
</div>