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 2010/03/29 03:14:49 UTC

svn commit: r928555 [11/16] - in /myfaces/tomahawk/trunk/core20/src/main/resources/META-INF/resources: oam.custom.calendar.DB/ oam.custom.calendar.WH/ oam.custom.calendar.images/ oam.custom.inputHtml.kupudrawers/ oam.custom.inputHtml.kupuimages/ oam.cu...

Added: myfaces/tomahawk/trunk/core20/src/main/resources/META-INF/resources/oam.custom.navmenu.jscookmenu.ThemeGray/theme.css
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/core20/src/main/resources/META-INF/resources/oam.custom.navmenu.jscookmenu.ThemeGray/theme.css?rev=928555&view=auto
==============================================================================
--- myfaces/tomahawk/trunk/core20/src/main/resources/META-INF/resources/oam.custom.navmenu.jscookmenu.ThemeGray/theme.css (added)
+++ myfaces/tomahawk/trunk/core20/src/main/resources/META-INF/resources/oam.custom.navmenu.jscookmenu.ThemeGray/theme.css Mon Mar 29 01:14:43 2010
@@ -0,0 +1,211 @@
+/*
+ * ThemeGray Style Sheet
+ * by Ian Reyes and Heng Yuan
+ */
+
+.ThemeGrayMenu,.ThemeGraySubMenuTable
+{
+	font-family: Tahoma;
+	font-weight: bold;
+	font-size: 11px;
+
+	color: white;
+	background-color: #ffffff;
+
+	cursor:		default;
+	cursor:		hand !important;
+	white-space:	nowrap;
+}
+
+.ThemeGraySubMenu
+{
+	position:	absolute;
+	display:	block;
+	visibility:	hidden;
+	overflow:	hidden;
+
+	border:		1px outset #9C9A9C;
+	background-color: transparent;
+}
+
+.ThemeGraySubMenuTable
+{
+	border-collapse:	separate;
+	opacity:	0.9;
+	filter:Alpha(style=0,opacity=90);
+}
+
+.ThemeGrayMenuItem,.ThemeGrayMenuItemHover,.ThemeGrayMenuItemActive
+{
+	cursor:		default;
+	cursor:		hand !important;
+	white-space:	nowrap;
+}
+
+.ThemeGrayMainItem,
+.ThemeGrayMenuItem
+{
+	padding:	4px 10px 4px 10px;
+
+	border:		0px solid #ffffff;
+	background-color:	#5f5f5f;
+}
+
+.ThemeGrayMainItemHover,
+.ThemeGrayMainItemActive
+{
+	padding:	4px 10px 4px 10px;
+	
+	border:		0px solid #ffffff;
+	background-color:	#444444;
+}
+
+.ThemeGrayMenuItemHover,
+.ThemeGrayMenuItemActive
+{
+	padding:	5px;
+	border:		1px solid #ffffff;
+	background-color:	#333333;
+}
+
+/* horizontal main menu sub components */
+/* panel doesn't really support horizontal menus */
+/* there are simpler approaches, but the setting here allows me to
+   set a background image for the menu without lines all over it */
+
+.ThemeGrayMainFolderLeft,
+.ThemeGrayMainItemLeft,
+.ThemeGrayMainFolderText,
+.ThemeGrayMainItemText,
+.ThemeGrayMainItemRight,
+.ThemeGrayMainFolderRight
+{
+	border: 0;
+	background-color: inherit;
+	white-space: nowrap;
+}
+
+/* sub menus sub components */
+
+.ThemeGrayMenuFolderLeft,
+.ThemeGrayMenuItemLeft
+{
+	padding:	3px 0px 3px 3px;
+	border:		0;
+	white-space:	nowrap;
+	background-color:	inherit;
+}
+
+.ThemeGrayMenuFolderText,
+.ThemeGrayMenuItemText
+{
+	padding:	3px 3px 3px 5px;
+
+	border:		0;
+	white-space:	nowrap;
+	background-color:	inherit;
+}
+
+.ThemeGrayMenuItemRight,
+.ThemeGrayMenuFolderRight
+{
+	padding:	3px 1px 3px 0px;
+
+	border:		0;
+	white-space:	nowrap;
+	background-color:	inherit;
+}
+
+/* hoover and active border */
+.ThemeGrayMenuItemHover .ThemeGrayMenuFolderLeft,
+.ThemeGrayMenuItemActive .ThemeGrayMenuFolderLeft,
+.ThemeGrayMenuItemHover .ThemeGrayMenuItemLeft,
+.ThemeGrayMenuItemActive .ThemeGrayMenuItemLeft,
+.ThemeGrayMenuItemHover .ThemeGrayMenuFolderText,
+.ThemeGrayMenuItemActive .ThemeGrayMenuFolderText,
+.ThemeGrayMenuItemHover .ThemeGrayMenuItemText,
+.ThemeGrayMenuItemActive .ThemeGrayMenuItemText,
+.ThemeGrayMenuItemHover .ThemeGrayMenuFolderRight,
+.ThemeGrayMenuItemActive .ThemeGrayMenuFolderRight,
+.ThemeGrayMenuItemHover .ThemeGrayMenuItemRight,
+.ThemeGrayMenuItemActive .ThemeGrayMenuItemRight
+{
+	border-color:	#9C9A9C;
+}
+
+.ThemeGrayMenuItemHover .ThemeGrayMenuFolderLeft,
+.ThemeGrayMenuItemActive .ThemeGrayMenuFolderLeft,
+.ThemeGrayMenuItemHover .ThemeGrayMenuItemLeft,
+.ThemeGrayMenuItemActive .ThemeGrayMenuItemLeft
+{
+	border-width:	1px 0px 1px 1px;
+	border-style:	solid;
+	padding:	2px 0px 2px 2px;
+}
+
+.ThemeGrayMenuItemHover .ThemeGrayMenuFolderText,
+.ThemeGrayMenuItemActive .ThemeGrayMenuFolderText,
+.ThemeGrayMenuItemHover .ThemeGrayMenuItemText,
+.ThemeGrayMenuItemActive .ThemeGrayMenuItemText
+{
+	border-width:	1px 0px 1px 0px;
+	border-style:	solid;
+	padding:	2px 3px 2px 5px;
+}
+
+.ThemeGrayMenuItemHover .ThemeGrayMenuFolderRight,
+.ThemeGrayMenuItemActive .ThemeGrayMenuFolderRight,
+.ThemeGrayMenuItemHover .ThemeGrayMenuItemRight,
+.ThemeGrayMenuItemActive .ThemeGrayMenuItemRight
+{
+	border-width:	1px 1px 1px 0px;
+	border-style:	solid;
+	padding:	2px 0px 2px 0px;
+}
+
+td.ThemeGrayMenuSplit
+{
+	padding:	0px;
+	margin:		0px;
+	height:		5px;
+	border:		0px;
+	background-color:	inherit;
+	overflow:	hidden;
+}
+
+div.ThemeGrayMenuSplit
+{
+	margin: 2px;
+	height: 1px;
+	overflow: hidden;
+	background-color: inherit;
+	border-top: 1px solid #9C9A9C;
+}
+
+/* image shadow animation */
+
+/*
+	seq1:	image for normal
+	seq2:	image for hover and active
+
+	To use, in the icon field, input the following:
+	<img class="seq1" src="normal.gif" /><img class="seq2" src="hover.gif" />
+*/
+
+.ThemeGrayMenuItem img.seq1
+{
+	display:	inline;
+}
+
+.ThemeGrayMenuItemHover seq2,
+.ThemeGrayMenuItemActive seq2
+{
+	display:	inline;
+}
+
+.ThemeGrayMenuItem .seq2,
+.ThemeGrayMenuItemHover .seq1,
+.ThemeGrayMenuItemActive .seq1
+{
+	display:	none;
+}

Added: myfaces/tomahawk/trunk/core20/src/main/resources/META-INF/resources/oam.custom.navmenu.jscookmenu.ThemeGray/theme.js
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/core20/src/main/resources/META-INF/resources/oam.custom.navmenu.jscookmenu.ThemeGray/theme.js?rev=928555&view=auto
==============================================================================
--- myfaces/tomahawk/trunk/core20/src/main/resources/META-INF/resources/oam.custom.navmenu.jscookmenu.ThemeGray/theme.js (added)
+++ myfaces/tomahawk/trunk/core20/src/main/resources/META-INF/resources/oam.custom.navmenu.jscookmenu.ThemeGray/theme.js Mon Mar 29 01:14:43 2010
@@ -0,0 +1,50 @@
+/*
+ * ThemeGray by Ian Reyes and Heng Yuan
+ */
+
+var cmThemeGray =
+{
+	prefix:	'ThemeGray',
+  	// main menu display attributes
+  	//
+  	// Note.  When the menu bar is horizontal,
+  	// mainFolderLeft and mainFolderRight are
+  	// put in <span></span>.  When the menu
+  	// bar is vertical, they would be put in
+  	// a separate TD cell.
+
+  	// HTML code to the left of the folder item
+  	mainFolderLeft: '',
+  	// HTML code to the right of the folder item
+  	mainFolderRight: '',
+	// HTML code to the left of the regular item
+	mainItemLeft: '',
+	// HTML code to the right of the regular item
+	mainItemRight: '',
+
+	// sub menu display attributes
+
+	// HTML code to the left of the folder item
+	folderLeft: '>',
+	// HTML code to the right of the folder item
+	folderRight: '&lt;',
+	// HTML code to the left of the regular item
+	itemLeft: '&nbsp;',
+	// HTML code to the right of the regular item
+	itemRight: '&nbsp;',
+	// cell spacing for main menu
+	mainSpacing: 1,
+	// cell spacing for sub menus
+	subSpacing: 0,
+	// auto dispear time for submenus in milli-seconds
+	delay: 200
+
+	// rest use default settings
+};
+
+// for sub menu horizontal split
+var cmThemeGrayHSplit = [_cmNoClick, '<td colspan="3" class="ThemeGrayMenuSplit"><div class="ThemeGrayMenuSplit"></div></td>'];
+// for vertical main menu horizontal split
+var cmThemeGrayMainHSplit = [_cmNoClick, '<td colspan="3" class="ThemeGrayMenuSplit"><div class="ThemeGrayMenuSplit"></div></td>'];
+// for horizontal main menu vertical split
+var cmThemeGrayMainVSplit = [_cmNoClick, '|'];

Added: myfaces/tomahawk/trunk/core20/src/main/resources/META-INF/resources/oam.custom.navmenu.jscookmenu.ThemeIE/;j
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/core20/src/main/resources/META-INF/resources/oam.custom.navmenu.jscookmenu.ThemeIE/%3Bj?rev=928555&view=auto
==============================================================================
    (empty)

Added: myfaces/tomahawk/trunk/core20/src/main/resources/META-INF/resources/oam.custom.navmenu.jscookmenu.ThemeIE/arrow.gif
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/core20/src/main/resources/META-INF/resources/oam.custom.navmenu.jscookmenu.ThemeIE/arrow.gif?rev=928555&view=auto
==============================================================================
Binary file - no diff available.

Propchange: myfaces/tomahawk/trunk/core20/src/main/resources/META-INF/resources/oam.custom.navmenu.jscookmenu.ThemeIE/arrow.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: myfaces/tomahawk/trunk/core20/src/main/resources/META-INF/resources/oam.custom.navmenu.jscookmenu.ThemeIE/folder.gif
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/core20/src/main/resources/META-INF/resources/oam.custom.navmenu.jscookmenu.ThemeIE/folder.gif?rev=928555&view=auto
==============================================================================
Binary file - no diff available.

Propchange: myfaces/tomahawk/trunk/core20/src/main/resources/META-INF/resources/oam.custom.navmenu.jscookmenu.ThemeIE/folder.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: myfaces/tomahawk/trunk/core20/src/main/resources/META-INF/resources/oam.custom.navmenu.jscookmenu.ThemeIE/link.gif
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/core20/src/main/resources/META-INF/resources/oam.custom.navmenu.jscookmenu.ThemeIE/link.gif?rev=928555&view=auto
==============================================================================
Binary file - no diff available.

Propchange: myfaces/tomahawk/trunk/core20/src/main/resources/META-INF/resources/oam.custom.navmenu.jscookmenu.ThemeIE/link.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: myfaces/tomahawk/trunk/core20/src/main/resources/META-INF/resources/oam.custom.navmenu.jscookmenu.ThemeIE/theme.css
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/core20/src/main/resources/META-INF/resources/oam.custom.navmenu.jscookmenu.ThemeIE/theme.css?rev=928555&view=auto
==============================================================================
--- myfaces/tomahawk/trunk/core20/src/main/resources/META-INF/resources/oam.custom.navmenu.jscookmenu.ThemeIE/theme.css (added)
+++ myfaces/tomahawk/trunk/core20/src/main/resources/META-INF/resources/oam.custom.navmenu.jscookmenu.ThemeIE/theme.css Mon Mar 29 01:14:43 2010
@@ -0,0 +1,107 @@
+/* ThemeIEMenu Style Sheet */
+
+.ThemeIEMenu,.ThemeIESubMenuTable
+{
+	cursor:		default;
+	font-family:	verdana, arial, sans-serif;
+	font-size:	13px;
+
+	padding:	0;
+	border:		0;
+	white-space:	nowrap;
+}
+
+.ThemeIEMenu
+{
+	background-color:	#F7F3EF;
+}
+
+.ThemeIESubMenu
+{
+	position:	absolute;
+	visibility:	hidden;
+
+	/*
+	   Netscape/Mozilla renders borders by increasing
+	   their z-index.  The following line is necessary
+	   to cover any borders underneath
+	*/
+	z-index:	100;
+	border:		0;
+	padding:	0;
+
+	filter:progid:DXImageTransform.Microsoft.Shadow(color=#848A84, Direction=135, Strength=4);
+}
+
+.ThemeIESubMenuTable
+{
+	border:		1px solid #ADAA9C;
+	background-color:	white;
+}
+
+.ThemeIESubMenuTable td
+{
+	white-space:	nowrap;
+}
+
+.ThemeIEMainItem,.ThemeIEMainItemHover,.ThemeIEMainItemActive,
+.ThemeIEMenuItem,.ThemeIEMenuItemHover,.ThemeIEMenuItemActive
+{
+	padding-left:	3px;
+	padding-right:	3px;
+	white-space:	nowrap;
+}
+
+.ThemeIEMainItemHover,.ThemeIEMainItemActive,
+.ThemeIEMenuItemHover,.ThemeIEMenuItemActive
+{
+	color:		white;
+	background-color:	#3169C6;
+}
+
+.ThemeIEMenuSplit
+{
+	height:		1px;
+	margin-top:	1px;
+	margin-bottom:	1px;
+	overflow:	hidden;
+	background-color:	inherit;
+	border-top:	1px solid #ADAA9C;
+}
+
+.ThemeIEMenuVSplit
+{
+	width:		1px;
+	margin:		0px;
+	overflow:	hidden;
+	background-color:	inherit;
+	border-right:	1px solid #ADAA9C;
+}
+
+/* image shadow animation */
+
+/*
+	seq1:	image for normal
+	seq2:	image for hover and active
+
+	To use, in the icon field, input the following:
+	<img class="seq1" src="normal.gif" /><img class="seq2" src="hover.gif" />
+*/
+
+.ThemeIEMenuItem img.seq1
+{
+	display:	inline;
+}
+
+.ThemeIEMenuItemHover seq2,
+.ThemeIEMenuItemActive seq2
+{
+	display:	inline;
+}
+
+.ThemeIEMenuItem .seq2,
+.ThemeIEMenuItemHover .seq1,
+.ThemeIEMenuItemActive .seq1
+{
+	display:	none;
+}

Added: myfaces/tomahawk/trunk/core20/src/main/resources/META-INF/resources/oam.custom.navmenu.jscookmenu.ThemeIE/theme.js
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/core20/src/main/resources/META-INF/resources/oam.custom.navmenu.jscookmenu.ThemeIE/theme.js?rev=928555&view=auto
==============================================================================
--- myfaces/tomahawk/trunk/core20/src/main/resources/META-INF/resources/oam.custom.navmenu.jscookmenu.ThemeIE/theme.js (added)
+++ myfaces/tomahawk/trunk/core20/src/main/resources/META-INF/resources/oam.custom.navmenu.jscookmenu.ThemeIE/theme.js Mon Mar 29 01:14:43 2010
@@ -0,0 +1,63 @@
+
+var cmThemeIEBase = 'jscookmenu/ThemeIE/';
+
+if(myThemeIEBase)
+    cmThemeIEBase = myThemeIEBase;
+
+var myPrefix = cmThemeIEBase;
+var mySuffix="";
+
+// sub menu display attributes
+if(cmThemeIEBase.indexOf("/;j")>-1){
+	myPrefix=cmThemeIEBase.substring(0,cmThemeIEBase.indexOf("/;j")) + "/";
+	mySuffix=cmThemeIEBase.substring(cmThemeIEBase.indexOf("/;j")+3);
+}
+
+var myFolderLeft=myPrefix + 'folder.gif' + mySuffix;
+var myFolderRight=myPrefix + 'arrow.gif' + mySuffix;
+var myItemLeft=myPrefix + 'link.gif' + mySuffix;
+
+
+var cmThemeIE =
+{
+  	// main menu display attributes
+  	//
+  	// Note.  When the menu bar is horizontal,
+  	// mainFolderLeft and mainFolderRight are
+  	// put in <span></span>.  When the menu
+  	// bar is vertical, they would be put in
+  	// a separate TD cell.
+
+  	// HTML code to the left of the folder item
+  	mainFolderLeft: '',
+  	// HTML code to the right of the folder item
+  	mainFolderRight: '',
+	// HTML code to the left of the regular item
+	mainItemLeft: '',
+	// HTML code to the right of the regular item
+	mainItemRight: '',
+
+	// sub menu display attributes
+
+	// HTML code to the left of the folder item
+	folderLeft: '<img alt="" src="' + myFolderLeft + '">',
+	// HTML code to the right of the folder item
+	folderRight: '<img alt="" src="' + myFolderRight + '">',
+	// HTML code to the left of the regular item
+	itemLeft: '<img alt="" src="' + myItemLeft + '">',
+	// HTML code to the right of the regular item
+	itemRight: '',
+	// cell spacing for main menu
+	mainSpacing: 0,
+	// cell spacing for sub menus
+	subSpacing: 0,
+	// auto dispear time for submenus in milli-seconds
+	delay: 100
+};
+
+// horizontal split, used only in sub menus
+var cmThemeIEHSplit = [_cmNoAction, '<td colspan="3" style="height: 3px; overflow: hidden"><div class="ThemeIEMenuSplit"></div></td>'];
+// vertical split, used only in main menu
+var cmThemeIEMainVSplit = [_cmNoAction, '<div class="ThemeIEMenuVSplit"></div>'];
+// horizontal split, used only in main menu
+var cmThemeIEMainHSplit = [_cmNoAction, '<td colspan="3"><div class="ThemeIEMenuSplit"></div></td>'];

Added: myfaces/tomahawk/trunk/core20/src/main/resources/META-INF/resources/oam.custom.navmenu.jscookmenu.ThemeMiniBlack/theme.css
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/core20/src/main/resources/META-INF/resources/oam.custom.navmenu.jscookmenu.ThemeMiniBlack/theme.css?rev=928555&view=auto
==============================================================================
--- myfaces/tomahawk/trunk/core20/src/main/resources/META-INF/resources/oam.custom.navmenu.jscookmenu.ThemeMiniBlack/theme.css (added)
+++ myfaces/tomahawk/trunk/core20/src/main/resources/META-INF/resources/oam.custom.navmenu.jscookmenu.ThemeMiniBlack/theme.css Mon Mar 29 01:14:43 2010
@@ -0,0 +1,70 @@
+/* ThemeMiniBlackMenu Style Sheet */
+
+.ThemeMiniBlackMenu,.ThemeMiniBlackSubMenuTable
+{
+	font-family:	verdana, arial, sans-serif;
+	font-size:	9px;
+	color:		white;
+	background-color:	black;
+
+	padding:	0;
+	border:		0;
+
+	cursor:		default;
+}
+
+.ThemeMiniBlackSubMenu
+{
+	position: absolute;
+	visibility: hidden;
+
+	/*
+	   Netscape/Mozilla renders borders by increasing
+	   their z-index.  The following line is necessary
+	   to cover any borders underneath
+	*/
+	z-index:        100;
+	border:		0;
+	padding:	0;
+}
+
+.ThemeMiniBlackSubMenuTable
+{
+	border-top:	1px solid white;
+}
+
+.ThemeMiniBlackSubMenuTable TD
+{
+	white-space:	nowrap;
+}
+
+.ThemeMiniBlackMainItem,.ThemeMiniBlackMainItemHover,.ThemeMiniBlackMainItemActive,
+.ThemeMiniBlackMenuItem,.ThemeMiniBlackMenuItemHover,.ThemeMiniBlackMenuItemActive
+{
+	white-space:	nowrap;
+}
+
+.ThemeMiniBlackMainItemHover,.ThemeMiniBlackMainItemActive,
+.ThemeMiniBlackMenuItemHover,.ThemeMiniBlackMenuItemActive
+{
+	color:		red;
+}
+
+.ThemeMiniBlackMenuSplit
+{
+	height:		1px;
+	margin-top:	1px;
+	margin-bottom:	1px;
+	overflow:	hidden;
+	background-color:	inherit;
+	border-top:	1px solid white;
+}
+
+.ThemeMiniBlackMenuVSplit
+{
+	width:		1px;
+	margin:		0px;
+	overflow:	hidden;
+	background-color:	inherit;
+	border-right:	1px solid white;
+}

Added: myfaces/tomahawk/trunk/core20/src/main/resources/META-INF/resources/oam.custom.navmenu.jscookmenu.ThemeMiniBlack/theme.js
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/core20/src/main/resources/META-INF/resources/oam.custom.navmenu.jscookmenu.ThemeMiniBlack/theme.js?rev=928555&view=auto
==============================================================================
--- myfaces/tomahawk/trunk/core20/src/main/resources/META-INF/resources/oam.custom.navmenu.jscookmenu.ThemeMiniBlack/theme.js (added)
+++ myfaces/tomahawk/trunk/core20/src/main/resources/META-INF/resources/oam.custom.navmenu.jscookmenu.ThemeMiniBlack/theme.js Mon Mar 29 01:14:43 2010
@@ -0,0 +1,43 @@
+var cmThemeMiniBlack =
+{
+  	// main menu display attributes
+  	//
+  	// Note.  When the menu bar is horizontal,
+  	// mainFolderLeft and mainFolderRight are
+  	// put in <span></span>.  When the menu
+  	// bar is vertical, they would be put in
+  	// a separate TD cell.
+
+  	// HTML code to the left of the folder item
+  	mainFolderLeft: '',
+  	// HTML code to the right of the folder item
+  	mainFolderRight: '',
+	// HTML code to the left of the regular item
+	mainItemLeft: '',
+	// HTML code to the right of the regular item
+	mainItemRight: '',
+
+	// sub menu display attributes
+
+	// HTML code to the left of the folder item
+	folderLeft: '',
+	// HTML code to the right of the folder item
+	folderRight: '',
+	// HTML code to the left of the regular item
+	itemLeft: '',
+	// HTML code to the right of the regular item
+	itemRight: '',
+	// cell spacing for main menu
+	mainSpacing: 0,
+	// cell spacing for sub menus
+	subSpacing: 0,
+	// auto dispear time for submenus in milli-seconds
+	delay: 100
+};
+
+// horizontal split, used only in sub menus
+var cmThemeMiniBlackHSplit = [_cmNoAction, '<td colspan="3" style="height: 3px; overflow: hidden"><div class="ThemeMiniBlackMenuSplit"></div></td>'];
+// horizontal split, used only in main menu
+var cmThemeMiniBlackMainHSplit = [_cmNoAction, '<td colspan="3"><div class="ThemeMiniBlackMenuSplit"></div></td>'];
+// vertical split, used only in main menu
+var cmThemeMiniBlackMainVSplit = [_cmNoAction, '<div class="ThemeMiniBlackMenuVSplit"></div>'];

Added: myfaces/tomahawk/trunk/core20/src/main/resources/META-INF/resources/oam.custom.navmenu.jscookmenu.ThemeOffice/;j
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/core20/src/main/resources/META-INF/resources/oam.custom.navmenu.jscookmenu.ThemeOffice/%3Bj?rev=928555&view=auto
==============================================================================
    (empty)

Added: myfaces/tomahawk/trunk/core20/src/main/resources/META-INF/resources/oam.custom.navmenu.jscookmenu.ThemeOffice/arrow.gif
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/core20/src/main/resources/META-INF/resources/oam.custom.navmenu.jscookmenu.ThemeOffice/arrow.gif?rev=928555&view=auto
==============================================================================
Binary file - no diff available.

Propchange: myfaces/tomahawk/trunk/core20/src/main/resources/META-INF/resources/oam.custom.navmenu.jscookmenu.ThemeOffice/arrow.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: myfaces/tomahawk/trunk/core20/src/main/resources/META-INF/resources/oam.custom.navmenu.jscookmenu.ThemeOffice/arrowdown.gif
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/core20/src/main/resources/META-INF/resources/oam.custom.navmenu.jscookmenu.ThemeOffice/arrowdown.gif?rev=928555&view=auto
==============================================================================
Binary file - no diff available.

Propchange: myfaces/tomahawk/trunk/core20/src/main/resources/META-INF/resources/oam.custom.navmenu.jscookmenu.ThemeOffice/arrowdown.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: myfaces/tomahawk/trunk/core20/src/main/resources/META-INF/resources/oam.custom.navmenu.jscookmenu.ThemeOffice/blank.gif
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/core20/src/main/resources/META-INF/resources/oam.custom.navmenu.jscookmenu.ThemeOffice/blank.gif?rev=928555&view=auto
==============================================================================
Binary file - no diff available.

Propchange: myfaces/tomahawk/trunk/core20/src/main/resources/META-INF/resources/oam.custom.navmenu.jscookmenu.ThemeOffice/blank.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: myfaces/tomahawk/trunk/core20/src/main/resources/META-INF/resources/oam.custom.navmenu.jscookmenu.ThemeOffice/copy.gif
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/core20/src/main/resources/META-INF/resources/oam.custom.navmenu.jscookmenu.ThemeOffice/copy.gif?rev=928555&view=auto
==============================================================================
Binary file - no diff available.

Propchange: myfaces/tomahawk/trunk/core20/src/main/resources/META-INF/resources/oam.custom.navmenu.jscookmenu.ThemeOffice/copy.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: myfaces/tomahawk/trunk/core20/src/main/resources/META-INF/resources/oam.custom.navmenu.jscookmenu.ThemeOffice/copyshadow.gif
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/core20/src/main/resources/META-INF/resources/oam.custom.navmenu.jscookmenu.ThemeOffice/copyshadow.gif?rev=928555&view=auto
==============================================================================
Binary file - no diff available.

Propchange: myfaces/tomahawk/trunk/core20/src/main/resources/META-INF/resources/oam.custom.navmenu.jscookmenu.ThemeOffice/copyshadow.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: myfaces/tomahawk/trunk/core20/src/main/resources/META-INF/resources/oam.custom.navmenu.jscookmenu.ThemeOffice/cut.gif
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/core20/src/main/resources/META-INF/resources/oam.custom.navmenu.jscookmenu.ThemeOffice/cut.gif?rev=928555&view=auto
==============================================================================
Binary file - no diff available.

Propchange: myfaces/tomahawk/trunk/core20/src/main/resources/META-INF/resources/oam.custom.navmenu.jscookmenu.ThemeOffice/cut.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: myfaces/tomahawk/trunk/core20/src/main/resources/META-INF/resources/oam.custom.navmenu.jscookmenu.ThemeOffice/cutshadow.gif
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/core20/src/main/resources/META-INF/resources/oam.custom.navmenu.jscookmenu.ThemeOffice/cutshadow.gif?rev=928555&view=auto
==============================================================================
Binary file - no diff available.

Propchange: myfaces/tomahawk/trunk/core20/src/main/resources/META-INF/resources/oam.custom.navmenu.jscookmenu.ThemeOffice/cutshadow.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: myfaces/tomahawk/trunk/core20/src/main/resources/META-INF/resources/oam.custom.navmenu.jscookmenu.ThemeOffice/help.gif
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/core20/src/main/resources/META-INF/resources/oam.custom.navmenu.jscookmenu.ThemeOffice/help.gif?rev=928555&view=auto
==============================================================================
Binary file - no diff available.

Propchange: myfaces/tomahawk/trunk/core20/src/main/resources/META-INF/resources/oam.custom.navmenu.jscookmenu.ThemeOffice/help.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: myfaces/tomahawk/trunk/core20/src/main/resources/META-INF/resources/oam.custom.navmenu.jscookmenu.ThemeOffice/helpshadow.gif
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/core20/src/main/resources/META-INF/resources/oam.custom.navmenu.jscookmenu.ThemeOffice/helpshadow.gif?rev=928555&view=auto
==============================================================================
Binary file - no diff available.

Propchange: myfaces/tomahawk/trunk/core20/src/main/resources/META-INF/resources/oam.custom.navmenu.jscookmenu.ThemeOffice/helpshadow.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: myfaces/tomahawk/trunk/core20/src/main/resources/META-INF/resources/oam.custom.navmenu.jscookmenu.ThemeOffice/new.gif
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/core20/src/main/resources/META-INF/resources/oam.custom.navmenu.jscookmenu.ThemeOffice/new.gif?rev=928555&view=auto
==============================================================================
Binary file - no diff available.

Propchange: myfaces/tomahawk/trunk/core20/src/main/resources/META-INF/resources/oam.custom.navmenu.jscookmenu.ThemeOffice/new.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: myfaces/tomahawk/trunk/core20/src/main/resources/META-INF/resources/oam.custom.navmenu.jscookmenu.ThemeOffice/open.gif
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/core20/src/main/resources/META-INF/resources/oam.custom.navmenu.jscookmenu.ThemeOffice/open.gif?rev=928555&view=auto
==============================================================================
Binary file - no diff available.

Propchange: myfaces/tomahawk/trunk/core20/src/main/resources/META-INF/resources/oam.custom.navmenu.jscookmenu.ThemeOffice/open.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: myfaces/tomahawk/trunk/core20/src/main/resources/META-INF/resources/oam.custom.navmenu.jscookmenu.ThemeOffice/openshadow.gif
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/core20/src/main/resources/META-INF/resources/oam.custom.navmenu.jscookmenu.ThemeOffice/openshadow.gif?rev=928555&view=auto
==============================================================================
Binary file - no diff available.

Propchange: myfaces/tomahawk/trunk/core20/src/main/resources/META-INF/resources/oam.custom.navmenu.jscookmenu.ThemeOffice/openshadow.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: myfaces/tomahawk/trunk/core20/src/main/resources/META-INF/resources/oam.custom.navmenu.jscookmenu.ThemeOffice/paste.gif
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/core20/src/main/resources/META-INF/resources/oam.custom.navmenu.jscookmenu.ThemeOffice/paste.gif?rev=928555&view=auto
==============================================================================
Binary file - no diff available.

Propchange: myfaces/tomahawk/trunk/core20/src/main/resources/META-INF/resources/oam.custom.navmenu.jscookmenu.ThemeOffice/paste.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: myfaces/tomahawk/trunk/core20/src/main/resources/META-INF/resources/oam.custom.navmenu.jscookmenu.ThemeOffice/pasteshadow.gif
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/core20/src/main/resources/META-INF/resources/oam.custom.navmenu.jscookmenu.ThemeOffice/pasteshadow.gif?rev=928555&view=auto
==============================================================================
Binary file - no diff available.

Propchange: myfaces/tomahawk/trunk/core20/src/main/resources/META-INF/resources/oam.custom.navmenu.jscookmenu.ThemeOffice/pasteshadow.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: myfaces/tomahawk/trunk/core20/src/main/resources/META-INF/resources/oam.custom.navmenu.jscookmenu.ThemeOffice/save.gif
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/core20/src/main/resources/META-INF/resources/oam.custom.navmenu.jscookmenu.ThemeOffice/save.gif?rev=928555&view=auto
==============================================================================
Binary file - no diff available.

Propchange: myfaces/tomahawk/trunk/core20/src/main/resources/META-INF/resources/oam.custom.navmenu.jscookmenu.ThemeOffice/save.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: myfaces/tomahawk/trunk/core20/src/main/resources/META-INF/resources/oam.custom.navmenu.jscookmenu.ThemeOffice/saveshadow.gif
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/core20/src/main/resources/META-INF/resources/oam.custom.navmenu.jscookmenu.ThemeOffice/saveshadow.gif?rev=928555&view=auto
==============================================================================
Binary file - no diff available.

Propchange: myfaces/tomahawk/trunk/core20/src/main/resources/META-INF/resources/oam.custom.navmenu.jscookmenu.ThemeOffice/saveshadow.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: myfaces/tomahawk/trunk/core20/src/main/resources/META-INF/resources/oam.custom.navmenu.jscookmenu.ThemeOffice/spacer.gif
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/core20/src/main/resources/META-INF/resources/oam.custom.navmenu.jscookmenu.ThemeOffice/spacer.gif?rev=928555&view=auto
==============================================================================
Binary file - no diff available.

Propchange: myfaces/tomahawk/trunk/core20/src/main/resources/META-INF/resources/oam.custom.navmenu.jscookmenu.ThemeOffice/spacer.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: myfaces/tomahawk/trunk/core20/src/main/resources/META-INF/resources/oam.custom.navmenu.jscookmenu.ThemeOffice/theme.css
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/core20/src/main/resources/META-INF/resources/oam.custom.navmenu.jscookmenu.ThemeOffice/theme.css?rev=928555&view=auto
==============================================================================
--- myfaces/tomahawk/trunk/core20/src/main/resources/META-INF/resources/oam.custom.navmenu.jscookmenu.ThemeOffice/theme.css (added)
+++ myfaces/tomahawk/trunk/core20/src/main/resources/META-INF/resources/oam.custom.navmenu.jscookmenu.ThemeOffice/theme.css Mon Mar 29 01:14:43 2010
@@ -0,0 +1,292 @@
+/* ThemeOfficeMenu Style Sheet */
+
+.ThemeOfficeMenu,.ThemeOfficeSubMenuTable
+{
+	font-family:	verdana, arial, sans-serif;
+	font-size:	13px;
+
+	padding:	0;
+
+	white-space:	nowrap;
+	cursor:		default;
+}
+
+.ThemeOfficeSubMenu
+{
+	position:	absolute;
+	visibility:	hidden;
+
+	/*
+	   Netscape/Mozilla renders borders by increasing
+	   their z-index.  The following line is necessary
+	   to cover any borders underneath
+	*/
+	z-index:	100;
+	border:		0;
+	padding:	0;
+
+	overflow:	visible;
+	border:		1px solid #8C867B;
+
+	filter:progid:DXImageTransform.Microsoft.Shadow(color=#BDC3BD, Direction=135, Strength=4);
+}
+
+.ThemeOfficeSubMenuTable
+{
+	overflow:	visible;
+}
+
+.ThemeOfficeMainItem,.ThemeOfficeMainItemHover,.ThemeOfficeMainItemActive,
+.ThemeOfficeMenuItem,.ThemeOfficeMenuItemHover,.ThemeOfficeMenuItemActive
+{
+	border:		0;
+	cursor:		default;
+	white-space:	nowrap;
+}
+
+.ThemeOfficeMainItem
+{
+	background-color:	#EFEBDE;
+}
+
+.ThemeOfficeMainItemHover,.ThemeOfficeMainItemActive
+{
+	background-color:	#C6D3EF;
+}
+
+.ThemeOfficeMenuItem
+{
+	background-color:	WHITE;
+}
+
+.ThemeOfficeMenuItemHover,.ThemeOfficeMenuItemActive
+{
+	background-color:	#C6D3EF;
+}
+
+
+/* horizontal main menu */
+
+.ThemeOfficeMainItem
+{
+	padding:	1px;
+	border:		0;
+}
+
+td.ThemeOfficeMainItemHover,td.ThemeOfficeMainItemActive
+{
+	padding:	0px;
+	border:		1px solid #3169C6;
+}
+
+.ThemeOfficeMainFolderLeft,.ThemeOfficeMainItemLeft,
+.ThemeOfficeMainFolderText,.ThemeOfficeMainItemText,
+.ThemeOfficeMainFolderRight,.ThemeOfficeMainItemRight
+{
+	background-color:	inherit;
+}
+
+/* vertical main menu sub components */
+
+td.ThemeOfficeMainFolderLeft,td.ThemeOfficeMainItemLeft
+{
+	padding-top:	2px;
+	padding-bottom:	2px;
+	padding-left:	0px;
+	padding-right:	2px;
+
+	border-top:	1px solid #3169C6;
+	border-bottom:	1px solid #3169C6;
+	border-left:	1px solid #3169C6;
+
+	background-color:	inherit;
+}
+
+td.ThemeOfficeMainFolderText,td.ThemeOfficeMainItemText
+{
+	padding-top:	2px;
+	padding-bottom:	2px;
+	padding-left:	5px;
+	padding-right:	5px;
+
+	border-top:	1px solid #3169C6;
+	border-bottom:	1px solid #3169C6;
+
+	background-color:	inherit;
+	white-space:	nowrap;
+}
+
+td.ThemeOfficeMainFolderRight,td.ThemeOfficeMainItemRight
+{
+	padding-top:	2px;
+	padding-bottom:	2px;
+	padding-left:	0px;
+	padding-right:	0px;
+
+	border-top:	1px solid #3169C6;
+	border-bottom:	1px solid #3169C6;
+	border-right:	1px solid #3169C6;
+
+	background-color:	inherit;
+}
+
+tr.ThemeOfficeMainItem td.ThemeOfficeMainFolderLeft,
+tr.ThemeOfficeMainItem td.ThemeOfficeMainItemLeft
+{
+	padding-top:	3px;
+	padding-bottom:	3px;
+	padding-left:	1px;
+	padding-right:	2px;
+
+	white-space:	nowrap;
+
+	border:		0;
+	background-color:	inherit;
+}
+
+tr.ThemeOfficeMainItem td.ThemeOfficeMainFolderText,
+tr.ThemeOfficeMainItem td.ThemeOfficeMainItemText
+{
+	padding-top:	3px;
+	padding-bottom:	3px;
+	padding-left:	5px;
+	padding-right:	5px;
+
+	border:		0;
+	background-color:	inherit;
+}
+
+tr.ThemeOfficeMainItem td.ThemeOfficeMainItemRight,
+tr.ThemeOfficeMainItem td.ThemeOfficeMainFolderRight
+{
+	padding-top:	3px;
+	padding-bottom:	3px;
+	padding-left:	0px;
+	padding-right:	1px;
+
+	border:		0;
+	background-color:	inherit;
+}
+
+/* sub menu sub components */
+
+.ThemeOfficeMenuFolderLeft,.ThemeOfficeMenuItemLeft
+{
+	padding-top:	2px;
+	padding-bottom:	2px;
+	padding-left:	1px;
+	padding-right:	3px;
+
+	border-top:	1px solid #3169C6;
+	border-bottom:	1px solid #3169C6;
+	border-left:	1px solid #3169C6;
+
+	background-color:	inherit;
+	white-space:	nowrap;
+}
+
+.ThemeOfficeMenuFolderText,.ThemeOfficeMenuItemText
+{
+	padding-top:	2px;
+	padding-bottom:	2px;
+	padding-left:	5px;
+	padding-right:	5px;
+
+	border-top:	1px solid #3169C6;
+	border-bottom:	1px solid #3169C6;
+
+	background-color:	inherit;
+	white-space:	nowrap;
+}
+
+.ThemeOfficeMenuFolderRight,.ThemeOfficeMenuItemRight
+{
+	padding-top:	2px;
+	padding-bottom:	2px;
+	padding-left:	0px;
+	padding-right:	0px;
+
+	border-top:	1px solid #3169C6;
+	border-bottom:	1px solid #3169C6;
+	border-right:	1px solid #3169C6;
+
+	background-color:	inherit;
+	white-space:	nowrap;
+}
+
+.ThemeOfficeMenuItem .ThemeOfficeMenuFolderLeft,
+.ThemeOfficeMenuItem .ThemeOfficeMenuItemLeft
+{
+	padding-top:	3px;
+	padding-bottom:	3px;
+	padding-left:	2px;
+	padding-right:	3px;
+
+	white-space:	nowrap;
+
+	border:		0;
+	background-color:	#EFEFDE;
+}
+
+.ThemeOfficeMenuItem .ThemeOfficeMenuFolderText,
+.ThemeOfficeMenuItem .ThemeOfficeMenuItemText
+{
+	padding-top:	3px;
+	padding-bottom:	3px;
+	padding-left:	5px;
+	padding-right:	5px;
+
+	border:		0;
+	background-color:	inherit;
+}
+
+.ThemeOfficeMenuItem .ThemeOfficeMenuFolderRight,
+.ThemeOfficeMenuItem .ThemeOfficeMenuItemRight
+{
+	padding-top:	3px;
+	padding-bottom:	3px;
+	padding-left:	0px;
+	padding-right:	1px;
+
+	border:		0;
+	background-color:	inherit;
+}
+
+/* menu splits */
+
+.ThemeOfficeMenuSplit
+{
+	margin:		2px;
+	height:		1px;
+	overflow:	hidden;
+	background-color:	inherit;
+	border-top:	1px solid #C6C3BD;
+}
+
+/* image shadow animation */
+
+/*
+	seq1:	image for normal
+	seq2:	image for hover and active
+
+	To use, in the icon field, input the following:
+	<img class="seq1" src="normal.gif" /><img class="seq2" src="hover.gif" />
+*/
+
+.ThemeOfficeMenuItem img.seq1
+{
+	display:	inline;
+}
+
+.ThemeOfficeMenuItemHover seq2,
+.ThemeOfficeMenuItemActive seq2
+{
+	display:	inline;
+}
+
+.ThemeOfficeMenuItem .seq2,
+.ThemeOfficeMenuItemHover .seq1,
+.ThemeOfficeMenuItemActive .seq1
+{
+	display:	none;
+}

Added: myfaces/tomahawk/trunk/core20/src/main/resources/META-INF/resources/oam.custom.navmenu.jscookmenu.ThemeOffice/theme.js
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/core20/src/main/resources/META-INF/resources/oam.custom.navmenu.jscookmenu.ThemeOffice/theme.js?rev=928555&view=auto
==============================================================================
--- myfaces/tomahawk/trunk/core20/src/main/resources/META-INF/resources/oam.custom.navmenu.jscookmenu.ThemeOffice/theme.js (added)
+++ myfaces/tomahawk/trunk/core20/src/main/resources/META-INF/resources/oam.custom.navmenu.jscookmenu.ThemeOffice/theme.js Mon Mar 29 01:14:43 2010
@@ -0,0 +1,62 @@
+// directory of where all the images are
+var cmThemeOfficeBase = 'jscookmenu/ThemeOffice/';
+
+if(myThemeOfficeBase)
+    cmThemeOfficeBase = myThemeOfficeBase;
+
+var myPrefix = cmThemeOfficeBase;
+var mySuffix="";
+
+// sub menu display attributes
+if(cmThemeOfficeBase.indexOf("/;j")>-1){
+	myPrefix=cmThemeOfficeBase.substring(0,cmThemeOfficeBase.indexOf("/;j")) + "/";
+	mySuffix=cmThemeOfficeBase.substring(cmThemeOfficeBase.indexOf("/;j")+3);
+}
+
+var myFolderLeft=myPrefix + 'spacer.gif' + mySuffix;
+var myFolderRight=myPrefix + 'arrow.gif' + mySuffix;
+var myItemLeft=myPrefix + 'spacer.gif' + mySuffix;
+var myItemRight=myPrefix + 'blank.gif' + mySuffix;	
+
+
+var cmThemeOffice =
+{
+  	// main menu display attributes
+  	//
+  	// Note.  When the menu bar is horizontal,
+  	// mainFolderLeft and mainFolderRight are
+  	// put in <span></span>.  When the menu
+  	// bar is vertical, they would be put in
+  	// a separate TD cell.
+
+  	// HTML code to the left of the folder item
+  	mainFolderLeft: '&#160;',
+  	// HTML code to the right of the folder item
+  	mainFolderRight: '&#160;',
+	// HTML code to the left of the regular item
+	mainItemLeft: '&#160;',
+	// HTML code to the right of the regular item
+	mainItemRight: '&#160;',
+
+	// sub menu display attributes
+
+	// 0, HTML code to the left of the folder item
+	folderLeft: '<img alt="" src="' + myFolderLeft + '">',
+	// 1, HTML code to the right of the folder item
+	folderRight: '<img alt="" src="' + myFolderRight + '">',
+	// 2, HTML code to the left of the regular item
+	itemLeft: '<img alt="" src="' + myItemLeft + '">',
+	// 3, HTML code to the right of the regular item
+	itemRight: '<img alt="" src="' + myItemRight + '">',
+	// 4, cell spacing for main menu
+	mainSpacing: 0,
+	// 5, cell spacing for sub menus
+	subSpacing: 0,
+	// 6, auto dispear time for submenus in milli-seconds
+	delay: 500
+};
+
+// for horizontal menu split
+var cmThemeOfficeHSplit = [_cmNoAction, '<td class="ThemeOfficeMenuItemLeft"></td><td colspan="2"><div class="ThemeOfficeMenuSplit"></div></td>'];
+var cmThemeOfficeMainHSplit = [_cmNoAction, '<td class="ThemeOfficeMainItemLeft"></td><td colspan="2"><div class="ThemeOfficeMenuSplit"></div></td>'];
+var cmThemeOfficeMainVSplit = [_cmNoAction, '|'];

Added: myfaces/tomahawk/trunk/core20/src/main/resources/META-INF/resources/oam.custom.navmenu.jscookmenu.ThemePanel/;j
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/core20/src/main/resources/META-INF/resources/oam.custom.navmenu.jscookmenu.ThemePanel/%3Bj?rev=928555&view=auto
==============================================================================
    (empty)

Added: myfaces/tomahawk/trunk/core20/src/main/resources/META-INF/resources/oam.custom.navmenu.jscookmenu.ThemePanel/arrow.gif
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/core20/src/main/resources/META-INF/resources/oam.custom.navmenu.jscookmenu.ThemePanel/arrow.gif?rev=928555&view=auto
==============================================================================
Binary file - no diff available.

Propchange: myfaces/tomahawk/trunk/core20/src/main/resources/META-INF/resources/oam.custom.navmenu.jscookmenu.ThemePanel/arrow.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: myfaces/tomahawk/trunk/core20/src/main/resources/META-INF/resources/oam.custom.navmenu.jscookmenu.ThemePanel/arrowdown.gif
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/core20/src/main/resources/META-INF/resources/oam.custom.navmenu.jscookmenu.ThemePanel/arrowdown.gif?rev=928555&view=auto
==============================================================================
Binary file - no diff available.

Propchange: myfaces/tomahawk/trunk/core20/src/main/resources/META-INF/resources/oam.custom.navmenu.jscookmenu.ThemePanel/arrowdown.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: myfaces/tomahawk/trunk/core20/src/main/resources/META-INF/resources/oam.custom.navmenu.jscookmenu.ThemePanel/blank.gif
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/core20/src/main/resources/META-INF/resources/oam.custom.navmenu.jscookmenu.ThemePanel/blank.gif?rev=928555&view=auto
==============================================================================
Binary file - no diff available.

Propchange: myfaces/tomahawk/trunk/core20/src/main/resources/META-INF/resources/oam.custom.navmenu.jscookmenu.ThemePanel/blank.gif
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: myfaces/tomahawk/trunk/core20/src/main/resources/META-INF/resources/oam.custom.navmenu.jscookmenu.ThemePanel/theme.css
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/core20/src/main/resources/META-INF/resources/oam.custom.navmenu.jscookmenu.ThemePanel/theme.css?rev=928555&view=auto
==============================================================================
--- myfaces/tomahawk/trunk/core20/src/main/resources/META-INF/resources/oam.custom.navmenu.jscookmenu.ThemePanel/theme.css (added)
+++ myfaces/tomahawk/trunk/core20/src/main/resources/META-INF/resources/oam.custom.navmenu.jscookmenu.ThemePanel/theme.css Mon Mar 29 01:14:43 2010
@@ -0,0 +1,356 @@
+/* ThemePanelMenu Style Sheet */
+
+.ThemePanelMenu,.ThemePanelSubMenuTable
+{
+	font-family:	verdana, arial, sans-serif;
+	font-size:	13px;
+	background-color:	#F7F3F7;
+
+	cursor:		default;
+	white-space:	nowrap;
+}
+
+.ThemePanelSubMenu
+{
+	position:	absolute;
+	visibility:	hidden;
+
+	/*
+	   Netscape/Mozilla renders borders by increasing
+	   their z-index.  The following line is necessary
+	   to cover any borders underneath
+	*/
+	z-index:	100;
+	border:		0;
+	padding:	0;
+
+	/* the following property is only useful in IE */
+	filter:progid:DXImageTransform.Microsoft.Shadow(color=#DEDEDE,Direction=135,Strength=4);
+}
+
+.ThemePanelSubMenuTable
+{
+	border:		1px solid #9C9A9C;
+}
+
+.ThemePanelMenuItem,.ThemePanelMenuItemHover,.ThemePanelMenuItemActive
+{
+	cursor:		default;
+	white-space:	nowrap;
+}
+
+.ThemePanelMainItem,
+.ThemePanelMenuItem
+{
+	background-color:	#F7F3F7;
+}
+
+.ThemePanelMainItemHover,
+.ThemePanelMainItemActive,
+.ThemePanelMenuItemHover,
+.ThemePanelMenuItemActive
+{
+	background-color:	#C6C6C3;
+}
+
+
+/* horizontal main menu sub components */
+/* panel doesn't really support horizontal menus */
+
+.ThemePanelMainFolderLeft,.ThemePanelMainItemLeft,
+.ThemePanelMainFolderText,.ThemePanelMainItemText,
+.ThemePanelMainFolderRight,.ThemePanelMainItemRight
+{
+	border:		0;
+	background-color:	inherit;
+	white-space:	nowrap;
+}
+
+/* vertical main menu sub components */
+TD.ThemePanelMainFolderLeft,TD.ThemePanelMainItemLeft
+{
+	padding-left:	0px;
+	padding-right:	0px;
+
+	border-left:	1px solid #9C9A9C;
+
+	white-space:	nowrap;
+	background-color:	inherit;
+}
+
+TD.ThemePanelMainFolderLeft,TD.ThemePanelMainItemLeft,
+TD.ThemePanelMainFolderText,TD.ThemePanelMainItemText,
+TD.ThemePanelMainFolderRight,TD.ThemePanelMainItemRight
+{
+	padding-top:	2px;
+	padding-bottom:	2px;
+	border-top:	1px solid #9C9A9C;
+	border-bottom:	1px solid #9C9A9C;
+
+	background-color:	inherit;
+}
+
+TD.ThemePanelMainFolderLeft,TD.ThemePanelMainItemLeft
+{
+	padding-right:	0px;
+	padding-left:	0px;
+	border-left:	1px solid #9C9A9C;
+
+	background-color:	inherit;
+	white-space:	nowrap;
+}
+
+TD.ThemePanelMainFolderText,TD.ThemePanelMainItemText
+{
+	padding-right:	10px;
+	padding-left:	10px;
+
+	background-color:	inherit;
+	white-space:	nowrap;
+}
+
+TD.ThemePanelMainFolderRight,TD.ThemePanelMainItemRight
+{
+	padding-right:	0px;
+	padding-left:	0px;
+	border-right:	1px solid #9C9A9C;
+
+	background-color:	inherit;
+	white-space:	nowrap;
+}
+
+TR.ThemePanelMainItem TD.ThemePanelMainFolderLeft
+{
+	padding-top:	3px;
+	padding-bottom:	3px;
+	padding-left:	1px;
+	padding-right:	0px;
+
+	border:	0;
+	white-space:	nowrap;
+	background-color:	inherit;
+}
+
+TR.ThemePanelMainItem TD.ThemePanelMainItemLeft
+{
+	padding-top:	3px;
+	padding-bottom:	3px;
+	padding-left:	1px;
+	padding-right:	0px;
+
+	border:	0;
+	white-space:	nowrap;
+	background-color:	inherit;
+}
+
+TR.ThemePanelMainItem TD.ThemePanelMainFolderText
+{
+	padding-top:	3px;
+	padding-bottom:	3px;
+	padding-left:	10px;
+	padding-right:	10px;
+
+	border:	0;
+	white-space:	nowrap;
+	background-color:	inherit;
+}
+
+TR.ThemePanelMainItem TD.ThemePanelMainItemText
+{
+	padding-top:	3px;
+	padding-bottom:	3px;
+	padding-left:	10px;
+	padding-right:	10px;
+
+	border:	0;
+	white-space:	nowrap;
+	background-color:	inherit;
+}
+
+TR.ThemePanelMainItem TD.ThemePanelMainItemRight
+{
+	padding-top:	3px;
+	padding-bottom:	3px;
+	padding-left:	0px;
+	padding-right:	1px;
+
+	border:	0;
+	white-space:	nowrap;
+	background-color:	inherit;
+}
+
+TR.ThemePanelMainItem TD.ThemePanelMainFolderRight
+{
+	padding-top:	3px;
+	padding-bottom:	3px;
+	padding-left:	0px;
+	padding-right:	1px;
+
+	border:	0;
+	white-space:	nowrap;
+	background-color:	inherit;
+}
+
+/* sub menus sub components */
+
+.ThemePanelMenuFolderLeft,.ThemePanelMenuItemLeft
+{
+	padding-left:	0px;
+	padding-right:	0px;
+
+	border-left:	1px solid #9C9A9C;
+
+	white-space:	nowrap;
+	background-color:	inherit;
+}
+
+.ThemePanelMenuFolderLeft,.ThemePanelMenuItemLeft,
+.ThemePanelMenuFolderText,.ThemePanelMenuItemText,
+.ThemePanelMenuFolderRight,.ThemePanelMenuItemRight
+{
+	padding-top:	2px;
+	padding-bottom:	2px;
+	border-top:	1px solid #9C9A9C;
+	border-bottom:	1px solid #9C9A9C;
+
+	background-color:	inherit;
+	white-space:	nowrap;
+}
+
+.ThemePanelMenuFolderLeft,.ThemePanelMenuItemLeft
+{
+	padding-right:	0px;
+	padding-left:	2px;
+	border-left:	1px solid #9C9A9C;
+
+	background-color:	inherit;
+	white-space:	nowrap;
+}
+
+.ThemePanelMenuFolderText,.ThemePanelMenuItemText
+{
+	padding-right:	3px;
+	padding-left:	5px;
+
+	background-color:	inherit;
+	white-space:	nowrap;
+}
+
+.ThemePanelMenuFolderRight,.ThemePanelMenuItemRight
+{
+	padding-right:	0px;
+	padding-left:	0px;
+	border-right:	1px solid #9C9A9C;
+
+	background-color:	inherit;
+	white-space:	nowrap;
+}
+
+TR.ThemePanelMenuItem TD.ThemePanelMenuFolderLeft
+{
+	padding-top:	3px;
+	padding-bottom:	3px;
+	padding-left:	3px;
+	padding-right:	0px;
+
+	border:	0;
+	white-space:	nowrap;
+	background-color:	inherit;
+}
+
+TR.ThemePanelMenuItem TD.ThemePanelMenuItemLeft
+{
+	padding-top:	3px;
+	padding-bottom:	3px;
+	padding-left:	3px;
+	padding-right:	0px;
+
+	border:	0;
+	white-space:	nowrap;
+	background-color:	inherit;
+}
+
+TR.ThemePanelMenuItem TD.ThemePanelMenuFolderText
+{
+	padding-top:	3px;
+	padding-bottom:	3px;
+	padding-right:	3px;
+	padding-left:	5px;
+
+	border:	0;
+	white-space:	nowrap;
+	background-color:	inherit;
+}
+
+TR.ThemePanelMenuItem TD.ThemePanelMenuItemText
+{
+	padding-top:	3px;
+	padding-bottom:	3px;
+	padding-right:	3px;
+	padding-left:	5px;
+
+	border:	0;
+	white-space:	nowrap;
+	background-color:	inherit;
+}
+
+TR.ThemePanelMenuItem TD.ThemePanelMenuItemRight
+{
+	padding-top:	3px;
+	padding-bottom:	3px;
+	padding-left:	0px;
+	padding-right:	1px;
+
+	border:		0;
+	white-space:	nowrap;
+	background-color:	inherit;
+}
+
+TR.ThemePanelMenuItem TD.ThemePanelMenuFolderRight
+{
+	padding-top:	3px;
+	padding-bottom:	3px;
+	padding-left:	0px;
+	padding-right:	1px;
+
+	border:		0;
+	white-space:	nowrap;
+	background-color:	inherit;
+}
+
+.ThemePanelMenuSplit
+{
+	margin:		2px;
+	height:		1px;
+	overflow:	hidden;
+	background-color:	inherit;
+	border-top:	1px solid #9C9A9C;
+}
+
+/* image shadow animation */
+
+/*
+	seq1:	image for normal
+	seq2:	image for hover and active
+
+	To use, in the icon field, input the following:
+	<img class="seq1" src="normal.gif" /><img class="seq2" src="hover.gif" />
+*/
+
+.ThemePanelMenuItem img.seq1
+{
+	display:	inline;
+}
+
+.ThemePanelMenuItemHover seq2,
+.ThemePanelMenuItemActive seq2
+{
+	display:	inline;
+}
+
+.ThemePanelMenuItem .seq2,
+.ThemePanelMenuItemHover .seq1,
+.ThemePanelMenuItemActive .seq1
+{
+	display:	none;
+}

Added: myfaces/tomahawk/trunk/core20/src/main/resources/META-INF/resources/oam.custom.navmenu.jscookmenu.ThemePanel/theme.js
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/core20/src/main/resources/META-INF/resources/oam.custom.navmenu.jscookmenu.ThemePanel/theme.js?rev=928555&view=auto
==============================================================================
--- myfaces/tomahawk/trunk/core20/src/main/resources/META-INF/resources/oam.custom.navmenu.jscookmenu.ThemePanel/theme.js (added)
+++ myfaces/tomahawk/trunk/core20/src/main/resources/META-INF/resources/oam.custom.navmenu.jscookmenu.ThemePanel/theme.js Mon Mar 29 01:14:43 2010
@@ -0,0 +1,64 @@
+
+// directory of where all the images are
+var cmThemePanelBase = 'jscookmenu/ThemePanel/';
+
+if(myThemePanelBase)
+    cmThemePanelBase = myThemePanelBase;
+
+var myPrefix = cmThemePanelBase;
+var mySuffix="";
+
+// sub menu display attributes
+if(cmThemePanelBase.indexOf("/;j")>-1){
+	myPrefix=cmThemePanelBase.substring(0,cmThemePanelBase.indexOf("/;j")) + "/";
+	mySuffix=cmThemePanelBase.substring(cmThemePanelBase.indexOf("/;j")+3);
+}
+
+var myFolderLeft=myPrefix + 'blank.gif' + mySuffix;
+var myFolderRight=myPrefix + 'arrow.gif' + mySuffix;
+var myItemLeft=myPrefix + 'blank.gif' + mySuffix;
+var myItemRight=myPrefix + 'blank.gif' + mySuffix;	
+
+var cmThemePanel =
+{
+  	// main menu display attributes
+  	//
+  	// Note.  When the menu bar is horizontal,
+  	// mainFolderLeft and mainFolderRight are
+  	// put in <span></span>.  When the menu
+  	// bar is vertical, they would be put in
+  	// a separate TD cell.
+
+  	// HTML code to the left of the folder item
+  	mainFolderLeft: '<img alt="" src="' + myFolderLeft + '">',
+  	// HTML code to the right of the folder item
+  	mainFolderRight: '<img alt="" src="' + myFolderRight + '">',
+	// HTML code to the left of the regular item
+	mainItemLeft: '<img alt="" src="' + myItemLeft + '">',
+	// HTML code to the right of the regular item
+	mainItemRight: '<img alt="" src="' + myItemRight + '">',
+
+	// sub menu display attributes
+
+	// HTML code to the left of the folder item
+	folderLeft: '<img alt="" src="' + myFolderLeft + '">',
+	// HTML code to the right of the folder item
+	folderRight: '<img alt="" src="' + myFolderRight + '">',
+	// HTML code to the left of the regular item
+	itemLeft: '<img alt="" src="' + myItemLeft + '">',
+	// HTML code to the right of the regular item
+	itemRight: '<img alt="" src="' + myItemRight + '">',
+	// cell spacing for main menu
+	mainSpacing: 0,
+	// cell spacing for sub menus
+	subSpacing: 0,
+	// auto dispear time for submenus in milli-seconds
+	delay: 500
+};
+
+// for sub menu horizontal split
+var cmThemePanelHSplit = [_cmNoAction, '<td colspan="3" style="height: 5px; overflow: hidden"><div class="ThemePanelMenuSplit"></div></td>'];
+// for vertical main menu horizontal split
+var cmThemePanelMainHSplit = [_cmNoAction, '<td colspan="3" style="height: 5px; overflow: hidden"><div class="ThemePanelMenuSplit"></div></td>'];
+// for horizontal main menu vertical split
+var cmThemePanelMainVSplit = [_cmNoAction, '|'];