You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwebbeans.apache.org by jl...@apache.org on 2012/12/11 15:13:37 UTC

svn commit: r1420183 - /openwebbeans/cms-site/trunk/templates/standard.html

Author: jlmonteiro
Date: Tue Dec 11 14:13:35 2012
New Revision: 1420183

URL: http://svn.apache.org/viewvc?rev=1420183&view=rev
Log:
Updating links to make it possible to have a tree of pages

Modified:
    openwebbeans/cms-site/trunk/templates/standard.html

Modified: openwebbeans/cms-site/trunk/templates/standard.html
URL: http://svn.apache.org/viewvc/openwebbeans/cms-site/trunk/templates/standard.html?rev=1420183&r1=1420182&r2=1420183&view=diff
==============================================================================
--- openwebbeans/cms-site/trunk/templates/standard.html (original)
+++ openwebbeans/cms-site/trunk/templates/standard.html Tue Dec 11 14:13:35 2012
@@ -7,7 +7,7 @@
     <meta name="author" content="">
 
     <!-- Le styles -->
-    <link href="resources/css/bootstrap.css" rel="stylesheet">
+    <link href="{{base}}resources/css/bootstrap.css" rel="stylesheet">
     <style type="text/css">
         body {
             padding-top: 60px;
@@ -28,16 +28,16 @@
                     <span class="icon-bar"></span>
                     <span class="icon-bar"></span>
                 </a>
-                <a class="brand" href="index.html"><img src="resources/images/logo_dbg-small.png" height="25px" alt="owb_logo_small"/></a>
+                <a class="brand" href="index.html"><img src="{{base}}resources/images/logo_dbg-small.png" height="25px" alt="owb_logo_small"/></a>
                 <div class="nav-collapse">
                     <ul class="nav">
-                        <li class="active"><a href="index.html">Home</a></li>
-                        <li><a href="documentation.html">Documentation</a></li>
-                        <li><a href="source.html">Source</a></li>
+                        <li><a href="{{base}}index.html">Home</a></li>
+                        <li class="active"><a href="{{base}}documentation.html">Documentation</a></li>
+                        <li><a href="{{base}}source.html">Source</a></li>
                         <!-- <li><a href="download.html">Download</a></li> -->
-                        <li><a href="community.html">Community</a></li>
+                        <li><a href="{{base}}community.html">Community</a></li>
                         <!-- <li><a href="support.html">Support</a></li>  -->
-                        <li><a href="news.html">News</a></li>
+                        <li><a href="{{base}}news.html">News</a></li>
                     </ul>
                 </div><!--/.nav-collapse -->
                 <form id="search-form" action="http://www.google.com/search" method="get"  class="navbar-search pull-right" >
@@ -67,19 +67,19 @@
     <!-- Javascript
     ================================================== -->
     <!-- Placed at the end of the document so the pages load faster -->
-    <script src="/resources/js/jquery.js"></script>
-    <script src="/resources/js/bootstrap-transition.js"></script>
-    <script src="/resources/js/bootstrap-alert.js"></script>
-    <script src="/resources/js/bootstrap-modal.js"></script>
-    <script src="/resources/js/bootstrap-dropdown.js"></script>
-    <script src="/resources/js/bootstrap-scrollspy.js"></script>
-    <script src="/resources/js/bootstrap-tab.js"></script>
-    <script src="/resources/js/bootstrap-tooltip.js"></script>
-    <script src="/resources/js/bootstrap-popover.js"></script>
-    <script src="/resources/js/bootstrap-button.js"></script>
-    <script src="/resources/js/bootstrap-collapse.js"></script>
-    <script src="/resources/js/bootstrap-carousel.js"></script>
-    <script src="/resources/js/bootstrap-typeahead.js"></script>
+    <script src="{{base}}/resources/js/jquery.js"></script>
+    <script src="{{base}}/resources/js/bootstrap-transition.js"></script>
+    <script src="{{base}}/resources/js/bootstrap-alert.js"></script>
+    <script src="{{base}}/resources/js/bootstrap-modal.js"></script>
+    <script src="{{base}}/resources/js/bootstrap-dropdown.js"></script>
+    <script src="{{base}}/resources/js/bootstrap-scrollspy.js"></script>
+    <script src="{{base}}/resources/js/bootstrap-tab.js"></script>
+    <script src="{{base}}/resources/js/bootstrap-tooltip.js"></script>
+    <script src="{{base}}/resources/js/bootstrap-popover.js"></script>
+    <script src="{{base}}/resources/js/bootstrap-button.js"></script>
+    <script src="{{base}}/resources/js/bootstrap-collapse.js"></script>
+    <script src="{{base}}/resources/js/bootstrap-carousel.js"></script>
+    <script src="{{base}}/resources/js/bootstrap-typeahead.js"></script>
 
 </body></html>