You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lu...@apache.org on 2014/01/28 19:38:29 UTC

svn commit: r1562144 - /myfaces/site/cms-site/trunk/templates/skeleton.html

Author: lu4242
Date: Tue Jan 28 18:38:29 2014
New Revision: 1562144

URL: http://svn.apache.org/r1562144
Log:
try myfaces site skin

Modified:
    myfaces/site/cms-site/trunk/templates/skeleton.html

Modified: myfaces/site/cms-site/trunk/templates/skeleton.html
URL: http://svn.apache.org/viewvc/myfaces/site/cms-site/trunk/templates/skeleton.html?rev=1562144&r1=1562143&r2=1562144&view=diff
==============================================================================
--- myfaces/site/cms-site/trunk/templates/skeleton.html (original)
+++ myfaces/site/cms-site/trunk/templates/skeleton.html Tue Jan 28 18:38:29 2014
@@ -1,14 +1,13 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html lang="en">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
   <head>
     <title>{% block title %}{{ headers.title }}{% endblock %}</title>
-
     <meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
-    <meta property="og:image" content="http://www.apache.org/images/asf_logo.gif" />
-
-    <link rel="stylesheet" type="text/css" media="screen" href="http://www.apache.org/css/style.css">
-    <link rel="stylesheet" type="text/css" media="screen" href="http://www.apache.org/css/code.css">
-
+    
+    <link rel="stylesheet" type="text/css" media="all" href="/wiki/css/maven-base.css"/>
+    <link rel="stylesheet" type="text/css" media="all" href="/wiki/css/maven-theme.css"/>
+    <link rel="stylesheet" type="text/css" media="print" href="/wiki/css/print.css"/>
+    
     {% if headers.atom %}
       <link rel="alternate" href="{{ headers.atom.url }}"
             type="application/atom+xml" title="{{ headers.atom.title }}" />
@@ -17,38 +16,59 @@
     {% if headers.base %}<base href="{{ headers.base }}" />{% endif %}
     {% if headers.notice %}<!-- {{ headers.notice }} -->{% endif %}
   </head>
-
   <body>
-    <div id="page" class="container_16">
-      <div id="header" class="grid_8">
-        <img src="http://www.apache.org/images/feather-small.gif" alt="The Apache Software Foundation">
-        <h1>The Apache Software Foundation</h1>
-        <h2>{% block tagline %}{{ headers.title }}{% endblock %}</h2>
-      </div>
-      <div id="nav" class="grid_8">
-        <ul>
-          <!-- <li><a href="/" title="Welcome!">Home</a></li> -->
-          <li><a href="http://www.apache.org/foundation/" title="The Foundation">Foundation</a></li>
-          <li><a href="http://projects.apache.org" title="The Projects">Projects</a></li>
-          <li><a href="http://people.apache.org" title="The People">People</a></li>
-          <li><a href="http://www.apache.org/foundation/getinvolved.html" title="Get Involved">Get Involved</a></li>
-          <li><a href="http://www.apache.org/dyn/closer.cgi" title="Download">Download</a></li>
-          <li><a href="http://www.apache.org/foundation/sponsorship.html" title="Support Apache">Support Apache</a></li>
-        </ul>
-        <p>{{ breadcrumbs|safe }}</p>
-        <form name="search" id="search" action="http://www.google.com/search" method="get">
-          <input value="*.apache.org" name="sitesearch" type="hidden"/>
-          <input type="text" name="q" id="query">
-          <input type="submit" id="submit" value="Search">
-        </form>
+  <div id="header">
+    <div id="top_menu">
+      <div id="top_menu_container">
+          {% block tagline %}{{ headers.title }}{% endblock %}
+          <!-- #simplePublishDate($decoration.publishDate)
+          #links( $decoration.body.links ) -->
+        <div class="clear"></div>
+      </div> <!-- close top_menu_container -->
+    </div> <!-- close top_menu -->
+    <div id="header_bottom">
+    <div id="logo_banner_container">
+      <!--#banner( $decoration.bannerLeft "logo" )-->
+      <div id="logo">
+        <a href="index.html">
+          <img src="/wiki/img/banners/MyFaces_logo.jpg" alt="" />
+        </a>
       </div>
+      <!--#banner( $decoration.bannerRight "banner" )-->
+      <div id="banner">
+        <a href="http://www.apache.org/">
+          <img src="/wiki/img/banners/apache_banner.png" alt="" />
+        </a>
+      </div>    
       <div class="clear"></div>
-      {% block content %}<div id="content" class="grid_16"><div class="section-content">{{ content|markdown }}</div></div>{% endblock %}
-      <div class="clear"></div>
+    </div> <!-- close logo_banner_container -->
+    </div> <!-- close header_bottom -->
+  </div> <!-- close header -->
+    <div id="main_container">
+    <div id="left_column">
+    <!--
+       #mainMenu( $decoration.body.menus )
+       #poweredByLogo( $decoration.poweredBy )
+       -->
+        <div id="powered_by">
+          <a href="http://maven.apache.org/" title="Built by Maven" class="poweredBy">
+            <img alt="Built by Maven" src="/wiki/img/banners/maven-feather.png"></img>
+          </a>
+        </div>
     </div>
-
-    <div id="copyright" class="container_16">
-      <p>Copyright &#169; 2011 The Apache Software Foundation, Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.<br/>Apache and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
+    <div id="body_column">
+      <div>
+      <p>{{ breadcrumbs|safe }}</p>
+      {% block content %}<div id="content" class="grid_16"><div class="section-content">{{ content|markdown }}</div></div>{% endblock %}
+      </div>
     </div>
+    <div class="clear"></div>
+    </div> <!-- close main container -->
+    <div id="footer">
+      <div class="copyright">
+      Copyright &#169; Apache Software Foundation, Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.<br/>
+       Apache MyFaces, Apache Tobago, Apache, the Apache feather logo, and the Apache MyFaces project logos are trademarks of The Apache Software Foundation.
+      </div><!-- close copyright -->
+    </div><!-- close footer -->
   </body>
 </html>