You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oodt.apache.org by le...@apache.org on 2016/01/13 20:53:28 UTC

svn commit: r1724489 - /oodt/cms_site/trunk/templates/std.html

Author: lewismc
Date: Wed Jan 13 19:53:28 2016
New Revision: 1724489

URL: http://svn.apache.org/viewvc?rev=1724489&view=rev
Log:
CMS commit to oodt by lewismc

Modified:
    oodt/cms_site/trunk/templates/std.html

Modified: oodt/cms_site/trunk/templates/std.html
URL: http://svn.apache.org/viewvc/oodt/cms_site/trunk/templates/std.html?rev=1724489&r1=1724488&r2=1724489&view=diff
==============================================================================
--- oodt/cms_site/trunk/templates/std.html (original)
+++ oodt/cms_site/trunk/templates/std.html Wed Jan 13 19:53:28 2016
@@ -1,115 +1,178 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <!-- 
-Licensed to the Apache Software Foundation (ASF) under one
-or more contributor license agreements.  See the NOTICE file
-distributed with this work for additional information
-regarding copyright ownership.  The ASF licenses this file
-to you under the Apache License, Version 2.0 (the
-"License"); you may not use this file except in compliance
-with the License.  You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
-Unless required by applicable law or agreed to in writing,
-software distributed under the License is distributed on an
-"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
-KIND, either express or implied.  See the License for the
-specific language governing permissions and limitations
-under the License. 
--->
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
+  
+   http://www.apache.org/licenses/LICENSE-2.0
+  
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied.  See the License for the
+  specific language governing permissions and limitations
+  under the License. 
+  -->
 <!DOCTYPE html>
 <!-- Theme provided by WowThemes.net, http://www.wowthemes.net/studio-francesca-free-responsive-template/ -->
 <!-- paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/ -->
-<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
-<!--[if IE 7]>    <html class="no-js lt-ie9 lt-ie8" lang="en"> <![endif]-->
-<!--[if IE 8]>    <html class="no-js lt-ie9" lang="en"> <![endif]-->
-<!--[if gt IE 8]><!-->
-<html class="no-js" lang="en">
-<!--<![endif]-->
-<head>
-    <meta charset="utf-8"/>
-    <!-- Set the viewport width to device width for mobile -->
-    <meta name="viewport" content="width=device-width"/>
-    <title>Apache OODT</title>
-    <!-- Included CSS Files-->
-    <link rel="stylesheet" href="stylesheets/style.css">
-    <link rel="stylesheet" href="stylesheets/homepage.css"><!-- homepage stylesheet -->
-    <link rel="stylesheet" href="stylesheets/skins/oodt.css"><!-- skin color -->
-    <link rel="stylesheet" href="stylesheets/responsive.css">
-    <!-- IE Fix for HTML5 Tags -->
-<!--[if lt IE 9]>
-    <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
-    <![endif]-->    
-</head>
-
-<body>
-
-    <!-- MAIN .MD CONTENT -->
-    {% block content %}{% endblock %}
-
-
-<div id="footer">
-	<footer class="row">
-	<p class="back-top floatright">
-		<a href="#top"><span></span></a>
-	</p>
-
-    <div class="copyright">
-         <div class="row floatleft">
-            <div class="six columns">
-            &copy;<span class="small"> Copyright 2010-2015 The Apache Software Foundation. Licensed under
-            <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache
-            License 2.0</a>.</span>
+<!--[if lt IE 7]> 
+<html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en">
+  <![endif]-->
+  <!--[if IE 7]>    
+  <html class="no-js lt-ie9 lt-ie8" lang="en">
+    <![endif]-->
+    <!--[if IE 8]>    
+    <html class="no-js lt-ie9" lang="en">
+      <![endif]-->
+      <!--[if gt IE 8]><!-->
+      <html class="no-js" lang="en">
+        <!--<![endif]-->
+        <head>
+          <meta charset="utf-8"/>
+          <!-- Set the viewport width to device width for mobile -->
+          <meta name="viewport" content="width=device-width"/>
+          <title>Apache OODT</title>
+          <!-- Included CSS Files-->
+          <link rel="stylesheet" href="stylesheets/style.css">
+          <link rel="stylesheet" href="stylesheets/homepage.css">
+          <!-- homepage stylesheet -->
+          <link rel="stylesheet" href="stylesheets/skins/oodt.css">
+          <!-- skin color -->
+          <link rel="stylesheet" href="stylesheets/responsive.css">
+          <!-- IE Fix for HTML5 Tags -->
+          <!--[if lt IE 9]>
+          <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
+          <![endif]-->    
+        </head>
+        <body>
+          <!-- HEADER
+            ================================================== -->
+          <div class="row">
+            <div class="twelve columns">
+              <nav id="nav-wrap">
+                <center>
+                  <ul class="nav-bar sf-menu">
+                  <li>
+                    <a href="">Components</a>
+                    <ul>
+                      <li><a href="https://cwiki.apache.org/confluence/display/OODT/Catalog+and+Archive">Catalog and Archive Services</a></li>
+                      <li><a href="https://cwiki.apache.org/confluence/display/OODT/OODT+Grid">Grid Components</a></li>
+                      <li><a href="https://cwiki.apache.org/confluence/display/OODT/OODT+Core">OODT Core</a></li>
+                      <li><a href="https://cwiki.apache.org/confluence/display/OODT/Streaming+OODT">Streaming OODT</a></li>
+                    </ul>
+                  </li>
+                  <li>
+                    <a href="">Documentation</a>
+                    <ul>
+                      <li><a href="https://cwiki.apache.org/confluence/display/OODT/Vagrant+Powered+OODT">Quick Start</a></li>
+                      <li><a href="https://cwiki.apache.org/confluence/display/OODT/Home">Wiki</a></li>
+                      <li><a href="development.html">Development Resources</a></li>
+                    </ul>
+                  </li>
+                  <li>
+                    <a href="community.html">Community</a>
+                    <ul>
+                      <li><a href="community.html#team">The Team</a></li>
+                      <li><a href="community.html#mailinglists">Mailing Lists</a></li>
+                      <li><a href="irc://irc.freenode.net/#oodt">IRC Chat Channel</a></li>
+                      <li><a href="http://twitter.com/apache_oodt/">Twitter</a></li>
+                      <li><a href="http://www.facebook.com/group.php?gid=322088549131">Facebook</a></li>
+                      <li><a href="http://s.apache.org/8vM">G+</a></li>
+                      <li><a href="community.html#apache>Apache</a></li>
+                        </ul>
+                        </li>
+                        <li>
+                        <a href="download.html">Download</a>
+                      </li>
+                    </ul>
+                </center>
+              </nav>
+            </div>
+          </div>
+          <div class="clear">
+          </div>
+          <!-- MAIN .MD CONTENT -->
+          {% block content %}{% endblock %}
+          <!-- FOOOTER 
+            ================================================== -->
+          <div id="footer">
+          <footer class="row">
+          <p class="back-top floatright">
+          <a href="#top"><span></span></a>
+          </p>
+          <!--div class="four columns">
+            <h1>ABOUT US</h1>
+             Our goal is to keep clients satisfied!
+            </div-->
+          <div class="copyright">
+          <div class="row floatleft">
+          <div class="six columns">
+          &copy;<span class="small"> Copyright 2010-2014 The Apache Software Foundation. Licensed under
+          <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache
+          License 2.0</a>.</span>
+          <span class="small">Apache OODT, OODT, Apache, the Apache feather logo, and the
+          Apache OODT project logo are trademarks of The Apache Software
+          Foundation.</span>
+          </div>
+          </div>
+          </div>
+          <div class="four columns">
+          <div class="social facebook">
+          <a href="http://www.facebook.com/group.php?gid=322088549131"/>
+          </div>
+          <div class="social twitter">
+          <a href="http://twitter.com/apache_oodt/"></a>
+          </div>
+          <div class="social google">
+          <a href="http://s.apache.org/8vM"></a>
+          </div>
+          <div class="social irc">
+          <a href="irc://irc.freenode.net/#oodt"></a>
+          </div>
+          </div>
+          <!--div class="four columns">
+            <h1 class="newsmargin">NEWSLETTER</h1>
+            <div class="row collapse newsletter floatright">
+            	<div class="ten mobile-three columns">
+            		<input type="text" class="nomargin" placeholder="Enter your e-mail address...">
+            	</div>
+            	<div class="two mobile-one columns">
+            		<a href="#" class="postfix button expand">GO</a>
+            	</div>
+            </div>
+            </div-->
+          </footer>
+          </div>
+          <!-- Google Analytics -->
+          <script>
+            (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
+            (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
+            m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
+            })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
             
-           <span class="small">Apache OODT, OODT, Apache, the Apache feather logo, and the
-           Apache OODT project logo are trademarks of The Apache Software
-           Foundation.</span>
-			</div>
-        </div>
-    </div>
-	<div class="four columns">
-           <a href="http://www.facebook.com/group.php?gid=322088549131"/>
-		<div class="social facebook"></div>
-           </a>
-           <a href="http://twitter.com/apache_oodt/">
-	        <div class="social twitter"></div>
-           </a>
-           <a href="http://s.apache.org/8vM">
-	        <div class="social google"></div>
-	   </a>
-           <a href="irc://irc.freenode.net/#oodt">
-		<div class="social irc"></div>
-           </a>
-	</div>
-  </footer>
-</div>
-
-<!-- Google Analytics -->
-<script>
-  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
-  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
-  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
-  })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
-
-  ga('create', 'UA-53383310-1', 'auto');
-  ga('send', 'pageview');
-
-</script>	
-<!-- JAVASCRIPTS 
-    ================================================== -->
-    <!-- Javascript files placed here for faster loading -->
-    <script src="javascripts/foundation.min.js"></script> 
-    <script src="javascripts/jquery.carouFredSel-6.0.5-packed.js"></script>
-    <script src="javascripts/jquery.cycle.js"></script>
-    <script src="javascripts/app.js"></script>
-    <script src="javascripts/modernizr.foundation.js"></script>
-    <script src="javascripts/slidepanel.js"></script>
-    <script src="javascripts/scrolltotop.js"></script>
-    <script src="javascripts/hoverIntent.js"></script>
-    <script src="javascripts/superfish.js"></script>
-    <script src="javascripts/responsivemenu.js"></script>
-    <script src="javascripts/jquery.tweet.js"></script>
-    <script src="javascripts/twitterusername.js"></script>	
-	
-</body>
-</html>
+            ga('create', 'UA-53383310-1', 'auto');
+            ga('send', 'pageview');
+            
+          </script>	
+          <!-- JAVASCRIPTS 
+            ================================================== -->
+          <!-- Javascript files placed here for faster loading -->
+          <script src="javascripts/foundation.min.js"></script> 
+          <script src="javascripts/jquery.carouFredSel-6.0.5-packed.js"></script>
+          <script src="javascripts/jquery.cycle.js"></script>
+          <script src="javascripts/app.js"></script>
+          <script src="javascripts/modernizr.foundation.js"></script>
+          <script src="javascripts/slidepanel.js"></script>
+          <script src="javascripts/scrolltotop.js"></script>
+          <script src="javascripts/hoverIntent.js"></script>
+          <script src="javascripts/superfish.js"></script>
+          <script src="javascripts/responsivemenu.js"></script>
+          <script src="javascripts/jquery.tweet.js"></script>
+          <script src="javascripts/twitterusername.js"></script>	
+        </body>
+      </html>
\ No newline at end of file