You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@juddi.apache.org by al...@apache.org on 2014/01/02 03:57:50 UTC

svn commit: r1554724 - in /juddi/cms-site/trunk: content/releases.mdtext templates/skeleton.html templates/skeletonHome.html

Author: alexoree
Date: Thu Jan  2 02:57:50 2014
New Revision: 1554724

URL: http://svn.apache.org/r1554724
Log:
JUDDI-750 fixing bad links

Modified:
    juddi/cms-site/trunk/content/releases.mdtext
    juddi/cms-site/trunk/templates/skeleton.html
    juddi/cms-site/trunk/templates/skeletonHome.html

Modified: juddi/cms-site/trunk/content/releases.mdtext
URL: http://svn.apache.org/viewvc/juddi/cms-site/trunk/content/releases.mdtext?rev=1554724&r1=1554723&r2=1554724&view=diff
==============================================================================
--- juddi/cms-site/trunk/content/releases.mdtext (original)
+++ juddi/cms-site/trunk/content/releases.mdtext Thu Jan  2 02:57:50 2014
@@ -2,7 +2,7 @@ Title: Downloads and Releases
 
 ## Official Releases
 
-| Name  | Date  | Description  |
+| Name  | Date  | Description  | {.table .table-hover}
 |---|---|---|
 | 3.1.5  | May 20, 2013  | Stable 3.1.5 Release  |
 | Older releases  |   | Archived Releases  |
\ No newline at end of file

Modified: juddi/cms-site/trunk/templates/skeleton.html
URL: http://svn.apache.org/viewvc/juddi/cms-site/trunk/templates/skeleton.html?rev=1554724&r1=1554723&r2=1554724&view=diff
==============================================================================
--- juddi/cms-site/trunk/templates/skeleton.html (original)
+++ juddi/cms-site/trunk/templates/skeleton.html Thu Jan  2 02:57:50 2014
@@ -74,7 +74,7 @@
                             <span class="icon-bar"></span>
                             <span class="icon-bar"></span>
                         </button>
-                        <a class="brand" href="home.jsp" style="padding-left:19px; padding-top:0px; padding-bottom:0px"><img src="img/logo2.png"></a>
+                        <a class="brand" href="index.html" style="padding-left:19px; padding-top:0px; padding-bottom:0px"><img src="img/logo2.png"></a>
                         <div class="nav-collapse collapse">
                             <ul class="nav">
                                 <li class="dropdown"><a href="home.jsp" data-toggle="dropdown" class="dropdowb-town"><i class="icon-home icon-large"></i>Home

Modified: juddi/cms-site/trunk/templates/skeletonHome.html
URL: http://svn.apache.org/viewvc/juddi/cms-site/trunk/templates/skeletonHome.html?rev=1554724&r1=1554723&r2=1554724&view=diff
==============================================================================
--- juddi/cms-site/trunk/templates/skeletonHome.html (original)
+++ juddi/cms-site/trunk/templates/skeletonHome.html Thu Jan  2 02:57:50 2014
@@ -74,12 +74,12 @@
                             <span class="icon-bar"></span>
                             <span class="icon-bar"></span>
                         </button>
-                        <a class="brand" href="home.jsp" style="padding-left:19px; padding-top:0px; padding-bottom:0px"><img src="img/logo2.png"></a>
+                        <a class="brand" href="index.html" style="padding-left:19px; padding-top:0px; padding-bottom:0px"><img src="img/logo2.png"></a>
                         <div class="nav-collapse collapse">
                             <ul class="nav">
-                                <li class="dropdown"><a href="home.jsp" data-toggle="dropdown" class="dropdowb-town"><i class="icon-home icon-large"></i>Home
+                                <li class="dropdown"><a href="index.html" data-toggle="dropdown" class="dropdowb-town"><i class="icon-home icon-large"></i>Home
                                 </a></li>
-                                <li class="dropdown" ><a href="#" data-toggle="dropdown" class="dropdowb-town"><i class="icon-search icon-large"></i>Downloads
+                                <li class="dropdown" ><a href="releases.html" data-toggle="dropdown" class="dropdowb-town"><i class="icon-search icon-large"></i>Downloads
                                 </a></li>
 
                                 <li class="dropdown"><a href="#" data-toggle="dropdown" class="dropdowb-town"><i class="icon-question-sign icon-large"></i>Help <b class="caret"></b></a>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@juddi.apache.org
For additional commands, e-mail: commits-help@juddi.apache.org