You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ck...@apache.org on 2008/03/20 20:36:50 UTC

svn commit: r639424 - in /myfaces/maven/trunk/myfaces-site-skin: ./ src/main/resources/META-INF/ src/main/resources/META-INF/maven/ src/main/resources/css/ src/main/resources/img/ src/main/resources/img/banners/ src/main/resources/img/icons/ src/main/r...

Author: ckormos
Date: Thu Mar 20 12:36:48 2008
New Revision: 639424

URL: http://svn.apache.org/viewvc?rev=639424&view=rev
Log:
[MYFACES-1839] - Improve MyFaces Maven site skin (thanks to Adonis Raduca for providing the designs and the maven skin changes)

Added:
    myfaces/maven/trunk/myfaces-site-skin/src/main/resources/META-INF/
    myfaces/maven/trunk/myfaces-site-skin/src/main/resources/META-INF/maven/
    myfaces/maven/trunk/myfaces-site-skin/src/main/resources/META-INF/maven/site.vm   (with props)
    myfaces/maven/trunk/myfaces-site-skin/src/main/resources/css/maven-base.css   (with props)
    myfaces/maven/trunk/myfaces-site-skin/src/main/resources/img/
    myfaces/maven/trunk/myfaces-site-skin/src/main/resources/img/banners/
    myfaces/maven/trunk/myfaces-site-skin/src/main/resources/img/banners/MyFaces_logo.jpg   (with props)
    myfaces/maven/trunk/myfaces-site-skin/src/main/resources/img/banners/apache_banner.png   (with props)
    myfaces/maven/trunk/myfaces-site-skin/src/main/resources/img/banners/maven-feather.png   (with props)
    myfaces/maven/trunk/myfaces-site-skin/src/main/resources/img/icons/
    myfaces/maven/trunk/myfaces-site-skin/src/main/resources/img/icons/dl.jpg   (with props)
    myfaces/maven/trunk/myfaces-site-skin/src/main/resources/img/icons/external.png   (with props)
    myfaces/maven/trunk/myfaces-site-skin/src/main/resources/img/icons/h3.jpg   (with props)
    myfaces/maven/trunk/myfaces-site-skin/src/main/resources/img/icons/icon_error_sml.gif   (with props)
    myfaces/maven/trunk/myfaces-site-skin/src/main/resources/img/icons/icon_info_sml.gif   (with props)
    myfaces/maven/trunk/myfaces-site-skin/src/main/resources/img/icons/icon_success_sml.gif   (with props)
    myfaces/maven/trunk/myfaces-site-skin/src/main/resources/img/icons/icon_warning_sml.gif   (with props)
    myfaces/maven/trunk/myfaces-site-skin/src/main/resources/img/icons/newwindow.png   (with props)
    myfaces/maven/trunk/myfaces-site-skin/src/main/resources/img/icons/transparent.gif   (with props)
    myfaces/maven/trunk/myfaces-site-skin/src/main/resources/img/screenshots/
    myfaces/maven/trunk/myfaces-site-skin/src/main/resources/img/slices/
    myfaces/maven/trunk/myfaces-site-skin/src/main/resources/img/slices/code_section.png   (with props)
    myfaces/maven/trunk/myfaces-site-skin/src/main/resources/img/slices/footer.png   (with props)
    myfaces/maven/trunk/myfaces-site-skin/src/main/resources/img/slices/h2.png   (with props)
    myfaces/maven/trunk/myfaces-site-skin/src/main/resources/img/slices/left_menu_bottom.png   (with props)
    myfaces/maven/trunk/myfaces-site-skin/src/main/resources/img/slices/left_menu_expand.gif   (with props)
    myfaces/maven/trunk/myfaces-site-skin/src/main/resources/img/slices/left_menu_expand_hover.gif   (with props)
    myfaces/maven/trunk/myfaces-site-skin/src/main/resources/img/slices/left_menu_expand_selected.gif   (with props)
    myfaces/maven/trunk/myfaces-site-skin/src/main/resources/img/slices/left_menu_option.gif   (with props)
    myfaces/maven/trunk/myfaces-site-skin/src/main/resources/img/slices/left_menu_option_hover.gif   (with props)
    myfaces/maven/trunk/myfaces-site-skin/src/main/resources/img/slices/left_menu_top.png   (with props)
    myfaces/maven/trunk/myfaces-site-skin/src/main/resources/img/slices/logo_banner_container.png   (with props)
    myfaces/maven/trunk/myfaces-site-skin/src/main/resources/img/slices/main_space_list.gif   (with props)
    myfaces/maven/trunk/myfaces-site-skin/src/main/resources/img/slices/table_head.png   (with props)
    myfaces/maven/trunk/myfaces-site-skin/src/main/resources/img/slices/table_head_dark.png   (with props)
    myfaces/maven/trunk/myfaces-site-skin/src/main/resources/img/slices/top_menu.png   (with props)
    myfaces/maven/trunk/myfaces-site-skin/src/main/resources/img/slices/top_menu_hover.png   (with props)
Modified:
    myfaces/maven/trunk/myfaces-site-skin/   (props changed)
    myfaces/maven/trunk/myfaces-site-skin/src/main/resources/css/maven-theme.css   (contents, props changed)
    myfaces/maven/trunk/myfaces-site-skin/src/main/resources/css/site.css   (contents, props changed)

Propchange: myfaces/maven/trunk/myfaces-site-skin/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Thu Mar 20 12:36:48 2008
@@ -0,0 +1 @@
+target

Added: myfaces/maven/trunk/myfaces-site-skin/src/main/resources/META-INF/maven/site.vm
URL: http://svn.apache.org/viewvc/myfaces/maven/trunk/myfaces-site-skin/src/main/resources/META-INF/maven/site.vm?rev=639424&view=auto
==============================================================================
--- myfaces/maven/trunk/myfaces-site-skin/src/main/resources/META-INF/maven/site.vm (added)
+++ myfaces/maven/trunk/myfaces-site-skin/src/main/resources/META-INF/maven/site.vm Thu Mar 20 12:36:48 2008
@@ -0,0 +1,384 @@
+#macro ( link $href $name )
+  #if ( ( $href.toLowerCase().startsWith("http") || $href.toLowerCase().startsWith("https") ) )
+    <a href="$href" class="externalLink">$name<span/></a>
+  #else
+    <a href="$href">$name</a>
+  #end
+#end
+
+#macro ( linkClass $href $name $class)
+  #if ( ( $href.toLowerCase().startsWith("http") || $href.toLowerCase().startsWith("https") ) )
+    <a href="$href" class="externalLink $class">$name<span/></a>
+  #else
+    <a href="$href" class="$class">$name</a>
+  #end
+#end
+
+#macro ( banner $banner $id )
+  #if ( $banner )
+    <div id="$id">
+    #if( $banner.href )
+      <a href="$banner.href">
+    #end
+
+    #if( $banner.src )
+        #set ( $src = $banner.src )
+        #if ( ! ( $src.toLowerCase().startsWith("http") || $src.toLowerCase().startsWith("https") ) )
+            #set ( $src = $PathTool.calculateLink( $src, $relativePath ) )
+            #set ( $src = $src.replaceAll( "\\", "/" ) )
+        #end
+        #if ( $banner.alt )
+            #set ( $alt = $banner.alt )
+        #else
+            #set ( $alt = "" )
+        #end
+        <img src="$src" alt="$alt" />
+    #else
+        $banner.name
+    #end
+
+    #if( $banner.href )
+        </a>
+    #end
+    </div>
+  #end
+#end
+
+#macro ( links $links )
+  #set ( $counter = 0 )
+  <ul>
+  #foreach( $item in $links )
+    <li>
+    #set ( $counter = $counter + 1 )
+    #set ( $currentItemHref = $PathTool.calculateLink( $item.href, $relativePath ) )
+    #set ( $currentItemHref = $currentItemHref.replaceAll( "\\", "/" ) )
+    <a href="$currentItemHref">$item.name</a>
+    </li>
+    #if ( $links.size() > $counter )
+      ##|
+    #end
+  #end
+  </ul>
+#end
+
+#macro ( breadcrumbs $breadcrumbs )
+  #set ( $counter = 0 )
+  #foreach( $item in $breadcrumbs )
+    #set ( $counter = $counter + 1 )
+    #set ( $currentItemHref = $PathTool.calculateLink( $item.href, $relativePath ) )
+    #set ( $currentItemHref = $currentItemHref.replaceAll( "\\", "/" ) )
+
+    #if ( $currentItemHref == $alignedFileName || $currentItemHref == "" )
+      $item.name
+    #else
+      #link( $currentItemHref $item.name )
+    #end
+    #if ( $breadcrumbs.size() > $counter )
+      &gt;
+    #end
+  #end
+#end
+
+#macro ( displayTree $display $item )
+  #if ( $item && $item.items && $item.items.size() > 0 )
+    #foreach( $subitem in $item.items )
+      #set ( $subitemHref = $PathTool.calculateLink( $subitem.href, $relativePath ) )
+      #set ( $subitemHref = $subitemHref.replaceAll( "\\", "/" ) )
+
+      #if ( $alignedFileName == $subitemHref )
+        #set ( $display = true )
+      #end
+
+      #displayTree( $display $subitem )
+    #end
+  #end
+#end
+
+#macro ( menuItem $item )
+  #set ( $collapse = "none" )
+  #set ( $currentItemHref = $PathTool.calculateLink( $item.href, $relativePath ) )
+  #set ( $currentItemHref = $currentItemHref.replaceAll( "\\", "/" ) )
+
+  #if ( $item && $item.items && $item.items.size() > 0 )
+    #if ( $item.collapse == false )
+      #set ( $collapse = "expanded" )
+    #else
+      ## By default collapsed
+      #set ( $collapse = "collapsed" )
+    #end
+
+    #set ( $display = false )
+    #displayTree( $display $item )
+
+    #if ( $alignedFileName == $currentItemHref || $display )
+      #set ( $collapse = "expanded" )
+    #end
+  #end
+  <li class="$collapse">
+    #if ( $item.img )
+      #if ( ! ( $item.img.toLowerCase().startsWith("http") || $item.img.toLowerCase().startsWith("https") ) )
+        #set ( $src = $PathTool.calculateLink( $item.img, $relativePath ) )
+        #set ( $src = $src.replaceAll( "\\", "/" ) )
+        <img src="$src"/>
+      #else
+        <img src="$item.img" align="absbottom" style="border-width: 0"/>
+      #end
+    #end
+    #if ( $alignedFileName == $currentItemHref )
+      #linkClass( $currentItemHref $item.name "selected")
+    #else
+      #link( $currentItemHref $item.name )
+    #end
+  #if ( $item && $item.items && $item.items.size() > 0 )
+    #if ( $collapse == "expanded" )
+      <ul>
+        #foreach( $subitem in $item.items )
+          #menuItem( $subitem )
+        #end
+      </ul>
+    #end
+  #end
+  </li>
+#end
+
+#macro ( mainMenu $menus )
+  #foreach( $menu in $menus )
+    <div class="left_menu_top">
+    <div class="left_menu_bottom">
+    #if ( $menu.name )
+    <h5>$menu.name</h5>
+    #end
+    #if ( $menu.items && $menu.items.size() > 0 )
+    <div class="content">
+    <ul class="left_menu">
+      #foreach( $item in $menu.items )
+        #menuItem( $item )
+      #end
+    </ul>
+    </div><!-- close content -->
+    #end
+    </div><!-- close left_menu_bottom -->
+    </div><!-- close left_menu_top -->
+  #end
+#end
+
+#macro ( copyright )
+  #if ( $project )
+    #set ( $currentYear = ${currentDate.year} + 1900 )
+
+    #if ( ${project.inceptionYear} && ( ${project.inceptionYear} != ${currentYear.toString()} ) )
+      ${project.inceptionYear}-${currentYear}
+    #else
+      ${currentYear}
+    #end
+
+    #if ( ${project.organization} && ${project.organization.name} )
+      ${project.organization.name}
+    #end
+  #end
+#end
+
+
+#macro ( publishDate $position $publishDate $version )
+  #if ( $publishDate && $publishDate.format )
+    #set ( $format = $publishDate.format )
+  #else
+    #set ( $format = "yyyy-MM-dd" )
+  #end
+
+  $dateFormat.applyPattern( $format )
+
+  #set ( $dateToday = $dateFormat.format( $currentDate ) )
+
+  #if ( $publishDate && $publishDate.position )
+    #set ( $datePosition = $publishDate.position )
+  #else
+    #set ( $datePosition = "left" )
+  #end
+
+  #if ( $version )
+    #if ( $version.position )
+      #set ( $versionPosition = $version.position )
+    #else
+      #set ( $versionPosition = "left" )
+    #end
+  #end
+
+  #set ( $breadcrumbs = $decoration.body.breadcrumbs )
+  #set ( $links = $decoration.body.links )
+
+  #if ( $datePosition.equalsIgnoreCase( "right" ) && $links && $links.size() > 0 )
+    #set ( $prefix = "&nbsp;|" )
+  #else
+    #set ( $prefix = "" )
+  #end
+
+  #if ( $datePosition.equalsIgnoreCase( $position ) )
+    #if ( ( $datePosition.equalsIgnoreCase( "right" ) ) || ( $datePosition.equalsIgnoreCase( "bottom" ) ) )
+      $prefix $i18n.getString( "site-renderer", $locale, "template.lastpublished" ): $dateToday
+      #if ( $versionPosition.equalsIgnoreCase( $position ) )
+        &nbsp;| $i18n.getString( "site-renderer", $locale, "template.version" ): ${project.version}
+      #end
+    #elseif ( ( $datePosition.equalsIgnoreCase( "navigation-bottom" ) ) || ( $datePosition.equalsIgnoreCase( "navigation-top" ) ) )
+      <div id="lastPublished">
+        $i18n.getString( "site-renderer", $locale, "template.lastpublished" ): $dateToday
+        #if ( $versionPosition.equalsIgnoreCase( $position ) )
+          &nbsp;| $i18n.getString( "site-renderer", $locale, "template.version" ): ${project.version}
+        #end
+      </div>
+    #elseif ( $datePosition.equalsIgnoreCase("left") )
+      <div class="xleft">
+        $i18n.getString( "site-renderer", $locale, "template.lastpublished" ): $dateToday
+        #if ( $versionPosition.equalsIgnoreCase( $position ) )
+          &nbsp;| $i18n.getString( "site-renderer", $locale, "template.version" ): ${project.version}
+        #end
+        #if ( $breadcrumbs && $breadcrumbs.size() > 0 )
+          | #breadcrumbs( $breadcrumbs )
+        #end
+      </div>
+    #end
+  #elseif ( $versionPosition.equalsIgnoreCase( $position ) )
+    #if ( ( $versionPosition.equalsIgnoreCase( "right" ) ) || ( $versionPosition.equalsIgnoreCase( "bottom" ) ) )
+      $prefix $i18n.getString( "site-renderer", $locale, "template.version" ): ${project.version}
+    #elseif ( ( $versionPosition.equalsIgnoreCase( "navigation-bottom" ) ) || ( $versionPosition.equalsIgnoreCase( "navigation-top" ) ) )
+      <div id="lastPublished">
+        $i18n.getString( "site-renderer", $locale, "template.version" ): ${project.version}
+      </div>
+    #elseif ( $versionPosition.equalsIgnoreCase("left") )
+      <div class="xleft">
+        $i18n.getString( "site-renderer", $locale, "template.version" ): ${project.version}
+        #if ( $breadcrumbs && $breadcrumbs.size() > 0 )
+          | #breadcrumbs( $breadcrumbs )
+        #end
+      </div>
+    #end
+  #elseif ( $position.equalsIgnoreCase( "left" ) )
+    #if ( $breadcrumbs && $breadcrumbs.size() > 0 )
+      <div class="xleft">
+        #breadcrumbs( $breadcrumbs )
+      </div>
+    #end
+  #end
+#end
+
+#macro ( simplePublishDate $publishDate)
+  #if ( $publishDate && $publishDate.format )
+    #set ( $format = $publishDate.format )
+  #else
+    #set ( $format = "yyyy-MM-dd" )
+  #end
+
+  $dateFormat.applyPattern( $format )
+  #set ( $dateToday = $dateFormat.format( $currentDate ) )
+
+  <div class="date">
+    $i18n.getString( "site-renderer", $locale, "template.lastpublished" ): $dateToday
+  </div>
+#end
+
+#macro ( poweredByLogo $poweredBy )
+  <div id="powered_by">
+  #if( $poweredBy )
+      #foreach ($item in $poweredBy)
+            #if( $item.href )
+                #set ( $href = $PathTool.calculateLink( $item.href, $relativePath ) )
+                #set ( $href = $href.replaceAll( "\\", "/" ) )
+            #else
+                #set ( $href="http://maven.apache.org/" )
+            #end
+
+            #if( $item.name )
+                #set ( $name = $item.name )
+            #else
+                #set ( $name = $i18n.getString( "site-renderer", $locale, "template.builtby" )  )
+                #set ( $name = "${name} Maven"  )
+            #end
+
+            #if( $item.img )
+                #set ( $img = $item.img )
+            #else
+                #set ( $img = "img/banners/maven-feather.png" )
+            #end
+
+            <a href="$href" title="$name">
+              #set ( $img = $PathTool.calculateLink( $img, $relativePath ) )
+              #set ( $img = $img.replaceAll( "\\", "/" ) )
+              <img alt="$name" src="$img" />
+            </a>
+        #end
+        #if( $poweredBy.isEmpty() )
+          <a href="http://maven.apache.org/" title="$i18n.getString( "site-renderer", $locale, "template.builtby" ) Maven" class="poweredBy">
+            <img alt="$i18n.getString( "site-renderer", $locale, "template.builtby" ) Maven" src="$relativePath/img/banners/maven-feather.png"></img>
+          </a>
+        #end
+    #else
+        <a href="http://maven.apache.org/" title="$i18n.getString( "site-renderer", $locale, "template.builtby" ) Maven" class="poweredBy">
+          <img alt="$i18n.getString( "site-renderer", $locale, "template.builtby" ) Maven" src="$relativePath/img/banners/maven-feather.png"></img>
+        </a>
+    #end
+  </div> <!-- close powered_by -->
+  <div class="clear"></div>
+#end
+
+<!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">
+  <head>
+    <title>$title</title>
+    <link rel="stylesheet" type="text/css" media="all" href="$relativePath/css/maven-base.css"/>
+    <link rel="stylesheet" type="text/css" media="all" href="$relativePath/css/maven-theme.css"/>
+    <link rel="stylesheet" type="text/css" media="print" href="$relativePath/css/print.css"/>
+    #foreach( $author in $authors )
+      <meta name="author" content="$author" />
+    #end
+    <meta http-equiv="Content-Type" content="text/html; charset=${outputEncoding}" />
+    #if ( $decoration.body.head )
+      #foreach( $item in $decoration.body.head.getChildren() )
+        ## Workaround for DOXIA-150 due to a non-desired behaviour in p-u
+        ## @see org.codehaus.plexus.util.xml.Xpp3Dom#toString()
+        ## @see org.codehaus.plexus.util.xml.Xpp3Dom#toUnescapedString()
+        #set ( $documentHeader = "<?xml version=\"1.0\" encoding=\"UTF-8\"?>" )
+        #set ( $documentHeader = $documentHeader.replaceAll( "\\", "" ) )
+        #if ( $item.name == "script" )
+          $StringUtils.replace( $item.toUnescapedString(), $documentHeader, "" )
+        #else
+          $StringUtils.replace( $item.toString(), $documentHeader, "" )
+        #end
+      #end
+    #end
+  </head>
+  <body>
+  <div id="header">
+    <div id="top_menu">
+      <div id="top_menu_container">
+          #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" )
+      #banner( $decoration.bannerRight "banner" )
+      <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>
+    <div id="body_column">
+      <div>
+      $bodyContent
+      </div>
+    </div>
+    <div class="clear"></div>
+    </div> <!-- close main container -->
+    <div id="footer">
+      <div class="copyright">
+      <p>©#copyright()</p>
+      </div><!-- close copyright -->
+    </div><!-- close footer -->
+  </body>
+</html>
\ No newline at end of file

Propchange: myfaces/maven/trunk/myfaces-site-skin/src/main/resources/META-INF/maven/site.vm
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/maven/trunk/myfaces-site-skin/src/main/resources/META-INF/maven/site.vm
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: myfaces/maven/trunk/myfaces-site-skin/src/main/resources/css/maven-base.css
URL: http://svn.apache.org/viewvc/myfaces/maven/trunk/myfaces-site-skin/src/main/resources/css/maven-base.css?rev=639424&view=auto
==============================================================================
--- myfaces/maven/trunk/myfaces-site-skin/src/main/resources/css/maven-base.css (added)
+++ myfaces/maven/trunk/myfaces-site-skin/src/main/resources/css/maven-base.css Thu Mar 20 12:36:48 2008
@@ -0,0 +1,181 @@
+body {
+	margin: 0px;
+	padding: 0px;
+}
+
+img {
+	border: none;
+}
+
+table {
+	padding: 0px;
+	width: 100%;
+	margin-left: -2px;
+	margin-right: -2px;
+}
+
+acronym {
+	cursor: help;
+	border-bottom: 1px dotted #feb;
+}
+
+table.bodyTable th,table.bodyTable td {
+	padding: 2px 4px 2px 4px;
+	vertical-align: top;
+}
+
+div.clear {
+	clear: both;
+	visibility: hidden;
+}
+
+div.clear hr {
+	display: none;
+}
+
+#bannerLeft,#bannerRight {
+	font-size: xx-large;
+	font-weight: bold;
+}
+
+#bannerLeft img,#bannerRight img {
+	margin: 0px;
+}
+
+.xleft,#bannerLeft img {
+	float: left;
+	text-shadow: #7CFC00 1px 1px 1px;
+}
+
+.xright,#bannerRight {
+	float: right;
+	text-shadow: #7CFC00 1px 1px 1px;
+}
+
+#banner {
+	padding: 0px;
+}
+
+#banner img {
+	border: none;
+}
+
+#breadcrumbs {
+	padding: 3px 10px 3px 10px;
+}
+
+#leftColumn {
+	width: 170px;
+	float: left;
+	overflow: auto;
+}
+
+#bodyColumn {
+	margin-right: 1.5em;
+	margin-left: 197px;
+}
+
+#legend {
+	padding: 8px 0 8px 0;
+}
+
+#navcolumn {
+	padding: 8px 4px 0 8px;
+}
+
+#navcolumn h5 {
+	margin: 0;
+	padding: 0;
+	font-size: small;
+}
+
+#navcolumn ul {
+	margin: 0;
+	padding: 0;
+	font-size: small;
+}
+
+#navcolumn li {
+	list-style-type: none;
+	background-image: none;
+	background-repeat: no-repeat;
+	background-position: 0 0.4em;
+	padding-left: 16px;
+	list-style-position: outside;
+	line-height: 1.2em;
+	font-size: smaller;
+}
+
+#navcolumn li.expanded {
+	background-image: url(../images/expanded.gif);
+}
+
+#navcolumn li.collapsed {
+	background-image: url(../images/collapsed.gif);
+}
+
+#poweredBy {
+	text-align: center;
+}
+
+#navcolumn img {
+	margin-top: 10px;
+	margin-bottom: 3px;
+}
+
+#poweredBy img {
+	display: block;
+	margin: 20px 0 20px 17px;
+}
+
+#search img {
+	margin: 0px;
+	display: block;
+}
+
+#search #q,#search #btnG {
+	border: 1px solid #999;
+	margin-bottom: 10px;
+}
+
+#search form {
+	margin: 0px;
+}
+
+#lastPublished {
+	font-size: x-small;
+}
+
+.navSection {
+	margin-bottom: 2px;
+	padding: 8px;
+}
+
+.navSectionHead {
+	font-weight: bold;
+	font-size: x-small;
+}
+
+.section {
+	padding: 4px;
+}
+
+#footer {
+	padding: 3px 10px 3px 10px;
+	font-size: x-small;
+}
+
+#breadcrumbs {
+	font-size: x-small;
+	margin: 0pt;
+}
+
+.source {
+	padding: 12px;
+	margin: 1em 7px 1em 7px;
+}
+
+.source pre {
+	margin: 0px;
+	padding: 0px;
+}
\ No newline at end of file

Propchange: myfaces/maven/trunk/myfaces-site-skin/src/main/resources/css/maven-base.css
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: myfaces/maven/trunk/myfaces-site-skin/src/main/resources/css/maven-base.css
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Modified: myfaces/maven/trunk/myfaces-site-skin/src/main/resources/css/maven-theme.css
URL: http://svn.apache.org/viewvc/myfaces/maven/trunk/myfaces-site-skin/src/main/resources/css/maven-theme.css?rev=639424&r1=639423&r2=639424&view=diff
==============================================================================
--- myfaces/maven/trunk/myfaces-site-skin/src/main/resources/css/maven-theme.css (original)
+++ myfaces/maven/trunk/myfaces-site-skin/src/main/resources/css/maven-theme.css Thu Mar 20 12:36:48 2008
@@ -6,7 +6,7 @@
  * 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
- *
+ *                         ../slices
  *   http://www.apache.org/licenses/LICENSE-2.0
  *
  * Unless required by applicable law or agreed to in writing,
@@ -17,144 +17,459 @@
  * under the License.
  */
 
+/* Init --------------------------------------------------------------------- */
+* {
+	margin: 0px;
+	padding: 0px;
+}
+
 body {
-  padding: 0px 0px 10px 0px;
+	text-align: center;
+	/*font-size: 75%;*/ /*=12pixels*/
+	font-size: 12px;
+	font-family: verdana, tahoma, sans-serif;
+	font-weight: normal;
+	line-height: 1.4em;
+	color: #666666;
+	background-color: white;
 }
-body, td, select, input, li{
-  font-family: Verdana, Helvetica, Arial, sans-serif;
-  font-size: 13px;
-}
-code{
-  font-family: Courier, monospace;
-  font-size: 13px;
+
+div {
+	text-align: left;
 }
-a {
-  text-decoration: none;
+
+span {
+	display: inline;
 }
-a:link {
-  color:#36a;
+
+img {
+	display: block;
 }
-a:visited  {
-  color:#47a;
+
+h1,h2,h3 {
+	font-family: arial, geneva, helvetica, sans-serif;
+	font-weight: bold;
+	margin-top: 10px;
+	color: #669900;
 }
-a:active, a:hover {
-  color:#69c;
+
+h1 {
+	font-size: 1.6em;
 }
-#legend li.externalLink {
-  background: url(../images/external.png) left top no-repeat;
-  padding-left: 18px;
+
+h2 {
+	font-size: 1.2em;
 }
-a.externalLink, a.externalLink:link, a.externalLink:visited, a.externalLink:active, a.externalLink:hover {
-  background: url(../images/external.png) right center no-repeat;
-  padding-right: 18px;
+
+h3 {
+	font-size: 1.1em;
 }
-#legend li.newWindow {
-  background: url(../images/newwindow.png) left top no-repeat;
-  padding-left: 18px;
+
+ul {
+	list-style-type: none;
 }
-a.newWindow, a.newWindow:link, a.newWindow:visited, a.newWindow:active, a.newWindow:hover {
-  background: url(../images/newwindow.png) right center no-repeat;
-  padding-right: 18px;
+
+a {
+	text-decoration: none;
+	color: #669900;
 }
-h2 {
-  padding: 4px 4px 4px 6px;
-  border: 1px solid #999;
-  color: #900;
-  background-color: #ddd;
-  font-weight:900;
-  font-size: x-large;
+
+a:hover {
+	color: #FF9900;
 }
-h3 {
-  padding: 4px 4px 4px 6px;
-  border: 1px solid #aaa;
-  color: #900;
-  background-color: #eee;
-  font-weight: normal;
-  font-size: large;
+
+/*
+ * Clear float positions.
+ */
+.clear {
+	clear: both;
 }
-h4 {
-  padding: 4px 4px 4px 6px;
-  border: 1px solid #bbb;
-  color: #900;
-  background-color: #fff;
-  font-weight: normal;
-  font-size: large;
+
+/* IE fixes ------------------------------------------------ */
+	/* Solve the IE 3px gap bug */ /* Hides from IE5-mac \*/
+* html .section,p {
+	height: 1%;
 }
-h5 {
-  padding: 4px 4px 4px 6px;
-  color: #900;
-  font-size: medium;
+
+/* End hide from IE5-mac */ /* Add the min and max width in IE */
+* #main_container,* #top_menu_container,* #logo_banner_container,*
+	.copyright {
+	width: expression(document . body . clientWidth >   1210 ?   "1200px" :   (
+		document . body . clientWidth <   960 ?   "950px" :   "auto") );
 }
-p {
-  line-height: 1.3em;
-  font-size: small;
+
+/* IE fixes ----------------------------------------------------------------- */
+	/* Fluid layout constraints ----------------------------------------- */
+#main_container,#top_menu_container,#logo_banner_container,.copyright {
+	max-width: 1200px;
+	min-width: 950px;
 }
-#breadcrumbs {
-  border-top: 1px solid #aaa;
-  border-bottom: 1px solid #aaa;
-  background-color: #ccc;
+
+#footer,#top_menu,#header_bottom {
+	width: 100%;
+	min-width: 950px;
 }
-#leftColumn {
-  margin: 10px 0 0 5px;
-  border: 1px solid #999;
-  background-color: #eee;
+
+/* Main layout -------------------------------------------------------------- */
+#main_container {
+	margin: 0px auto 0px auto;
 }
-#navcolumn h5 {
-  font-size: smaller;
-  border-bottom: 1px solid #aaaaaa;
-  padding-top: 2px;
-  color: #000;
+
+#footer {
+	margin: 0px;
+	border: 0px;
+	padding: 0px;
+	height: 90px;
+	margin-top: 50px;
+	text-align: center;
+	color: white;
+	background: #52842D url("../img/slices/footer.png") repeat-x;
 }
 
-table.bodyTable th {
-  color: white;
-  background-color: #bbb;
-  text-align: left;
-  font-weight: bold;
+/* Header layout ------------------------------------------------------------ */
+#top_menu {
+	width: auto;
+	height: 45px;
+	text-align: center;
+	background: #52842D url("../img/slices/top_menu.png") repeat-x;
 }
 
-table.bodyTable th, table.bodyTable td {
-  font-size: 1em;
+#top_menu_container {
+	margin: 0px auto 0px auto;
+	padding-top: 4px;
 }
 
-table.bodyTable tr.a {
-  background-color: #ddd;
+#header_bottom {
+	height: auto;
+	text-align: center;
+	background: url("../img/slices/logo_banner_container.png") repeat-x;
 }
 
-table.bodyTable tr.b {
-  background-color: #eee;
+#logo_banner_container {
+	margin: 0px auto 0px auto;
 }
 
-.source {
-  border: 1px solid #999;
+/* body layout -------------------------------------------------------------- */
+#left_column {
+	float: left;
+	width: 210px;
+	height: auto;
 }
-dl {
-  padding: 4px 4px 4px 6px;
-  border: 1px solid #aaa;
-  background-color: #ffc;
+
+#body_column {
+	padding: 1px 0px 0px 230px;
+	width: auto;
 }
-dt {
-  color: #900;
+
+/* footer layout ------------------------------------------------------------ */
+.copyright {
+	margin: 0px auto 0px auto;
+	padding-top: 15px;
 }
-#organizationLogo img, #projectLogo img, #projectLogo span{
-  margin: 8px;
+
+/* logo_banner_container layout --------------------------------------------- */
+#logo {
+	float: left;
+	width: 210px;
+	height: 100px;
+	margin-top: 10px;
 }
+
 #banner {
-  border-bottom: 1px solid #fff;
+	float: right;
+	width: 200px;
+	height: 85px;
+	margin-top: 10px;
+}
+
+/* leftColumn layout ------------------------------------------------------ */
+.left_menu_container {
+	width: 210px;
+}
+
+#powered_by { /*float: right;*/
+	text-align: center;
+}
+
+#powered_by img {
+	margin: 10px auto 10px auto;
+}
+
+/* left_menu layout --------------------------------------------------------- */
+.left_menu_top {
+	width: 210px;
+	background: url("../img/slices/left_menu_top.png") no-repeat top;
+}
+
+.left_menu_bottom {
+	width: 210px;
+	background: url("../img/slices/left_menu_bottom.png") no-repeat bottom;
+}
+
+/* top menu ----------------------------------------------------------------- */
+#top_menu div.date,#top_menu div.version {
+	margin: 9px 0px 0px 10px;
+	float: left;
+	color: white;
+}
+
+#top_menu ul {
+	float: right;
+	height: 37px;
+	border-right: 1px solid #80AA66;
+}
+
+#top_menu li {
+	display: inline;
+	height: 37px;
+	margin-left: -4px;
+}
+
+#top_menu a {
+	position: relative;
+	top: 9px;
+	border-left: 1px solid #80AA66;
+	padding: 10px 10px 13px 10px;
+	font-size: 12px;
+	color: white;
+}
+
+#top_menu a:hover {
+	text-decoration: underline;
+	background: url("../img/slices/top_menu_hover.png") repeat-x top;
+}
+
+/* left menu ---------------------------------------------------------------- */
+.left_menu_top h5 {
+	padding: 26px 20px 0px 25px;
+	font-size: 1em;
+	color: #84683E;
+}
+
+ul.left_menu {
+	padding: 22px 20px 22px 25px;
+}
+
+ul.left_menu a {
+	font-size: 0.9em;
+	color: #705F38;
+	margin-left: 2px;
+	padding-left: 15px;
+}
+
+ul.left_menu a:hover {
+	color: #FF9900;
+}
+
+ul.left_menu li.none a {
+	background: url("../img/slices/left_menu_option.gif") no-repeat left;
+}
+
+ul.left_menu li.none a:hover {
+	background: url("../img/slices/left_menu_option_hover.gif") no-repeat
+		left;
+}
+
+ul.left_menu li.none a.selected {
+	font-weight: bold;
+	background: none;
+}
+
+ul.left_menu li.expanded a {
+	font-weight: bold;
+	background: url("../img/slices/left_menu_expand_selected.gif") no-repeat
+		left;
+}
+
+ul.left_menu li.collapsed a {
+	margin-left: 0px;
+	background: url("../img/slices/left_menu_expand.gif") no-repeat left;
+}
+
+ul.left_menu li.expanded a:hover {
+	background: url("../img/slices/left_menu_expand_hover.gif") no-repeat
+		left;
+}
+
+ul.left_menu li.collapsed a:hover {
+	background: url("../img/slices/left_menu_expand_hover.gif") no-repeat
+		left;
+}
+
+/* left submenu ------------------------------------------------------------- */
+ul.left_menu ul {
+	list-style-type: none;
+	padding: 0px 0px 10px 10px;
+}
+
+ul.left_menu li.expanded ul {
+	display: block;
+}
+
+ul.left_menu li.expanded ul a {
+	font-weight: normal;
+	background: none;
+}
+
+ul.left_menu li.collapsed ul {
+	display: none;
+}
+
+ul.left_menu ul a,ul.left_menu ul li.none a,ul.left_menu ul a:hover,ul.left_menu ul li.none a:hover
+	{
+	background: none;
+}
+
+/* body_column --------------------------------------------------------------- */
+#body_column p {
+	margin: 15px 15px 0px 0px;
+}
+
+#body_column .section,#body_column dl {
+	margin: 25px 0px 0px 0px;
+	padding: 0px 10px;
+}
+
+#body_column .section {
+	
+}
+
+#body_column .section .section {
+	margin: 0px;
+	border: 0px;
+	padding: 0px;
+	overflow: auto;
+}
+
+/* Overflow fix for IE */
+* #body_column .section .section {
+	position: relative;
+	width: 100%;
+	overflow: hidden;
+	overflow-x: auto;
+}
+
+#body_column ul {
+	margin: 0px 15px 10px 15px;
+}
+
+#body_column ul li {
+	padding: 0px 0px 0px 15px;
+	background: url("../img/slices/main_space_list.gif") no-repeat left 5px;
+}
+
+#body_column ol {
+	padding: 15px 0px 15px 20px;
+}
+
+#body_column ol ol {
+	padding: 0px 0px 0px 15px;
+}
+
+/* tables ------------------------------------------------------------------- */
+#body_column table.bodyTable {
+	margin: 0px 0px 10px 0px;
+	border-collapse: collapse;
+	padding: 2px;
+	font-family: Tahoma, Arial, sans-serif;
+	font-size: 0.9em;
+	color: #333333;
+	background: white;
 }
-.errormark, .warningmark, .donemark, .infomark {
-  background: url(../images/icon_error_sml.gif) no-repeat;
+
+#body_column table.bodyTable th,table.bodyTable tr,table.bodyTable td {
+	margin: 0px;
+	border: 1px inset white;
+	padding: 0px 7px 0px 7px;
+}
+
+#body_column table.bodyTable tr.a {
+	background: #F7F9F4;
+}
+
+#body_column table.bodyTable tr.b {
+	background: #F2F5ED;
+}
+
+#body_column table a.externalLink {
+	background: none;
+	padding-right: 0px;
+}
+
+#body_column table.bodyTable th {
+	padding: 7px 7px 5px 7px;
+	background: #CDDCB8 url("../img/slices/table_head_dark.png") repeat-x;
+}
+
+/* source sections ---------------------------------------------------------- */
+#body_column .source,code {
+	margin: 14px 0px 14px 0px;
+	border: 1px solid #E6E9DA;
+	font-size: 1.1em;
+	font-family: "Courier new", Courier, monospace;
+	color: #333333;
+	background: #F9FAF5 url("../img/slices/code_section.png") repeat-x top;
+}
+
+#body_column b {
+	padding-top: 10px;
+}
+
+#body_column h2 {
+	padding: 5px 10px 5px 10px;
+	border: 1px solid #D8E4C7;
+	background: white url("../img/slices/h2.png") repeat-x top;
+}
+
+/* copyright ---------------------------------------------------------------- */
+.copyright p {
+	font-size: 0.9em;
+}
+
+/* -------------------------------------------------------------------------- */
+	/* Old maven-theme.css ------------------------------------------------------ */
+	/* -------------------------------------------------------------------------- */
+#legend li.externalLink {
+	background: url(../img/icons/external.png) left top no-repeat;
+	padding-left: 18px;
+}
+
+a.externalLink {
+	background: url(../img/icons/external.png) right no-repeat;
+	padding-right: 18px;
+}
+
+ul.left_menu a.externalLink {
+	padding-right: 0px;
+}
+
+ul.left_menu a.externalLink span {
+	background: url(../img/icons/external.png) right no-repeat;
+	padding-left: 18px;
+}
+
+#legend li.newWindow {
+	background: url(../img/icons/newwindow.png) left top no-repeat;
+	padding-left: 18px;
+}
+
+a.newWindow,a.newWindow:hover {
+	background: url(../img/icons/newwindow.png) right center no-repeat;
+	padding-right: 18px;
+}
+
+.errormark,.warningmark,.donemark,.infomark {
+	background: url(../img/icons/icon_error_sml.gif) no-repeat;
 }
 
 .warningmark {
-  background-image: url(../images/icon_warning_sml.gif);
+	background-image: url(../img/icons/icon_warning_sml.gif);
 }
 
 .donemark {
-  background-image: url(../images/icon_success_sml.gif);
+	background-image: url(../img/icons/icon_success_sml.gif);
 }
 
 .infomark {
-  background-image: url(../images/icon_info_sml.gif);
-}
-
+	background-image: url(../img/icons/icon_info_sml.gif);
+}
\ No newline at end of file

Propchange: myfaces/maven/trunk/myfaces-site-skin/src/main/resources/css/maven-theme.css
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Modified: myfaces/maven/trunk/myfaces-site-skin/src/main/resources/css/site.css
URL: http://svn.apache.org/viewvc/myfaces/maven/trunk/myfaces-site-skin/src/main/resources/css/site.css?rev=639424&r1=639423&r2=639424&view=diff
==============================================================================
--- myfaces/maven/trunk/myfaces-site-skin/src/main/resources/css/site.css (original)
+++ myfaces/maven/trunk/myfaces-site-skin/src/main/resources/css/site.css Thu Mar 20 12:36:48 2008
@@ -1,3 +1,4 @@
+/*
 body {
         background-color: #fff;
 	font-family: Verdana, Helvetica, Arial, sans-serif;
@@ -196,3 +197,4 @@
 #banner img {
  behavior: url(css/png-fix.htc);
 }
+*/
\ No newline at end of file

Propchange: myfaces/maven/trunk/myfaces-site-skin/src/main/resources/css/site.css
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Added: myfaces/maven/trunk/myfaces-site-skin/src/main/resources/img/banners/MyFaces_logo.jpg
URL: http://svn.apache.org/viewvc/myfaces/maven/trunk/myfaces-site-skin/src/main/resources/img/banners/MyFaces_logo.jpg?rev=639424&view=auto
==============================================================================
Binary file - no diff available.

Propchange: myfaces/maven/trunk/myfaces-site-skin/src/main/resources/img/banners/MyFaces_logo.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: myfaces/maven/trunk/myfaces-site-skin/src/main/resources/img/banners/apache_banner.png
URL: http://svn.apache.org/viewvc/myfaces/maven/trunk/myfaces-site-skin/src/main/resources/img/banners/apache_banner.png?rev=639424&view=auto
==============================================================================
Binary file - no diff available.

Propchange: myfaces/maven/trunk/myfaces-site-skin/src/main/resources/img/banners/apache_banner.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: myfaces/maven/trunk/myfaces-site-skin/src/main/resources/img/banners/maven-feather.png
URL: http://svn.apache.org/viewvc/myfaces/maven/trunk/myfaces-site-skin/src/main/resources/img/banners/maven-feather.png?rev=639424&view=auto
==============================================================================
Binary file - no diff available.

Propchange: myfaces/maven/trunk/myfaces-site-skin/src/main/resources/img/banners/maven-feather.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: myfaces/maven/trunk/myfaces-site-skin/src/main/resources/img/icons/dl.jpg
URL: http://svn.apache.org/viewvc/myfaces/maven/trunk/myfaces-site-skin/src/main/resources/img/icons/dl.jpg?rev=639424&view=auto
==============================================================================
Binary file - no diff available.

Propchange: myfaces/maven/trunk/myfaces-site-skin/src/main/resources/img/icons/dl.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: myfaces/maven/trunk/myfaces-site-skin/src/main/resources/img/icons/external.png
URL: http://svn.apache.org/viewvc/myfaces/maven/trunk/myfaces-site-skin/src/main/resources/img/icons/external.png?rev=639424&view=auto
==============================================================================
Binary file - no diff available.

Propchange: myfaces/maven/trunk/myfaces-site-skin/src/main/resources/img/icons/external.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: myfaces/maven/trunk/myfaces-site-skin/src/main/resources/img/icons/h3.jpg
URL: http://svn.apache.org/viewvc/myfaces/maven/trunk/myfaces-site-skin/src/main/resources/img/icons/h3.jpg?rev=639424&view=auto
==============================================================================
Binary file - no diff available.

Propchange: myfaces/maven/trunk/myfaces-site-skin/src/main/resources/img/icons/h3.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: myfaces/maven/trunk/myfaces-site-skin/src/main/resources/img/icons/icon_error_sml.gif
URL: http://svn.apache.org/viewvc/myfaces/maven/trunk/myfaces-site-skin/src/main/resources/img/icons/icon_error_sml.gif?rev=639424&view=auto
==============================================================================
Binary file - no diff available.

Propchange: myfaces/maven/trunk/myfaces-site-skin/src/main/resources/img/icons/icon_error_sml.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: myfaces/maven/trunk/myfaces-site-skin/src/main/resources/img/icons/icon_info_sml.gif
URL: http://svn.apache.org/viewvc/myfaces/maven/trunk/myfaces-site-skin/src/main/resources/img/icons/icon_info_sml.gif?rev=639424&view=auto
==============================================================================
Binary file - no diff available.

Propchange: myfaces/maven/trunk/myfaces-site-skin/src/main/resources/img/icons/icon_info_sml.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: myfaces/maven/trunk/myfaces-site-skin/src/main/resources/img/icons/icon_success_sml.gif
URL: http://svn.apache.org/viewvc/myfaces/maven/trunk/myfaces-site-skin/src/main/resources/img/icons/icon_success_sml.gif?rev=639424&view=auto
==============================================================================
Binary file - no diff available.

Propchange: myfaces/maven/trunk/myfaces-site-skin/src/main/resources/img/icons/icon_success_sml.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: myfaces/maven/trunk/myfaces-site-skin/src/main/resources/img/icons/icon_warning_sml.gif
URL: http://svn.apache.org/viewvc/myfaces/maven/trunk/myfaces-site-skin/src/main/resources/img/icons/icon_warning_sml.gif?rev=639424&view=auto
==============================================================================
Binary file - no diff available.

Propchange: myfaces/maven/trunk/myfaces-site-skin/src/main/resources/img/icons/icon_warning_sml.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: myfaces/maven/trunk/myfaces-site-skin/src/main/resources/img/icons/newwindow.png
URL: http://svn.apache.org/viewvc/myfaces/maven/trunk/myfaces-site-skin/src/main/resources/img/icons/newwindow.png?rev=639424&view=auto
==============================================================================
Binary file - no diff available.

Propchange: myfaces/maven/trunk/myfaces-site-skin/src/main/resources/img/icons/newwindow.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: myfaces/maven/trunk/myfaces-site-skin/src/main/resources/img/icons/transparent.gif
URL: http://svn.apache.org/viewvc/myfaces/maven/trunk/myfaces-site-skin/src/main/resources/img/icons/transparent.gif?rev=639424&view=auto
==============================================================================
Binary file - no diff available.

Propchange: myfaces/maven/trunk/myfaces-site-skin/src/main/resources/img/icons/transparent.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: myfaces/maven/trunk/myfaces-site-skin/src/main/resources/img/slices/code_section.png
URL: http://svn.apache.org/viewvc/myfaces/maven/trunk/myfaces-site-skin/src/main/resources/img/slices/code_section.png?rev=639424&view=auto
==============================================================================
Binary file - no diff available.

Propchange: myfaces/maven/trunk/myfaces-site-skin/src/main/resources/img/slices/code_section.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: myfaces/maven/trunk/myfaces-site-skin/src/main/resources/img/slices/footer.png
URL: http://svn.apache.org/viewvc/myfaces/maven/trunk/myfaces-site-skin/src/main/resources/img/slices/footer.png?rev=639424&view=auto
==============================================================================
Binary file - no diff available.

Propchange: myfaces/maven/trunk/myfaces-site-skin/src/main/resources/img/slices/footer.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: myfaces/maven/trunk/myfaces-site-skin/src/main/resources/img/slices/h2.png
URL: http://svn.apache.org/viewvc/myfaces/maven/trunk/myfaces-site-skin/src/main/resources/img/slices/h2.png?rev=639424&view=auto
==============================================================================
Binary file - no diff available.

Propchange: myfaces/maven/trunk/myfaces-site-skin/src/main/resources/img/slices/h2.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: myfaces/maven/trunk/myfaces-site-skin/src/main/resources/img/slices/left_menu_bottom.png
URL: http://svn.apache.org/viewvc/myfaces/maven/trunk/myfaces-site-skin/src/main/resources/img/slices/left_menu_bottom.png?rev=639424&view=auto
==============================================================================
Binary file - no diff available.

Propchange: myfaces/maven/trunk/myfaces-site-skin/src/main/resources/img/slices/left_menu_bottom.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: myfaces/maven/trunk/myfaces-site-skin/src/main/resources/img/slices/left_menu_expand.gif
URL: http://svn.apache.org/viewvc/myfaces/maven/trunk/myfaces-site-skin/src/main/resources/img/slices/left_menu_expand.gif?rev=639424&view=auto
==============================================================================
Binary file - no diff available.

Propchange: myfaces/maven/trunk/myfaces-site-skin/src/main/resources/img/slices/left_menu_expand.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: myfaces/maven/trunk/myfaces-site-skin/src/main/resources/img/slices/left_menu_expand_hover.gif
URL: http://svn.apache.org/viewvc/myfaces/maven/trunk/myfaces-site-skin/src/main/resources/img/slices/left_menu_expand_hover.gif?rev=639424&view=auto
==============================================================================
Binary file - no diff available.

Propchange: myfaces/maven/trunk/myfaces-site-skin/src/main/resources/img/slices/left_menu_expand_hover.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: myfaces/maven/trunk/myfaces-site-skin/src/main/resources/img/slices/left_menu_expand_selected.gif
URL: http://svn.apache.org/viewvc/myfaces/maven/trunk/myfaces-site-skin/src/main/resources/img/slices/left_menu_expand_selected.gif?rev=639424&view=auto
==============================================================================
Binary file - no diff available.

Propchange: myfaces/maven/trunk/myfaces-site-skin/src/main/resources/img/slices/left_menu_expand_selected.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: myfaces/maven/trunk/myfaces-site-skin/src/main/resources/img/slices/left_menu_option.gif
URL: http://svn.apache.org/viewvc/myfaces/maven/trunk/myfaces-site-skin/src/main/resources/img/slices/left_menu_option.gif?rev=639424&view=auto
==============================================================================
Binary file - no diff available.

Propchange: myfaces/maven/trunk/myfaces-site-skin/src/main/resources/img/slices/left_menu_option.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: myfaces/maven/trunk/myfaces-site-skin/src/main/resources/img/slices/left_menu_option_hover.gif
URL: http://svn.apache.org/viewvc/myfaces/maven/trunk/myfaces-site-skin/src/main/resources/img/slices/left_menu_option_hover.gif?rev=639424&view=auto
==============================================================================
Binary file - no diff available.

Propchange: myfaces/maven/trunk/myfaces-site-skin/src/main/resources/img/slices/left_menu_option_hover.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: myfaces/maven/trunk/myfaces-site-skin/src/main/resources/img/slices/left_menu_top.png
URL: http://svn.apache.org/viewvc/myfaces/maven/trunk/myfaces-site-skin/src/main/resources/img/slices/left_menu_top.png?rev=639424&view=auto
==============================================================================
Binary file - no diff available.

Propchange: myfaces/maven/trunk/myfaces-site-skin/src/main/resources/img/slices/left_menu_top.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: myfaces/maven/trunk/myfaces-site-skin/src/main/resources/img/slices/logo_banner_container.png
URL: http://svn.apache.org/viewvc/myfaces/maven/trunk/myfaces-site-skin/src/main/resources/img/slices/logo_banner_container.png?rev=639424&view=auto
==============================================================================
Binary file - no diff available.

Propchange: myfaces/maven/trunk/myfaces-site-skin/src/main/resources/img/slices/logo_banner_container.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: myfaces/maven/trunk/myfaces-site-skin/src/main/resources/img/slices/main_space_list.gif
URL: http://svn.apache.org/viewvc/myfaces/maven/trunk/myfaces-site-skin/src/main/resources/img/slices/main_space_list.gif?rev=639424&view=auto
==============================================================================
Binary file - no diff available.

Propchange: myfaces/maven/trunk/myfaces-site-skin/src/main/resources/img/slices/main_space_list.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: myfaces/maven/trunk/myfaces-site-skin/src/main/resources/img/slices/table_head.png
URL: http://svn.apache.org/viewvc/myfaces/maven/trunk/myfaces-site-skin/src/main/resources/img/slices/table_head.png?rev=639424&view=auto
==============================================================================
Binary file - no diff available.

Propchange: myfaces/maven/trunk/myfaces-site-skin/src/main/resources/img/slices/table_head.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: myfaces/maven/trunk/myfaces-site-skin/src/main/resources/img/slices/table_head_dark.png
URL: http://svn.apache.org/viewvc/myfaces/maven/trunk/myfaces-site-skin/src/main/resources/img/slices/table_head_dark.png?rev=639424&view=auto
==============================================================================
Binary file - no diff available.

Propchange: myfaces/maven/trunk/myfaces-site-skin/src/main/resources/img/slices/table_head_dark.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: myfaces/maven/trunk/myfaces-site-skin/src/main/resources/img/slices/top_menu.png
URL: http://svn.apache.org/viewvc/myfaces/maven/trunk/myfaces-site-skin/src/main/resources/img/slices/top_menu.png?rev=639424&view=auto
==============================================================================
Binary file - no diff available.

Propchange: myfaces/maven/trunk/myfaces-site-skin/src/main/resources/img/slices/top_menu.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: myfaces/maven/trunk/myfaces-site-skin/src/main/resources/img/slices/top_menu_hover.png
URL: http://svn.apache.org/viewvc/myfaces/maven/trunk/myfaces-site-skin/src/main/resources/img/slices/top_menu_hover.png?rev=639424&view=auto
==============================================================================
Binary file - no diff available.

Propchange: myfaces/maven/trunk/myfaces-site-skin/src/main/resources/img/slices/top_menu_hover.png
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream