Author: amaniatis
Date: Wed Oct 17 13:20:16 2012
New Revision: 1399223

URL: http://svn.apache.org/viewvc?rev=1399223&view=rev
Log:
Add static content to CMS

Added:
    cayenne/site/cms/trunk/content/css/
    cayenne/site/cms/trunk/content/css/ie.css
    cayenne/site/cms/trunk/content/css/master.css
    cayenne/site/cms/trunk/content/css/print.css
    cayenne/site/cms/trunk/content/css/styles.css
    cayenne/site/cms/trunk/content/img/
    cayenne/site/cms/trunk/content/img/apache.gif   (with props)
    cayenne/site/cms/trunk/content/img/bullet.gif   (with props)
    cayenne/site/cms/trunk/content/img/cayenne.gif   (with props)
    cayenne/site/cms/trunk/content/img/container-bg.gif   (with props)
    cayenne/site/cms/trunk/content/img/header-bg.gif   (with props)
    cayenne/site/cms/trunk/content/img/nav-bullet.gif   (with props)
    cayenne/site/cms/trunk/content/img/nav-li.gif   (with props)
    cayenne/site/cms/trunk/content/img/nav-ul.gif   (with props)
    cayenne/site/cms/trunk/content/img/wrap-left.gif   (with props)
    cayenne/site/cms/trunk/content/img/wrap-right.gif   (with props)
    cayenne/site/cms/trunk/content/js/
    cayenne/site/cms/trunk/content/js/scripts.js

Added: cayenne/site/cms/trunk/content/css/ie.css
URL: 
http://svn.apache.org/viewvc/cayenne/site/cms/trunk/content/css/ie.css?rev=1399223&view=auto
==============================================================================
--- cayenne/site/cms/trunk/content/css/ie.css (added)
+++ cayenne/site/cms/trunk/content/css/ie.css Wed Oct 17 13:20:16 2012
@@ -0,0 +1,54 @@
+/*
+       Site:       Apache Cayenne
+       Title:      IE Fixes
+       Author:     Bruce Martin, [email protected]
+       Updated:    January 8, 2007
+*/
+
+body {
+       font-size: x-small;
+       voice-family: "\"}\""; 
+       voice-family: inherit;
+       font-size: small;
+       } html>body { 
+       font-size: small; 
+       }
+
+/*\*/
+* html #wrap { width:expression(document.body.clientWidth > 1000 ? "940px" : 
"auto"); }
+
+* html #wrap,
+* html #header,
+* html #container,
+* html #nav,
+* html #nav li a,
+* html #nav li li,
+* html #nav li li a,
+* html #nav li li li a {
+       height: 1%;
+       }
+       
+*+html #wrap { width:expression(document.body.clientWidth > 1000 ? "940px" : 
"auto"); }
+*+html #wrap,
+*+html #header,
+*+html #container,
+*+html #nav,
+*+html #nav li a,
+*+html #nav li li,
+*+html #nav li li a,
+*+html #nav li li li a  {
+       height: 1%;
+       }
+/**/
+
+
+/* --- IE5 Mac Only - Band Pass Filter --- */
+       
+/*\*//*/
+#wrap,
+#header,
+#container,
+#nav,
+#footer,
+#subnav { display: inline-table; }
+/**/
\ No newline at end of file

Added: cayenne/site/cms/trunk/content/css/master.css
URL: 
http://svn.apache.org/viewvc/cayenne/site/cms/trunk/content/css/master.css?rev=1399223&view=auto
==============================================================================
--- cayenne/site/cms/trunk/content/css/master.css (added)
+++ cayenne/site/cms/trunk/content/css/master.css Wed Oct 17 13:20:16 2012
@@ -0,0 +1,766 @@
+/*
+       Site:       Apache Cayenne
+       Title:      Master styles for screen media
+       Author:     Bruce Martin, [email protected]
+       Updated:    Januray 25, 2007
+*/
+
+html {
+       margin: 0 0 1px;
+       padding: 0;
+       min-height: 100%;
+       }
+body {
+       margin: 0;
+       padding: 0 5px;
+       font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
+       font-size: small;
+       line-height: 1.5em;
+       text-align: center;
+       color: #333;
+       background: #eee;
+       }
+
+/* Links 
+------------------------------------------- */
+
+a:link, 
+a:visited {
+       margin: 0;
+       padding: 0 0 1px;
+       color: #03c;
+       text-decoration: none;
+       border-bottom: 1px solid #bcf;
+       }
+a:focus,
+a:hover, 
+a:active {
+       color:#c00;
+       border-bottom: 1px solid #c00;
+       }
+a img { 
+       background:transparent;
+       border-width: 0;
+       }
+       
+/* Common 
+------------------------------------------- */
+
+p {
+       margin: 1em 0;
+       padding: 0;
+       }
+h1, h2, h3, h4 {
+       margin: 1em 0 0.5em;
+       font-family: "Trebuchet MS", "Lucida Grande", Verdana, sans-serif;
+       font-weight: normal;
+       line-height: normal;
+       }
+h2 {
+       padding: 0;
+       font-size: 170%;
+       color: #600;
+       }
+h3 {
+       padding-bottom: 3px;
+       font-size: 135%;
+       color: #c40;
+       border-bottom: 1px solid #eaeaea;
+       }
+h3 a:link, 
+h3 a:visited {
+       color: #c40;
+       background: none;
+       }
+h3 a:focus,
+h3 a:hover, 
+h3 a:active {
+       color: #000;
+       background: none;
+       }
+h4 {
+       font-size: 130%;
+       color: #aa9;
+       }
+       
+dl, ul {
+       margin: 1em 0;
+       padding: 0;
+       list-style: none;
+       }
+dl {
+       margin-top: -0.5em;
+       }
+dt {
+       margin: 0.5em 0 0;
+       font-weight: bold;
+       }
+dd {
+       margin: 0 0 0 2em;
+       }
+dd p {
+       margin: 0 0 0.5em;
+       }
+ul {
+       list-style: none;
+       }
+ul li {
+       padding: 0 0 4px 16px;
+       list-style: none;
+       line-height: 1.4em;
+       background: url(../img/bullet.gif) no-repeat 2px 0.5em;
+       }
+table {
+       width: 100%;
+       margin: 0.5em 0;
+       border-collapse: collapse;
+       border: 2px solid #666;
+       }
+table tr th,
+table tr td {
+       padding: 4px 10px;
+       text-align: left;
+       vertical-align: top;
+       border-bottom: 1px solid #666;
+       border-left: 1px solid #666;
+       }
+table tr td {
+       padding: 6px 10px;
+       font-size: 90%;
+       }
+table tr th {
+       color: #333;
+       background: url(../img/tbl-head.gif) no-repeat 0 0;
+       }
+table tr th.col1,
+table tr td.col1 {
+       border-left-width: 0;
+       }
+form, fieldset {
+       margin: 0;
+       padding: 0;
+       }
+input, select, textarea {
+       font-family: inherit;
+       font-size: 100%;
+       }
+address {
+       margin: 1em 0;
+       padding: 0;
+       font-style: normal;
+       }
+abbr, acronym {
+       padding: 0 0 1px;
+       font-style: normal;
+       border-width: 0;
+       cursor: help;
+       }
+em {
+       font-family: "Trebuchet MS", Verdana, sans-serif;
+       font-style: italic;
+       }
+strong {
+       font-weight: bold;
+       }
+hr {
+       display: none;
+       }
+sup img {
+       margin-left: 5px;
+       }
+
+/* Layout 
+------------------------------------------- */
+
+#wrap {
+       max-width: 90em;
+       min-width: 760px;
+       margin: 0 auto;
+       /*padding-top: 2em;*/
+       padding-left: 6px;
+       font-size: 95%;
+       text-align: left;
+       background: #fff url(../img/wrap-left.gif) repeat-y 0 0;
+       border-bottom: 1px solid #ddd;
+       }
+#wrap-inner {
+       padding-right: 6px;
+       background: #fff url(../img/wrap-right.gif) repeat-y 100% 0;
+       }
+#container {
+       background: #fff url(../img/container-bg.gif) repeat-x 0 0;
+       }
+#main {
+       float: left;
+       width: 100%;
+       }
+#content {
+       margin: 0;
+       padding: 5px 30px 30px 276px;
+       }
+#sidebar {
+       float: left;
+       width: 246px;
+       }
+
+/* Header 
+------------------------------------------- */
+
+#header {
+       margin: 0;
+       padding: 0 30px;
+       background: url(../img/header-bg.gif) repeat-x 0 100%;
+       }
+#header h1 {
+       float: left;
+       width: 263px;
+       height: 74px;
+       margin: 0;
+       padding: 0;
+       background: url(../img/cayenne.gif) no-repeat 0 0;
+       }
+#header h1 a {
+       float: left;
+       display: block;
+       width: 263px;
+       height: 74px;
+       border-width: 0;
+       }
+#header h1 a span,
+#header h2 a span {
+       position: absolute;
+       top: -10000px;
+       }
+#header h2 {
+       float: right;
+       display: inline;
+       width: 150px;
+       height: 74px;
+       margin: 0 0 6px;
+       background: url(../img/apache.gif) no-repeat 0 0;
+       }
+#header h2 a {
+       float: right;
+       display: block;
+       width: 150px;
+       height: 74px;
+       border-width: 0;
+       }
+#header p img {
+       display: block;
+       width: 0;
+       margin: 0;
+       }
+#header p span {
+       display: block;
+       width: 346px;
+       padding: 0;
+       border-style: none;
+       }
+       
+/* Footer 
+------------------------------------------- */
+
+p#footer {
+       margin: 0;
+       padding: 30px 0;
+       font-size: 80%;
+       text-align: left;
+       color: #ccc;
+       }
+       
+/* Navigation 
+------------------------------------------- */ 
+       
+#nav {
+       margin: 0 0 1em;
+       padding: 1em 0 0;
+       font-family: "Trebuchet MS", "Lucida Grande", Verdana, sans-serif;
+       font-size: 120%;
+       }
+#nav li {
+       margin: 0;
+       padding: 0;
+       background: none;
+       }
+#nav li li {
+       position: relative;
+       }
+#nav li a {
+       display: block;
+       margin: 0;
+       padding: 4px 30px;
+       text-decoration: none;
+       color: #fff;
+       background: #d50 url(../img/nav-li.gif) no-repeat 100% 0;
+       border-width: 0;
+       }
+#nav li a:hover {
+       color: #fff;
+       background: #c40 url(../img/nav-li.gif) no-repeat 100% 0;
+       }
+#nav li ul {
+       margin: 0;
+       padding: 5px 0;
+       font-family: "Lucida Grande", Verdana, sans-serif;
+       font-size: 83%;
+       background: url(../img/nav-ul.gif) repeat-x 0 2px;
+       }
+#nav li li a {
+       padding: .2em 30px;
+       color: #456;
+       background: none;
+       }
+#nav li li a:hover {
+       color: #fff;
+       background-color: #555;
+       background-position: -129px .6em;
+       }
+#nav li li.trigger a {
+       background: url(../img/nav-bullet.gif) no-repeat 221px .6em;
+       }
+#nav li li.trigger a:hover {
+       background: url(../img/nav-bullet.gif) no-repeat -129px .6em;
+       }
+#nav li li ul {
+       position: absolute;
+       top: -3px;
+       left: -999em;
+       width: 198px;
+       margin: 0 0 0 240px;
+       padding: 2px 2px 0;
+       font-size: 100%;
+       background: #eee;
+       border: 1px solid #999;
+       }
+#nav li li li {
+       margin-bottom: 2px;
+       }
+#nav li li li a {
+       background: url(../img/nav-bullet2.gif) no-repeat 20px .6em;
+       border: 1px solid #ddd;
+       }
+#nav li li:hover ul, #nav li li.sfhover ul {
+       left: auto;
+       }
+#nav li li:hover, #nav li li.sfhover, #nav li li.active:hover {
+       background-color: #555;
+       }
+#nav li li:hover ul a, #nav li li.sfhover ul a {
+       color: #000;
+       }
+#nav li li:hover a, #nav li li.sfhover a, #nav li li li a:hover {
+       color: #fff;
+       background-position: -129px .6em;
+       }
+       
+/* Content 
+------------------------------------------- */
+
+.posted {
+       margin-bottom: 1em;
+       padding: 8px 0 0 0;
+       font-size: 90%;
+       line-height: 1.6em;
+       color: #777;
+       border-top: 1px solid #eaeaea;
+       }
+
+#bread {
+        color:#AAAAAA;
+        font-size:85%;
+        height:20px;
+        margin:5px 0;
+        padding:0;
+}
+#bread a {
+        border-bottom: none;
+        color: #AAAAAA;
+}
+#bread span {
+        display:block;
+        float:left;
+}
+#bread ul li {
+        list-style:none;
+        background:none;
+}
+#bread ul {
+        float:right;
+        margin:0;
+        list-style:none;
+}
+
+.box {
+       margin: 1em 0;
+       padding: 0 15px;
+       color: #456;
+       background: #F3ECE8;
+       border: 1px solid #EFCEBA;
+       }
+.screen {
+       float: right;
+       display: inline;
+       width: 250px;
+       margin-left: 15px;
+       }
+.screen dt img {
+       display: block;
+       padding: 4px;
+       border: 1px solid #ccc;
+       }
+.screen dd {
+       margin: 3px 0 0;
+       text-align: center;
+       }
+       
+.blogSurtitle {
+       margin: 1em 0 0;
+       padding: 10px 10px 0;
+       background: #E8F3F3;
+       border: solid #ddd;
+       border-width: 1px 1px 0;
+       }
+.blogpost {
+       margin: 0 0 1em;
+       padding: 0 10px 5px;
+       background: #E8F3F3;
+       border: solid #ddd;
+       border-width: 0 1px 1px;
+       }
+.blogpost p {
+       margin: 0;
+       margin-left: 20px;
+       }
+a.blogDate {
+       color: #999;
+       font-size: 90%;
+       }
+.blogHeading {
+       margin: 0 0 0.3em;
+       padding: 0.5em 0 3px;
+       font-size: 135%;
+       color: #c40;
+       border-bottom: 1px solid #eaeaea;
+       }
+.blogHeading a:link, 
+.blogHeading a:visited {
+       color: #c40;
+       background: none;
+       }
+.blogHeading a:focus,
+.blogHeading a:hover, 
+.blogHeading a:active {
+       color: #000;
+       background: none;
+       }
+.endsection,
+.pagesubheading {
+       margin: 0 0 4px;
+       color: #999;
+       font-size: 90%;
+       }
+       
+/* other option */
+
+.blogSurtitle,
+.pagesubheading,
+.endsection {
+       display: none;
+       }
+.blogpost {
+       margin: 1em 0;
+       padding: 0 10px 10px;
+       background: #E8F3F3;
+       border: 1px solid #ddd;
+       }
+
+.preformatted {
+       margin: 1em 0;
+       padding: 1px 15px;
+       background: #F8FFEB;
+       border: 1px solid #EBEB99;
+       }
+       
+.preformatted pre,
+tt {
+       color: #774;
+       font-size: 120%;
+       line-height: 1.3em;
+       text-align: left;
+       }
+       
+       
+.note {
+       margin: 0 0 4px;
+       color: #999;
+       font-size: 90%;
+       }
+.figure {
+       float: left;
+       display: inline;
+       width: 68px;
+       background: #fff;
+       }
+.figure img {
+       padding: 3px;
+       background: #fff;
+       border: 1px solid #ccc;
+       }
+       
+.code-keyword {
+  color: #000091;
+  background-color: inherit;
+}
+
+.code-object {
+  color: #910091;
+  background-color: inherit;
+}
+
+.code-quote {
+  color: #009100;
+  background-color: inherit;
+}
+
+.code-comment {
+  color: #808080;
+  background-color: inherit;
+}
+
+
+.code-xml .code-keyword {
+  color: inherit;
+  font-weight: bold;
+}
+
+.code-tag {
+  color: #000091;
+  background-color: inherit;
+}
+       
+/* Clearing 
+------------------------------------------- */ 
+
+#header:after,
+#container:after,
+#nav:after,
+#nav li:after{
+    content: "."; 
+    display: block; 
+    height: 0;
+    clear: both; 
+    visibility: hidden;
+       }
+
+
+/* Java code formatting from Confluence 
+------------------------------------------- */ 
+
+.dp-highlighter {
+       width: 100%;
+       overflow: auto;
+       line-height: 100% !important;
+       margin: 18px 0px 18px 0px;
+}
+
+.dp-highlighter table {
+       width: 100%;
+       margin: 2px 0px 2px 0px;
+       border-collapse: collapse;
+       background-color: #fff;
+}
+
+.dp-highlighter tbody.hide {
+       display: none;
+}
+.dp-highlighter tbody.show {
+       display: table-row-group;
+       _display: block;
+}
+
+.dp-highlighter td {
+       font-family: Courier New, monospace;
+       font-size: 11px;
+}
+
+/* Styles for the tools */
+
+.dp-highlighter .tools-corner {
+       background-color: #eee;
+       font-size: 9px;
+}
+
+.dp-highlighter .tools {
+       background-color: #eee;
+       padding: 3px 8px 3px 10px;
+       border-bottom: 1px solid gray;
+       font: 9px Verdana, Geneva, Arial, Helvetica, sans-serif;
+       color: silver;
+}
+
+.dp-highlighter .tools-corner {
+       background-color: #eee;
+}
+
+.dp-highlighter .tools a {
+       font-size: 9px;
+       color: gray;
+       text-decoration: none;
+}
+
+.dp-highlighter .tools a:hover {
+       color: red;
+       text-decoration: underline;
+}
+
+/* Gutter with line number */
+
+.dp-highlighter .gutter {
+       padding-right: 5px;
+       padding-left: 10px;
+       width: 5px;
+       background-color: #eee;
+       border-right: 1px solid gray;
+       color: gray;
+       text-align: right;
+       vertical-align: top;
+}
+
+/* Single line style */
+
+.dp-highlighter .line1, .dp-highlighter .line2 {
+       padding-left: 10px;
+       white-space:nowrap;
+}
+
+.dp-highlighter .line2 {
+       /* background-color: #F7F7F7; */
+}
+
+/* About dialog styles */
+
+.dp-about {
+       background-color: #fff;
+       margin: 0px;
+}
+
+.dp-about table {
+       width: 100%;
+       height: 100%;
+       font-size: 11px;
+       font-family: Tahoma, Verdana, Arial, sans-serif !important;
+}
+
+.dp-about td {
+       padding: 10px;
+       vertical-align: top;
+}
+
+.dp-about .copy {
+       border-bottom: 1px solid #ACA899;
+       height: 95%;
+}
+
+.dp-about .title {
+       color: red;
+       font-weight: bold;
+}
+
+.dp-about .para {
+       margin-bottom: 4px;
+}
+
+.dp-about .footer {
+       background-color: #ECEADB;
+       border-top: 1px solid #fff;
+       text-align: right;
+}
+
+.dp-about .close {
+       font-size: 11px;
+       font-family: Tahoma, Verdana, Arial, sans-serif !important;
+       background-color: #ECEADB;
+       width: 60px;
+       height: 22px;
+}
+
+/* Language specific styles */
+
+.dp-c {}
+.dp-c .comment { color: green; }
+.dp-c .string { color: blue; }
+.dp-c .preprocessor { color: gray; }
+.dp-c .keyword { color: blue; }
+.dp-c .vars { color: #d00; }
+
+.dp-vb {}
+.dp-vb .comment { color: green; }
+.dp-vb .string { color: blue; }
+.dp-vb .preprocessor { color: gray; }
+.dp-vb .keyword { color: blue; }
+
+.dp-sql {}
+.dp-sql .comment { color: green; }
+.dp-sql .string { color: red; }
+.dp-sql .keyword { color: blue; }
+.dp-sql .func { color: #ff1493; }
+.dp-sql .op { color: #808080; }
+
+.dp-xml {}
+.dp-xml .cdata { color: #ff1493; }
+.dp-xml .comments { color: green; }
+.dp-xml .tag { color: blue; }
+.dp-xml .tag-name { color: black; font-weight: bold; }
+.dp-xml .attribute { color: red; }
+.dp-xml .attribute-value { color: blue; }
+
+.dp-delphi {}
+.dp-delphi .comment { color: #008200; font-style: italic; }
+.dp-delphi .string { color: blue; }
+.dp-delphi .number { color: blue; }
+.dp-delphi .directive { color: #008284; }
+.dp-delphi .keyword { font-weight: bold; color: navy; }
+.dp-delphi .vars { color: #000; }
+
+.dp-shell {}
+.dp-shell .comment { color: #008200; font-style: italic; }
+.dp-shell .keyword { font-weight: bold; color: navy; }
+
+.dp-py {}
+.dp-py .comment { color: green; }
+.dp-py .string { color: red; }
+.dp-py .docstring { color: brown; }
+.dp-py .keyword { color: blue; font-weight: bold;}
+.dp-py .builtins { color: #ff1493; }
+.dp-py .magicmethods { color: #808080; }
+.dp-py .exceptions { color: brown; }
+.dp-py .types { color: brown; font-style: italic; }
+.dp-py .commonlibs { color: #8A2BE2; font-style: italic; }
+
+/* Overriding styles from Confluence for {code:none} */
+.code {
+    background-color: #F9F9F6;
+    border: none;
+}
+.code textarea, .code input {
+    border: 1px solid #ccc;
+    background-color: transparent;
+    width: 100%;
+    font-size: 11px;
+    font-family: Courier New, monospace;
+    line-height: 13px;
+    padding: 10px;
+}
+
+.code tr, .code td {
+        padding: 0;
+        border: 0;
+}
+
+.code table {
+       border; 0;
+       padding: 10px;
+       background-color: transparent;
+}
+

Added: cayenne/site/cms/trunk/content/css/print.css
URL: 
http://svn.apache.org/viewvc/cayenne/site/cms/trunk/content/css/print.css?rev=1399223&view=auto
==============================================================================
--- cayenne/site/cms/trunk/content/css/print.css (added)
+++ cayenne/site/cms/trunk/content/css/print.css Wed Oct 17 13:20:16 2012
@@ -0,0 +1,23 @@
+/*
+       Site:       Apache Cayenne
+       Title:      Print styles
+       Author:     Bruce Martin, [email protected]
+       Updated:    Januray 22, 2007
+*/
+
+body {
+       font-family: Verdana, sans-serif;
+       font-size: 12pt;
+       }
+
+h1, h2, h3 {
+       font-family: "Trebuchet MS", Verdana, sans-serif;
+       }
+
+#nav, hr {
+       display: none;
+       }
+       
+a:link, a:visited {
+       color: #000;
+       }
\ No newline at end of file

Added: cayenne/site/cms/trunk/content/css/styles.css
URL: 
http://svn.apache.org/viewvc/cayenne/site/cms/trunk/content/css/styles.css?rev=1399223&view=auto
==============================================================================
--- cayenne/site/cms/trunk/content/css/styles.css (added)
+++ cayenne/site/cms/trunk/content/css/styles.css Wed Oct 17 13:20:16 2012
@@ -0,0 +1,3 @@
+
+@import url("master.css");
+@import url("ie.css");
\ No newline at end of file

Added: cayenne/site/cms/trunk/content/img/apache.gif
URL: 
http://svn.apache.org/viewvc/cayenne/site/cms/trunk/content/img/apache.gif?rev=1399223&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cayenne/site/cms/trunk/content/img/apache.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: cayenne/site/cms/trunk/content/img/bullet.gif
URL: 
http://svn.apache.org/viewvc/cayenne/site/cms/trunk/content/img/bullet.gif?rev=1399223&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cayenne/site/cms/trunk/content/img/bullet.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: cayenne/site/cms/trunk/content/img/cayenne.gif
URL: 
http://svn.apache.org/viewvc/cayenne/site/cms/trunk/content/img/cayenne.gif?rev=1399223&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cayenne/site/cms/trunk/content/img/cayenne.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: cayenne/site/cms/trunk/content/img/container-bg.gif
URL: 
http://svn.apache.org/viewvc/cayenne/site/cms/trunk/content/img/container-bg.gif?rev=1399223&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cayenne/site/cms/trunk/content/img/container-bg.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: cayenne/site/cms/trunk/content/img/header-bg.gif
URL: 
http://svn.apache.org/viewvc/cayenne/site/cms/trunk/content/img/header-bg.gif?rev=1399223&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cayenne/site/cms/trunk/content/img/header-bg.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: cayenne/site/cms/trunk/content/img/nav-bullet.gif
URL: 
http://svn.apache.org/viewvc/cayenne/site/cms/trunk/content/img/nav-bullet.gif?rev=1399223&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cayenne/site/cms/trunk/content/img/nav-bullet.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: cayenne/site/cms/trunk/content/img/nav-li.gif
URL: 
http://svn.apache.org/viewvc/cayenne/site/cms/trunk/content/img/nav-li.gif?rev=1399223&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cayenne/site/cms/trunk/content/img/nav-li.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: cayenne/site/cms/trunk/content/img/nav-ul.gif
URL: 
http://svn.apache.org/viewvc/cayenne/site/cms/trunk/content/img/nav-ul.gif?rev=1399223&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cayenne/site/cms/trunk/content/img/nav-ul.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: cayenne/site/cms/trunk/content/img/wrap-left.gif
URL: 
http://svn.apache.org/viewvc/cayenne/site/cms/trunk/content/img/wrap-left.gif?rev=1399223&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cayenne/site/cms/trunk/content/img/wrap-left.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: cayenne/site/cms/trunk/content/img/wrap-right.gif
URL: 
http://svn.apache.org/viewvc/cayenne/site/cms/trunk/content/img/wrap-right.gif?rev=1399223&view=auto
==============================================================================
Binary file - no diff available.

Propchange: cayenne/site/cms/trunk/content/img/wrap-right.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: cayenne/site/cms/trunk/content/js/scripts.js
URL: 
http://svn.apache.org/viewvc/cayenne/site/cms/trunk/content/js/scripts.js?rev=1399223&view=auto
==============================================================================
--- cayenne/site/cms/trunk/content/js/scripts.js (added)
+++ cayenne/site/cms/trunk/content/js/scripts.js Wed Oct 17 13:20:16 2012
@@ -0,0 +1 @@
+sfHover = function() {
        var sfEls = document.getElementById("nav").getElementsByTagName("LI");
        for (var i=0; i<sfEls.length; i++) {
                sfEls[i].onmouseover=function() {
                        this.className+=" sfhover";
                }
                sfEls[i].onmouseout=function() {
                        this.className=this.className.replace(new RegExp(" 
sfhover\\b"), "");
                }
        }
}
if (document.all) {
        if (window.attachEvent) { 
                //IE Win
                window.attachEvent("onload", sfHover);
        } else { 
                //IE Mac does not support attachEvent
                var old = window.onload;
                window.onload = function() { 
                        if (old) old(); 
                        sfHover();
                }
        }
}
\ No newline at end of file


Reply via email to