You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by sn...@apache.org on 2005/09/15 01:03:49 UTC

svn commit: r280965 - /incubator/roller/branches/roller_2.0/web/theme/bannerStatus.jsp

Author: snoopdave
Date: Wed Sep 14 16:03:44 2005
New Revision: 280965

URL: http://svn.apache.org/viewcvs?rev=280965&view=rev
Log:
Made weblog handle in bannerStatus into a link to weblog

Modified:
    incubator/roller/branches/roller_2.0/web/theme/bannerStatus.jsp

Modified: incubator/roller/branches/roller_2.0/web/theme/bannerStatus.jsp
URL: http://svn.apache.org/viewcvs/incubator/roller/branches/roller_2.0/web/theme/bannerStatus.jsp?rev=280965&r1=280964&r2=280965&view=diff
==============================================================================
--- incubator/roller/branches/roller_2.0/web/theme/bannerStatus.jsp (original)
+++ incubator/roller/branches/roller_2.0/web/theme/bannerStatus.jsp Wed Sep 14 16:03:44 2005
@@ -18,8 +18,11 @@
         <% } %>
         
         <c:if test="${!empty model.website}" >
-             | <fmt:message key="mainPage.currentWebsite" />
-              <b><c:out value="${model.website.handle}" /></b>
+           | <fmt:message key="mainPage.currentWebsite" />
+           <b><a href='<c:out value="${model.baseURL}" />/page/<c:out value="${model.website.handle}" />'>
+               <c:out value="${model.website.handle}" />
+           </a></b>
+   
         </c:if>
         
     </div>