[jboss-svn-commits] JBL Code SVN: r18539 - in labs/jbossrules/trunk/drools-jbrms/src/main: webapp/org.drools.brms.JBRMS and 2 other directories.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Thu Feb 21 00:02:53 EST 2008
Author: michael.neale at jboss.com
Date: 2008-02-21 00:02:52 -0500 (Thu, 21 Feb 2008)
New Revision: 18539
Modified:
labs/jbossrules/trunk/drools-jbrms/src/main/java/org/drools/brms/public/JBRMS.html
labs/jbossrules/trunk/drools-jbrms/src/main/webapp/org.drools.brms.JBRMS/JBRMS.html
labs/jbossrules/trunk/drools-jbrms/src/main/webapp/org.drools.brms.JBRMS/js/ext/resources/css/README.txt
labs/jbossrules/trunk/drools-jbrms/src/main/webapp/org.drools.brms.JBRMS/js/ext/resources/css/button.css
labs/jbossrules/trunk/drools-jbrms/src/main/webapp/org.drools.brms.JBRMS/js/ext/resources/css/core.css
labs/jbossrules/trunk/drools-jbrms/src/main/webapp/org.drools.brms.JBRMS/js/ext/resources/css/dd.css
labs/jbossrules/trunk/drools-jbrms/src/main/webapp/org.drools.brms.JBRMS/js/ext/resources/css/editor.css
labs/jbossrules/trunk/drools-jbrms/src/main/webapp/org.drools.brms.JBRMS/js/ext/resources/css/grid.css
labs/jbossrules/trunk/drools-jbrms/src/main/webapp/org.drools.brms.JBRMS/js/ext/resources/css/menu.css
labs/jbossrules/trunk/drools-jbrms/src/main/webapp/org.drools.brms.JBRMS/js/ext/resources/css/qtips.css
labs/jbossrules/trunk/drools-jbrms/src/main/webapp/org.drools.brms.JBRMS/js/ext/resources/css/reset-min.css
labs/jbossrules/trunk/drools-jbrms/src/main/webapp/org.drools.brms.JBRMS/js/ext/resources/css/resizable.css
labs/jbossrules/trunk/drools-jbrms/src/main/webapp/org.drools.brms.JBRMS/js/ext/resources/css/toolbar.css
labs/jbossrules/trunk/drools-jbrms/src/main/webapp/org.drools.brms.JBRMS/js/ext/resources/css/tree.css
labs/jbossrules/trunk/drools-jbrms/src/main/webapp/org.drools.brms.JBRMS/js/ext/resources/css/xtheme-gray.css
labs/jbossrules/trunk/drools-jbrms/src/main/webapp/org.drools.brms.JBRMS/js/ext/resources/license.txt
labs/jbossrules/trunk/drools-jbrms/src/main/webapp/org.drools.brms.JBRMS/js/ext/resources/resources.jsb
Log:
JBRULES-1478 Lots of cursing over this one
Modified: labs/jbossrules/trunk/drools-jbrms/src/main/java/org/drools/brms/public/JBRMS.html
===================================================================
--- labs/jbossrules/trunk/drools-jbrms/src/main/java/org/drools/brms/public/JBRMS.html 2008-02-21 03:20:58 UTC (rev 18538)
+++ labs/jbossrules/trunk/drools-jbrms/src/main/java/org/drools/brms/public/JBRMS.html 2008-02-21 05:02:52 UTC (rev 18539)
@@ -6,11 +6,56 @@
<title>JBoss Business Rules Management System</title>
<link rel="shortcut icon" href="images/drools.gif" type="image/gif"/>
<link rel="icon" href="images/drools.gif" type="image/gif"/>
+
+ <!--CSS for loading message at application Startup-->
+ <style type="text/css">
+ #loading {
+ position: absolute;
+ left: 45%;
+ top: 40%;
+ padding: 2px;
+ z-index: 20001;
+ height: auto;
+ border: 1px solid #ccc;
+ }
+ #loading a {
+ color: #225588;
+ }
+
+ #loading .loading-indicator {
+ background: white;
+ color: #444;
+ font: bold 13px tahoma, arial, helvetica;
+ padding: 10px;
+ margin: 0;
+ height: auto;
+ }
+
+ #loading-msg {
+ font: normal 10px arial, tahoma, sans-serif;
+ }
+ </style>
+
<link rel="stylesheet" href="JBRMS.css">
</head>
<body>
<iframe id="__gwt_historyFrame" style="width:0;height:0;border:0"></iframe>
+
+ <!--add loading indicator while the app is being loaded-->
+ <div id="loading">
+ <div class="loading-indicator">
+ <img src="js/ext/resources/images/default/shared/large-loading.gif" width="32" height="32"
+ style="margin-right:8px;float:left;vertical-align:top;"/>BRMS<br/>
+ <span id="loading-msg">Loading application...</span></div>
+ </div>
+
+
+
<!-- The GWT js file generated at run time -->
<script type="text/javascript" src='org.drools.brms.JBRMS.nocache.js'></script>
+
+ <!--hide loading message-->
+ <script type="text/javascript">Ext.get('loading').fadeOut({remove: true, duration:.25});</script>
+
</body>
</html>
\ No newline at end of file
Modified: labs/jbossrules/trunk/drools-jbrms/src/main/webapp/org.drools.brms.JBRMS/JBRMS.html
===================================================================
--- labs/jbossrules/trunk/drools-jbrms/src/main/webapp/org.drools.brms.JBRMS/JBRMS.html 2008-02-21 03:20:58 UTC (rev 18538)
+++ labs/jbossrules/trunk/drools-jbrms/src/main/webapp/org.drools.brms.JBRMS/JBRMS.html 2008-02-21 05:02:52 UTC (rev 18539)
@@ -6,11 +6,56 @@
<title>JBoss Business Rules Management System</title>
<link rel="shortcut icon" href="images/drools.gif" type="image/gif"/>
<link rel="icon" href="images/drools.gif" type="image/gif"/>
+
+ <!--CSS for loading message at application Startup-->
+ <style type="text/css">
+ #loading {
+ position: absolute;
+ left: 45%;
+ top: 40%;
+ padding: 2px;
+ z-index: 20001;
+ height: auto;
+ border: 1px solid #ccc;
+ }
+ #loading a {
+ color: #225588;
+ }
+
+ #loading .loading-indicator {
+ background: white;
+ color: #444;
+ font: bold 13px tahoma, arial, helvetica;
+ padding: 10px;
+ margin: 0;
+ height: auto;
+ }
+
+ #loading-msg {
+ font: normal 10px arial, tahoma, sans-serif;
+ }
+ </style>
+
<link rel="stylesheet" href="JBRMS.css">
</head>
<body>
<iframe id="__gwt_historyFrame" style="width:0;height:0;border:0"></iframe>
+
+ <!--add loading indicator while the app is being loaded-->
+ <div id="loading">
+ <div class="loading-indicator">
+ <img src="js/ext/resources/images/default/shared/large-loading.gif" width="32" height="32"
+ style="margin-right:8px;float:left;vertical-align:top;"/>BRMS<br/>
+ <span id="loading-msg">Loading application...</span></div>
+ </div>
+
+
+
<!-- The GWT js file generated at run time -->
<script type="text/javascript" src='org.drools.brms.JBRMS.nocache.js'></script>
+
+ <!--hide loading message-->
+ <script type="text/javascript">Ext.get('loading').fadeOut({remove: true, duration:.25});</script>
+
</body>
</html>
\ No newline at end of file
Modified: labs/jbossrules/trunk/drools-jbrms/src/main/webapp/org.drools.brms.JBRMS/js/ext/resources/css/README.txt
===================================================================
--- labs/jbossrules/trunk/drools-jbrms/src/main/webapp/org.drools.brms.JBRMS/js/ext/resources/css/README.txt 2008-02-21 03:20:58 UTC (rev 18538)
+++ labs/jbossrules/trunk/drools-jbrms/src/main/webapp/org.drools.brms.JBRMS/js/ext/resources/css/README.txt 2008-02-21 05:02:52 UTC (rev 18539)
@@ -1,3 +1,3 @@
-2006-11-21 jvs:
-ext-all.css contains all of the other css files combined and stripped of comments (except themes).
-
+2006-11-21 jvs:
+ext-all.css contains all of the other css files combined and stripped of comments (except themes).
+
Modified: labs/jbossrules/trunk/drools-jbrms/src/main/webapp/org.drools.brms.JBRMS/js/ext/resources/css/button.css
===================================================================
--- labs/jbossrules/trunk/drools-jbrms/src/main/webapp/org.drools.brms.JBRMS/js/ext/resources/css/button.css 2008-02-21 03:20:58 UTC (rev 18538)
+++ labs/jbossrules/trunk/drools-jbrms/src/main/webapp/org.drools.brms.JBRMS/js/ext/resources/css/button.css 2008-02-21 05:02:52 UTC (rev 18539)
@@ -1,159 +1,159 @@
-/*
- * Ext JS Library 2.0.1
- * Copyright(c) 2006-2008, Ext JS, LLC.
- * licensing at extjs.com
- *
- * http://extjs.com/license
- */
-
-.x-btn{
- font:normal 11px tahoma, verdana, helvetica;
- cursor:pointer;
- white-space: nowrap;
-}
-.x-btn button{
- border:0 none;
- background:transparent;
- font:normal 11px tahoma,verdana,helvetica;
- padding-left:3px;
- padding-right:3px;
- cursor:pointer;
- margin:0;
- overflow:visible;
- width:auto;
- -moz-outline:0 none;
- outline:0 none;
-}
-* html .ext-ie .x-btn button {
- width:1px;
-}
-.ext-gecko .x-btn button {
- padding-left:0;
- padding-right:0;
-}
-.ext-ie .x-btn button {
- padding-top:2px;
-}
-/*
- Predefined css class for buttons with only icon. Add this class (x-btn-icon) and a class with a background-image
- to your button for a button with just an icon.
- e.g.
- .my-class .x-btn-text { background-image: url(foo.gif); }
- */
-
-.x-btn-icon .x-btn-center .x-btn-text{
- background-position: center;
- background-repeat: no-repeat;
- height: 16px;
- width: 16px;
- cursor:pointer;
- white-space: nowrap;
- padding:0;
-}
-.x-btn-icon .x-btn-center{
- padding:1px;
-}
-.x-btn em {
- font-style:normal;
- font-weight:normal;
-}
-/*
- Button class for icon and text. Add this class (x-btn-text-icon) and a class with a background-image
- to your button for both text and icon.
-*/
-
-.x-btn-text-icon .x-btn-center .x-btn-text{
- background-position: 0 2px;
- background-repeat: no-repeat;
- padding-left:18px;
- padding-top:3px;
- padding-bottom:2px;
- padding-right:0;
-}
-
-.x-btn-left, .x-btn-right{
- font-size:1px;
- line-height:1px;
-}
-.x-btn-left{
- width:3px;
- height:21px;
- background:url(../images/default/button/btn-sprite.gif) no-repeat 0 0;
-}
-.x-btn-right{
- width:3px;
- height:21px;
- background:url(../images/default/button/btn-sprite.gif) no-repeat 0 -21px;
-}
-.x-btn-left i, .x-btn-right i{
- display:block;
- width:3px;
- overflow:hidden;
- font-size:1px;
- line-height:1px;
-}
-.x-btn-center{
- background:url(../images/default/button/btn-sprite.gif) repeat-x 0 -42px;
- vertical-align: middle;
- text-align:center;
- padding:0 5px;
- cursor:pointer;
- white-space:nowrap;
-}
-.x-btn-over .x-btn-left{
- background-position:0 -63px;
-}
-.x-btn-over .x-btn-right{
- background-position:0 -84px;
-}
-.x-btn-over .x-btn-center{
- background-position:0 -105px;
-}
-.x-btn-click .x-btn-center, .x-btn-menu-active .x-btn-center{
- background-position:0 -126px;
-}
-.x-btn-disabled *{
- color:gray !important;
- cursor:default !important;
-}
-.x-btn-menu-text-wrap .x-btn-center {
- padding:0 3px;
-}
-.ext-gecko .x-btn-menu-text-wrap .x-btn-center {
- padding:0 1px;
-}
-.x-btn-menu-arrow-wrap .x-btn-center {
- padding:0;
-}
-.x-btn-menu-arrow-wrap .x-btn-center button {
- width:12px !important;
- height:21px;
- padding:0 !important;
- display:block;
- background:transparent url(../images/default/button/btn-arrow.gif) no-repeat left 3px;
-}
-.x-btn-with-menu .x-btn-center {
- padding-right:2px !important;
-}
-.x-btn-with-menu .x-btn-center em {
- display:block;
- background:transparent url(../images/default/toolbar/btn-arrow.gif) no-repeat right 0;
- padding-right:10px;
-}
-
-.x-btn-text-icon .x-btn-with-menu .x-btn-center em {
- display:block;
- background:transparent url(../images/default/toolbar/btn-arrow.gif) no-repeat right 3px;
- padding-right:10px;
-}
-
-/* Toggle button styles */
-.x-btn-pressed .x-btn-left{
- background: url(../images/default/button/btn-sprite.gif) no-repeat 0 -63px;
-}
-.x-btn-pressed .x-btn-right{
- background: url(../images/default/button/btn-sprite.gif) no-repeat 0 -84px;
-}
-.x-btn-pressed .x-btn-center{
- background: url(../images/default/button/btn-sprite.gif) repeat-x 0 -126px;
+/*
+ * Ext JS Library 2.0.1
+ * Copyright(c) 2006-2008, Ext JS, LLC.
+ * licensing at extjs.com
+ *
+ * http://extjs.com/license
+ */
+
+.x-btn{
+ font:normal 11px tahoma, verdana, helvetica;
+ cursor:pointer;
+ white-space: nowrap;
+}
+.x-btn button{
+ border:0 none;
+ background:transparent;
+ font:normal 11px tahoma,verdana,helvetica;
+ padding-left:3px;
+ padding-right:3px;
+ cursor:pointer;
+ margin:0;
+ overflow:visible;
+ width:auto;
+ -moz-outline:0 none;
+ outline:0 none;
+}
+* html .ext-ie .x-btn button {
+ width:1px;
+}
+.ext-gecko .x-btn button {
+ padding-left:0;
+ padding-right:0;
+}
+.ext-ie .x-btn button {
+ padding-top:2px;
+}
+/*
+ Predefined css class for buttons with only icon. Add this class (x-btn-icon) and a class with a background-image
+ to your button for a button with just an icon.
+ e.g.
+ .my-class .x-btn-text { background-image: url(foo.gif); }
+ */
+
+.x-btn-icon .x-btn-center .x-btn-text{
+ background-position: center;
+ background-repeat: no-repeat;
+ height: 16px;
+ width: 16px;
+ cursor:pointer;
+ white-space: nowrap;
+ padding:0;
+}
+.x-btn-icon .x-btn-center{
+ padding:1px;
+}
+.x-btn em {
+ font-style:normal;
+ font-weight:normal;
+}
+/*
+ Button class for icon and text. Add this class (x-btn-text-icon) and a class with a background-image
+ to your button for both text and icon.
+*/
+
+.x-btn-text-icon .x-btn-center .x-btn-text{
+ background-position: 0 2px;
+ background-repeat: no-repeat;
+ padding-left:18px;
+ padding-top:3px;
+ padding-bottom:2px;
+ padding-right:0;
+}
+
+.x-btn-left, .x-btn-right{
+ font-size:1px;
+ line-height:1px;
+}
+.x-btn-left{
+ width:3px;
+ height:21px;
+ background:url(../images/default/button/btn-sprite.gif) no-repeat 0 0;
+}
+.x-btn-right{
+ width:3px;
+ height:21px;
+ background:url(../images/default/button/btn-sprite.gif) no-repeat 0 -21px;
+}
+.x-btn-left i, .x-btn-right i{
+ display:block;
+ width:3px;
+ overflow:hidden;
+ font-size:1px;
+ line-height:1px;
+}
+.x-btn-center{
+ background:url(../images/default/button/btn-sprite.gif) repeat-x 0 -42px;
+ vertical-align: middle;
+ text-align:center;
+ padding:0 5px;
+ cursor:pointer;
+ white-space:nowrap;
+}
+.x-btn-over .x-btn-left{
+ background-position:0 -63px;
+}
+.x-btn-over .x-btn-right{
+ background-position:0 -84px;
+}
+.x-btn-over .x-btn-center{
+ background-position:0 -105px;
+}
+.x-btn-click .x-btn-center, .x-btn-menu-active .x-btn-center{
+ background-position:0 -126px;
+}
+.x-btn-disabled *{
+ color:gray !important;
+ cursor:default !important;
+}
+.x-btn-menu-text-wrap .x-btn-center {
+ padding:0 3px;
+}
+.ext-gecko .x-btn-menu-text-wrap .x-btn-center {
+ padding:0 1px;
+}
+.x-btn-menu-arrow-wrap .x-btn-center {
+ padding:0;
+}
+.x-btn-menu-arrow-wrap .x-btn-center button {
+ width:12px !important;
+ height:21px;
+ padding:0 !important;
+ display:block;
+ background:transparent url(../images/default/button/btn-arrow.gif) no-repeat left 3px;
+}
+.x-btn-with-menu .x-btn-center {
+ padding-right:2px !important;
+}
+.x-btn-with-menu .x-btn-center em {
+ display:block;
+ background:transparent url(../images/default/toolbar/btn-arrow.gif) no-repeat right 0;
+ padding-right:10px;
+}
+
+.x-btn-text-icon .x-btn-with-menu .x-btn-center em {
+ display:block;
+ background:transparent url(../images/default/toolbar/btn-arrow.gif) no-repeat right 3px;
+ padding-right:10px;
+}
+
+/* Toggle button styles */
+.x-btn-pressed .x-btn-left{
+ background: url(../images/default/button/btn-sprite.gif) no-repeat 0 -63px;
+}
+.x-btn-pressed .x-btn-right{
+ background: url(../images/default/button/btn-sprite.gif) no-repeat 0 -84px;
+}
+.x-btn-pressed .x-btn-center{
+ background: url(../images/default/button/btn-sprite.gif) repeat-x 0 -126px;
}
\ No newline at end of file
Modified: labs/jbossrules/trunk/drools-jbrms/src/main/webapp/org.drools.brms.JBRMS/js/ext/resources/css/core.css
===================================================================
--- labs/jbossrules/trunk/drools-jbrms/src/main/webapp/org.drools.brms.JBRMS/js/ext/resources/css/core.css 2008-02-21 03:20:58 UTC (rev 18538)
+++ labs/jbossrules/trunk/drools-jbrms/src/main/webapp/org.drools.brms.JBRMS/js/ext/resources/css/core.css 2008-02-21 05:02:52 UTC (rev 18539)
@@ -1,314 +1,314 @@
-/*
- * Ext JS Library 2.0.1
- * Copyright(c) 2006-2008, Ext JS, LLC.
- * licensing at extjs.com
- *
- * http://extjs.com/license
- */
-
-.ext-el-mask {
- z-index: 20000;
- position: absolute;
- top:0;
- left:0;
- -moz-opacity: 0.5;
- opacity: .50;
- filter: alpha(opacity=50);
- background-color: #CCC;
- width: 100%;
- height: 100%;
- zoom: 1;
-}
-.ext-el-mask-msg {
- z-index: 20001;
- position: absolute;
- top: 0;
- left: 0;
- border:1px solid #6593cf;
- background: #c3daf9 url(../images/default/box/tb-blue.gif) repeat-x 0 -16px;
- padding:2px;
-}
-.ext-el-mask-msg div {
- padding:5px 10px 5px 10px;
- background: #eee;
- border:1px solid #a3bad9;
- color:#222;
- font:normal 11px tahoma, arial, helvetica, sans-serif;
- cursor:wait;
-}
-
-.ext-shim {
- position:absolute;
- visibility:hidden;
- left:0;
- top:0;
- overflow:hidden;
-}
-.ext-ie .ext-shim {
- filter: alpha(opacity=0);
-}
-.ext-ie6 .ext-shim {
- margin-left: 5px;
- margin-top: 3px;
-}
-
-.x-mask-loading div {
- padding:5px 10px 5px 25px;
- background: #fbfbfb url( '../images/default/grid/loading.gif' ) no-repeat 5px 5px;
- line-height: 16px;
-}
-/* class for hiding elements without using display:none */
-.x-hidden, .x-hide-offsets {
- position:absolute;
- left:-10000px;
- top:-10000px;
- visibility:hidden;
-}
-.x-hide-display {
- display:none !important;
-}
-
-.x-hide-visibility {
- visibility:hidden !important;
-}
-
-.x-masked {
- overflow: hidden !important;
-}
-
-.x-masked select, .x-masked object, .x-masked embed {
- visibility: hidden;
-}
-
-.x-layer {
- visibility: hidden;
-}
-
-.x-unselectable, .x-unselectable * {
- -moz-user-select: none;
- -khtml-user-select: none;
-}
-
-.x-repaint {
- zoom: 1;
- background-color: transparent;
- -moz-outline: none;
-}
-
-.x-item-disabled {
- color: gray;
- cursor: default;
- opacity: .6;
- -moz-opacity: .6;
- filter: alpha(opacity=60);
-}
-
-.x-item-disabled * {
- color: gray !important;
- cursor: default !important;
-}
-
-.x-splitbar-proxy {
- position: absolute;
- visibility: hidden;
- z-index: 20001;
- background: #aaa;
- zoom: 1;
- line-height: 1px;
- font-size: 1px;
- overflow: hidden;
-}
-
-.x-splitbar-h, .x-splitbar-proxy-h {
- cursor: e-resize;
- cursor: col-resize;
-}
-
-.x-splitbar-v, .x-splitbar-proxy-v {
- cursor: s-resize;
- cursor: row-resize;
-}
-
-.x-color-palette {
- width: 150px;
- height: 92px;
- cursor: pointer;
-}
-
-.x-color-palette a {
- border: 1px solid #fff;
- float: left;
- padding: 2px;
- text-decoration: none;
- -moz-outline: 0 none;
- outline: 0 none;
- cursor: pointer;
-}
-
-.x-color-palette a:hover, .x-color-palette a.x-color-palette-sel {
- border: 1px solid #8BB8F3;
- background: #deecfd;
-}
-
-.x-color-palette em {
- display: block;
- border: 1px solid #ACA899;
-}
-
-.x-color-palette em span {
- cursor: pointer;
- display: block;
- height: 10px;
- line-height: 10px;
- width: 10px;
-}
-
-.x-ie-shadow {
- display: none;
- position: absolute;
- overflow: hidden;
- left:0;
- top:0;
- background:#777;
- zoom:1;
-}
-
-.x-shadow {
- display: none;
- position: absolute;
- overflow: hidden;
- left:0;
- top:0;
-}
-
-.x-shadow * {
- overflow: hidden;
-}
-
-.x-shadow * {
- padding: 0;
- border: 0;
- margin: 0;
- clear: none;
- zoom: 1;
-}
-
-/* top bottom */
-.x-shadow .xstc, .x-shadow .xsbc {
- height: 6px;
- float: left;
-}
-
-/* corners */
-.x-shadow .xstl, .x-shadow .xstr, .x-shadow .xsbl, .x-shadow .xsbr {
- width: 6px;
- height: 6px;
- float: left;
-}
-
-/* sides */
-.x-shadow .xsc {
- width: 100%;
-}
-
-.x-shadow .xsml, .x-shadow .xsmr {
- width: 6px;
- float: left;
- height: 100%;
-}
-
-.x-shadow .xsmc {
- float: left;
- height: 100%;
- background: transparent url( ../images/default/shadow-c.png );
-}
-
-.x-shadow .xst, .x-shadow .xsb {
- height: 6px;
- overflow: hidden;
- width: 100%;
-}
-
-.x-shadow .xsml {
- background: transparent url( ../images/default/shadow-lr.png ) repeat-y 0 0;
-}
-
-.x-shadow .xsmr {
- background: transparent url( ../images/default/shadow-lr.png ) repeat-y -6px 0;
-}
-
-.x-shadow .xstl {
- background: transparent url( ../images/default/shadow.png ) no-repeat 0 0;
-}
-
-.x-shadow .xstc {
- background: transparent url( ../images/default/shadow.png ) repeat-x 0 -30px;
-}
-
-.x-shadow .xstr {
- background: transparent url( ../images/default/shadow.png ) repeat-x 0 -18px;
-}
-
-.x-shadow .xsbl {
- background: transparent url( ../images/default/shadow.png ) no-repeat 0 -12px;
-}
-
-.x-shadow .xsbc {
- background: transparent url( ../images/default/shadow.png ) repeat-x 0 -36px;
-}
-
-.x-shadow .xsbr {
- background: transparent url( ../images/default/shadow.png ) repeat-x 0 -6px;
-}
-
-.loading-indicator {
- font-size: 11px;
- background-image: url(../images/default/grid/loading.gif);
- background-repeat: no-repeat;
- background-position: left;
- padding-left: 20px;
- line-height: 16px;
- margin: 3px;
-}
-
-.x-text-resize {
- position: absolute;
- left: -1000px;
- top: -1000px;
- visibility: hidden;
- zoom: 1;
-}
-
-.x-drag-overlay {
- width: 100%;
- height: 100%;
- display: none;
- position: absolute;
- left: 0;
- top: 0;
- background-image:url(../images/default/s.gif);
- z-index: 20000;
-}
-
-.x-clear {
- clear:both;
- height:0;
- overflow:hidden;
- line-height:0;
- font-size:0;
-}
-
-
-.x-spotlight {
- z-index: 8999;
- position: absolute;
- top:0;
- left:0;
- -moz-opacity: 0.5;
- opacity: .50;
- filter: alpha(opacity=50);
- background-color: #CCC;
- width:0;
- height:0;
- zoom: 1;
-}
+/*
+ * Ext JS Library 2.0.1
+ * Copyright(c) 2006-2008, Ext JS, LLC.
+ * licensing at extjs.com
+ *
+ * http://extjs.com/license
+ */
+
+.ext-el-mask {
+ z-index: 20000;
+ position: absolute;
+ top:0;
+ left:0;
+ -moz-opacity: 0.5;
+ opacity: .50;
+ filter: alpha(opacity=50);
+ background-color: #CCC;
+ width: 100%;
+ height: 100%;
+ zoom: 1;
+}
+.ext-el-mask-msg {
+ z-index: 20001;
+ position: absolute;
+ top: 0;
+ left: 0;
+ border:1px solid #6593cf;
+ background: #c3daf9 url(../images/default/box/tb-blue.gif) repeat-x 0 -16px;
+ padding:2px;
+}
+.ext-el-mask-msg div {
+ padding:5px 10px 5px 10px;
+ background: #eee;
+ border:1px solid #a3bad9;
+ color:#222;
+ font:normal 11px tahoma, arial, helvetica, sans-serif;
+ cursor:wait;
+}
+
+.ext-shim {
+ position:absolute;
+ visibility:hidden;
+ left:0;
+ top:0;
+ overflow:hidden;
+}
+.ext-ie .ext-shim {
+ filter: alpha(opacity=0);
+}
+.ext-ie6 .ext-shim {
+ margin-left: 5px;
+ margin-top: 3px;
+}
+
+.x-mask-loading div {
+ padding:5px 10px 5px 25px;
+ background: #fbfbfb url( '../images/default/grid/loading.gif' ) no-repeat 5px 5px;
+ line-height: 16px;
+}
+/* class for hiding elements without using display:none */
+.x-hidden, .x-hide-offsets {
+ position:absolute;
+ left:-10000px;
+ top:-10000px;
+ visibility:hidden;
+}
+.x-hide-display {
+ display:none !important;
+}
+
+.x-hide-visibility {
+ visibility:hidden !important;
+}
+
+.x-masked {
+ overflow: hidden !important;
+}
+
+.x-masked select, .x-masked object, .x-masked embed {
+ visibility: hidden;
+}
+
+.x-layer {
+ visibility: hidden;
+}
+
+.x-unselectable, .x-unselectable * {
+ -moz-user-select: none;
+ -khtml-user-select: none;
+}
+
+.x-repaint {
+ zoom: 1;
+ background-color: transparent;
+ -moz-outline: none;
+}
+
+.x-item-disabled {
+ color: gray;
+ cursor: default;
+ opacity: .6;
+ -moz-opacity: .6;
+ filter: alpha(opacity=60);
+}
+
+.x-item-disabled * {
+ color: gray !important;
+ cursor: default !important;
+}
+
+.x-splitbar-proxy {
+ position: absolute;
+ visibility: hidden;
+ z-index: 20001;
+ background: #aaa;
+ zoom: 1;
+ line-height: 1px;
+ font-size: 1px;
+ overflow: hidden;
+}
+
+.x-splitbar-h, .x-splitbar-proxy-h {
+ cursor: e-resize;
+ cursor: col-resize;
+}
+
+.x-splitbar-v, .x-splitbar-proxy-v {
+ cursor: s-resize;
+ cursor: row-resize;
+}
+
+.x-color-palette {
+ width: 150px;
+ height: 92px;
+ cursor: pointer;
+}
+
+.x-color-palette a {
+ border: 1px solid #fff;
+ float: left;
+ padding: 2px;
+ text-decoration: none;
+ -moz-outline: 0 none;
+ outline: 0 none;
+ cursor: pointer;
+}
+
+.x-color-palette a:hover, .x-color-palette a.x-color-palette-sel {
+ border: 1px solid #8BB8F3;
+ background: #deecfd;
+}
+
+.x-color-palette em {
+ display: block;
+ border: 1px solid #ACA899;
+}
+
+.x-color-palette em span {
+ cursor: pointer;
+ display: block;
+ height: 10px;
+ line-height: 10px;
+ width: 10px;
+}
+
+.x-ie-shadow {
+ display: none;
+ position: absolute;
+ overflow: hidden;
+ left:0;
+ top:0;
+ background:#777;
+ zoom:1;
+}
+
+.x-shadow {
+ display: none;
+ position: absolute;
+ overflow: hidden;
+ left:0;
+ top:0;
+}
+
+.x-shadow * {
+ overflow: hidden;
+}
+
+.x-shadow * {
+ padding: 0;
+ border: 0;
+ margin: 0;
+ clear: none;
+ zoom: 1;
+}
+
+/* top bottom */
+.x-shadow .xstc, .x-shadow .xsbc {
+ height: 6px;
+ float: left;
+}
+
+/* corners */
+.x-shadow .xstl, .x-shadow .xstr, .x-shadow .xsbl, .x-shadow .xsbr {
+ width: 6px;
+ height: 6px;
+ float: left;
+}
+
+/* sides */
+.x-shadow .xsc {
+ width: 100%;
+}
+
+.x-shadow .xsml, .x-shadow .xsmr {
+ width: 6px;
+ float: left;
+ height: 100%;
+}
+
+.x-shadow .xsmc {
+ float: left;
+ height: 100%;
+ background: transparent url( ../images/default/shadow-c.png );
+}
+
+.x-shadow .xst, .x-shadow .xsb {
+ height: 6px;
+ overflow: hidden;
+ width: 100%;
+}
+
+.x-shadow .xsml {
+ background: transparent url( ../images/default/shadow-lr.png ) repeat-y 0 0;
+}
+
+.x-shadow .xsmr {
+ background: transparent url( ../images/default/shadow-lr.png ) repeat-y -6px 0;
+}
+
+.x-shadow .xstl {
+ background: transparent url( ../images/default/shadow.png ) no-repeat 0 0;
+}
+
+.x-shadow .xstc {
+ background: transparent url( ../images/default/shadow.png ) repeat-x 0 -30px;
+}
+
+.x-shadow .xstr {
+ background: transparent url( ../images/default/shadow.png ) repeat-x 0 -18px;
+}
+
+.x-shadow .xsbl {
+ background: transparent url( ../images/default/shadow.png ) no-repeat 0 -12px;
+}
+
+.x-shadow .xsbc {
+ background: transparent url( ../images/default/shadow.png ) repeat-x 0 -36px;
+}
+
+.x-shadow .xsbr {
+ background: transparent url( ../images/default/shadow.png ) repeat-x 0 -6px;
+}
+
+.loading-indicator {
+ font-size: 11px;
+ background-image: url(../images/default/grid/loading.gif);
+ background-repeat: no-repeat;
+ background-position: left;
+ padding-left: 20px;
+ line-height: 16px;
+ margin: 3px;
+}
+
+.x-text-resize {
+ position: absolute;
+ left: -1000px;
+ top: -1000px;
+ visibility: hidden;
+ zoom: 1;
+}
+
+.x-drag-overlay {
+ width: 100%;
+ height: 100%;
+ display: none;
+ position: absolute;
+ left: 0;
+ top: 0;
+ background-image:url(../images/default/s.gif);
+ z-index: 20000;
+}
+
+.x-clear {
+ clear:both;
+ height:0;
+ overflow:hidden;
+ line-height:0;
+ font-size:0;
+}
+
+
+.x-spotlight {
+ z-index: 8999;
+ position: absolute;
+ top:0;
+ left:0;
+ -moz-opacity: 0.5;
+ opacity: .50;
+ filter: alpha(opacity=50);
+ background-color: #CCC;
+ width:0;
+ height:0;
+ zoom: 1;
+}
Modified: labs/jbossrules/trunk/drools-jbrms/src/main/webapp/org.drools.brms.JBRMS/js/ext/resources/css/dd.css
===================================================================
--- labs/jbossrules/trunk/drools-jbrms/src/main/webapp/org.drools.brms.JBRMS/js/ext/resources/css/dd.css 2008-02-21 03:20:58 UTC (rev 18538)
+++ labs/jbossrules/trunk/drools-jbrms/src/main/webapp/org.drools.brms.JBRMS/js/ext/resources/css/dd.css 2008-02-21 05:02:52 UTC (rev 18539)
@@ -1,75 +1,75 @@
-/*
- * Ext JS Library 2.0.1
- * Copyright(c) 2006-2008, Ext JS, LLC.
- * licensing at extjs.com
- *
- * http://extjs.com/license
- */
-
-.x-dd-drag-proxy{
- position:absolute;
- left:0;top:0;
- visibility:hidden;
- z-index:15000;
-}
-.x-dd-drag-ghost{
- color: black;
- font: normal 11px arial, helvetica, sans-serif;
- -moz-opacity: 0.85;
- opacity:.85;
- filter: alpha(opacity=85);
- border-top:1px solid #dddddd;
- border-left:1px solid #dddddd;
- border-right:1px solid #bbbbbb;
- border-bottom:1px solid #bbbbbb;
- padding:3px;
- padding-left:20px;
- background-color:white;
- white-space:nowrap;
-}
-.x-dd-drag-repair .x-dd-drag-ghost{
- -moz-opacity: 0.4;
- opacity:.4;
- filter: alpha(opacity=40);
- border:0 none;
- padding:0;
- background-color:transparent;
-}
-.x-dd-drag-repair .x-dd-drop-icon{
- visibility:hidden;
-}
-.x-dd-drop-icon{
- position:absolute;
- top:3px;
- left:3px;
- display:block;
- width:16px;
- height:16px;
- background-color:transparent;
- background-position: center;
- background-repeat: no-repeat;
- z-index:1;
-}
-.x-dd-drop-nodrop .x-dd-drop-icon{
- background-image: url(../images/default/dd/drop-no.gif);
-}
-.x-dd-drop-ok .x-dd-drop-icon{
- background-image: url(../images/default/dd/drop-yes.gif);
-}
-.x-dd-drop-ok-add .x-dd-drop-icon{
- background-image: url(../images/default/dd/drop-add.gif);
-}
-
-
-.x-view-selector {
- position:absolute;
- left:0;
- top:0;
- width:0;
- background:#c3daf9;
- border:1px dotted #3399bb;
- opacity: .5;
- -moz-opacity: .5;
- filter:alpha(opacity=50);
- zoom:1;
+/*
+ * Ext JS Library 2.0.1
+ * Copyright(c) 2006-2008, Ext JS, LLC.
+ * licensing at extjs.com
+ *
+ * http://extjs.com/license
+ */
+
+.x-dd-drag-proxy{
+ position:absolute;
+ left:0;top:0;
+ visibility:hidden;
+ z-index:15000;
+}
+.x-dd-drag-ghost{
+ color: black;
+ font: normal 11px arial, helvetica, sans-serif;
+ -moz-opacity: 0.85;
+ opacity:.85;
+ filter: alpha(opacity=85);
+ border-top:1px solid #dddddd;
+ border-left:1px solid #dddddd;
+ border-right:1px solid #bbbbbb;
+ border-bottom:1px solid #bbbbbb;
+ padding:3px;
+ padding-left:20px;
+ background-color:white;
+ white-space:nowrap;
+}
+.x-dd-drag-repair .x-dd-drag-ghost{
+ -moz-opacity: 0.4;
+ opacity:.4;
+ filter: alpha(opacity=40);
+ border:0 none;
+ padding:0;
+ background-color:transparent;
+}
+.x-dd-drag-repair .x-dd-drop-icon{
+ visibility:hidden;
+}
+.x-dd-drop-icon{
+ position:absolute;
+ top:3px;
+ left:3px;
+ display:block;
+ width:16px;
+ height:16px;
+ background-color:transparent;
+ background-position: center;
+ background-repeat: no-repeat;
+ z-index:1;
+}
+.x-dd-drop-nodrop .x-dd-drop-icon{
+ background-image: url(../images/default/dd/drop-no.gif);
+}
+.x-dd-drop-ok .x-dd-drop-icon{
+ background-image: url(../images/default/dd/drop-yes.gif);
+}
+.x-dd-drop-ok-add .x-dd-drop-icon{
+ background-image: url(../images/default/dd/drop-add.gif);
+}
+
+
+.x-view-selector {
+ position:absolute;
+ left:0;
+ top:0;
+ width:0;
+ background:#c3daf9;
+ border:1px dotted #3399bb;
+ opacity: .5;
+ -moz-opacity: .5;
+ filter:alpha(opacity=50);
+ zoom:1;
}
\ No newline at end of file
Modified: labs/jbossrules/trunk/drools-jbrms/src/main/webapp/org.drools.brms.JBRMS/js/ext/resources/css/editor.css
===================================================================
--- labs/jbossrules/trunk/drools-jbrms/src/main/webapp/org.drools.brms.JBRMS/js/ext/resources/css/editor.css 2008-02-21 03:20:58 UTC (rev 18538)
+++ labs/jbossrules/trunk/drools-jbrms/src/main/webapp/org.drools.brms.JBRMS/js/ext/resources/css/editor.css 2008-02-21 05:02:52 UTC (rev 18539)
@@ -1,66 +1,66 @@
-/*
- * Ext JS Library 2.0.1
- * Copyright(c) 2006-2008, Ext JS, LLC.
- * licensing at extjs.com
- *
- * http://extjs.com/license
- */
-
-.x-html-editor-wrap {
- border:1px solid #a9bfd3;
- background:white;
-}
-.x-html-editor-tb .x-btn-text {
- background:transparent url(../images/default/editor/tb-sprite.gif) no-repeat;
-}
-.x-html-editor-tb .x-edit-bold .x-btn-text {
- background-position:0 0;
-}
-.x-html-editor-tb .x-edit-italic .x-btn-text {
- background-position:-16px 0;
-}
-.x-html-editor-tb .x-edit-underline .x-btn-text {
- background-position:-32px 0;
-}
-.x-html-editor-tb .x-edit-forecolor .x-btn-text {
- background-position:-160px 0;
-}
-.x-html-editor-tb .x-edit-backcolor .x-btn-text {
- background-position:-176px 0;
-}
-.x-html-editor-tb .x-edit-justifyleft .x-btn-text {
- background-position:-112px 0;
-}
-.x-html-editor-tb .x-edit-justifycenter .x-btn-text {
- background-position:-128px 0;
-}
-.x-html-editor-tb .x-edit-justifyright .x-btn-text {
- background-position:-144px 0;
-}
-.x-html-editor-tb .x-edit-insertorderedlist .x-btn-text {
- background-position:-80px 0;
-}
-.x-html-editor-tb .x-edit-insertunorderedlist .x-btn-text {
- background-position:-96px 0;
-}
-.x-html-editor-tb .x-edit-increasefontsize .x-btn-text {
- background-position:-48px 0;
-}
-.x-html-editor-tb .x-edit-decreasefontsize .x-btn-text {
- background-position:-64px 0;
-}
-.x-html-editor-tb .x-edit-sourceedit .x-btn-text {
- background-position:-192px 0;
-}
-.x-html-editor-tb .x-edit-createlink .x-btn-text {
- background-position:-208px 0;
-}
-
-.x-html-editor-tip .x-tip-bd .x-tip-bd-inner {
- padding:5px;
- padding-bottom:1px;
-}
-
-.x-html-editor-tb .x-toolbar {
- position:static !important;
+/*
+ * Ext JS Library 2.0.1
+ * Copyright(c) 2006-2008, Ext JS, LLC.
+ * licensing at extjs.com
+ *
+ * http://extjs.com/license
+ */
+
+.x-html-editor-wrap {
+ border:1px solid #a9bfd3;
+ background:white;
+}
+.x-html-editor-tb .x-btn-text {
+ background:transparent url(../images/default/editor/tb-sprite.gif) no-repeat;
+}
+.x-html-editor-tb .x-edit-bold .x-btn-text {
+ background-position:0 0;
+}
+.x-html-editor-tb .x-edit-italic .x-btn-text {
+ background-position:-16px 0;
+}
+.x-html-editor-tb .x-edit-underline .x-btn-text {
+ background-position:-32px 0;
+}
+.x-html-editor-tb .x-edit-forecolor .x-btn-text {
+ background-position:-160px 0;
+}
+.x-html-editor-tb .x-edit-backcolor .x-btn-text {
+ background-position:-176px 0;
+}
+.x-html-editor-tb .x-edit-justifyleft .x-btn-text {
+ background-position:-112px 0;
+}
+.x-html-editor-tb .x-edit-justifycenter .x-btn-text {
+ background-position:-128px 0;
+}
+.x-html-editor-tb .x-edit-justifyright .x-btn-text {
+ background-position:-144px 0;
+}
+.x-html-editor-tb .x-edit-insertorderedlist .x-btn-text {
+ background-position:-80px 0;
+}
+.x-html-editor-tb .x-edit-insertunorderedlist .x-btn-text {
+ background-position:-96px 0;
+}
+.x-html-editor-tb .x-edit-increasefontsize .x-btn-text {
+ background-position:-48px 0;
+}
+.x-html-editor-tb .x-edit-decreasefontsize .x-btn-text {
+ background-position:-64px 0;
+}
+.x-html-editor-tb .x-edit-sourceedit .x-btn-text {
+ background-position:-192px 0;
+}
+.x-html-editor-tb .x-edit-createlink .x-btn-text {
+ background-position:-208px 0;
+}
+
+.x-html-editor-tip .x-tip-bd .x-tip-bd-inner {
+ padding:5px;
+ padding-bottom:1px;
+}
+
+.x-html-editor-tb .x-toolbar {
+ position:static !important;
}
\ No newline at end of file
Modified: labs/jbossrules/trunk/drools-jbrms/src/main/webapp/org.drools.brms.JBRMS/js/ext/resources/css/grid.css
===================================================================
--- labs/jbossrules/trunk/drools-jbrms/src/main/webapp/org.drools.brms.JBRMS/js/ext/resources/css/grid.css 2008-02-21 03:20:58 UTC (rev 18538)
+++ labs/jbossrules/trunk/drools-jbrms/src/main/webapp/org.drools.brms.JBRMS/js/ext/resources/css/grid.css 2008-02-21 05:02:52 UTC (rev 18539)
@@ -1,543 +1,543 @@
-/*
- * Ext JS Library 2.0.1
- * Copyright(c) 2006-2008, Ext JS, LLC.
- * licensing at extjs.com
- *
- * http://extjs.com/license
- */
-
-/* Grid3 styles */
-.x-grid3 {
- position:relative;
- overflow:hidden;
- background-color:#fff;
-}
-
-.x-grid-panel .x-panel-body {
- overflow:hidden !important;
-}
-
-.x-grid-panel .x-panel-mc .x-panel-body {
- border:1px solid #99bbe8;
-}
-
-.ext-ie .x-grid3 table,.ext-safari .x-grid3 table {
- table-layout:fixed;
-}
-.x-grid3-viewport{
- overflow:hidden;
-}
-.x-grid3-hd-row td, .x-grid3-row td, .x-grid3-summary-row td{
- font:normal 11px arial, tahoma, helvetica, sans-serif;
- -moz-outline: none;
- -moz-user-focus: normal;
-}
-.x-grid3-row td, .x-grid3-summary-row td {
- line-height:13px;
- vertical-align: top;
- padding-left:1px;
- padding-right:1px;
- -moz-user-select: none;
-}
-.x-grid3-hd-row td {
- line-height:15px;
- vertical-align:middle;
- border-left:1px solid #eee;
- border-right:1px solid #d0d0d0;
-}
-
-.x-grid3-hd-row .x-grid3-marker-hd {
- padding:3px;
-}
-
-.x-grid3-row .x-grid3-marker {
- padding:3px;
-}
-
-.x-grid3-cell-inner, .x-grid3-hd-inner{
- overflow:hidden;
- -o-text-overflow: ellipsis;
- text-overflow: ellipsis;
- padding:3px 3px 3px 5px;
- white-space: nowrap;
-}
-
-.x-grid3-hd-inner {
- position:relative;
- cursor:inherit;
- padding:4px 3px 4px 5px;
-}
-
-.x-grid3-row-body {
- white-space:normal;
-}
-
-.x-grid3-body-cell {
- -moz-outline:0 none;
- outline:0 none;
-}
-/* IE Quirks to clip */
-.ext-ie .x-grid3-cell-inner, .ext-ie .x-grid3-hd-inner{
- width:100%;
-}
-/* reverse above in strict mode */
-.ext-strict .x-grid3-cell-inner, .ext-strict .x-grid3-hd-inner{
- width:auto;
-}
-
-.x-grid3-col {
-
-}
-
-.x-grid-row-loading {
- background: #fff url(../images/default/shared/loading-balls.gif) no-repeat center center;
-}
-.x-grid-page {
- overflow:hidden;
-}
-.x-grid3-row {
- cursor: default;
- border:1px solid #ededed;
- border-top-color:#fff;
- /*border-bottom: 1px solid #ededed;*/
- width:100%;
-}
-.x-grid3-row-alt{
- background-color:#fafafa;
-}
-
-.x-grid3-row-over {
- border:1px solid #dddddd;
- background: #efefef url(../images/default/grid/row-over.gif) repeat-x left top;
-}
-
-.x-grid3-resize-proxy {
- width:1px;
- left:0;
- background-color:#777;
- cursor: e-resize;
- cursor: col-resize;
- position:absolute;
- top:0;
- height:100px;
- overflow:hidden;
- visibility:hidden;
- border:0 none;
- z-index:7;
-}
-.x-grid3-resize-marker {
- width:1px;
- left:0;
- background-color:#777;
- position:absolute;
- top:0;
- height:100px;
- overflow:hidden;
- visibility:hidden;
- border:0 none;
- z-index:7;
-}
-.x-grid3-focus {
- position:absolute;
- top:0;
- -moz-outline:0 none;
- outline:0 none;
- -moz-user-select: normal;
- -khtml-user-select: normal;
-}
-
-/* header styles */
-.x-grid3-header{
- background: #f9f9f9 url(../images/default/grid/grid3-hrow.gif) repeat-x 0 bottom;
- cursor:default;
- zoom:1;
- padding:1px 0 0 0;
-}
-
-.x-grid3-header-pop {
- border-left:1px solid #d0d0d0;
- float:right;
- clear:none;
-}
-.x-grid3-header-pop-inner {
- border-left:1px solid #eee;
- width:14px;
- height:19px;
- background: transparent url(../images/default/grid/hd-pop.gif) no-repeat center center;
-}
-.ext-ie .x-grid3-header-pop-inner {
- width:15px;
-}
-.ext-strict .x-grid3-header-pop-inner {
- width:14px;
-}
-.x-grid3-header-inner {
- overflow:hidden;
- zoom:1;
- float:left;
-}
-.x-grid3-header-offset {
- padding-left:1px;
- width:10000px;
-}
-
-td.x-grid3-hd-over, td.sort-desc, td.sort-asc, td.x-grid3-hd-menu-open {
- border-left:1px solid #aaccf6;
- border-right:1px solid #aaccf6;
-}
-td.x-grid3-hd-over .x-grid3-hd-inner, td.sort-desc .x-grid3-hd-inner, td.sort-asc .x-grid3-hd-inner, td.x-grid3-hd-menu-open .x-grid3-hd-inner {
- background: #ebf3fd url(../images/default/grid/grid3-hrow-over.gif) repeat-x left bottom;
-
-}
-.x-grid3-sort-icon{
- background-repeat: no-repeat;
- display: none;
- height: 4px;
- width: 13px;
- margin-left:3px;
- vertical-align: middle;
-}
-.sort-asc .x-grid3-sort-icon {
- background-image: url(../images/default/grid/sort_asc.gif);
- display: inline;
-}
-.sort-desc .x-grid3-sort-icon {
- background-image: url(../images/default/grid/sort_desc.gif);
- display: inline;
-}
-
-/* Header position fixes for IE strict mode */
-.ext-strict .ext-ie .x-grid3-header-inner{position:relative;}
-.ext-strict .ext-ie6 .x-grid3-hd{position:relative;}
-.ext-strict .ext-ie6 .x-grid3-hd-inner{position:static;}
-
-/* Body Styles */
-.x-grid3-body {
- zoom:1;
-}
-.x-grid3-scroller {
- overflow:auto;
- zoom:1;
- position:relative;
-}
-.x-grid3-cell-text, .x-grid3-hd-text {
- display: block;
- padding: 3px 5px 3px 5px;
- -moz-user-select: none;
- -khtml-user-select: none;
- color:black;
-}
-.x-grid3-split {
- background-image: url(../images/default/grid/grid-split.gif);
- background-position: center;
- background-repeat: no-repeat;
- cursor: e-resize;
- cursor: col-resize;
- display: block;
- font-size: 1px;
- height: 16px;
- overflow: hidden;
- position: absolute;
- top: 2px;
- width: 6px;
- z-index: 3;
-}
-
-.x-grid3-hd-text {
- color:#15428b;
-}
-/* Column Reorder DD */
-.x-dd-drag-proxy .x-grid3-hd-inner{
- background: #ebf3fd url(../images/default/grid/grid3-hrow-over.gif) repeat-x left bottom;
- width:120px;
- padding:3px;
- border:1px solid #aaccf6;
- overflow:hidden;
-}
-
-.col-move-top, .col-move-bottom{
- width:9px;
- height:9px;
- position:absolute;
- top:0;
- line-height:1px;
- font-size:1px;
- overflow:hidden;
- visibility:hidden;
- z-index:20000;
-}
-.col-move-top{
- background:transparent url(../images/default/grid/col-move-top.gif) no-repeat left top;
-}
-.col-move-bottom{
- background:transparent url(../images/default/grid/col-move-bottom.gif) no-repeat left top;
-}
-
-/* Selection Styles */
-.x-grid3-row-selected {
- background: #DFE8F6 !important;
- border:1px dotted #a3bae9;
-}
-
-.x-grid3-cell-selected{
- background-color: #B8CFEE !important;
- color: black;
-}
-.x-grid3-cell-selected span{
- color: black !important;
-}
-.x-grid3-cell-selected .x-grid3-cell-text{
- color: black;
-}
-
-.x-grid3-locked td.x-grid3-row-marker, .x-grid3-locked .x-grid3-row-selected td.x-grid3-row-marker{
- background: #ebeadb url(../images/default/grid/grid-hrow.gif) repeat-x 0 bottom !important;
- vertical-align:middle !important;
- color:black;
- padding:0;
- border-top:1px solid white;
- border-bottom:none !important;
- border-right:1px solid #6fa0df !important;
- text-align:center;
-}
-.x-grid3-locked td.x-grid3-row-marker div, .x-grid3-locked .x-grid3-row-selected td.x-grid3-row-marker div{
- padding:0 4px;
- color:#15428b !important;
- text-align:center;
-}
-
-/* dirty cells */
-.x-grid3-dirty-cell {
- background: transparent url(../images/default/grid/dirty.gif) no-repeat 0 0;
-}
-
-/* Grid Toolbars */
-.x-grid3-topbar, .x-grid3-bottombar{
- font:normal 11px arial, tahoma, helvetica, sans-serif;
- overflow:hidden;
- display:none;
- zoom:1;
- position:relative;
-}
-.x-grid3-topbar .x-toolbar{
- border-right:0 none;
-}
-.x-grid3-bottombar .x-toolbar{
- border-right:0 none;
- border-bottom:0 none;
- border-top:1px solid #a9bfd3;
-}
-/* Props Grid Styles */
-.x-props-grid .x-grid3-cell{
- padding:1px;
-}
-.x-props-grid .x-grid3-td-name .x-grid3-cell-inner{
- background:transparent url(../images/default/grid/grid3-special-col-bg.gif) repeat-y -16px !important;
- padding-left:12px;
- color:black !important;
-}
-.x-props-grid .x-grid3-body .x-grid3-td-name{
- padding:1px;
- padding-right:0;
- background:white !important;
- border:0 none;
- border-right:1px solid #eeeeee;
-}
-
-/* header menu */
-.xg-hmenu-sort-asc .x-menu-item-icon{
- background-image: url(../images/default/grid/hmenu-asc.gif);
-}
-.xg-hmenu-sort-desc .x-menu-item-icon{
- background-image: url(../images/default/grid/hmenu-desc.gif);
-}
-.xg-hmenu-lock .x-menu-item-icon{
- background-image: url(../images/default/grid/hmenu-lock.gif);
-}
-.xg-hmenu-unlock .x-menu-item-icon{
- background-image: url(../images/default/grid/hmenu-unlock.gif);
-}
-
-/* dd */
-.x-grid3-col-dd {
- border:0 none;
- padding:0;
- background:transparent;
-}
-
-.x-dd-drag-ghost .x-grid3-dd-wrap {
- padding:1px 3px 3px 1px;
-}
-
-.x-grid3-hd {
- -moz-user-select:none;
-}
-
-.x-grid3-hd-btn {
- display:none;
- position:absolute;
- width:14px;
- background:#c3daf9 url(../images/default/grid/grid3-hd-btn.gif) no-repeat left center;
- right:0;
- top:0;
- z-index:2;
- cursor:pointer;
-}
-
-.x-grid3-hd-over .x-grid3-hd-btn, .x-grid3-hd-menu-open .x-grid3-hd-btn {
- display:block;
-}
-
-a.x-grid3-hd-btn:hover {
- background-position:-14px center;
-}
-
-/* Expanders */
-
-.x-grid3-body .x-grid3-td-expander {
- background:transparent url(../images/default/grid/grid3-special-col-bg.gif) repeat-y right;
-}
-.x-grid3-body .x-grid3-td-expander .x-grid3-cell-inner {
- padding:0 !important;
- height:100%;
-}
-.x-grid3-row-expander {
- width:100%;
- height:18px;
- background-position:4px 2px;
- background-repeat:no-repeat;
- background-color:transparent;
- background-image:url(../images/default/grid/row-expand-sprite.gif);
-}
-.x-grid3-row-collapsed .x-grid3-row-expander {
- background-position:4px 2px;
-}
-.x-grid3-row-expanded .x-grid3-row-expander {
- background-position:-21px 2px;
-}
-.x-grid3-row-collapsed .x-grid3-row-body {
- display:none !important;
-}
-.x-grid3-row-expanded .x-grid3-row-body {
- display:block !important;
-}
-
-/* Checkers */
-
-.x-grid3-body .x-grid3-td-checker {
- background:transparent url(../images/default/grid/grid3-special-col-bg.gif) repeat-y right;
-}
-
-.x-grid3-body .x-grid3-td-checker .x-grid3-cell-inner, .x-grid3-header .x-grid3-td-checker .x-grid3-hd-inner {
- padding:0 !important;
- height:100%;
-}
-
-.x-grid3-row-checker, .x-grid3-hd-checker {
- width:100%;
- height:18px;
- background-position:2px 2px;
- background-repeat:no-repeat;
- background-color:transparent;
- background-image:url(../images/default/grid/row-check-sprite.gif);
-}
-.x-grid3-row .x-grid3-row-checker {
- background-position:2px 2px;
-}
-.x-grid3-row-selected .x-grid3-row-checker, .x-grid3-hd-checker-on .x-grid3-hd-checker {
- background-position:-23px 2px;
-}
-.x-grid3-hd-checker {
- background-position:2px 3px;
-}
-.x-grid3-hd-checker-on .x-grid3-hd-checker {
- background-position:-23px 3px;
-}
-
-/* Numberer */
-
-.x-grid3-body .x-grid3-td-numberer {
- background:transparent url(../images/default/grid/grid3-special-col-bg.gif) repeat-y right;
-}
-.x-grid3-body .x-grid3-td-numberer .x-grid3-cell-inner {
- padding:3px 5px 0 0 !important;
- text-align:right;
- color:#444;
-}
-
-/* All specials */
-
-.x-grid3-body .x-grid3-row-selected .x-grid3-td-numberer,
-.x-grid3-body .x-grid3-row-selected .x-grid3-td-checker,
-.x-grid3-body .x-grid3-row-selected .x-grid3-td-expander {
- background:transparent url(../images/default/grid/grid3-special-col-sel-bg.gif) repeat-y right;
-}
-.x-grid3-body .x-grid3-check-col-td .x-grid3-cell-inner {
- padding: 1px 0 0 0 !important;
-}
-
-.x-grid3-check-col {
- width:100%;
- height:16px;
- background-position:center center;
- background-repeat:no-repeat;
- background-color:transparent;
- background-image:url(../images/default/menu/unchecked.gif);
-}
-
-
-.x-grid3-check-col-on {
- width:100%;
- height:16px;
- background-position:center center;
- background-repeat:no-repeat;
- background-color:transparent;
- background-image:url(../images/default/menu/checked.gif);
-}
-
-/* Grouping classes */
-.x-grid-group, .x-grid-group-body, .x-grid-group-hd {
- zoom:1;
-}
-.x-grid-group-hd {
- border-bottom: 2px solid #99bbe8;
- cursor:pointer;
- padding-top:6px;
-}
-.x-grid-group-hd div {
- background:transparent url(../images/default/grid/group-expand-sprite.gif) no-repeat 3px -47px;
- padding:4px 4px 4px 17px;
- color:#3764a0;
- font:bold 11px tahoma, arial, helvetica, sans-serif;
-}
-.x-grid-group-collapsed .x-grid-group-hd div {
- background-position: 3px 3px;
-}
-.x-grid-group-collapsed .x-grid-group-body {
- display:none;
-}
-
-.x-group-by-icon {
- background-image:url(../images/default/grid/group-by.gif);
-}
-.x-cols-icon {
- background-image:url(../images/default/grid/columns.gif);
-}
-.x-show-groups-icon {
- background-image:url(../images/default/grid/group-by.gif);
-}
-
-.ext-ie .x-grid3 .x-editor .x-form-text { /* ie bug */
- position:relative;
- top:-1px;
-}
-.x-grid-editor { /* horiz scroll bug */
- position: relative !important;
- float: left;
-}
-
-.x-grid-empty {
- padding:10px;
- color:gray;
- font:normal 11px tahoma, arial, helvetica, sans-serif;
+/*
+ * Ext JS Library 2.0.1
+ * Copyright(c) 2006-2008, Ext JS, LLC.
+ * licensing at extjs.com
+ *
+ * http://extjs.com/license
+ */
+
+/* Grid3 styles */
+.x-grid3 {
+ position:relative;
+ overflow:hidden;
+ background-color:#fff;
+}
+
+.x-grid-panel .x-panel-body {
+ overflow:hidden !important;
+}
+
+.x-grid-panel .x-panel-mc .x-panel-body {
+ border:1px solid #99bbe8;
+}
+
+.ext-ie .x-grid3 table,.ext-safari .x-grid3 table {
+ table-layout:fixed;
+}
+.x-grid3-viewport{
+ overflow:hidden;
+}
+.x-grid3-hd-row td, .x-grid3-row td, .x-grid3-summary-row td{
+ font:normal 11px arial, tahoma, helvetica, sans-serif;
+ -moz-outline: none;
+ -moz-user-focus: normal;
+}
+.x-grid3-row td, .x-grid3-summary-row td {
+ line-height:13px;
+ vertical-align: top;
+ padding-left:1px;
+ padding-right:1px;
+ -moz-user-select: none;
+}
+.x-grid3-hd-row td {
+ line-height:15px;
+ vertical-align:middle;
+ border-left:1px solid #eee;
+ border-right:1px solid #d0d0d0;
+}
+
+.x-grid3-hd-row .x-grid3-marker-hd {
+ padding:3px;
+}
+
+.x-grid3-row .x-grid3-marker {
+ padding:3px;
+}
+
+.x-grid3-cell-inner, .x-grid3-hd-inner{
+ overflow:hidden;
+ -o-text-overflow: ellipsis;
+ text-overflow: ellipsis;
+ padding:3px 3px 3px 5px;
+ white-space: nowrap;
+}
+
+.x-grid3-hd-inner {
+ position:relative;
+ cursor:inherit;
+ padding:4px 3px 4px 5px;
+}
+
+.x-grid3-row-body {
+ white-space:normal;
+}
+
+.x-grid3-body-cell {
+ -moz-outline:0 none;
+ outline:0 none;
+}
+/* IE Quirks to clip */
+.ext-ie .x-grid3-cell-inner, .ext-ie .x-grid3-hd-inner{
+ width:100%;
+}
+/* reverse above in strict mode */
+.ext-strict .x-grid3-cell-inner, .ext-strict .x-grid3-hd-inner{
+ width:auto;
+}
+
+.x-grid3-col {
+
+}
+
+.x-grid-row-loading {
+ background: #fff url(../images/default/shared/loading-balls.gif) no-repeat center center;
+}
+.x-grid-page {
+ overflow:hidden;
+}
+.x-grid3-row {
+ cursor: default;
+ border:1px solid #ededed;
+ border-top-color:#fff;
+ /*border-bottom: 1px solid #ededed;*/
+ width:100%;
+}
+.x-grid3-row-alt{
+ background-color:#fafafa;
+}
+
+.x-grid3-row-over {
+ border:1px solid #dddddd;
+ background: #efefef url(../images/default/grid/row-over.gif) repeat-x left top;
+}
+
+.x-grid3-resize-proxy {
+ width:1px;
+ left:0;
+ background-color:#777;
+ cursor: e-resize;
+ cursor: col-resize;
+ position:absolute;
+ top:0;
+ height:100px;
+ overflow:hidden;
+ visibility:hidden;
+ border:0 none;
+ z-index:7;
+}
+.x-grid3-resize-marker {
+ width:1px;
+ left:0;
+ background-color:#777;
+ position:absolute;
+ top:0;
+ height:100px;
+ overflow:hidden;
+ visibility:hidden;
+ border:0 none;
+ z-index:7;
+}
+.x-grid3-focus {
+ position:absolute;
+ top:0;
+ -moz-outline:0 none;
+ outline:0 none;
+ -moz-user-select: normal;
+ -khtml-user-select: normal;
+}
+
+/* header styles */
+.x-grid3-header{
+ background: #f9f9f9 url(../images/default/grid/grid3-hrow.gif) repeat-x 0 bottom;
+ cursor:default;
+ zoom:1;
+ padding:1px 0 0 0;
+}
+
+.x-grid3-header-pop {
+ border-left:1px solid #d0d0d0;
+ float:right;
+ clear:none;
+}
+.x-grid3-header-pop-inner {
+ border-left:1px solid #eee;
+ width:14px;
+ height:19px;
+ background: transparent url(../images/default/grid/hd-pop.gif) no-repeat center center;
+}
+.ext-ie .x-grid3-header-pop-inner {
+ width:15px;
+}
+.ext-strict .x-grid3-header-pop-inner {
+ width:14px;
+}
+.x-grid3-header-inner {
+ overflow:hidden;
+ zoom:1;
+ float:left;
+}
+.x-grid3-header-offset {
+ padding-left:1px;
+ width:10000px;
+}
+
+td.x-grid3-hd-over, td.sort-desc, td.sort-asc, td.x-grid3-hd-menu-open {
+ border-left:1px solid #aaccf6;
+ border-right:1px solid #aaccf6;
+}
+td.x-grid3-hd-over .x-grid3-hd-inner, td.sort-desc .x-grid3-hd-inner, td.sort-asc .x-grid3-hd-inner, td.x-grid3-hd-menu-open .x-grid3-hd-inner {
+ background: #ebf3fd url(../images/default/grid/grid3-hrow-over.gif) repeat-x left bottom;
+
+}
+.x-grid3-sort-icon{
+ background-repeat: no-repeat;
+ display: none;
+ height: 4px;
+ width: 13px;
+ margin-left:3px;
+ vertical-align: middle;
+}
+.sort-asc .x-grid3-sort-icon {
+ background-image: url(../images/default/grid/sort_asc.gif);
+ display: inline;
+}
+.sort-desc .x-grid3-sort-icon {
+ background-image: url(../images/default/grid/sort_desc.gif);
+ display: inline;
+}
+
+/* Header position fixes for IE strict mode */
+.ext-strict .ext-ie .x-grid3-header-inner{position:relative;}
+.ext-strict .ext-ie6 .x-grid3-hd{position:relative;}
+.ext-strict .ext-ie6 .x-grid3-hd-inner{position:static;}
+
+/* Body Styles */
+.x-grid3-body {
+ zoom:1;
+}
+.x-grid3-scroller {
+ overflow:auto;
+ zoom:1;
+ position:relative;
+}
+.x-grid3-cell-text, .x-grid3-hd-text {
+ display: block;
+ padding: 3px 5px 3px 5px;
+ -moz-user-select: none;
+ -khtml-user-select: none;
+ color:black;
+}
+.x-grid3-split {
+ background-image: url(../images/default/grid/grid-split.gif);
+ background-position: center;
+ background-repeat: no-repeat;
+ cursor: e-resize;
+ cursor: col-resize;
+ display: block;
+ font-size: 1px;
+ height: 16px;
+ overflow: hidden;
+ position: absolute;
+ top: 2px;
+ width: 6px;
+ z-index: 3;
+}
+
+.x-grid3-hd-text {
+ color:#15428b;
+}
+/* Column Reorder DD */
+.x-dd-drag-proxy .x-grid3-hd-inner{
+ background: #ebf3fd url(../images/default/grid/grid3-hrow-over.gif) repeat-x left bottom;
+ width:120px;
+ padding:3px;
+ border:1px solid #aaccf6;
+ overflow:hidden;
+}
+
+.col-move-top, .col-move-bottom{
+ width:9px;
+ height:9px;
+ position:absolute;
+ top:0;
+ line-height:1px;
+ font-size:1px;
+ overflow:hidden;
+ visibility:hidden;
+ z-index:20000;
+}
+.col-move-top{
+ background:transparent url(../images/default/grid/col-move-top.gif) no-repeat left top;
+}
+.col-move-bottom{
+ background:transparent url(../images/default/grid/col-move-bottom.gif) no-repeat left top;
+}
+
+/* Selection Styles */
+.x-grid3-row-selected {
+ background: #DFE8F6 !important;
+ border:1px dotted #a3bae9;
+}
+
+.x-grid3-cell-selected{
+ background-color: #B8CFEE !important;
+ color: black;
+}
+.x-grid3-cell-selected span{
+ color: black !important;
+}
+.x-grid3-cell-selected .x-grid3-cell-text{
+ color: black;
+}
+
+.x-grid3-locked td.x-grid3-row-marker, .x-grid3-locked .x-grid3-row-selected td.x-grid3-row-marker{
+ background: #ebeadb url(../images/default/grid/grid-hrow.gif) repeat-x 0 bottom !important;
+ vertical-align:middle !important;
+ color:black;
+ padding:0;
+ border-top:1px solid white;
+ border-bottom:none !important;
+ border-right:1px solid #6fa0df !important;
+ text-align:center;
+}
+.x-grid3-locked td.x-grid3-row-marker div, .x-grid3-locked .x-grid3-row-selected td.x-grid3-row-marker div{
+ padding:0 4px;
+ color:#15428b !important;
+ text-align:center;
+}
+
+/* dirty cells */
+.x-grid3-dirty-cell {
+ background: transparent url(../images/default/grid/dirty.gif) no-repeat 0 0;
+}
+
+/* Grid Toolbars */
+.x-grid3-topbar, .x-grid3-bottombar{
+ font:normal 11px arial, tahoma, helvetica, sans-serif;
+ overflow:hidden;
+ display:none;
+ zoom:1;
+ position:relative;
+}
+.x-grid3-topbar .x-toolbar{
+ border-right:0 none;
+}
+.x-grid3-bottombar .x-toolbar{
+ border-right:0 none;
+ border-bottom:0 none;
+ border-top:1px solid #a9bfd3;
+}
+/* Props Grid Styles */
+.x-props-grid .x-grid3-cell{
+ padding:1px;
+}
+.x-props-grid .x-grid3-td-name .x-grid3-cell-inner{
+ background:transparent url(../images/default/grid/grid3-special-col-bg.gif) repeat-y -16px !important;
+ padding-left:12px;
+ color:black !important;
+}
+.x-props-grid .x-grid3-body .x-grid3-td-name{
+ padding:1px;
+ padding-right:0;
+ background:white !important;
+ border:0 none;
+ border-right:1px solid #eeeeee;
+}
+
+/* header menu */
+.xg-hmenu-sort-asc .x-menu-item-icon{
+ background-image: url(../images/default/grid/hmenu-asc.gif);
+}
+.xg-hmenu-sort-desc .x-menu-item-icon{
+ background-image: url(../images/default/grid/hmenu-desc.gif);
+}
+.xg-hmenu-lock .x-menu-item-icon{
+ background-image: url(../images/default/grid/hmenu-lock.gif);
+}
+.xg-hmenu-unlock .x-menu-item-icon{
+ background-image: url(../images/default/grid/hmenu-unlock.gif);
+}
+
+/* dd */
+.x-grid3-col-dd {
+ border:0 none;
+ padding:0;
+ background:transparent;
+}
+
+.x-dd-drag-ghost .x-grid3-dd-wrap {
+ padding:1px 3px 3px 1px;
+}
+
+.x-grid3-hd {
+ -moz-user-select:none;
+}
+
+.x-grid3-hd-btn {
+ display:none;
+ position:absolute;
+ width:14px;
+ background:#c3daf9 url(../images/default/grid/grid3-hd-btn.gif) no-repeat left center;
+ right:0;
+ top:0;
+ z-index:2;
+ cursor:pointer;
+}
+
+.x-grid3-hd-over .x-grid3-hd-btn, .x-grid3-hd-menu-open .x-grid3-hd-btn {
+ display:block;
+}
+
+a.x-grid3-hd-btn:hover {
+ background-position:-14px center;
+}
+
+/* Expanders */
+
+.x-grid3-body .x-grid3-td-expander {
+ background:transparent url(../images/default/grid/grid3-special-col-bg.gif) repeat-y right;
+}
+.x-grid3-body .x-grid3-td-expander .x-grid3-cell-inner {
+ padding:0 !important;
+ height:100%;
+}
+.x-grid3-row-expander {
+ width:100%;
+ height:18px;
+ background-position:4px 2px;
+ background-repeat:no-repeat;
+ background-color:transparent;
+ background-image:url(../images/default/grid/row-expand-sprite.gif);
+}
+.x-grid3-row-collapsed .x-grid3-row-expander {
+ background-position:4px 2px;
+}
+.x-grid3-row-expanded .x-grid3-row-expander {
+ background-position:-21px 2px;
+}
+.x-grid3-row-collapsed .x-grid3-row-body {
+ display:none !important;
+}
+.x-grid3-row-expanded .x-grid3-row-body {
+ display:block !important;
+}
+
+/* Checkers */
+
+.x-grid3-body .x-grid3-td-checker {
+ background:transparent url(../images/default/grid/grid3-special-col-bg.gif) repeat-y right;
+}
+
+.x-grid3-body .x-grid3-td-checker .x-grid3-cell-inner, .x-grid3-header .x-grid3-td-checker .x-grid3-hd-inner {
+ padding:0 !important;
+ height:100%;
+}
+
+.x-grid3-row-checker, .x-grid3-hd-checker {
+ width:100%;
+ height:18px;
+ background-position:2px 2px;
+ background-repeat:no-repeat;
+ background-color:transparent;
+ background-image:url(../images/default/grid/row-check-sprite.gif);
+}
+.x-grid3-row .x-grid3-row-checker {
+ background-position:2px 2px;
+}
+.x-grid3-row-selected .x-grid3-row-checker, .x-grid3-hd-checker-on .x-grid3-hd-checker {
+ background-position:-23px 2px;
+}
+.x-grid3-hd-checker {
+ background-position:2px 3px;
+}
+.x-grid3-hd-checker-on .x-grid3-hd-checker {
+ background-position:-23px 3px;
+}
+
+/* Numberer */
+
+.x-grid3-body .x-grid3-td-numberer {
+ background:transparent url(../images/default/grid/grid3-special-col-bg.gif) repeat-y right;
+}
+.x-grid3-body .x-grid3-td-numberer .x-grid3-cell-inner {
+ padding:3px 5px 0 0 !important;
+ text-align:right;
+ color:#444;
+}
+
+/* All specials */
+
+.x-grid3-body .x-grid3-row-selected .x-grid3-td-numberer,
+.x-grid3-body .x-grid3-row-selected .x-grid3-td-checker,
+.x-grid3-body .x-grid3-row-selected .x-grid3-td-expander {
+ background:transparent url(../images/default/grid/grid3-special-col-sel-bg.gif) repeat-y right;
+}
+.x-grid3-body .x-grid3-check-col-td .x-grid3-cell-inner {
+ padding: 1px 0 0 0 !important;
+}
+
+.x-grid3-check-col {
+ width:100%;
+ height:16px;
+ background-position:center center;
+ background-repeat:no-repeat;
+ background-color:transparent;
+ background-image:url(../images/default/menu/unchecked.gif);
+}
+
+
+.x-grid3-check-col-on {
+ width:100%;
+ height:16px;
+ background-position:center center;
+ background-repeat:no-repeat;
+ background-color:transparent;
+ background-image:url(../images/default/menu/checked.gif);
+}
+
+/* Grouping classes */
+.x-grid-group, .x-grid-group-body, .x-grid-group-hd {
+ zoom:1;
+}
+.x-grid-group-hd {
+ border-bottom: 2px solid #99bbe8;
+ cursor:pointer;
+ padding-top:6px;
+}
+.x-grid-group-hd div {
+ background:transparent url(../images/default/grid/group-expand-sprite.gif) no-repeat 3px -47px;
+ padding:4px 4px 4px 17px;
+ color:#3764a0;
+ font:bold 11px tahoma, arial, helvetica, sans-serif;
+}
+.x-grid-group-collapsed .x-grid-group-hd div {
+ background-position: 3px 3px;
+}
+.x-grid-group-collapsed .x-grid-group-body {
+ display:none;
+}
+
+.x-group-by-icon {
+ background-image:url(../images/default/grid/group-by.gif);
+}
+.x-cols-icon {
+ background-image:url(../images/default/grid/columns.gif);
+}
+.x-show-groups-icon {
+ background-image:url(../images/default/grid/group-by.gif);
+}
+
+.ext-ie .x-grid3 .x-editor .x-form-text { /* ie bug */
+ position:relative;
+ top:-1px;
+}
+.x-grid-editor { /* horiz scroll bug */
+ position: relative !important;
+ float: left;
+}
+
+.x-grid-empty {
+ padding:10px;
+ color:gray;
+ font:normal 11px tahoma, arial, helvetica, sans-serif;
}
\ No newline at end of file
Modified: labs/jbossrules/trunk/drools-jbrms/src/main/webapp/org.drools.brms.JBRMS/js/ext/resources/css/menu.css
===================================================================
--- labs/jbossrules/trunk/drools-jbrms/src/main/webapp/org.drools.brms.JBRMS/js/ext/resources/css/menu.css 2008-02-21 03:20:58 UTC (rev 18538)
+++ labs/jbossrules/trunk/drools-jbrms/src/main/webapp/org.drools.brms.JBRMS/js/ext/resources/css/menu.css 2008-02-21 05:02:52 UTC (rev 18539)
@@ -1,134 +1,134 @@
-/*
- * Ext JS Library 2.0.1
- * Copyright(c) 2006-2008, Ext JS, LLC.
- * licensing at extjs.com
- *
- * http://extjs.com/license
- */
-
-.x-menu {
- border: 1px solid #718bb7;
- z-index: 15000;
- zoom: 1;
- background: #f0f0f0 url(../images/default/menu/menu.gif) repeat-y;
- padding: 2px;
-}
-.x-menu a {
- text-decoration: none !important;
-}
-.ext-ie .x-menu {
- zoom:1;
- overflow:hidden;
-}
-.x-menu-list{
- background:transparent;
- border:0 none;
-}
-.x-menu li{
- line-height:100%;
-}
-.x-menu li.x-menu-sep-li{
- font-size:1px;
- line-height:1px;
-}
-.x-menu-list-item{
- font:normal 11px tahoma,arial, sans-serif;
- white-space: nowrap;
- -moz-user-select: none;
- -khtml-user-select: none;
- display:block;
- padding:1px;
-}
-.x-menu-item-arrow{
- background:transparent url(../images/default/menu/menu-parent.gif) no-repeat right;
-}
-.x-menu-sep {
- display:block;
- font-size:1px;
- line-height:1px;
- margin: 2px 3px;
- background-color:#e0e0e0;
- border-bottom:1px solid #fff;
-}
-.x-menu-focus {
- position:absolute;
- left:0;
- top:-5px;
- width:0;
- height:0;
- line-height:1px;
-}
-.x-menu a.x-menu-item {
- display:block;
- line-height:16px;
- padding:3px 21px 3px 3px;
- white-space: nowrap;
- text-decoration:none;
- color:#222;
- -moz-outline: 0 none;
- outline: 0 none;
- cursor:pointer;
-}
-.x-menu-item-active {
- background: #ebf3fd url(../images/default/menu/item-over.gif) repeat-x left bottom;
- border:1px solid #aaccf6;
- padding: 0;
-}
-.x-menu-item-active a.x-menu-item {
- color: #233d6d;
-}
-
-.x-menu-item-icon {
- border: 0 none;
- height: 16px;
- padding: 0;
- vertical-align: top;
- width: 16px;
- margin: 0 8px 0 0;
- background-position:center;
-}
-
-.x-menu-check-item .x-menu-item-icon{
- background: transparent url(../images/default/menu/unchecked.gif) no-repeat center;
-}
-
-.x-menu-item-checked .x-menu-item-icon{
- background-image:url(../images/default/menu/checked.gif);
-}
-.x-menu-group-item .x-menu-item-icon{
- background: transparent;
-}
-
-.x-menu-item-checked .x-menu-group-item .x-menu-item-icon{
- background: transparent url(../images/default/menu/group-checked.gif) no-repeat center;
-}
-
-.x-menu-plain {
- background:#fff !important;
-}
-.x-menu-date-item{
- padding:0;
-}
-
-.x-menu .x-color-palette, .x-menu .x-date-picker{
- margin-left: 26px;
- margin-right:4px;
-}
-.x-menu .x-date-picker{
- border:1px solid #a3bad9;
- margin-top:2px;
- margin-bottom:2px;
-}
-.x-menu-plain .x-color-palette, .x-menu-plain .x-date-picker{
- margin: 0;
- border: 0 none;
-}
-.x-date-menu {
- padding:0 !important;
-}
-
-.x-cycle-menu .x-menu-item-checked {
- border:1px dotted #a3bae9 !important;
- background:#DFE8F6;
- padding:0;
-}
+/*
+ * Ext JS Library 2.0.1
+ * Copyright(c) 2006-2008, Ext JS, LLC.
+ * licensing at extjs.com
+ *
+ * http://extjs.com/license
+ */
+
+.x-menu {
+ border: 1px solid #718bb7;
+ z-index: 15000;
+ zoom: 1;
+ background: #f0f0f0 url(../images/default/menu/menu.gif) repeat-y;
+ padding: 2px;
+}
+.x-menu a {
+ text-decoration: none !important;
+}
+.ext-ie .x-menu {
+ zoom:1;
+ overflow:hidden;
+}
+.x-menu-list{
+ background:transparent;
+ border:0 none;
+}
+.x-menu li{
+ line-height:100%;
+}
+.x-menu li.x-menu-sep-li{
+ font-size:1px;
+ line-height:1px;
+}
+.x-menu-list-item{
+ font:normal 11px tahoma,arial, sans-serif;
+ white-space: nowrap;
+ -moz-user-select: none;
+ -khtml-user-select: none;
+ display:block;
+ padding:1px;
+}
+.x-menu-item-arrow{
+ background:transparent url(../images/default/menu/menu-parent.gif) no-repeat right;
+}
+.x-menu-sep {
+ display:block;
+ font-size:1px;
+ line-height:1px;
+ margin: 2px 3px;
+ background-color:#e0e0e0;
+ border-bottom:1px solid #fff;
+}
+.x-menu-focus {
+ position:absolute;
+ left:0;
+ top:-5px;
+ width:0;
+ height:0;
+ line-height:1px;
+}
+.x-menu a.x-menu-item {
+ display:block;
+ line-height:16px;
+ padding:3px 21px 3px 3px;
+ white-space: nowrap;
+ text-decoration:none;
+ color:#222;
+ -moz-outline: 0 none;
+ outline: 0 none;
+ cursor:pointer;
+}
+.x-menu-item-active {
+ background: #ebf3fd url(../images/default/menu/item-over.gif) repeat-x left bottom;
+ border:1px solid #aaccf6;
+ padding: 0;
+}
+.x-menu-item-active a.x-menu-item {
+ color: #233d6d;
+}
+
+.x-menu-item-icon {
+ border: 0 none;
+ height: 16px;
+ padding: 0;
+ vertical-align: top;
+ width: 16px;
+ margin: 0 8px 0 0;
+ background-position:center;
+}
+
+.x-menu-check-item .x-menu-item-icon{
+ background: transparent url(../images/default/menu/unchecked.gif) no-repeat center;
+}
+
+.x-menu-item-checked .x-menu-item-icon{
+ background-image:url(../images/default/menu/checked.gif);
+}
+.x-menu-group-item .x-menu-item-icon{
+ background: transparent;
+}
+
+.x-menu-item-checked .x-menu-group-item .x-menu-item-icon{
+ background: transparent url(../images/default/menu/group-checked.gif) no-repeat center;
+}
+
+.x-menu-plain {
+ background:#fff !important;
+}
+.x-menu-date-item{
+ padding:0;
+}
+
+.x-menu .x-color-palette, .x-menu .x-date-picker{
+ margin-left: 26px;
+ margin-right:4px;
+}
+.x-menu .x-date-picker{
+ border:1px solid #a3bad9;
+ margin-top:2px;
+ margin-bottom:2px;
+}
+.x-menu-plain .x-color-palette, .x-menu-plain .x-date-picker{
+ margin: 0;
+ border: 0 none;
+}
+.x-date-menu {
+ padding:0 !important;
+}
+
+.x-cycle-menu .x-menu-item-checked {
+ border:1px dotted #a3bae9 !important;
+ background:#DFE8F6;
+ padding:0;
+}
Modified: labs/jbossrules/trunk/drools-jbrms/src/main/webapp/org.drools.brms.JBRMS/js/ext/resources/css/qtips.css
===================================================================
--- labs/jbossrules/trunk/drools-jbrms/src/main/webapp/org.drools.brms.JBRMS/js/ext/resources/css/qtips.css 2008-02-21 03:20:58 UTC (rev 18538)
+++ labs/jbossrules/trunk/drools-jbrms/src/main/webapp/org.drools.brms.JBRMS/js/ext/resources/css/qtips.css 2008-02-21 05:02:52 UTC (rev 18539)
@@ -1,134 +1,134 @@
-/*
- * Ext JS Library 2.0.1
- * Copyright(c) 2006-2008, Ext JS, LLC.
- * licensing at extjs.com
- *
- * http://extjs.com/license
- */
-
-.x-tip{
- position: absolute;
- top: 0;
- left:0;
- visibility: hidden;
- z-index: 20000;
- border:0 none;
-}
-.x-tip .x-tip-close{
- background-image: url(../images/default/qtip/close.gif);
- height: 15px;
- float:right;
- width: 15px;
- margin:0 0 2px 2px;
- cursor:pointer;
- display:none;
-}
-.x-tip .x-tip-tc {
- background: transparent url(../images/default/qtip/tip-sprite.gif) no-repeat 0 -62px;
- padding-top:3px;
- overflow:hidden;
- zoom:1;
-}
-.x-tip .x-tip-tl {
- background: transparent url(../images/default/qtip/tip-sprite.gif) no-repeat 0 0;
- padding-left:6px;
- overflow:hidden;
- zoom:1;
-}
-.x-tip .x-tip-tr {
- background: transparent url(../images/default/qtip/tip-sprite.gif) no-repeat right 0;
- padding-right:6px;
- overflow:hidden;
- zoom:1;
-}
-.x-tip .x-tip-bc {
- background: transparent url(../images/default/qtip/tip-sprite.gif) no-repeat 0 -121px;
- height:3px;
- overflow:hidden;
-}
-.x-tip .x-tip-bl {
- background: transparent url(../images/default/qtip/tip-sprite.gif) no-repeat 0 -59px;
- padding-left:6px;
- zoom:1;
-}
-.x-tip .x-tip-br {
- background: transparent url(../images/default/qtip/tip-sprite.gif) no-repeat right -59px;
- padding-right:6px;
- zoom:1;
-}
-.x-tip .x-tip-mc {
- border:0 none;
- font: normal 11px tahoma,arial,helvetica,sans-serif;
-}
-.x-tip .x-tip-ml {
- background: #fff url(../images/default/qtip/tip-sprite.gif) no-repeat 0 -124px;
- padding-left:6px;
- zoom:1;
-}
-.x-tip .x-tip-mr {
- background: transparent url(../images/default/qtip/tip-sprite.gif) no-repeat right -124px;
- padding-right:6px;
- zoom:1;
-}
-.ext-ie .x-tip .x-tip-header,.ext-ie .x-tip .x-tip-tc {
- font-size:0;
- line-height:0;
-}
-.x-tip .x-tip-header-text {
- font: bold 11px tahoma,arial,helvetica,sans-serif;
- padding:0;
- margin:0 0 2px 0;
- color:#444;
-}
-.x-tip .x-tip-body {
- font: normal 11px tahoma,arial,helvetica,sans-serif;
- margin:0 !important;
- line-height:14px;
- color:#444;
- padding:0;
-}
-
-.x-tip .x-tip-body .loading-indicator {
- margin:0;
-}
-
-.x-tip-draggable .x-tip-header,.x-tip-draggable .x-tip-header-text {
- cursor:move;
-}
-
-.x-form-invalid-tip {
-}
-
-.x-form-invalid-tip .x-tip-tc {
- background: url(../images/default/form/error-tip-corners.gif) repeat-x 0 -12px;
- padding-top:6px;
-}
-.x-form-invalid-tip .x-tip-tl {
- background-image: url(../images/default/form/error-tip-corners.gif);
-}
-.x-form-invalid-tip .x-tip-tr {
- background-image: url(../images/default/form/error-tip-corners.gif);
-}
-.x-form-invalid-tip .x-tip-bc {
- background: url(../images/default/form/error-tip-corners.gif) repeat-x 0 -18px;
- height:6px;
-}
-.x-form-invalid-tip .x-tip-bl {
- background: url(../images/default/form/error-tip-corners.gif) no-repeat 0 -6px;
-}
-.x-form-invalid-tip .x-tip-br {
- background: url(../images/default/form/error-tip-corners.gif) no-repeat right -6px;
-}
-.x-form-invalid-tip .x-tip-ml {
- background-image: url(../images/default/form/error-tip-corners.gif);
-}
-.x-form-invalid-tip .x-tip-mr {
- background-image: url(../images/default/form/error-tip-corners.gif);
-}
-.x-form-invalid-tip .x-tip-body {
- padding:2px;
-}
-.x-form-invalid-tip .x-tip-body {
- padding-left:24px;
- background:transparent url(../images/default/form/exclamation.gif) no-repeat 2px 2px;
+/*
+ * Ext JS Library 2.0.1
+ * Copyright(c) 2006-2008, Ext JS, LLC.
+ * licensing at extjs.com
+ *
+ * http://extjs.com/license
+ */
+
+.x-tip{
+ position: absolute;
+ top: 0;
+ left:0;
+ visibility: hidden;
+ z-index: 20000;
+ border:0 none;
+}
+.x-tip .x-tip-close{
+ background-image: url(../images/default/qtip/close.gif);
+ height: 15px;
+ float:right;
+ width: 15px;
+ margin:0 0 2px 2px;
+ cursor:pointer;
+ display:none;
+}
+.x-tip .x-tip-tc {
+ background: transparent url(../images/default/qtip/tip-sprite.gif) no-repeat 0 -62px;
+ padding-top:3px;
+ overflow:hidden;
+ zoom:1;
+}
+.x-tip .x-tip-tl {
+ background: transparent url(../images/default/qtip/tip-sprite.gif) no-repeat 0 0;
+ padding-left:6px;
+ overflow:hidden;
+ zoom:1;
+}
+.x-tip .x-tip-tr {
+ background: transparent url(../images/default/qtip/tip-sprite.gif) no-repeat right 0;
+ padding-right:6px;
+ overflow:hidden;
+ zoom:1;
+}
+.x-tip .x-tip-bc {
+ background: transparent url(../images/default/qtip/tip-sprite.gif) no-repeat 0 -121px;
+ height:3px;
+ overflow:hidden;
+}
+.x-tip .x-tip-bl {
+ background: transparent url(../images/default/qtip/tip-sprite.gif) no-repeat 0 -59px;
+ padding-left:6px;
+ zoom:1;
+}
+.x-tip .x-tip-br {
+ background: transparent url(../images/default/qtip/tip-sprite.gif) no-repeat right -59px;
+ padding-right:6px;
+ zoom:1;
+}
+.x-tip .x-tip-mc {
+ border:0 none;
+ font: normal 11px tahoma,arial,helvetica,sans-serif;
+}
+.x-tip .x-tip-ml {
+ background: #fff url(../images/default/qtip/tip-sprite.gif) no-repeat 0 -124px;
+ padding-left:6px;
+ zoom:1;
+}
+.x-tip .x-tip-mr {
+ background: transparent url(../images/default/qtip/tip-sprite.gif) no-repeat right -124px;
+ padding-right:6px;
+ zoom:1;
+}
+.ext-ie .x-tip .x-tip-header,.ext-ie .x-tip .x-tip-tc {
+ font-size:0;
+ line-height:0;
+}
+.x-tip .x-tip-header-text {
+ font: bold 11px tahoma,arial,helvetica,sans-serif;
+ padding:0;
+ margin:0 0 2px 0;
+ color:#444;
+}
+.x-tip .x-tip-body {
+ font: normal 11px tahoma,arial,helvetica,sans-serif;
+ margin:0 !important;
+ line-height:14px;
+ color:#444;
+ padding:0;
+}
+
+.x-tip .x-tip-body .loading-indicator {
+ margin:0;
+}
+
+.x-tip-draggable .x-tip-header,.x-tip-draggable .x-tip-header-text {
+ cursor:move;
+}
+
+.x-form-invalid-tip {
+}
+
+.x-form-invalid-tip .x-tip-tc {
+ background: url(../images/default/form/error-tip-corners.gif) repeat-x 0 -12px;
+ padding-top:6px;
+}
+.x-form-invalid-tip .x-tip-tl {
+ background-image: url(../images/default/form/error-tip-corners.gif);
+}
+.x-form-invalid-tip .x-tip-tr {
+ background-image: url(../images/default/form/error-tip-corners.gif);
+}
+.x-form-invalid-tip .x-tip-bc {
+ background: url(../images/default/form/error-tip-corners.gif) repeat-x 0 -18px;
+ height:6px;
+}
+.x-form-invalid-tip .x-tip-bl {
+ background: url(../images/default/form/error-tip-corners.gif) no-repeat 0 -6px;
+}
+.x-form-invalid-tip .x-tip-br {
+ background: url(../images/default/form/error-tip-corners.gif) no-repeat right -6px;
+}
+.x-form-invalid-tip .x-tip-ml {
+ background-image: url(../images/default/form/error-tip-corners.gif);
+}
+.x-form-invalid-tip .x-tip-mr {
+ background-image: url(../images/default/form/error-tip-corners.gif);
+}
+.x-form-invalid-tip .x-tip-body {
+ padding:2px;
+}
+.x-form-invalid-tip .x-tip-body {
+ padding-left:24px;
+ background:transparent url(../images/default/form/exclamation.gif) no-repeat 2px 2px;
}
\ No newline at end of file
Modified: labs/jbossrules/trunk/drools-jbrms/src/main/webapp/org.drools.brms.JBRMS/js/ext/resources/css/reset-min.css
===================================================================
--- labs/jbossrules/trunk/drools-jbrms/src/main/webapp/org.drools.brms.JBRMS/js/ext/resources/css/reset-min.css 2008-02-21 03:20:58 UTC (rev 18538)
+++ labs/jbossrules/trunk/drools-jbrms/src/main/webapp/org.drools.brms.JBRMS/js/ext/resources/css/reset-min.css 2008-02-21 05:02:52 UTC (rev 18539)
@@ -1,9 +1,9 @@
-/*
- * Ext JS Library 2.0.1
- * Copyright(c) 2006-2008, Ext JS, LLC.
- * licensing at extjs.com
- *
- * http://extjs.com/license
- */
-
+/*
+ * Ext JS Library 2.0.1
+ * Copyright(c) 2006-2008, Ext JS, LLC.
+ * licensing at extjs.com
+ *
+ * http://extjs.com/license
+ */
+
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}img,body,html{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;}q:before,q:after{content:'';}
\ No newline at end of file
Modified: labs/jbossrules/trunk/drools-jbrms/src/main/webapp/org.drools.brms.JBRMS/js/ext/resources/css/resizable.css
===================================================================
--- labs/jbossrules/trunk/drools-jbrms/src/main/webapp/org.drools.brms.JBRMS/js/ext/resources/css/resizable.css 2008-02-21 03:20:58 UTC (rev 18538)
+++ labs/jbossrules/trunk/drools-jbrms/src/main/webapp/org.drools.brms.JBRMS/js/ext/resources/css/resizable.css 2008-02-21 05:02:52 UTC (rev 18539)
@@ -1,143 +1,143 @@
-/*
- * Ext JS Library 2.0.1
- * Copyright(c) 2006-2008, Ext JS, LLC.
- * licensing at extjs.com
- *
- * http://extjs.com/license
- */
-
-.x-resizable-handle {
- position:absolute;
- z-index:100;
- /* ie needs these */
- font-size:1px;
- line-height:6px;
- overflow:hidden;
- background:white;
- filter:alpha(opacity=0);
- opacity:0;
- zoom:1;
-}
-.x-resizable-handle-east{
- width:6px;
- cursor:e-resize;
- right:0;
- top:0;
- height:100%;
-}
-.ext-ie .x-resizable-handle-east {
- margin-right:-1px; /*IE rounding error*/
-}
-.x-resizable-handle-south{
- width:100%;
- cursor:s-resize;
- left:0;
- bottom:0;
- height:6px;
-}
-.ext-ie .x-resizable-handle-south {
- margin-bottom:-1px; /*IE rounding error*/
-}
-.x-resizable-handle-west{
- width:6px;
- cursor:w-resize;
- left:0;
- top:0;
- height:100%;
-}
-.x-resizable-handle-north{
- width:100%;
- cursor:n-resize;
- left:0;
- top:0;
- height:6px;
-}
-.x-resizable-handle-southeast{
- width:6px;
- cursor:se-resize;
- right:0;
- bottom:0;
- height:6px;
- z-index:101;
-}
-.x-resizable-handle-northwest{
- width:6px;
- cursor:nw-resize;
- left:0;
- top:0;
- height:6px;
- z-index:101;
-}
-.x-resizable-handle-northeast{
- width:6px;
- cursor:ne-resize;
- right:0;
- top:0;
- height:6px;
- z-index:101;
-}
-.x-resizable-handle-southwest{
- width:6px;
- cursor:sw-resize;
- left:0;
- bottom:0;
- height:6px;
- z-index:101;
-}
-.x-resizable-over .x-resizable-handle, .x-resizable-pinned .x-resizable-handle{
- filter:alpha(opacity=100);
- opacity:1;
-}
-.x-resizable-over .x-resizable-handle-east, .x-resizable-pinned .x-resizable-handle-east{
- background:url(../images/default/sizer/e-handle.gif);
- background-position: left;
-}
-.x-resizable-over .x-resizable-handle-west, .x-resizable-pinned .x-resizable-handle-west{
- background:url(../images/default/sizer/e-handle.gif);
- background-position: left;
-}
-.x-resizable-over .x-resizable-handle-south, .x-resizable-pinned .x-resizable-handle-south{
- background:url(../images/default/sizer/s-handle.gif);
- background-position: top;
-}
-.x-resizable-over .x-resizable-handle-north, .x-resizable-pinned .x-resizable-handle-north{
- background:url(../images/default/sizer/s-handle.gif);
- background-position: top;
-}
-.x-resizable-over .x-resizable-handle-southeast, .x-resizable-pinned .x-resizable-handle-southeast{
- background:url(../images/default/sizer/se-handle.gif);
- background-position: top left;
-}
-.x-resizable-over .x-resizable-handle-northwest, .x-resizable-pinned .x-resizable-handle-northwest{
- background:url(../images/default/sizer/nw-handle.gif);
- background-position:bottom right;
-}
-.x-resizable-over .x-resizable-handle-northeast, .x-resizable-pinned .x-resizable-handle-northeast{
- background:url(../images/default/sizer/ne-handle.gif);
- background-position: bottom left;
-}
-.x-resizable-over .x-resizable-handle-southwest, .x-resizable-pinned .x-resizable-handle-southwest{
- background:url(../images/default/sizer/sw-handle.gif);
- background-position: top right;
-}
-.x-resizable-proxy{
- border: 1px dashed #3b5a82;
- position:absolute;
- overflow:hidden;
- display:none;
- left:0;top:0;
- z-index:50000;
-}
-.x-resizable-overlay{
- width:100%;
- height:100%;
- display:none;
- position:absolute;
- left:0;
- top:0;
- background:white;
- z-index:200000;
- -moz-opacity: 0;
- opacity:0;
- filter: alpha(opacity=0);
-}
+/*
+ * Ext JS Library 2.0.1
+ * Copyright(c) 2006-2008, Ext JS, LLC.
+ * licensing at extjs.com
+ *
+ * http://extjs.com/license
+ */
+
+.x-resizable-handle {
+ position:absolute;
+ z-index:100;
+ /* ie needs these */
+ font-size:1px;
+ line-height:6px;
+ overflow:hidden;
+ background:white;
+ filter:alpha(opacity=0);
+ opacity:0;
+ zoom:1;
+}
+.x-resizable-handle-east{
+ width:6px;
+ cursor:e-resize;
+ right:0;
+ top:0;
+ height:100%;
+}
+.ext-ie .x-resizable-handle-east {
+ margin-right:-1px; /*IE rounding error*/
+}
+.x-resizable-handle-south{
+ width:100%;
+ cursor:s-resize;
+ left:0;
+ bottom:0;
+ height:6px;
+}
+.ext-ie .x-resizable-handle-south {
+ margin-bottom:-1px; /*IE rounding error*/
+}
+.x-resizable-handle-west{
+ width:6px;
+ cursor:w-resize;
+ left:0;
+ top:0;
+ height:100%;
+}
+.x-resizable-handle-north{
+ width:100%;
+ cursor:n-resize;
+ left:0;
+ top:0;
+ height:6px;
+}
+.x-resizable-handle-southeast{
+ width:6px;
+ cursor:se-resize;
+ right:0;
+ bottom:0;
+ height:6px;
+ z-index:101;
+}
+.x-resizable-handle-northwest{
+ width:6px;
+ cursor:nw-resize;
+ left:0;
+ top:0;
+ height:6px;
+ z-index:101;
+}
+.x-resizable-handle-northeast{
+ width:6px;
+ cursor:ne-resize;
+ right:0;
+ top:0;
+ height:6px;
+ z-index:101;
+}
+.x-resizable-handle-southwest{
+ width:6px;
+ cursor:sw-resize;
+ left:0;
+ bottom:0;
+ height:6px;
+ z-index:101;
+}
+.x-resizable-over .x-resizable-handle, .x-resizable-pinned .x-resizable-handle{
+ filter:alpha(opacity=100);
+ opacity:1;
+}
+.x-resizable-over .x-resizable-handle-east, .x-resizable-pinned .x-resizable-handle-east{
+ background:url(../images/default/sizer/e-handle.gif);
+ background-position: left;
+}
+.x-resizable-over .x-resizable-handle-west, .x-resizable-pinned .x-resizable-handle-west{
+ background:url(../images/default/sizer/e-handle.gif);
+ background-position: left;
+}
+.x-resizable-over .x-resizable-handle-south, .x-resizable-pinned .x-resizable-handle-south{
+ background:url(../images/default/sizer/s-handle.gif);
+ background-position: top;
+}
+.x-resizable-over .x-resizable-handle-north, .x-resizable-pinned .x-resizable-handle-north{
+ background:url(../images/default/sizer/s-handle.gif);
+ background-position: top;
+}
+.x-resizable-over .x-resizable-handle-southeast, .x-resizable-pinned .x-resizable-handle-southeast{
+ background:url(../images/default/sizer/se-handle.gif);
+ background-position: top left;
+}
+.x-resizable-over .x-resizable-handle-northwest, .x-resizable-pinned .x-resizable-handle-northwest{
+ background:url(../images/default/sizer/nw-handle.gif);
+ background-position:bottom right;
+}
+.x-resizable-over .x-resizable-handle-northeast, .x-resizable-pinned .x-resizable-handle-northeast{
+ background:url(../images/default/sizer/ne-handle.gif);
+ background-position: bottom left;
+}
+.x-resizable-over .x-resizable-handle-southwest, .x-resizable-pinned .x-resizable-handle-southwest{
+ background:url(../images/default/sizer/sw-handle.gif);
+ background-position: top right;
+}
+.x-resizable-proxy{
+ border: 1px dashed #3b5a82;
+ position:absolute;
+ overflow:hidden;
+ display:none;
+ left:0;top:0;
+ z-index:50000;
+}
+.x-resizable-overlay{
+ width:100%;
+ height:100%;
+ display:none;
+ position:absolute;
+ left:0;
+ top:0;
+ background:white;
+ z-index:200000;
+ -moz-opacity: 0;
+ opacity:0;
+ filter: alpha(opacity=0);
+}
Modified: labs/jbossrules/trunk/drools-jbrms/src/main/webapp/org.drools.brms.JBRMS/js/ext/resources/css/toolbar.css
===================================================================
--- labs/jbossrules/trunk/drools-jbrms/src/main/webapp/org.drools.brms.JBRMS/js/ext/resources/css/toolbar.css 2008-02-21 03:20:58 UTC (rev 18538)
+++ labs/jbossrules/trunk/drools-jbrms/src/main/webapp/org.drools.brms.JBRMS/js/ext/resources/css/toolbar.css 2008-02-21 05:02:52 UTC (rev 18539)
@@ -1,163 +1,163 @@
-/*
- * Ext JS Library 2.0.1
- * Copyright(c) 2006-2008, Ext JS, LLC.
- * licensing at extjs.com
- *
- * http://extjs.com/license
- */
-
-.x-toolbar{
- border-color:#a9bfd3;
- border-style:solid;
- border-width:0 0 1px 0;
- display: block;
- padding:2px;
- background:#d0def0 url(../images/default/toolbar/bg.gif) repeat-x top left;
- position:relative;
- zoom:1;
-}
-.x-toolbar .x-item-disabled .x-btn-icon {
- opacity: .35;
- -moz-opacity: .35;
- filter: alpha(opacity=35);
-}
-.x-toolbar td {
- vertical-align:middle;
-}
-.mso .x-toolbar, .x-grid-mso .x-toolbar{
- border: 0 none;
- background: url(../images/default/grid/mso-hd.gif);
-}
-.x-toolbar td,.x-toolbar span,.x-toolbar input,.x-toolbar div,.x-toolbar select,.x-toolbar label{
- white-space: nowrap;
- font:normal 11px tahoma, arial, helvetica, sans-serif;
-}
-.x-toolbar .x-item-disabled {
- color:gray;
- cursor:default;
- opacity:.6;
- -moz-opacity:.6;
- filter:alpha(opacity=60);
-}
-.x-toolbar .x-item-disabled * {
- color:gray;
- cursor:default;
-}
-.x-toolbar .x-btn-left{
- background:none;
-}
-.x-toolbar .x-btn-right{
- background:none;
-}
-.x-toolbar .x-btn-center{
- background:none;
- padding:0 0;
-}
-.x-toolbar .x-btn-menu-text-wrap .x-btn-center button{
- padding-right:2px;
-}
-.ext-gecko .x-toolbar .x-btn-menu-text-wrap .x-btn-center button{
- padding-right:0;
-}
-.x-toolbar .x-btn-menu-arrow-wrap .x-btn-center button{
- padding:0 2px;
-}
-
-.x-toolbar .x-btn-menu-arrow-wrap .x-btn-center button {
- width:12px;
- background:transparent url(../images/default/toolbar/btn-arrow.gif) no-repeat 0 3px;
-}
-.x-toolbar .x-btn-text-icon .x-btn-menu-arrow-wrap .x-btn-center button {
- width:12px;
- background:transparent url(../images/default/toolbar/btn-arrow.gif) no-repeat 0 3px;
-}
-.x-toolbar .x-btn-over .x-btn-menu-arrow-wrap .x-btn-center button {
- background-position: 0 -47px;
-}
-.x-toolbar .x-btn-over .x-btn-left{
- background: url(../images/default/toolbar/tb-btn-sprite.gif) no-repeat 0 0;
-}
-.x-toolbar .x-btn-over .x-btn-right{
- background: url(../images/default/toolbar/tb-btn-sprite.gif) no-repeat 0 -21px;
-}
-.x-toolbar .x-btn-over .x-btn-center{
- background: url(../images/default/toolbar/tb-btn-sprite.gif) repeat-x 0 -42px;
-}
-
-.x-toolbar .x-btn-click .x-btn-left, .x-toolbar .x-btn-pressed .x-btn-left, .x-toolbar .x-btn-menu-active .x-btn-left{
- background: url(../images/default/toolbar/tb-btn-sprite.gif) no-repeat 0 -63px;
-}
-.x-toolbar .x-btn-click .x-btn-right, .x-toolbar .x-btn-pressed .x-btn-right, .x-toolbar .x-btn-menu-active .x-btn-right{
- background: url(../images/default/toolbar/tb-btn-sprite.gif) no-repeat 0 -84px;
-}
-
-.x-toolbar .x-btn-click .x-btn-center, .x-toolbar .x-btn-pressed .x-btn-center, .x-toolbar .x-btn-menu-active .x-btn-center{
- background: url(../images/default/toolbar/tb-btn-sprite.gif) repeat-x 0 -105px;
-}
-
-.x-toolbar .x-btn-with-menu .x-btn-center em{
- padding-right:8px;
-}
-
-.x-toolbar .ytb-text{
- padding:2px;
-}
-.x-toolbar .ytb-sep {
- background-image: url(../images/default/grid/grid-blue-split.gif);
- background-position: center;
- background-repeat: no-repeat;
- display: block;
- font-size: 1px;
- height: 16px;
- width:4px;
- overflow: hidden;
- cursor:default;
- margin: 0 2px 0;
- border:0;
-}
-.x-toolbar .ytb-spacer {
- width:2px;
-}
-
-/* Paging Toolbar */
-
-.x-tbar-page-number{
- width:24px;
- height:14px;
-}
-.x-tbar-page-first{
- background-image: url(../images/default/grid/page-first.gif) !important;
-}
-.x-tbar-loading{
- background-image: url(../images/default/grid/done.gif) !important;
-}
-.x-tbar-page-last{
- background-image: url(../images/default/grid/page-last.gif) !important;
-}
-.x-tbar-page-next{
- background-image: url(../images/default/grid/page-next.gif) !important;
-}
-.x-tbar-page-prev{
- background-image: url(../images/default/grid/page-prev.gif) !important;
-}
-.x-item-disabled .x-tbar-loading{
- background-image: url(../images/default/grid/loading.gif) !important;
-}
-.x-item-disabled .x-tbar-page-first{
- background-image: url(../images/default/grid/page-first-disabled.gif) !important;
-}
-.x-item-disabled .x-tbar-page-last{
- background-image: url(../images/default/grid/page-last-disabled.gif) !important;
-}
-.x-item-disabled .x-tbar-page-next{
- background-image: url(../images/default/grid/page-next-disabled.gif) !important;
-}
-.x-item-disabled .x-tbar-page-prev{
- background-image: url(../images/default/grid/page-prev-disabled.gif) !important;
-}
-.x-paging-info {
- position:absolute;
- top:5px;
- right: 8px;
- color:#444;
-}
+/*
+ * Ext JS Library 2.0.1
+ * Copyright(c) 2006-2008, Ext JS, LLC.
+ * licensing at extjs.com
+ *
+ * http://extjs.com/license
+ */
+
+.x-toolbar{
+ border-color:#a9bfd3;
+ border-style:solid;
+ border-width:0 0 1px 0;
+ display: block;
+ padding:2px;
+ background:#d0def0 url(../images/default/toolbar/bg.gif) repeat-x top left;
+ position:relative;
+ zoom:1;
+}
+.x-toolbar .x-item-disabled .x-btn-icon {
+ opacity: .35;
+ -moz-opacity: .35;
+ filter: alpha(opacity=35);
+}
+.x-toolbar td {
+ vertical-align:middle;
+}
+.mso .x-toolbar, .x-grid-mso .x-toolbar{
+ border: 0 none;
+ background: url(../images/default/grid/mso-hd.gif);
+}
+.x-toolbar td,.x-toolbar span,.x-toolbar input,.x-toolbar div,.x-toolbar select,.x-toolbar label{
+ white-space: nowrap;
+ font:normal 11px tahoma, arial, helvetica, sans-serif;
+}
+.x-toolbar .x-item-disabled {
+ color:gray;
+ cursor:default;
+ opacity:.6;
+ -moz-opacity:.6;
+ filter:alpha(opacity=60);
+}
+.x-toolbar .x-item-disabled * {
+ color:gray;
+ cursor:default;
+}
+.x-toolbar .x-btn-left{
+ background:none;
+}
+.x-toolbar .x-btn-right{
+ background:none;
+}
+.x-toolbar .x-btn-center{
+ background:none;
+ padding:0 0;
+}
+.x-toolbar .x-btn-menu-text-wrap .x-btn-center button{
+ padding-right:2px;
+}
+.ext-gecko .x-toolbar .x-btn-menu-text-wrap .x-btn-center button{
+ padding-right:0;
+}
+.x-toolbar .x-btn-menu-arrow-wrap .x-btn-center button{
+ padding:0 2px;
+}
+
+.x-toolbar .x-btn-menu-arrow-wrap .x-btn-center button {
+ width:12px;
+ background:transparent url(../images/default/toolbar/btn-arrow.gif) no-repeat 0 3px;
+}
+.x-toolbar .x-btn-text-icon .x-btn-menu-arrow-wrap .x-btn-center button {
+ width:12px;
+ background:transparent url(../images/default/toolbar/btn-arrow.gif) no-repeat 0 3px;
+}
+.x-toolbar .x-btn-over .x-btn-menu-arrow-wrap .x-btn-center button {
+ background-position: 0 -47px;
+}
+.x-toolbar .x-btn-over .x-btn-left{
+ background: url(../images/default/toolbar/tb-btn-sprite.gif) no-repeat 0 0;
+}
+.x-toolbar .x-btn-over .x-btn-right{
+ background: url(../images/default/toolbar/tb-btn-sprite.gif) no-repeat 0 -21px;
+}
+.x-toolbar .x-btn-over .x-btn-center{
+ background: url(../images/default/toolbar/tb-btn-sprite.gif) repeat-x 0 -42px;
+}
+
+.x-toolbar .x-btn-click .x-btn-left, .x-toolbar .x-btn-pressed .x-btn-left, .x-toolbar .x-btn-menu-active .x-btn-left{
+ background: url(../images/default/toolbar/tb-btn-sprite.gif) no-repeat 0 -63px;
+}
+.x-toolbar .x-btn-click .x-btn-right, .x-toolbar .x-btn-pressed .x-btn-right, .x-toolbar .x-btn-menu-active .x-btn-right{
+ background: url(../images/default/toolbar/tb-btn-sprite.gif) no-repeat 0 -84px;
+}
+
+.x-toolbar .x-btn-click .x-btn-center, .x-toolbar .x-btn-pressed .x-btn-center, .x-toolbar .x-btn-menu-active .x-btn-center{
+ background: url(../images/default/toolbar/tb-btn-sprite.gif) repeat-x 0 -105px;
+}
+
+.x-toolbar .x-btn-with-menu .x-btn-center em{
+ padding-right:8px;
+}
+
+.x-toolbar .ytb-text{
+ padding:2px;
+}
+.x-toolbar .ytb-sep {
+ background-image: url(../images/default/grid/grid-blue-split.gif);
+ background-position: center;
+ background-repeat: no-repeat;
+ display: block;
+ font-size: 1px;
+ height: 16px;
+ width:4px;
+ overflow: hidden;
+ cursor:default;
+ margin: 0 2px 0;
+ border:0;
+}
+.x-toolbar .ytb-spacer {
+ width:2px;
+}
+
+/* Paging Toolbar */
+
+.x-tbar-page-number{
+ width:24px;
+ height:14px;
+}
+.x-tbar-page-first{
+ background-image: url(../images/default/grid/page-first.gif) !important;
+}
+.x-tbar-loading{
+ background-image: url(../images/default/grid/done.gif) !important;
+}
+.x-tbar-page-last{
+ background-image: url(../images/default/grid/page-last.gif) !important;
+}
+.x-tbar-page-next{
+ background-image: url(../images/default/grid/page-next.gif) !important;
+}
+.x-tbar-page-prev{
+ background-image: url(../images/default/grid/page-prev.gif) !important;
+}
+.x-item-disabled .x-tbar-loading{
+ background-image: url(../images/default/grid/loading.gif) !important;
+}
+.x-item-disabled .x-tbar-page-first{
+ background-image: url(../images/default/grid/page-first-disabled.gif) !important;
+}
+.x-item-disabled .x-tbar-page-last{
+ background-image: url(../images/default/grid/page-last-disabled.gif) !important;
+}
+.x-item-disabled .x-tbar-page-next{
+ background-image: url(../images/default/grid/page-next-disabled.gif) !important;
+}
+.x-item-disabled .x-tbar-page-prev{
+ background-image: url(../images/default/grid/page-prev-disabled.gif) !important;
+}
+.x-paging-info {
+ position:absolute;
+ top:5px;
+ right: 8px;
+ color:#444;
+}
Modified: labs/jbossrules/trunk/drools-jbrms/src/main/webapp/org.drools.brms.JBRMS/js/ext/resources/css/tree.css
===================================================================
--- labs/jbossrules/trunk/drools-jbrms/src/main/webapp/org.drools.brms.JBRMS/js/ext/resources/css/tree.css 2008-02-21 03:20:58 UTC (rev 18538)
+++ labs/jbossrules/trunk/drools-jbrms/src/main/webapp/org.drools.brms.JBRMS/js/ext/resources/css/tree.css 2008-02-21 05:02:52 UTC (rev 18539)
@@ -1,212 +1,212 @@
-/*
- * Ext JS Library 2.0.1
- * Copyright(c) 2006-2008, Ext JS, LLC.
- * licensing at extjs.com
- *
- * http://extjs.com/license
- */
-
-.x-tree .x-panel-body{
- background-color:#fff;
-}
-.ext-strict .ext-ie .x-tree .x-panel-bwrap{
- position:relative;
- overflow:hidden;
-}
-.x-tree-icon, .x-tree-ec-icon, .x-tree-elbow-line, .x-tree-elbow, .x-tree-elbow-end, .x-tree-elbow-plus, .x-tree-elbow-minus, .x-tree-elbow-end-plus, .x-tree-elbow-end-minus{
- border: 0 none;
- height: 18px;
- margin: 0;
- padding: 0;
- vertical-align: top;
- width: 16px;
- background-repeat: no-repeat;
-}
-.x-tree-node-collapsed .x-tree-node-icon, .x-tree-node-expanded .x-tree-node-icon, .x-tree-node-leaf .x-tree-node-icon{
- border: 0 none;
- height: 18px;
- margin: 0;
- padding: 0;
- vertical-align: top;
- width: 16px;
- background-position:center;
- background-repeat: no-repeat;
-}
-.ext-ie .x-tree-node-indent img, .ext-ie .x-tree-node-icon, .ext-ie .x-tree-ec-icon {
- vertical-align:middle !important;
-}
-/* some default icons for leaf/folder */
-.x-tree-node-collapsed .x-tree-node-icon{
- background-image:url(../images/default/tree/folder.gif);
-}
-.x-tree-node-expanded .x-tree-node-icon{
- background-image:url(../images/default/tree/folder-open.gif);
-}
-.x-tree-node-leaf .x-tree-node-icon{
- background-image:url(../images/default/tree/leaf.gif);
-}
-
-/* checkboxes */
-.ext-ie input.x-tree-node-cb {
- width:15px;
- height:15px;
-}
-input.x-tree-node-cb {
- margin-left:1px;
-}
-.ext-ie input.x-tree-node-cb {
- margin-left:0;
-}
-
-.x-tree-noicon .x-tree-node-icon{
- width:0; height:0;
-}
-/* loading icon */
-.x-tree-node-loading .x-tree-node-icon{
- background-image:url(../images/default/tree/loading.gif) !important;
-}
-.x-tree-node-loading a span{
- font-style: italic;
- color:#444444;
-}
-.ext-ie .x-tree-node-el input {
- width:15px;
- height:15px;
-}
-/* Line styles */
-.x-tree-lines .x-tree-elbow{
- background-image:url(../images/default/tree/elbow.gif);
-}
-.x-tree-lines .x-tree-elbow-plus{
- background-image:url(../images/default/tree/elbow-plus.gif);
-}
-.x-tree-lines .x-tree-elbow-minus{
- background-image:url(../images/default/tree/elbow-minus.gif);
-}
-.x-tree-lines .x-tree-elbow-end{
- background-image:url(../images/default/tree/elbow-end.gif);
-}
-.x-tree-lines .x-tree-elbow-end-plus{
- background-image:url(../images/default/tree/elbow-end-plus.gif);
-}
-.x-tree-lines .x-tree-elbow-end-minus{
- background-image:url(../images/default/tree/elbow-end-minus.gif);
-}
-.x-tree-lines .x-tree-elbow-line{
- background-image:url(../images/default/tree/elbow-line.gif);
-}
-
-/* No line styles */
-.x-tree-no-lines .x-tree-elbow{
- background:transparent;
-}
-.x-tree-no-lines .x-tree-elbow-plus{
- background-image:url(../images/default/tree/elbow-plus-nl.gif);
-}
-.x-tree-no-lines .x-tree-elbow-minus{
- background-image:url(../images/default/tree/elbow-minus-nl.gif);
-}
-.x-tree-no-lines .x-tree-elbow-end{
- background:transparent;
-}
-.x-tree-no-lines .x-tree-elbow-end-plus{
- background-image:url(../images/default/tree/elbow-end-plus-nl.gif);
-}
-.x-tree-no-lines .x-tree-elbow-end-minus{
- background-image:url(../images/default/tree/elbow-end-minus-nl.gif);
-}
-.x-tree-no-lines .x-tree-elbow-line{
- background:transparent;
-}
-
-.x-tree-elbow-plus, .x-tree-elbow-minus, .x-tree-elbow-end-plus, .x-tree-elbow-end-minus{
- cursor:pointer;
-}
-.ext-ie ul.x-tree-node-ct{
- font-size:0;
- line-height:0;
- zoom:1;
-}
-.x-tree-node{
- color: black;
- font: normal 11px arial, tahoma, helvetica, sans-serif;
- white-space: nowrap;
-}
-
-.x-tree-node-el {
- line-height:18px;
- cursor:pointer;
-}
-
-.x-tree-node a, .x-dd-drag-ghost a{
- text-decoration:none;
- color:black;
- -khtml-user-select:none;
- -moz-user-select:none;
- -kthml-user-focus:normal;
- -moz-user-focus:normal;
- -moz-outline: 0 none;
- outline:0 none;
-}
-.x-tree-node a span, .x-dd-drag-ghost a span{
- text-decoration:none;
- color:black;
- padding:1px 3px 1px 2px;
-}
-.x-tree-node .x-tree-node-disabled a span{
- color:gray !important;
-}
-.x-tree-node .x-tree-node-disabled .x-tree-node-icon{
- -moz-opacity: 0.5;
- opacity:.5;
- filter: alpha(opacity=50);
-}
-.x-tree-node .x-tree-node-inline-icon{
- background:transparent;
-}
-.x-tree-node a:hover, .x-dd-drag-ghost a:hover{
- text-decoration:none;
-}
-.x-tree-node div.x-tree-drag-insert-below{
- border-bottom:1px dotted #3366cc;
-}
-.x-tree-node div.x-tree-drag-insert-above{
- border-top:1px dotted #3366cc;
-}
-.x-tree-dd-underline .x-tree-node div.x-tree-drag-insert-below{
- border-bottom:0 none;
-}
-.x-tree-dd-underline .x-tree-node div.x-tree-drag-insert-above{
- border-top:0 none;
-}
-.x-tree-dd-underline .x-tree-node div.x-tree-drag-insert-below a{
- border-bottom:2px solid #3366cc;
-}
-.x-tree-dd-underline .x-tree-node div.x-tree-drag-insert-above a{
- border-top:2px solid #3366cc;
-}
-.x-tree-node .x-tree-drag-append a span{
- background:#dddddd;
- border:1px dotted gray;
-}
-.x-tree-node .x-tree-node-over {
- background-color: #eee;
-}
-.x-tree-node .x-tree-selected {
- background-color: #d9e8fb;
-}
-.x-dd-drag-ghost .x-tree-node-indent, .x-dd-drag-ghost .x-tree-ec-icon{
- display:none !important;
-}
-.x-tree-drop-ok-append .x-dd-drop-icon{
- background-image: url(../images/default/tree/drop-add.gif);
-}
-.x-tree-drop-ok-above .x-dd-drop-icon{
- background-image: url(../images/default/tree/drop-over.gif);
-}
-.x-tree-drop-ok-below .x-dd-drop-icon{
- background-image: url(../images/default/tree/drop-under.gif);
-}
-.x-tree-drop-ok-between .x-dd-drop-icon{
- background-image: url(../images/default/tree/drop-between.gif);
-}
+/*
+ * Ext JS Library 2.0.1
+ * Copyright(c) 2006-2008, Ext JS, LLC.
+ * licensing at extjs.com
+ *
+ * http://extjs.com/license
+ */
+
+.x-tree .x-panel-body{
+ background-color:#fff;
+}
+.ext-strict .ext-ie .x-tree .x-panel-bwrap{
+ position:relative;
+ overflow:hidden;
+}
+.x-tree-icon, .x-tree-ec-icon, .x-tree-elbow-line, .x-tree-elbow, .x-tree-elbow-end, .x-tree-elbow-plus, .x-tree-elbow-minus, .x-tree-elbow-end-plus, .x-tree-elbow-end-minus{
+ border: 0 none;
+ height: 18px;
+ margin: 0;
+ padding: 0;
+ vertical-align: top;
+ width: 16px;
+ background-repeat: no-repeat;
+}
+.x-tree-node-collapsed .x-tree-node-icon, .x-tree-node-expanded .x-tree-node-icon, .x-tree-node-leaf .x-tree-node-icon{
+ border: 0 none;
+ height: 18px;
+ margin: 0;
+ padding: 0;
+ vertical-align: top;
+ width: 16px;
+ background-position:center;
+ background-repeat: no-repeat;
+}
+.ext-ie .x-tree-node-indent img, .ext-ie .x-tree-node-icon, .ext-ie .x-tree-ec-icon {
+ vertical-align:middle !important;
+}
+/* some default icons for leaf/folder */
+.x-tree-node-collapsed .x-tree-node-icon{
+ background-image:url(../images/default/tree/folder.gif);
+}
+.x-tree-node-expanded .x-tree-node-icon{
+ background-image:url(../images/default/tree/folder-open.gif);
+}
+.x-tree-node-leaf .x-tree-node-icon{
+ background-image:url(../images/default/tree/leaf.gif);
+}
+
+/* checkboxes */
+.ext-ie input.x-tree-node-cb {
+ width:15px;
+ height:15px;
+}
+input.x-tree-node-cb {
+ margin-left:1px;
+}
+.ext-ie input.x-tree-node-cb {
+ margin-left:0;
+}
+
+.x-tree-noicon .x-tree-node-icon{
+ width:0; height:0;
+}
+/* loading icon */
+.x-tree-node-loading .x-tree-node-icon{
+ background-image:url(../images/default/tree/loading.gif) !important;
+}
+.x-tree-node-loading a span{
+ font-style: italic;
+ color:#444444;
+}
+.ext-ie .x-tree-node-el input {
+ width:15px;
+ height:15px;
+}
+/* Line styles */
+.x-tree-lines .x-tree-elbow{
+ background-image:url(../images/default/tree/elbow.gif);
+}
+.x-tree-lines .x-tree-elbow-plus{
+ background-image:url(../images/default/tree/elbow-plus.gif);
+}
+.x-tree-lines .x-tree-elbow-minus{
+ background-image:url(../images/default/tree/elbow-minus.gif);
+}
+.x-tree-lines .x-tree-elbow-end{
+ background-image:url(../images/default/tree/elbow-end.gif);
+}
+.x-tree-lines .x-tree-elbow-end-plus{
+ background-image:url(../images/default/tree/elbow-end-plus.gif);
+}
+.x-tree-lines .x-tree-elbow-end-minus{
+ background-image:url(../images/default/tree/elbow-end-minus.gif);
+}
+.x-tree-lines .x-tree-elbow-line{
+ background-image:url(../images/default/tree/elbow-line.gif);
+}
+
+/* No line styles */
+.x-tree-no-lines .x-tree-elbow{
+ background:transparent;
+}
+.x-tree-no-lines .x-tree-elbow-plus{
+ background-image:url(../images/default/tree/elbow-plus-nl.gif);
+}
+.x-tree-no-lines .x-tree-elbow-minus{
+ background-image:url(../images/default/tree/elbow-minus-nl.gif);
+}
+.x-tree-no-lines .x-tree-elbow-end{
+ background:transparent;
+}
+.x-tree-no-lines .x-tree-elbow-end-plus{
+ background-image:url(../images/default/tree/elbow-end-plus-nl.gif);
+}
+.x-tree-no-lines .x-tree-elbow-end-minus{
+ background-image:url(../images/default/tree/elbow-end-minus-nl.gif);
+}
+.x-tree-no-lines .x-tree-elbow-line{
+ background:transparent;
+}
+
+.x-tree-elbow-plus, .x-tree-elbow-minus, .x-tree-elbow-end-plus, .x-tree-elbow-end-minus{
+ cursor:pointer;
+}
+.ext-ie ul.x-tree-node-ct{
+ font-size:0;
+ line-height:0;
+ zoom:1;
+}
+.x-tree-node{
+ color: black;
+ font: normal 11px arial, tahoma, helvetica, sans-serif;
+ white-space: nowrap;
+}
+
+.x-tree-node-el {
+ line-height:18px;
+ cursor:pointer;
+}
+
+.x-tree-node a, .x-dd-drag-ghost a{
+ text-decoration:none;
+ color:black;
+ -khtml-user-select:none;
+ -moz-user-select:none;
+ -kthml-user-focus:normal;
+ -moz-user-focus:normal;
+ -moz-outline: 0 none;
+ outline:0 none;
+}
+.x-tree-node a span, .x-dd-drag-ghost a span{
+ text-decoration:none;
+ color:black;
+ padding:1px 3px 1px 2px;
+}
+.x-tree-node .x-tree-node-disabled a span{
+ color:gray !important;
+}
+.x-tree-node .x-tree-node-disabled .x-tree-node-icon{
+ -moz-opacity: 0.5;
+ opacity:.5;
+ filter: alpha(opacity=50);
+}
+.x-tree-node .x-tree-node-inline-icon{
+ background:transparent;
+}
+.x-tree-node a:hover, .x-dd-drag-ghost a:hover{
+ text-decoration:none;
+}
+.x-tree-node div.x-tree-drag-insert-below{
+ border-bottom:1px dotted #3366cc;
+}
+.x-tree-node div.x-tree-drag-insert-above{
+ border-top:1px dotted #3366cc;
+}
+.x-tree-dd-underline .x-tree-node div.x-tree-drag-insert-below{
+ border-bottom:0 none;
+}
+.x-tree-dd-underline .x-tree-node div.x-tree-drag-insert-above{
+ border-top:0 none;
+}
+.x-tree-dd-underline .x-tree-node div.x-tree-drag-insert-below a{
+ border-bottom:2px solid #3366cc;
+}
+.x-tree-dd-underline .x-tree-node div.x-tree-drag-insert-above a{
+ border-top:2px solid #3366cc;
+}
+.x-tree-node .x-tree-drag-append a span{
+ background:#dddddd;
+ border:1px dotted gray;
+}
+.x-tree-node .x-tree-node-over {
+ background-color: #eee;
+}
+.x-tree-node .x-tree-selected {
+ background-color: #d9e8fb;
+}
+.x-dd-drag-ghost .x-tree-node-indent, .x-dd-drag-ghost .x-tree-ec-icon{
+ display:none !important;
+}
+.x-tree-drop-ok-append .x-dd-drop-icon{
+ background-image: url(../images/default/tree/drop-add.gif);
+}
+.x-tree-drop-ok-above .x-dd-drop-icon{
+ background-image: url(../images/default/tree/drop-over.gif);
+}
+.x-tree-drop-ok-below .x-dd-drop-icon{
+ background-image: url(../images/default/tree/drop-under.gif);
+}
+.x-tree-drop-ok-between .x-dd-drop-icon{
+ background-image: url(../images/default/tree/drop-between.gif);
+}
Modified: labs/jbossrules/trunk/drools-jbrms/src/main/webapp/org.drools.brms.JBRMS/js/ext/resources/css/xtheme-gray.css
===================================================================
--- labs/jbossrules/trunk/drools-jbrms/src/main/webapp/org.drools.brms.JBRMS/js/ext/resources/css/xtheme-gray.css 2008-02-21 03:20:58 UTC (rev 18538)
+++ labs/jbossrules/trunk/drools-jbrms/src/main/webapp/org.drools.brms.JBRMS/js/ext/resources/css/xtheme-gray.css 2008-02-21 05:02:52 UTC (rev 18539)
@@ -1,415 +1,415 @@
-/*
- * Ext JS Library 2.0.1
- * Copyright(c) 2006-2008, Ext JS, LLC.
- * licensing at extjs.com
- *
- * http://extjs.com/license
- */
-
-.x-panel {
- border-style: solid;
- border-color: #d0d0d0;
-}
-.x-panel-header {
- color:#333;
- border:1px solid #d0d0d0;
- background-image:url(../images/gray/panel/white-top-bottom.gif);
-}
-
-.x-panel-body {
- border-color:#d0d0d0;
-}
-
-.x-panel-bbar .x-toolbar {
- border-color:#d0d0d0;
-}
-
-.x-panel-tbar .x-toolbar {
- border-color:#d0d0d0;
-}
-
-.x-panel-tbar-noheader .x-toolbar, .x-panel-mc .x-panel-tbar .x-toolbar {
- border-color:#d0d0d0;
-}
-.x-panel-body-noheader, .x-panel-mc .x-panel-body {
- border-color:#d0d0d0;
-}
-.x-panel-tl .x-panel-header {
- color:#333;
-}
-.x-panel-tc {
- background-image:url(../images/gray/panel/top-bottom.gif);
-}
-.x-panel-tl {
- background-image:url(../images/gray/panel/corners-sprite.gif);
- border-color:#d0d0d0;
-}
-.x-panel-tr {
- background-image:url(../images/gray/panel/corners-sprite.gif);
-}
-.x-panel-bc {
- background-image:url(../images/gray/panel/top-bottom.gif);
-}
-.x-panel-bl {
- background-image:url(../images/gray/panel/corners-sprite.gif);
-}
-.x-panel-br {
- background-image:url(../images/gray/panel/corners-sprite.gif);
-}
-.x-panel-mc {
- background:#f1f1f1;
-}
-.x-panel-mc .x-panel-body {
- background:transparent;
- border: 0 none;
-}
-.x-panel-ml {
- background-image:url(../images/gray/panel/left-right.gif);
-}
-.x-panel-mr {
- background-image:url(../images/gray/panel/left-right.gif);
-}
-
-/* Tools */
-.x-tool {
- background-image:url(../images/gray/panel/tool-sprites.gif);
-}
-
-/* Ghosting */
-.x-panel-ghost {
- background:#e0e0e0;
-}
-
-.x-panel-ghost ul {
- border-color:#b0b0b0;
-}
-
-.x-grid-panel .x-panel-mc .x-panel-body {
- border:1px solid #d0d0d0;
-}
-
-/* Buttons */
-
-.x-btn-left{
- background-image:url(../images/gray/button/btn-sprite.gif);
-}
-.x-btn-right{
- background-image:url(../images/gray/button/btn-sprite.gif);
-}
-.x-btn-center{
- background-image:url(../images/gray/button/btn-sprite.gif);
-}
-
-/* Layout classes */
-
-.x-border-layout-ct {
- background:#f0f0f0;
-}
-
-.x-accordion-hd {
- background-image:url(../images/gray/panel/light-hd.gif);
-}
-
-.x-layout-collapsed{
- background-color:#eee;
- border-color:#e0e0e0;
-}
-.x-layout-collapsed-over{
- background-color:#fbfbfb;
-}
-
-
-/* qtips */
-.x-tip .x-tip-top {
- background-image:url(../images/gray/qtip/tip-sprite.gif);
-}
-.x-tip .x-tip-top-left {
- background-image:url(../images/gray/qtip/tip-sprite.gif);
-}
-.x-tip .x-tip-top-right {
- background-image:url(../images/gray/qtip/tip-sprite.gif);
-}
-.x-tip .x-tip-ft {
- background-image:url(../images/gray/qtip/tip-sprite.gif);
-}
-.x-tip .x-tip-ft-left {
- background-image:url(../images/gray/qtip/tip-sprite.gif);
-}
-.x-tip .x-tip-ft-right {
- background-image:url(../images/gray/qtip/tip-sprite.gif);
-}
-.x-tip .x-tip-bd-left {
- background-image:url(../images/gray/qtip/tip-sprite.gif);
-}
-.x-tip .x-tip-bd-right {
- background-image:url(../images/gray/qtip/tip-sprite.gif);
-}
-
-/* Toolbars */
-
-.x-toolbar{
- border-color:#d0d0d0;
- background:#f0f4f5 url(../images/gray/toolbar/bg.gif) repeat-x top left;
-}
-.x-toolbar button {
- color:#444;
-}
-.x-toolbar .x-btn-menu-arrow-wrap .x-btn-center button {
- background-image:url(../images/gray/toolbar/btn-arrow.gif);
-}
-.x-toolbar .x-btn-text-icon .x-btn-menu-arrow-wrap .x-btn-center button {
- background-image:url(../images/gray/toolbar/btn-arrow.gif);
-}
-.x-toolbar .x-btn-over .x-btn-left{
- background-image:url(../images/gray/toolbar/tb-btn-sprite.gif);
-}
-.x-toolbar .x-btn-over .x-btn-right{
- background-image:url(../images/gray/toolbar/tb-btn-sprite.gif);
-}
-.x-toolbar .x-btn-over .x-btn-center{
- background-image:url(../images/gray/toolbar/tb-btn-sprite.gif);
-}
-.x-toolbar .x-btn-over button {
- color:#111;
-}
-.x-toolbar .x-btn-click .x-btn-left, .x-toolbar .x-btn-pressed .x-btn-left, .x-toolbar .x-btn-menu-active .x-btn-left{
- background-image:url(../images/gray/toolbar/tb-btn-sprite.gif);
-}
-.x-toolbar .x-btn-click .x-btn-right, .x-toolbar .x-btn-pressed .x-btn-right, .x-toolbar .x-btn-menu-active .x-btn-right{
- background-image:url(../images/gray/toolbar/tb-btn-sprite.gif);
-}
-
-.x-toolbar .x-btn-click .x-btn-center, .x-toolbar .x-btn-pressed .x-btn-center, .x-toolbar .x-btn-menu-active .x-btn-center{
- background-image:url(../images/gray/toolbar/tb-btn-sprite.gif);
-}
-.x-toolbar .ytb-sep {
- background-image: url(../images/default/grid/grid-split.gif);
-}
-
-/* Tabs */
-
-.x-tab-panel-header, .x-tab-panel-footer {
- background: #EAEAEA;
- border-color:#d0d0d0;
-}
-
-
-.x-tab-panel-header {
- border-color:#d0d0d0;
-}
-
-.x-tab-panel-footer {
- border-color:#d0d0d0;
-}
-
-ul.x-tab-strip-top{
- background:#dbdbdb url(../images/gray/tabs/tab-strip-bg.gif) repeat-x left top;
- border-color:#d0d0d0;
- padding-top: 2px;
-}
-
-ul.x-tab-strip-bottom{
- background-image:url(../images/gray/tabs/tab-strip-btm-bg.gif);
- border-color:#d0d0d0;
-}
-
-.x-tab-strip span.x-tab-strip-text {
- color:#333;
-}
-.x-tab-strip-over span.x-tab-strip-text {
- color:#111;
-}
-
-.x-tab-strip-active span.x-tab-strip-text {
- color:#333;
-}
-
-.x-tab-strip-disabled .x-tabs-text {
- color:#aaaaaa;
-}
-
-.x-tab-strip-top .x-tab-right {
- background-image:url(../images/gray/tabs/tabs-sprite.gif);
-}
-
-.x-tab-strip-top .x-tab-left {
- background-image:url(../images/gray/tabs/tabs-sprite.gif);
-}
-.x-tab-strip-top .x-tab-strip-inner {
- background-image:url(../images/gray/tabs/tabs-sprite.gif);
-}
-
-.x-tab-strip-bottom .x-tab-right {
- background-image:url(../images/gray/tabs/tab-btm-inactive-right-bg.gif);
-}
-
-.x-tab-strip-bottom .x-tab-left {
- background-image:url(../images/gray/tabs/tab-btm-inactive-left-bg.gif);
-}
-
-.x-tab-strip-bottom .x-tab-strip-active .x-tab-right {
- background-image:url(../images/gray/tabs/tab-btm-right-bg.gif);
-}
-
-.x-tab-strip-bottom .x-tab-strip-active .x-tab-left {
- background-image:url(../images/gray/tabs/tab-btm-left-bg.gif);
-}
-
-.x-tab-strip .x-tab-strip-closable a.x-tab-strip-close {
- background-image:url(../images/gray/tabs/tab-close.gif);
-}
-.x-tab-strip .x-tab-strip-closable a.x-tab-strip-close:hover{
- background-image:url(../images/gray/tabs/tab-close.gif);
-}
-
-.x-tab-panel-body {
- border-color:#d0d0d0;
- background:#fff;
-}
-.x-tab-panel-bbar .x-toolbar {
- border-color: #d0d0d0;
-}
-
-.x-tab-panel-tbar .x-toolbar {
- border-color: #d0d0d0;
-}
-
-.x-tab-panel-header-plain .x-tab-strip-spacer {
- border-color:#d0d0d0;
- background: #eaeaea;
-}
-
-.x-tab-scroller-left {
- background-image: url(../images/gray/tabs/scroll-left.gif);
- border-color:#aeaeae;
-}
-.x-tab-scroller-right {
- background-image: url(../images/gray/tabs/scroll-right.gif);
- border-color:#aeaeae;
-}
-
-/* Window */
-
-.x-window-proxy {
- background:#e0e0e0;
- border-color:#b0b0b0;
-}
-
-.x-window-tl .x-window-header {
- color:#555;
-}
-.x-window-tc {
- background-image:url(../images/gray/window/top-bottom.png);
-}
-.x-window-tl {
- background-image:url(../images/gray/window/left-corners.png);
-}
-.x-window-tr {
- background-image:url(../images/gray/window/right-corners.png);
-}
-.x-window-bc {
- background-image:url(../images/gray/window/top-bottom.png);
-}
-.x-window-bl {
- background-image:url(../images/gray/window/left-corners.png);
-}
-.x-window-br {
- background-image:url(../images/gray/window/right-corners.png);
-}
-.x-window-mc {
- border:1px solid #d0d0d0;
- background:#e8e8e8;
-}
-
-.x-window-ml {
- background-image:url(../images/gray/window/left-right.png);
-}
-.x-window-mr {
- background-image:url(../images/gray/window/left-right.png);
-}
-.x-panel-ghost .x-window-tl {
- border-color:#d0d0d0;
-}
-.x-panel-collapsed .x-window-tl {
- border-color:#d0d0d0;
-}
-
-.x-window-plain .x-window-mc {
- background: #e8e8e8;
- border-right:1px solid #eee;
- border-bottom:1px solid #eee;
- border-top:1px solid #d0d0d0;
- border-left:1px solid #d0d0d0;
-}
-
-.x-window-plain .x-window-body {
- border-left:1px solid #eee;
- border-top:1px solid #eee;
- border-bottom:1px solid #d0d0d0;
- border-right:1px solid #d0d0d0;
- background:transparent !important;
-}
-
-body.x-body-masked .x-window-mc, body.x-body-masked .x-window-plain .x-window-mc {
- background-color: #e4e4e4;
-}
-
-
-/* misc */
-.x-html-editor-wrap {
- border-color:#d0d0d0;
-}
-
-/* Borders go last for specificity */
-.x-panel-noborder .x-panel-body-noborder {
- border-width:0;
-}
-
-.x-panel-noborder .x-panel-header-noborder {
- border-width:0;
- border-bottom:1px solid #d0d0d0;
-}
-
-.x-panel-noborder .x-panel-tbar-noborder .x-toolbar {
- border-width:0;
- border-bottom:1px solid #d0d0d0;
-}
-
-.x-panel-noborder .x-panel-bbar-noborder .x-toolbar {
- border-width:0;
- border-top:1px solid #d0d0d0;
-}
-
-.x-window-noborder .x-window-mc {
- border-width:0;
-}
-.x-window-plain .x-window-body-noborder {
- border-width:0;
-}
-
-.x-tab-panel-noborder .x-tab-panel-body-noborder {
- border-width:0;
-}
-
-.x-tab-panel-noborder .x-tab-panel-header-noborder {
- border-top-width:0;
- border-left-width:0;
- border-right-width:0;
-}
-
-.x-tab-panel-noborder .x-tab-panel-footer-noborder {
- border-bottom-width:0;
- border-left-width:0;
- border-right-width:0;
-}
-
-
-.x-tab-panel-bbar-noborder .x-toolbar {
- border-width:0;
- border-top:1px solid #d0d0d0;
-}
-
-.x-tab-panel-tbar-noborder .x-toolbar {
- border-width:0;
- border-bottom:1px solid #d0d0d0;
+/*
+ * Ext JS Library 2.0.1
+ * Copyright(c) 2006-2008, Ext JS, LLC.
+ * licensing at extjs.com
+ *
+ * http://extjs.com/license
+ */
+
+.x-panel {
+ border-style: solid;
+ border-color: #d0d0d0;
+}
+.x-panel-header {
+ color:#333;
+ border:1px solid #d0d0d0;
+ background-image:url(../images/gray/panel/white-top-bottom.gif);
+}
+
+.x-panel-body {
+ border-color:#d0d0d0;
+}
+
+.x-panel-bbar .x-toolbar {
+ border-color:#d0d0d0;
+}
+
+.x-panel-tbar .x-toolbar {
+ border-color:#d0d0d0;
+}
+
+.x-panel-tbar-noheader .x-toolbar, .x-panel-mc .x-panel-tbar .x-toolbar {
+ border-color:#d0d0d0;
+}
+.x-panel-body-noheader, .x-panel-mc .x-panel-body {
+ border-color:#d0d0d0;
+}
+.x-panel-tl .x-panel-header {
+ color:#333;
+}
+.x-panel-tc {
+ background-image:url(../images/gray/panel/top-bottom.gif);
+}
+.x-panel-tl {
+ background-image:url(../images/gray/panel/corners-sprite.gif);
+ border-color:#d0d0d0;
+}
+.x-panel-tr {
+ background-image:url(../images/gray/panel/corners-sprite.gif);
+}
+.x-panel-bc {
+ background-image:url(../images/gray/panel/top-bottom.gif);
+}
+.x-panel-bl {
+ background-image:url(../images/gray/panel/corners-sprite.gif);
+}
+.x-panel-br {
+ background-image:url(../images/gray/panel/corners-sprite.gif);
+}
+.x-panel-mc {
+ background:#f1f1f1;
+}
+.x-panel-mc .x-panel-body {
+ background:transparent;
+ border: 0 none;
+}
+.x-panel-ml {
+ background-image:url(../images/gray/panel/left-right.gif);
+}
+.x-panel-mr {
+ background-image:url(../images/gray/panel/left-right.gif);
+}
+
+/* Tools */
+.x-tool {
+ background-image:url(../images/gray/panel/tool-sprites.gif);
+}
+
+/* Ghosting */
+.x-panel-ghost {
+ background:#e0e0e0;
+}
+
+.x-panel-ghost ul {
+ border-color:#b0b0b0;
+}
+
+.x-grid-panel .x-panel-mc .x-panel-body {
+ border:1px solid #d0d0d0;
+}
+
+/* Buttons */
+
+.x-btn-left{
+ background-image:url(../images/gray/button/btn-sprite.gif);
+}
+.x-btn-right{
+ background-image:url(../images/gray/button/btn-sprite.gif);
+}
+.x-btn-center{
+ background-image:url(../images/gray/button/btn-sprite.gif);
+}
+
+/* Layout classes */
+
+.x-border-layout-ct {
+ background:#f0f0f0;
+}
+
+.x-accordion-hd {
+ background-image:url(../images/gray/panel/light-hd.gif);
+}
+
+.x-layout-collapsed{
+ background-color:#eee;
+ border-color:#e0e0e0;
+}
+.x-layout-collapsed-over{
+ background-color:#fbfbfb;
+}
+
+
+/* qtips */
+.x-tip .x-tip-top {
+ background-image:url(../images/gray/qtip/tip-sprite.gif);
+}
+.x-tip .x-tip-top-left {
+ background-image:url(../images/gray/qtip/tip-sprite.gif);
+}
+.x-tip .x-tip-top-right {
+ background-image:url(../images/gray/qtip/tip-sprite.gif);
+}
+.x-tip .x-tip-ft {
+ background-image:url(../images/gray/qtip/tip-sprite.gif);
+}
+.x-tip .x-tip-ft-left {
+ background-image:url(../images/gray/qtip/tip-sprite.gif);
+}
+.x-tip .x-tip-ft-right {
+ background-image:url(../images/gray/qtip/tip-sprite.gif);
+}
+.x-tip .x-tip-bd-left {
+ background-image:url(../images/gray/qtip/tip-sprite.gif);
+}
+.x-tip .x-tip-bd-right {
+ background-image:url(../images/gray/qtip/tip-sprite.gif);
+}
+
+/* Toolbars */
+
+.x-toolbar{
+ border-color:#d0d0d0;
+ background:#f0f4f5 url(../images/gray/toolbar/bg.gif) repeat-x top left;
+}
+.x-toolbar button {
+ color:#444;
+}
+.x-toolbar .x-btn-menu-arrow-wrap .x-btn-center button {
+ background-image:url(../images/gray/toolbar/btn-arrow.gif);
+}
+.x-toolbar .x-btn-text-icon .x-btn-menu-arrow-wrap .x-btn-center button {
+ background-image:url(../images/gray/toolbar/btn-arrow.gif);
+}
+.x-toolbar .x-btn-over .x-btn-left{
+ background-image:url(../images/gray/toolbar/tb-btn-sprite.gif);
+}
+.x-toolbar .x-btn-over .x-btn-right{
+ background-image:url(../images/gray/toolbar/tb-btn-sprite.gif);
+}
+.x-toolbar .x-btn-over .x-btn-center{
+ background-image:url(../images/gray/toolbar/tb-btn-sprite.gif);
+}
+.x-toolbar .x-btn-over button {
+ color:#111;
+}
+.x-toolbar .x-btn-click .x-btn-left, .x-toolbar .x-btn-pressed .x-btn-left, .x-toolbar .x-btn-menu-active .x-btn-left{
+ background-image:url(../images/gray/toolbar/tb-btn-sprite.gif);
+}
+.x-toolbar .x-btn-click .x-btn-right, .x-toolbar .x-btn-pressed .x-btn-right, .x-toolbar .x-btn-menu-active .x-btn-right{
+ background-image:url(../images/gray/toolbar/tb-btn-sprite.gif);
+}
+
+.x-toolbar .x-btn-click .x-btn-center, .x-toolbar .x-btn-pressed .x-btn-center, .x-toolbar .x-btn-menu-active .x-btn-center{
+ background-image:url(../images/gray/toolbar/tb-btn-sprite.gif);
+}
+.x-toolbar .ytb-sep {
+ background-image: url(../images/default/grid/grid-split.gif);
+}
+
+/* Tabs */
+
+.x-tab-panel-header, .x-tab-panel-footer {
+ background: #EAEAEA;
+ border-color:#d0d0d0;
+}
+
+
+.x-tab-panel-header {
+ border-color:#d0d0d0;
+}
+
+.x-tab-panel-footer {
+ border-color:#d0d0d0;
+}
+
+ul.x-tab-strip-top{
+ background:#dbdbdb url(../images/gray/tabs/tab-strip-bg.gif) repeat-x left top;
+ border-color:#d0d0d0;
+ padding-top: 2px;
+}
+
+ul.x-tab-strip-bottom{
+ background-image:url(../images/gray/tabs/tab-strip-btm-bg.gif);
+ border-color:#d0d0d0;
+}
+
+.x-tab-strip span.x-tab-strip-text {
+ color:#333;
+}
+.x-tab-strip-over span.x-tab-strip-text {
+ color:#111;
+}
+
+.x-tab-strip-active span.x-tab-strip-text {
+ color:#333;
+}
+
+.x-tab-strip-disabled .x-tabs-text {
+ color:#aaaaaa;
+}
+
+.x-tab-strip-top .x-tab-right {
+ background-image:url(../images/gray/tabs/tabs-sprite.gif);
+}
+
+.x-tab-strip-top .x-tab-left {
+ background-image:url(../images/gray/tabs/tabs-sprite.gif);
+}
+.x-tab-strip-top .x-tab-strip-inner {
+ background-image:url(../images/gray/tabs/tabs-sprite.gif);
+}
+
+.x-tab-strip-bottom .x-tab-right {
+ background-image:url(../images/gray/tabs/tab-btm-inactive-right-bg.gif);
+}
+
+.x-tab-strip-bottom .x-tab-left {
+ background-image:url(../images/gray/tabs/tab-btm-inactive-left-bg.gif);
+}
+
+.x-tab-strip-bottom .x-tab-strip-active .x-tab-right {
+ background-image:url(../images/gray/tabs/tab-btm-right-bg.gif);
+}
+
+.x-tab-strip-bottom .x-tab-strip-active .x-tab-left {
+ background-image:url(../images/gray/tabs/tab-btm-left-bg.gif);
+}
+
+.x-tab-strip .x-tab-strip-closable a.x-tab-strip-close {
+ background-image:url(../images/gray/tabs/tab-close.gif);
+}
+.x-tab-strip .x-tab-strip-closable a.x-tab-strip-close:hover{
+ background-image:url(../images/gray/tabs/tab-close.gif);
+}
+
+.x-tab-panel-body {
+ border-color:#d0d0d0;
+ background:#fff;
+}
+.x-tab-panel-bbar .x-toolbar {
+ border-color: #d0d0d0;
+}
+
+.x-tab-panel-tbar .x-toolbar {
+ border-color: #d0d0d0;
+}
+
+.x-tab-panel-header-plain .x-tab-strip-spacer {
+ border-color:#d0d0d0;
+ background: #eaeaea;
+}
+
+.x-tab-scroller-left {
+ background-image: url(../images/gray/tabs/scroll-left.gif);
+ border-color:#aeaeae;
+}
+.x-tab-scroller-right {
+ background-image: url(../images/gray/tabs/scroll-right.gif);
+ border-color:#aeaeae;
+}
+
+/* Window */
+
+.x-window-proxy {
+ background:#e0e0e0;
+ border-color:#b0b0b0;
+}
+
+.x-window-tl .x-window-header {
+ color:#555;
+}
+.x-window-tc {
+ background-image:url(../images/gray/window/top-bottom.png);
+}
+.x-window-tl {
+ background-image:url(../images/gray/window/left-corners.png);
+}
+.x-window-tr {
+ background-image:url(../images/gray/window/right-corners.png);
+}
+.x-window-bc {
+ background-image:url(../images/gray/window/top-bottom.png);
+}
+.x-window-bl {
+ background-image:url(../images/gray/window/left-corners.png);
+}
+.x-window-br {
+ background-image:url(../images/gray/window/right-corners.png);
+}
+.x-window-mc {
+ border:1px solid #d0d0d0;
+ background:#e8e8e8;
+}
+
+.x-window-ml {
+ background-image:url(../images/gray/window/left-right.png);
+}
+.x-window-mr {
+ background-image:url(../images/gray/window/left-right.png);
+}
+.x-panel-ghost .x-window-tl {
+ border-color:#d0d0d0;
+}
+.x-panel-collapsed .x-window-tl {
+ border-color:#d0d0d0;
+}
+
+.x-window-plain .x-window-mc {
+ background: #e8e8e8;
+ border-right:1px solid #eee;
+ border-bottom:1px solid #eee;
+ border-top:1px solid #d0d0d0;
+ border-left:1px solid #d0d0d0;
+}
+
+.x-window-plain .x-window-body {
+ border-left:1px solid #eee;
+ border-top:1px solid #eee;
+ border-bottom:1px solid #d0d0d0;
+ border-right:1px solid #d0d0d0;
+ background:transparent !important;
+}
+
+body.x-body-masked .x-window-mc, body.x-body-masked .x-window-plain .x-window-mc {
+ background-color: #e4e4e4;
+}
+
+
+/* misc */
+.x-html-editor-wrap {
+ border-color:#d0d0d0;
+}
+
+/* Borders go last for specificity */
+.x-panel-noborder .x-panel-body-noborder {
+ border-width:0;
+}
+
+.x-panel-noborder .x-panel-header-noborder {
+ border-width:0;
+ border-bottom:1px solid #d0d0d0;
+}
+
+.x-panel-noborder .x-panel-tbar-noborder .x-toolbar {
+ border-width:0;
+ border-bottom:1px solid #d0d0d0;
+}
+
+.x-panel-noborder .x-panel-bbar-noborder .x-toolbar {
+ border-width:0;
+ border-top:1px solid #d0d0d0;
+}
+
+.x-window-noborder .x-window-mc {
+ border-width:0;
+}
+.x-window-plain .x-window-body-noborder {
+ border-width:0;
+}
+
+.x-tab-panel-noborder .x-tab-panel-body-noborder {
+ border-width:0;
+}
+
+.x-tab-panel-noborder .x-tab-panel-header-noborder {
+ border-top-width:0;
+ border-left-width:0;
+ border-right-width:0;
+}
+
+.x-tab-panel-noborder .x-tab-panel-footer-noborder {
+ border-bottom-width:0;
+ border-left-width:0;
+ border-right-width:0;
+}
+
+
+.x-tab-panel-bbar-noborder .x-toolbar {
+ border-width:0;
+ border-top:1px solid #d0d0d0;
+}
+
+.x-tab-panel-tbar-noborder .x-toolbar {
+ border-width:0;
+ border-bottom:1px solid #d0d0d0;
}
\ No newline at end of file
Modified: labs/jbossrules/trunk/drools-jbrms/src/main/webapp/org.drools.brms.JBRMS/js/ext/resources/license.txt
===================================================================
--- labs/jbossrules/trunk/drools-jbrms/src/main/webapp/org.drools.brms.JBRMS/js/ext/resources/license.txt 2008-02-21 03:20:58 UTC (rev 18538)
+++ labs/jbossrules/trunk/drools-jbrms/src/main/webapp/org.drools.brms.JBRMS/js/ext/resources/license.txt 2008-02-21 05:02:52 UTC (rev 18539)
@@ -1,27 +1,50 @@
-Ext JS - JavaScript Library
-Copyright (c) 2006-2007, Ext JS, LLC
-All rights reserved.
-licensing at extjs.com
-
-http://extjs.com/license
-
-The CSS and Graphics ("Assets") distributed with Ext are licensed for use ONLY
-with their associated Ext JavaScript component ("Component"). Use of the Assets in
-any way that does not also include the Component is prohibited without explicit
-permission from Ext JS, LLC. Deriving images and CSS from the Assets in an effort
-to bypass this license is also prohibited.
-
---
-
-The JavaScript code distributed with Ext (the "Software") is licensed under the
-Lesser GNU (LGPL) open source license version 3.0.
-
-http://www.gnu.org/licenses/lgpl.html
-
-If you are using this library for commercial purposes, we encourage you to purchase
-a commercial license. Please visit http://extjs.com/license for more details.
-
-This library is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+Ext JS - JavaScript Library
+Copyright (c) 2006-2007, Ext JS, LLC
+All rights reserved.
+licensing at extjs.com
+
+http://extjs.com/license
+
+
+License of CSS and Graphics ("Assets")
+------------------------------------------------------------------------------------------
+The Assets distributed with Ext are licensed for use ONLY
+with their associated Ext JavaScript component ("Component"). Use of the Assets in
+any way that does not also include the Component is prohibited without explicit
+permission from Ext JS, LLC. Deriving images and CSS from the Assets in an effort
+to bypass this license is also prohibited.
+
+
+Open Source License
+------------------------------------------------------------------------------------------
+Ext is also licensed under the terms of the Open Source LGPL 3.0 license. You may use
+our open source license if you:
+ * Want to use Ext in an open source project that precludes using non-open source software
+ * Plan to use Ext in a personal, educational or non-profit manner
+ * Are using Ext in a commercial application that is not a software development library
+or toolkit, you will meet LGPL requirements and you do not wish to support the project
+
+http://www.gnu.org/licenses/lgpl.html
+
+
+Commercial License
+------------------------------------------------------------------------------------------
+If you are using this library for commercial purposes, we encourage you to purchase
+a commercial license. Please visit http://extjs.com/license for more details.
+
+
+OEM / Reseller License
+------------------------------------------------------------------------------------------
+If you plan to distribute Ext in a product that will be packaged or sold as a software
+development library, toolkit or plug-in-based framework ("LIBRARY"), we require that you
+work with us to establish a specific license that is appropriate. Use of the open source
+license in a LIBRARY is not permitted without explicit permission from Ext JS, LLC.
+
+For more details, please visit: http://extjs.com/license.
+
+--
+
+This library is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
\ No newline at end of file
Modified: labs/jbossrules/trunk/drools-jbrms/src/main/webapp/org.drools.brms.JBRMS/js/ext/resources/resources.jsb
===================================================================
--- labs/jbossrules/trunk/drools-jbrms/src/main/webapp/org.drools.brms.JBRMS/js/ext/resources/resources.jsb 2008-02-21 03:20:58 UTC (rev 18538)
+++ labs/jbossrules/trunk/drools-jbrms/src/main/webapp/org.drools.brms.JBRMS/js/ext/resources/resources.jsb 2008-02-21 05:02:52 UTC (rev 18539)
@@ -1,689 +1,689 @@
-<?xml version="1.0" encoding="utf-8"?>
-<project path="" name="Ext - Resources" author="Ext JS, LLC" version="2.0.1" copyright="Ext JS Library $version
Copyright(c) 2006-2008, $author.
licensing at extjs.com

http://extjs.com/license" output="C:\apps\www\deploy\ext-2.0.1\resources" source="true" source-dir="$output" minify="False" min-dir="$output\build" doc="False" doc-dir="$output\docs" master="true" master-file="$output\yui-ext.js" zip="true" zip-file="$output\yuo-ext.$version.zip">
- <directory name="" />
- <target name="All css" file="$output\css\ext-all.css" debug="True" shorthand="False" shorthand-list="YAHOO.util.Dom.setStyle
YAHOO.util.Dom.getStyle
YAHOO.util.Dom.getRegion
YAHOO.util.Dom.getViewportHeight
YAHOO.util.Dom.getViewportWidth
YAHOO.util.Dom.get
YAHOO.util.Dom.getXY
YAHOO.util.Dom.setXY
YAHOO.util.CustomEvent
YAHOO.util.Event.addListener
YAHOO.util.Event.getEvent
YAHOO.util.Event.getTarget
YAHOO.util.Event.preventDefault
YAHOO.util.Event.stopEvent
YAHOO.util.Event.stopPropagation
YAHOO.util.Event.stopEvent
YAHOO.util.Anim
YAHOO.util.Motion
YAHOO.util.Connect.asyncRequest
YAHOO.util.Connect.setForm
YAHOO.util.Dom
YAHOO.util.Event">
- <include name="css\reset.css" />
- <include name="css\core.css" />
- <include name="css\tabs.css" />
- <include name="css\form.css" />
- <include name="css\button.css" />
- <include name="css\toolbar.css" />
- <include name="css\resizable.css" />
- <include name="css\grid.css" />
- <include name="css\dd.css" />
- <include name="css\tree.css" />
- <include name="css\date-picker.css" />
- <include name="css\qtips.css" />
- <include name="css\menu.css" />
- <include name="css\box.css" />
- <include name="css\debug.css" />
- <include name="css\combo.css" />
- <include name="css\panel.css" />
- <include name="css\window.css" />
- <include name="css\editor.css" />
- <include name="css\borders.css" />
- <include name="css\layout.css" />
- <include name="css\progress.css" />
- <include name="css\dialog.css" />
- </target>
- <file name="images\basic-dialog\gray\close.gif" path="images\basic-dialog\gray" />
- <file name="images\basic-dialog\gray\dlg-bg.gif" path="images\basic-dialog\gray" />
- <file name="images\basic-dialog\gray\e-handle.gif" path="images\basic-dialog\gray" />
- <file name="images\basic-dialog\gray\hd-sprite.gif" path="images\basic-dialog\gray" />
- <file name="images\basic-dialog\gray\s-handle.gif" path="images\basic-dialog\gray" />
- <file name="images\basic-dialog\gray\se-handle.gif" path="images\basic-dialog\gray" />
- <file name="images\basic-dialog\btn-sprite.gif" path="images\basic-dialog" />
- <file name="images\basic-dialog\close.gif" path="images\basic-dialog" />
- <file name="images\basic-dialog\e-handle.gif" path="images\basic-dialog" />
- <file name="images\basic-dialog\hd-sprite.gif" path="images\basic-dialog" />
- <file name="images\basic-dialog\s-handle.gif" path="images\basic-dialog" />
- <file name="images\basic-dialog\se-handle.gif" path="images\basic-dialog" />
- <file name="images\grid\arrow-left-white.gif" path="images\grid" />
- <file name="images\grid\arrow-right-white.gif" path="images\grid" />
- <file name="images\grid\done.gif" path="images\grid" />
- <file name="images\grid\drop-no.gif" path="images\grid" />
- <file name="images\grid\drop-yes.gif" path="images\grid" />
- <file name="images\grid\footer-bg.gif" path="images\grid" />
- <file name="images\grid\grid-blue-hd.gif" path="images\grid" />
- <file name="images\grid\grid-blue-split.gif" path="images\grid" />
- <file name="images\grid\grid-loading.gif" path="images\grid" />
- <file name="images\grid\grid-split.gif" path="images\grid" />
- <file name="images\grid\grid-vista-hd.gif" path="images\grid" />
- <file name="images\grid\invalid_line.gif" path="images\grid" />
- <file name="images\grid\loading.gif" path="images\grid" />
- <file name="images\grid\mso-hd.gif" path="images\grid" />
- <file name="images\grid\nowait.gif" path="images\grid" />
- <file name="images\grid\page-first-disabled.gif" path="images\grid" />
- <file name="images\grid\page-first.gif" path="images\grid" />
- <file name="images\grid\page-last-disabled.gif" path="images\grid" />
- <file name="images\grid\page-last.gif" path="images\grid" />
- <file name="images\grid\page-next-disabled.gif" path="images\grid" />
- <file name="images\grid\page-next.gif" path="images\grid" />
- <file name="images\grid\page-prev-disabled.gif" path="images\grid" />
- <file name="images\grid\page-prev.gif" path="images\grid" />
- <file name="images\grid\pick-button.gif" path="images\grid" />
- <file name="images\grid\refresh.gif" path="images\grid" />
- <file name="images\grid\sort_asc.gif" path="images\grid" />
- <file name="images\grid\sort_desc.gif" path="images\grid" />
- <file name="images\grid\wait.gif" path="images\grid" />
- <file name="images\layout\gray\collapse.gif" path="images\layout\gray" />
- <file name="images\layout\gray\expand.gif" path="images\layout\gray" />
- <file name="images\layout\gray\gradient-bg.gif" path="images\layout\gray" />
- <file name="images\layout\gray\ns-collapse.gif" path="images\layout\gray" />
- <file name="images\layout\gray\ns-expand.gif" path="images\layout\gray" />
- <file name="images\layout\gray\panel-close.gif" path="images\layout\gray" />
- <file name="images\layout\gray\panel-title-bg.gif" path="images\layout\gray" />
- <file name="images\layout\gray\panel-title-light-bg.gif" path="images\layout\gray" />
- <file name="images\layout\gray\screenshot.gif" path="images\layout\gray" />
- <file name="images\layout\gray\tab-close-on.gif" path="images\layout\gray" />
- <file name="images\layout\gray\tab-close.gif" path="images\layout\gray" />
- <file name="images\layout\collapse.gif" path="images\layout" />
- <file name="images\layout\expand.gif" path="images\layout" />
- <file name="images\layout\gradient-bg.gif" path="images\layout" />
- <file name="images\layout\ns-collapse.gif" path="images\layout" />
- <file name="images\layout\ns-expand.gif" path="images\layout" />
- <file name="images\layout\panel-close.gif" path="images\layout" />
- <file name="images\layout\panel-title-bg.gif" path="images\layout" />
- <file name="images\layout\panel-title-light-bg.gif" path="images\layout" />
- <file name="images\layout\tab-close-on.gif" path="images\layout" />
- <file name="images\layout\tab-close.gif" path="images\layout" />
- <file name="images\sizer\gray\e-handle-dark.gif" path="images\sizer\gray" />
- <file name="images\sizer\gray\e-handle.gif" path="images\sizer\gray" />
- <file name="images\sizer\gray\ne-handle-dark.gif" path="images\sizer\gray" />
- <file name="images\sizer\gray\ne-handle.gif" path="images\sizer\gray" />
- <file name="images\sizer\gray\nw-handle-dark.gif" path="images\sizer\gray" />
- <file name="images\sizer\gray\nw-handle.gif" path="images\sizer\gray" />
- <file name="images\sizer\gray\s-handle-dark.gif" path="images\sizer\gray" />
- <file name="images\sizer\gray\s-handle.gif" path="images\sizer\gray" />
- <file name="images\sizer\gray\se-handle-dark.gif" path="images\sizer\gray" />
- <file name="images\sizer\gray\se-handle.gif" path="images\sizer\gray" />
- <file name="images\sizer\gray\sw-handle-dark.gif" path="images\sizer\gray" />
- <file name="images\sizer\gray\sw-handle.gif" path="images\sizer\gray" />
- <file name="images\sizer\e-handle-dark.gif" path="images\sizer" />
- <file name="images\sizer\e-handle.gif" path="images\sizer" />
- <file name="images\sizer\ne-handle-dark.gif" path="images\sizer" />
- <file name="images\sizer\ne-handle.gif" path="images\sizer" />
- <file name="images\sizer\nw-handle-dark.gif" path="images\sizer" />
- <file name="images\sizer\nw-handle.gif" path="images\sizer" />
- <file name="images\sizer\s-handle-dark.gif" path="images\sizer" />
- <file name="images\sizer\s-handle.gif" path="images\sizer" />
- <file name="images\sizer\se-handle-dark.gif" path="images\sizer" />
- <file name="images\sizer\se-handle.gif" path="images\sizer" />
- <file name="images\sizer\square.gif" path="images\sizer" />
- <file name="images\sizer\sw-handle-dark.gif" path="images\sizer" />
- <file name="images\sizer\sw-handle.gif" path="images\sizer" />
- <file name="images\tabs\gray\tab-btm-inactive-left-bg.gif" path="images\tabs\gray" />
- <file name="images\tabs\gray\tab-btm-inactive-right-bg.gif" path="images\tabs\gray" />
- <file name="images\tabs\gray\tab-btm-left-bg.gif" path="images\tabs\gray" />
- <file name="images\tabs\gray\tab-btm-right-bg.gif" path="images\tabs\gray" />
- <file name="images\tabs\gray\tab-sprite.gif" path="images\tabs\gray" />
- <file name="images\tabs\tab-btm-inactive-left-bg.gif" path="images\tabs" />
- <file name="images\tabs\tab-btm-inactive-right-bg.gif" path="images\tabs" />
- <file name="images\tabs\tab-btm-left-bg.gif" path="images\tabs" />
- <file name="images\tabs\tab-btm-right-bg.gif" path="images\tabs" />
- <file name="images\tabs\tab-sprite.gif" path="images\tabs" />
- <file name="images\toolbar\gray-bg.gif" path="images\toolbar" />
- <file name="images\gradient-bg.gif" path="images" />
- <file name="images\s.gif" path="images" />
- <file name="images\toolbar\btn-over-bg.gif" path="images\toolbar" />
- <file name="images\dd\drop-add.gif" path="images\dd" />
- <file name="images\dd\drop-no.gif" path="images\dd" />
- <file name="images\dd\drop-yes.gif" path="images\dd" />
- <file name="images\qtip\bg.gif" path="images\qtip" />
- <file name="images\tree\drop-add.gif" path="images\tree" />
- <file name="images\tree\drop-between.gif" path="images\tree" />
- <file name="images\tree\drop-no.gif" path="images\tree" />
- <file name="images\tree\drop-over.gif" path="images\tree" />
- <file name="images\tree\drop-under.gif" path="images\tree" />
- <file name="images\tree\drop-yes.gif" path="images\tree" />
- <file name="images\tree\elbow-end-minus-nl.gif" path="images\tree" />
- <file name="images\tree\elbow-end-minus.gif" path="images\tree" />
- <file name="images\tree\elbow-end-plus-nl.gif" path="images\tree" />
- <file name="images\tree\elbow-end-plus.gif" path="images\tree" />
- <file name="images\tree\elbow-end.gif" path="images\tree" />
- <file name="images\tree\elbow-line.gif" path="images\tree" />
- <file name="images\tree\elbow-minus-nl.gif" path="images\tree" />
- <file name="images\tree\elbow-minus.gif" path="images\tree" />
- <file name="images\tree\elbow-plus-nl.gif" path="images\tree" />
- <file name="images\tree\elbow-plus.gif" path="images\tree" />
- <file name="images\tree\elbow.gif" path="images\tree" />
- <file name="images\tree\folder-open.gif" path="images\tree" />
- <file name="images\tree\folder.gif" path="images\tree" />
- <file name="images\tree\leaf.gif" path="images\tree" />
- <file name="images\tree\s.gif" path="images\tree" />
- <file name="images\qtip\gray\bg.gif" path="images\qtip\gray" />
- <file name="css\aero.css" path="css" />
- <file name="images\grid\grid-hrow.gif" path="images\grid" />
- <file name="images\aero\toolbar\gray-bg.gif" path="images\aero\toolbar" />
- <file name="css\basic-dialog.css" path="css" />
- <file name="css\button.css" path="css" />
- <file name="css\core.css" path="css" />
- <file name="css\dd.css" path="css" />
- <file name="css\grid.css" path="css" />
- <file name="css\inline-editor.css" path="css" />
- <file name="css\layout.css" path="css" />
- <file name="css\qtips.css" path="css" />
- <file name="css\reset-min.css" path="css" />
- <file name="css\resizable.css" path="css" />
- <file name="css\tabs.css" path="css" />
- <file name="css\toolbar.css" path="css" />
- <file name="css\tree.css" path="css" />
- <file name="css\ytheme-aero.css" path="css" />
- <file name="css\ytheme-gray.css" path="css" />
- <file name="css\ytheme-vista.css" path="css" />
- <file name="images\aero\basic-dialog\aero-close-over.gif" path="images\aero\basic-dialog" />
- <file name="images\aero\basic-dialog\aero-close.gif" path="images\aero\basic-dialog" />
- <file name="images\aero\basic-dialog\bg-center.gif" path="images\aero\basic-dialog" />
- <file name="images\aero\basic-dialog\bg-left.gif" path="images\aero\basic-dialog" />
- <file name="images\aero\basic-dialog\bg-right.gif" path="images\aero\basic-dialog" />
- <file name="images\aero\basic-dialog\close.gif" path="images\aero\basic-dialog" />
- <file name="images\aero\basic-dialog\dlg-bg.gif" path="images\aero\basic-dialog" />
- <file name="images\aero\basic-dialog\e-handle.gif" path="images\aero\basic-dialog" />
- <file name="images\aero\basic-dialog\hd-sprite.gif" path="images\aero\basic-dialog" />
- <file name="images\aero\basic-dialog\s-handle.gif" path="images\aero\basic-dialog" />
- <file name="images\aero\basic-dialog\se-handle.gif" path="images\aero\basic-dialog" />
- <file name="images\aero\basic-dialog\w-handle.gif" path="images\aero\basic-dialog" />
- <file name="images\aero\grid\grid-blue-split.gif" path="images\aero\grid" />
- <file name="images\aero\grid\grid-hrow.gif" path="images\aero\grid" />
- <file name="images\aero\grid\grid-split.gif" path="images\aero\grid" />
- <file name="images\aero\grid\grid-vista-hd.gif" path="images\aero\grid" />
- <file name="images\aero\grid\sort-col-bg.gif" path="images\aero\grid" />
- <file name="images\aero\grid\sort_asc.gif" path="images\aero\grid" />
- <file name="images\aero\grid\sort_desc.gif" path="images\aero\grid" />
- <file name="images\aero\layout\collapse.gif" path="images\aero\layout" />
- <file name="images\aero\layout\expand.gif" path="images\aero\layout" />
- <file name="images\aero\layout\gradient-bg.gif" path="images\aero\layout" />
- <file name="images\aero\layout\ns-collapse.gif" path="images\aero\layout" />
- <file name="images\aero\layout\ns-expand.gif" path="images\aero\layout" />
- <file name="images\aero\layout\panel-close.gif" path="images\aero\layout" />
- <file name="images\aero\layout\panel-title-bg.gif" path="images\aero\layout" />
- <file name="images\aero\layout\panel-title-light-bg.gif" path="images\aero\layout" />
- <file name="images\aero\layout\tab-close-on.gif" path="images\aero\layout" />
- <file name="images\aero\layout\tab-close.gif" path="images\aero\layout" />
- <file name="images\aero\qtip\bg.gif" path="images\aero\qtip" />
- <file name="images\aero\sizer\e-handle-dark.gif" path="images\aero\sizer" />
- <file name="images\aero\sizer\e-handle.gif" path="images\aero\sizer" />
- <file name="images\aero\sizer\ne-handle-dark.gif" path="images\aero\sizer" />
- <file name="images\aero\sizer\ne-handle.gif" path="images\aero\sizer" />
- <file name="images\aero\sizer\nw-handle-dark.gif" path="images\aero\sizer" />
- <file name="images\aero\sizer\nw-handle.gif" path="images\aero\sizer" />
- <file name="images\aero\sizer\s-handle-dark.gif" path="images\aero\sizer" />
- <file name="images\aero\sizer\s-handle.gif" path="images\aero\sizer" />
- <file name="images\aero\sizer\se-handle-dark.gif" path="images\aero\sizer" />
- <file name="images\aero\sizer\se-handle.gif" path="images\aero\sizer" />
- <file name="images\aero\sizer\sw-handle-dark.gif" path="images\aero\sizer" />
- <file name="images\aero\sizer\sw-handle.gif" path="images\aero\sizer" />
- <file name="images\aero\tabs\tab-btm-inactive-left-bg.gif" path="images\aero\tabs" />
- <file name="images\aero\tabs\tab-btm-inactive-right-bg.gif" path="images\aero\tabs" />
- <file name="images\aero\tabs\tab-btm-left-bg.gif" path="images\aero\tabs" />
- <file name="images\aero\tabs\tab-btm-right-bg.gif" path="images\aero\tabs" />
- <file name="images\aero\tabs\tab-sprite.gif" path="images\aero\tabs" />
- <file name="images\aero\tabs\tab-strip-bg.gif" path="images\aero\tabs" />
- <file name="images\aero\tabs\tab-strip-bg.png" path="images\aero\tabs" />
- <file name="images\aero\tabs\tab-strip-btm-bg.gif" path="images\aero\tabs" />
- <file name="images\aero\toolbar\bg.gif" path="images\aero\toolbar" />
- <file name="images\aero\gradient-bg.gif" path="images\aero" />
- <file name="images\aero\s.gif" path="images\aero" />
- <file name="images\default\basic-dialog\btn-sprite.gif" path="images\default\basic-dialog" />
- <file name="images\default\basic-dialog\close.gif" path="images\default\basic-dialog" />
- <file name="images\default\basic-dialog\e-handle.gif" path="images\default\basic-dialog" />
- <file name="images\default\basic-dialog\hd-sprite.gif" path="images\default\basic-dialog" />
- <file name="images\default\basic-dialog\progress.gif" path="images\default\basic-dialog" />
- <file name="images\default\basic-dialog\progress2.gif" path="images\default\basic-dialog" />
- <file name="images\default\basic-dialog\s-handle.gif" path="images\default\basic-dialog" />
- <file name="images\default\basic-dialog\se-handle.gif" path="images\default\basic-dialog" />
- <file name="images\default\dd\drop-add.gif" path="images\default\dd" />
- <file name="images\default\dd\drop-no.gif" path="images\default\dd" />
- <file name="images\default\dd\drop-yes.gif" path="images\default\dd" />
- <file name="images\default\grid\arrow-left-white.gif" path="images\default\grid" />
- <file name="images\default\grid\arrow-right-white.gif" path="images\default\grid" />
- <file name="images\default\grid\done.gif" path="images\default\grid" />
- <file name="images\default\grid\drop-no.gif" path="images\default\grid" />
- <file name="images\default\grid\drop-yes.gif" path="images\default\grid" />
- <file name="images\default\grid\footer-bg.gif" path="images\default\grid" />
- <file name="images\default\grid\grid-blue-hd.gif" path="images\default\grid" />
- <file name="images\default\grid\grid-blue-split.gif" path="images\default\grid" />
- <file name="images\default\grid\grid-hrow.gif" path="images\default\grid" />
- <file name="images\default\grid\grid-loading.gif" path="images\default\grid" />
- <file name="images\default\grid\grid-split.gif" path="images\default\grid" />
- <file name="images\default\grid\grid-vista-hd.gif" path="images\default\grid" />
- <file name="images\default\grid\invalid_line.gif" path="images\default\grid" />
- <file name="images\default\grid\loading.gif" path="images\default\grid" />
- <file name="images\default\grid\mso-hd.gif" path="images\default\grid" />
- <file name="images\default\grid\nowait.gif" path="images\default\grid" />
- <file name="images\default\grid\page-first-disabled.gif" path="images\default\grid" />
- <file name="images\default\grid\page-first.gif" path="images\default\grid" />
- <file name="images\default\grid\page-last-disabled.gif" path="images\default\grid" />
- <file name="images\default\grid\page-last.gif" path="images\default\grid" />
- <file name="images\default\grid\page-next-disabled.gif" path="images\default\grid" />
- <file name="images\default\grid\page-next.gif" path="images\default\grid" />
- <file name="images\default\grid\page-prev-disabled.gif" path="images\default\grid" />
- <file name="images\default\grid\page-prev.gif" path="images\default\grid" />
- <file name="images\default\grid\pick-button.gif" path="images\default\grid" />
- <file name="images\default\grid\refresh.gif" path="images\default\grid" />
- <file name="images\default\grid\sort_asc.gif" path="images\default\grid" />
- <file name="images\default\grid\sort_desc.gif" path="images\default\grid" />
- <file name="images\default\grid\wait.gif" path="images\default\grid" />
- <file name="images\default\layout\collapse.gif" path="images\default\layout" />
- <file name="images\default\layout\expand.gif" path="images\default\layout" />
- <file name="images\default\layout\gradient-bg.gif" path="images\default\layout" />
- <file name="images\default\layout\ns-collapse.gif" path="images\default\layout" />
- <file name="images\default\layout\ns-expand.gif" path="images\default\layout" />
- <file name="images\default\layout\panel-close.gif" path="images\default\layout" />
- <file name="images\default\layout\panel-title-bg.gif" path="images\default\layout" />
- <file name="images\default\layout\panel-title-light-bg.gif" path="images\default\layout" />
- <file name="images\default\layout\tab-close-on.gif" path="images\default\layout" />
- <file name="images\default\layout\tab-close.gif" path="images\default\layout" />
- <file name="images\default\qtip\bg.gif" path="images\default\qtip" />
- <file name="images\default\sizer\e-handle-dark.gif" path="images\default\sizer" />
- <file name="images\default\sizer\e-handle.gif" path="images\default\sizer" />
- <file name="images\default\sizer\ne-handle-dark.gif" path="images\default\sizer" />
- <file name="images\default\sizer\ne-handle.gif" path="images\default\sizer" />
- <file name="images\default\sizer\nw-handle-dark.gif" path="images\default\sizer" />
- <file name="images\default\sizer\nw-handle.gif" path="images\default\sizer" />
- <file name="images\default\sizer\s-handle-dark.gif" path="images\default\sizer" />
- <file name="images\default\sizer\s-handle.gif" path="images\default\sizer" />
- <file name="images\default\sizer\se-handle-dark.gif" path="images\default\sizer" />
- <file name="images\default\sizer\se-handle.gif" path="images\default\sizer" />
- <file name="images\default\sizer\square.gif" path="images\default\sizer" />
- <file name="images\default\sizer\sw-handle-dark.gif" path="images\default\sizer" />
- <file name="images\default\sizer\sw-handle.gif" path="images\default\sizer" />
- <file name="images\default\tabs\tab-btm-inactive-left-bg.gif" path="images\default\tabs" />
- <file name="images\default\tabs\tab-btm-inactive-right-bg.gif" path="images\default\tabs" />
- <file name="images\default\tabs\tab-btm-left-bg.gif" path="images\default\tabs" />
- <file name="images\default\tabs\tab-btm-right-bg.gif" path="images\default\tabs" />
- <file name="images\default\tabs\tab-sprite.gif" path="images\default\tabs" />
- <file name="images\default\toolbar\btn-over-bg.gif" path="images\default\toolbar" />
- <file name="images\default\toolbar\gray-bg.gif" path="images\default\toolbar" />
- <file name="images\default\tree\drop-add.gif" path="images\default\tree" />
- <file name="images\default\tree\drop-between.gif" path="images\default\tree" />
- <file name="images\default\tree\drop-no.gif" path="images\default\tree" />
- <file name="images\default\tree\drop-over.gif" path="images\default\tree" />
- <file name="images\default\tree\drop-under.gif" path="images\default\tree" />
- <file name="images\default\tree\drop-yes.gif" path="images\default\tree" />
- <file name="images\default\tree\elbow-end-minus-nl.gif" path="images\default\tree" />
- <file name="images\default\tree\elbow-end-minus.gif" path="images\default\tree" />
- <file name="images\default\tree\elbow-end-plus-nl.gif" path="images\default\tree" />
- <file name="images\default\tree\elbow-end-plus.gif" path="images\default\tree" />
- <file name="images\default\tree\elbow-end.gif" path="images\default\tree" />
- <file name="images\default\tree\elbow-line.gif" path="images\default\tree" />
- <file name="images\default\tree\elbow-minus-nl.gif" path="images\default\tree" />
- <file name="images\default\tree\elbow-minus.gif" path="images\default\tree" />
- <file name="images\default\tree\elbow-plus-nl.gif" path="images\default\tree" />
- <file name="images\default\tree\elbow-plus.gif" path="images\default\tree" />
- <file name="images\default\tree\elbow.gif" path="images\default\tree" />
- <file name="images\default\tree\folder-open.gif" path="images\default\tree" />
- <file name="images\default\tree\folder.gif" path="images\default\tree" />
- <file name="images\default\tree\leaf.gif" path="images\default\tree" />
- <file name="images\default\tree\loading.gif" path="images\default\tree" />
- <file name="images\default\tree\s.gif" path="images\default\tree" />
- <file name="images\default\gradient-bg.gif" path="images\default" />
- <file name="images\default\s.gif" path="images\default" />
- <file name="images\gray\basic-dialog\close.gif" path="images\gray\basic-dialog" />
- <file name="images\gray\basic-dialog\dlg-bg.gif" path="images\gray\basic-dialog" />
- <file name="images\gray\basic-dialog\e-handle.gif" path="images\gray\basic-dialog" />
- <file name="images\gray\basic-dialog\hd-sprite.gif" path="images\gray\basic-dialog" />
- <file name="images\gray\basic-dialog\s-handle.gif" path="images\gray\basic-dialog" />
- <file name="images\gray\basic-dialog\se-handle.gif" path="images\gray\basic-dialog" />
- <file name="images\gray\layout\collapse.gif" path="images\gray\layout" />
- <file name="images\gray\layout\expand.gif" path="images\gray\layout" />
- <file name="images\gray\layout\gradient-bg.gif" path="images\gray\layout" />
- <file name="images\gray\layout\ns-collapse.gif" path="images\gray\layout" />
- <file name="images\gray\layout\ns-expand.gif" path="images\gray\layout" />
- <file name="images\gray\layout\panel-close.gif" path="images\gray\layout" />
- <file name="images\gray\layout\panel-title-bg.gif" path="images\gray\layout" />
- <file name="images\gray\layout\panel-title-light-bg.gif" path="images\gray\layout" />
- <file name="images\gray\layout\tab-close-on.gif" path="images\gray\layout" />
- <file name="images\gray\layout\tab-close.gif" path="images\gray\layout" />
- <file name="images\gray\qtip\bg.gif" path="images\gray\qtip" />
- <file name="images\gray\sizer\e-handle-dark.gif" path="images\gray\sizer" />
- <file name="images\gray\sizer\e-handle.gif" path="images\gray\sizer" />
- <file name="images\gray\sizer\ne-handle-dark.gif" path="images\gray\sizer" />
- <file name="images\gray\sizer\ne-handle.gif" path="images\gray\sizer" />
- <file name="images\gray\sizer\nw-handle-dark.gif" path="images\gray\sizer" />
- <file name="images\gray\sizer\nw-handle.gif" path="images\gray\sizer" />
- <file name="images\gray\sizer\s-handle-dark.gif" path="images\gray\sizer" />
- <file name="images\gray\sizer\s-handle.gif" path="images\gray\sizer" />
- <file name="images\gray\sizer\se-handle-dark.gif" path="images\gray\sizer" />
- <file name="images\gray\sizer\se-handle.gif" path="images\gray\sizer" />
- <file name="images\gray\sizer\sw-handle-dark.gif" path="images\gray\sizer" />
- <file name="images\gray\sizer\sw-handle.gif" path="images\gray\sizer" />
- <file name="images\gray\tabs\tab-btm-inactive-left-bg.gif" path="images\gray\tabs" />
- <file name="images\gray\tabs\tab-btm-inactive-right-bg.gif" path="images\gray\tabs" />
- <file name="images\gray\tabs\tab-btm-left-bg.gif" path="images\gray\tabs" />
- <file name="images\gray\tabs\tab-btm-right-bg.gif" path="images\gray\tabs" />
- <file name="images\gray\tabs\tab-sprite.gif" path="images\gray\tabs" />
- <file name="images\gray\toolbar\gray-bg.gif" path="images\gray\toolbar" />
- <file name="images\gray\gradient-bg.gif" path="images\gray" />
- <file name="images\gray\s.gif" path="images\gray" />
- <file name="images\vista\basic-dialog\bg-center.gif" path="images\vista\basic-dialog" />
- <file name="images\vista\basic-dialog\bg-left.gif" path="images\vista\basic-dialog" />
- <file name="images\vista\basic-dialog\bg-right.gif" path="images\vista\basic-dialog" />
- <file name="images\vista\basic-dialog\close.gif" path="images\vista\basic-dialog" />
- <file name="images\vista\basic-dialog\dlg-bg.gif" path="images\vista\basic-dialog" />
- <file name="images\vista\basic-dialog\e-handle.gif" path="images\vista\basic-dialog" />
- <file name="images\vista\basic-dialog\hd-sprite.gif" path="images\vista\basic-dialog" />
- <file name="images\vista\basic-dialog\s-handle.gif" path="images\vista\basic-dialog" />
- <file name="images\vista\basic-dialog\se-handle.gif" path="images\vista\basic-dialog" />
- <file name="images\vista\basic-dialog\w-handle.gif" path="images\vista\basic-dialog" />
- <file name="images\vista\grid\grid-split.gif" path="images\vista\grid" />
- <file name="images\vista\grid\grid-vista-hd.gif" path="images\vista\grid" />
- <file name="images\vista\layout\collapse.gif" path="images\vista\layout" />
- <file name="images\vista\layout\expand.gif" path="images\vista\layout" />
- <file name="images\vista\layout\gradient-bg.gif" path="images\vista\layout" />
- <file name="images\vista\layout\ns-collapse.gif" path="images\vista\layout" />
- <file name="images\vista\layout\ns-expand.gif" path="images\vista\layout" />
- <file name="images\vista\layout\panel-close.gif" path="images\vista\layout" />
- <file name="images\vista\layout\panel-title-bg.gif" path="images\vista\layout" />
- <file name="images\vista\layout\panel-title-light-bg.gif" path="images\vista\layout" />
- <file name="images\vista\layout\tab-close-on.gif" path="images\vista\layout" />
- <file name="images\vista\layout\tab-close.gif" path="images\vista\layout" />
- <file name="images\vista\qtip\bg.gif" path="images\vista\qtip" />
- <file name="images\vista\sizer\e-handle-dark.gif" path="images\vista\sizer" />
- <file name="images\vista\sizer\e-handle.gif" path="images\vista\sizer" />
- <file name="images\vista\sizer\ne-handle-dark.gif" path="images\vista\sizer" />
- <file name="images\vista\sizer\ne-handle.gif" path="images\vista\sizer" />
- <file name="images\vista\sizer\nw-handle-dark.gif" path="images\vista\sizer" />
- <file name="images\vista\sizer\nw-handle.gif" path="images\vista\sizer" />
- <file name="images\vista\sizer\s-handle-dark.gif" path="images\vista\sizer" />
- <file name="images\vista\sizer\s-handle.gif" path="images\vista\sizer" />
- <file name="images\vista\sizer\se-handle-dark.gif" path="images\vista\sizer" />
- <file name="images\vista\sizer\se-handle.gif" path="images\vista\sizer" />
- <file name="images\vista\sizer\sw-handle-dark.gif" path="images\vista\sizer" />
- <file name="images\vista\sizer\sw-handle.gif" path="images\vista\sizer" />
- <file name="images\vista\tabs\tab-btm-inactive-left-bg.gif" path="images\vista\tabs" />
- <file name="images\vista\tabs\tab-btm-inactive-right-bg.gif" path="images\vista\tabs" />
- <file name="images\vista\tabs\tab-btm-left-bg.gif" path="images\vista\tabs" />
- <file name="images\vista\tabs\tab-btm-right-bg.gif" path="images\vista\tabs" />
- <file name="images\vista\tabs\tab-sprite.gif" path="images\vista\tabs" />
- <file name="images\vista\toolbar\gray-bg.gif" path="images\vista\toolbar" />
- <file name="images\vista\gradient-bg.gif" path="images\vista" />
- <file name="images\vista\s.gif" path="images\vista" />
- <file name="images\default\grid\col-move.gif" path="images\default\grid" />
- <file name="images\default\grid\col-move-bottom.gif" path="images\default\grid" />
- <file name="images\default\grid\col-move-top.gif" path="images\default\grid" />
- <file name="images\default\basic-dialog\btn-arrow.gif" path="images\default\basic-dialog" />
- <file name="images\default\toolbar\tb-btn-sprite.gif" path="images\default\toolbar" />
- <file name="images\aero\toolbar\tb-btn-sprite.gif" path="images\aero\toolbar" />
- <file name="images\vista\toolbar\tb-btn-sprite.gif" path="images\vista\toolbar" />
- <file name="images\default\toolbar\btn-arrow.gif" path="images\default\toolbar" />
- <file name="images\default\menu\menu.gif" path="images\default\menu" />
- <file name="images\default\menu\unchecked.gif" path="images\default\menu" />
- <file name="images\default\menu\checked.gif" path="images\default\menu" />
- <file name="images\default\menu\menu-parent.gif" path="images\default\menu" />
- <file name="images\default\menu\group-checked.gif" path="images\default\menu" />
- <file name="css\menu.css" path="css" />
- <file name="css\grid2.css" path="css" />
- <file name="css\README.txt" path="css" />
- <file name="images\default\grid\hmenu-asc.gif" path="images\default\grid" />
- <file name="images\default\grid\hmenu-desc.gif" path="images\default\grid" />
- <file name="images\default\grid\hmenu-lock.png" path="images\default\grid" />
- <file name="images\default\grid\hmenu-unlock.png" path="images\default\grid" />
- <file name="images\default\grid\Thumbs.db" path="images\default\grid" />
- <file name="images\default\menu\shadow-lite.png" path="images\default\menu" />
- <file name="images\default\menu\shadow.png" path="images\default\menu" />
- <file name="license.txt" path="" />
- <file name="css\date-picker.css" path="css" />
- <file name="images\default\basic-dialog\collapse.gif" path="images\default\basic-dialog" />
- <file name="images\default\basic-dialog\expand.gif" path="images\default\basic-dialog" />
- <file name="images\aero\basic-dialog\collapse.gif" path="images\aero\basic-dialog" />
- <file name="images\aero\basic-dialog\collapse-over.gif" path="images\aero\basic-dialog" />
- <file name="images\aero\basic-dialog\expand.gif" path="images\aero\basic-dialog" />
- <file name="images\aero\basic-dialog\expand-over.gif" path="images\aero\basic-dialog" />
- <file name="images\gray\basic-dialog\collapse.gif" path="images\gray\basic-dialog" />
- <file name="images\gray\basic-dialog\expand.gif" path="images\gray\basic-dialog" />
- <file name="images\vista\basic-dialog\collapse.gif" path="images\vista\basic-dialog" />
- <file name="images\vista\basic-dialog\expand.gif" path="images\vista\basic-dialog" />
- <file name="css\.DS_Store" path="css" />
- <file name="images\default\grid\.DS_Store" path="images\default\grid" />
- <file name="images\default\toolbar\btn-arrow-light.gif" path="images\default\toolbar" />
- <file name="images\default\.DS_Store" path="images\default" />
- <file name="images\default\shared\left-btn.gif" path="images\default\shared" />
- <file name="images\default\shared\right-btn.gif" path="images\default\shared" />
- <file name="images\default\shared\calendar.gif" path="images\default\shared" />
- <file name="css\form.css" path="css" />
- <file name="images\aero\grid\pspbrwse.jbf" path="images\aero\grid" />
- <file name="images\default\bg.png" path="images\default" />
- <file name="images\default\shadow.png" path="images\default" />
- <file name="images\default\shadow-lr.png" path="images\default" />
- <file name="images\.DS_Store" path="images" />
- <file name=".DS_Store" path="" />
- <file name="yui-ext-resources.jsb" path="" />
- <file name="resources.jsb" path="" />
- <file name="css\box.css" path="css" />
- <file name="images\default\box\.DS_Store" path="images\default\box" />
- <file name="images\default\box\corners-blue.gif" path="images\default\box" />
- <file name="images\default\box\corners.gif" path="images\default\box" />
- <file name="images\default\box\l-blue.gif" path="images\default\box" />
- <file name="images\default\box\l.gif" path="images\default\box" />
- <file name="images\default\box\r-blue.gif" path="images\default\box" />
- <file name="images\default\box\r.gif" path="images\default\box" />
- <file name="images\default\box\tb-blue.gif" path="images\default\box" />
- <file name="images\default\box\tb.gif" path="images\default\box" />
- <file name="images\gray\menu\checked.gif" path="images\gray\menu" />
- <file name="images\gray\menu\group-checked.gif" path="images\gray\menu" />
- <file name="images\gray\menu\menu-parent.gif" path="images\gray\menu" />
- <file name="images\gray\menu\menu.gif" path="images\gray\menu" />
- <file name="images\gray\menu\unchecked.gif" path="images\gray\menu" />
- <file name="images\default\layout\stick.gif" path="images\default\layout" />
- <file name="images\default\layout\stuck.gif" path="images\default\layout" />
- <file name="images\gray\layout\stick.gif" path="images\gray\layout" />
- <file name="images\vista\layout\stick.gif" path="images\vista\layout" />
- <file name="images\gray\grid\grid-hrow.gif" path="images\gray\grid" />
- <file name="images\default\toolbar\tb-bg.gif" path="images\default\toolbar" />
- <file name="images\gray\toolbar\tb-btn-sprite.gif" path="images\gray\toolbar" />
- <file name="css\debug.css" path="css" />
- <file name="images\default\form\trigger.gif" path="images\default\form" />
- <file name="css\combo.css" path="css" />
- <file name="images\default\form\date-trigger.gif" path="images\default\form" />
- <file name="images\default\shared\warning.gif" path="images\default\shared" />
- <file name="images\default\grid\dirty.gif" path="images\default\grid" />
- <file name="images\default\grid\hmenu-lock.gif" path="images\default\grid" />
- <file name="images\default\grid\hmenu-unlock.gif" path="images\default\grid" />
- <file name="images\default\form\text-bg.gif" path="images\default\form" />
- <file name="images\default\form\exclamation.png" path="images\default\form" />
- <file name="images\default\form\exclamation.gif" path="images\default\form" />
- <file name="images\default\form\error-tip-bg.gif" path="images\default\form" />
- <file name="images\default\form\error-tip-corners.gif" path="images\default\form" />
- <file name="images\default\qtip\tip-sprite.gif" path="images\default\qtip" />
- <file name="images\default\qtip\close.gif" path="images\default\qtip" />
- <file name="images\gray\qtip\tip-sprite.gif" path="images\gray\qtip" />
- <file name="images\vista\qtip\tip-sprite.gif" path="images\vista\qtip" />
- <file name="images\default\grid\hd-pop.gif" path="images\default\grid" />
- <file name="css\panel.css" path="css" />
- <file name="images\default\panel\panel-sprite.gif" path="images\default\panel" />
- <file name="images\default\panel\panel-blue-sprite.gif" path="images\default\panel" />
- <file name="images\default\panel\toggle-sprite.gif" path="images\default\panel" />
- <file name="images\default\panel\close-sprite.gif" path="images\default\panel" />
- <file name="images\default\window\corners-sprite.gif" path="images\default\window" />
- <file name="images\default\window\left-right.gif" path="images\default\window" />
- <file name="images\default\window\top-bottom.gif" path="images\default\window" />
- <file name="css\window.css" path="css" />
- <file name="images\default\window\corners-sprite.png" path="images\default\window" />
- <file name="images\default\window\corners-sprite.psd" path="images\default\window" />
- <file name="images\default\shadow-c.png" path="images\default" />
- <file name="css\grid3.css" path="css" />
- <file name="css\layout2.css" path="css" />
- <file name="css\tabs2.css" path="css" />
- <file name="images\default\panel\corners-sprite.gif" path="images\default\panel" />
- <file name="images\default\panel\left-right.gif" path="images\default\panel" />
- <file name="images\default\panel\tool-sprite-tpl.gif" path="images\default\panel" />
- <file name="images\default\panel\tool-sprites.gif" path="images\default\panel" />
- <file name="images\default\panel\top-bottom.gif" path="images\default\panel" />
- <file name="images\default\panel\top-bottom.png" path="images\default\panel" />
- <file name="images\default\panel\white-corners-sprite.gif" path="images\default\panel" />
- <file name="images\default\panel\white-left-right.gif" path="images\default\panel" />
- <file name="images\default\panel\white-top-bottom.gif" path="images\default\panel" />
- <file name="images\default\window\left-corners.png" path="images\default\window" />
- <file name="images\default\window\left-corners.psd" path="images\default\window" />
- <file name="images\default\window\left-right.png" path="images\default\window" />
- <file name="images\default\window\left-right.psd" path="images\default\window" />
- <file name="images\default\window\right-corners.png" path="images\default\window" />
- <file name="images\default\window\right-corners.psd" path="images\default\window" />
- <file name="images\default\window\top-bottom.png" path="images\default\window" />
- <file name="images\default\window\top-bottom.psd" path="images\default\window" />
- <file name="images\default\._.DS_Store" path="images\default" />
- <file name="images\._.DS_Store" path="images" />
- <file name="._.DS_Store" path="" />
- <file name="css\editor.css" path="css" />
- <file name="images\default\editor\tb-sprite.gif" path="images\default\editor" />
- <file name="css\borders.css" path="css" />
- <file name="images\default\form\clear-trigger.gif" path="images\default\form" />
- <file name="images\default\form\search-trigger.gif" path="images\default\form" />
- <file name="images\default\form\trigger-tpl.gif" path="images\default\form" />
- <file name="images\default\grid\row-over.gif" path="images\default\grid" />
- <file name="images\default\grid\row-sel.gif" path="images\default\grid" />
- <file name="images\default\grid\grid3-hrow.gif" path="images\default\grid" />
- <file name="images\default\grid\grid3-hrow-over.gif" path="images\default\grid" />
- <file name="images\default\grid\row-collapse.gif" path="images\default\grid" />
- <file name="images\default\grid\row-expand.gif" path="images\default\grid" />
- <file name="images\default\grid\grid3-hd-btn.gif" path="images\default\grid" />
- <file name="images\aero\menu\menu.gif" path="images\aero\menu" />
- <file name="images\aero\menu\item-over.gif" path="images\aero\menu" />
- <file name="images\aero\menu\checked.gif" path="images\aero\menu" />
- <file name="images\aero\menu\unchecked.gif" path="images\aero\menu" />
- <file name="images\default\grid\grid3-expander-b-bg.gif" path="images\default\grid" />
- <file name="images\default\grid\grid3-expander-c-bg.gif" path="images\default\grid" />
- <file name="images\default\grid\grid3-special-col-bg.gif" path="images\default\grid" />
- <file name="images\default\grid\row-expand-sprite.gif" path="images\default\grid" />
- <file name="images\default\grid\row-check-sprite.gif" path="images\default\grid" />
- <file name="images\default\grid\grid3-special-col-sel-bg.gif" path="images\default\grid" />
- <file name="images\default\shared\glass-bg.gif" path="images\default\shared" />
- <file name="legacy\grid.css" path="legacy" />
- <file name="css\xtheme-aero.css" path="css" />
- <file name="css\xtheme-gray.css" path="css" />
- <file name="css\xtheme-vista.css" path="css" />
- <file name="legacy\basic-dialog.css" path="legacy" />
- <file name="images\default\form\clear-trigger.psd" path="images\default\form" />
- <file name="images\default\form\date-trigger.psd" path="images\default\form" />
- <file name="images\default\form\search-trigger.psd" path="images\default\form" />
- <file name="images\default\form\trigger.psd" path="images\default\form" />
- <file name="images\aero\tabs\tab-close.gif" path="images\aero\tabs" />
- <file name="images\default\panel\light-hd.gif" path="images\default\panel" />
- <file name="images\default\panel\tools-sprites-trans.gif" path="images\default\panel" />
- <file name="images\aero\tabs\scroller-bg.gif" path="images\aero\tabs" />
- <file name="images\default\tabs\scroller-bg.gif" path="images\default\tabs" />
- <file name="images\default\grid\group-expand-sprite.gif" path="images\default\grid" />
- <file name="images\default\grid\group-by.gif" path="images\default\grid" />
- <file name="images\default\grid\columns.gif" path="images\default\grid" />
- <file name="css\dialog.css" path="css" />
- <file name="images\default\basic-dialog\icon-error.gif" path="images\default\basic-dialog" />
- <file name="images\default\basic-dialog\icon-info.gif" path="images\default\basic-dialog" />
- <file name="images\default\basic-dialog\icon-question.gif" path="images\default\basic-dialog" />
- <file name="images\default\basic-dialog\icon-warning.gif" path="images\default\basic-dialog" />
- <file name="css\progress.css" path="css" />
- <file name="images\default\widgets\progress-bg.gif" path="images\default\widgets" />
- <file name="images\default\progress\progress-bg.gif" path="images\default\progress" />
- <file name="images\default\layout\mini-bottom.gif" path="images\default\layout" />
- <file name="images\default\layout\mini-left.gif" path="images\default\layout" />
- <file name="images\default\layout\mini-right.gif" path="images\default\layout" />
- <file name="images\default\layout\mini-top.gif" path="images\default\layout" />
- <file name="images\default\shared\blue-loading.gif" path="images\default\shared" />
- <file name="images\default\shared\large-loading.gif" path="images\default\shared" />
- <file name="images\default\menu\item-over.gif" path="images\default\menu" />
- <file name="images\default\tabs\tab-close.gif" path="images\default\tabs" />
- <file name="images\default\tabs\tab-strip-bg.gif" path="images\default\tabs" />
- <file name="images\default\tabs\tab-strip-bg.png" path="images\default\tabs" />
- <file name="images\default\tabs\tab-strip-btm-bg.gif" path="images\default\tabs" />
- <file name="images\default\toolbar\bg.gif" path="images\default\toolbar" />
- <file name="images\default\button\btn-arrow.gif" path="images\default\button" />
- <file name="images\default\button\btn-sprite.gif" path="images\default\button" />
- <file name="images\default\shared\hd-sprite.gif" path="images\default\shared" />
- <file name="images\default\window\icon-error.gif" path="images\default\window" />
- <file name="images\default\window\icon-info.gif" path="images\default\window" />
- <file name="images\default\window\icon-question.gif" path="images\default\window" />
- <file name="images\default\window\icon-warning.gif" path="images\default\window" />
- <file name="images\gray\panel\corners-sprite.gif" path="images\gray\panel" />
- <file name="images\gray\panel\left-right.gif" path="images\gray\panel" />
- <file name="images\gray\panel\light-hd.gif" path="images\gray\panel" />
- <file name="images\gray\panel\tool-sprite-tpl.gif" path="images\gray\panel" />
- <file name="images\gray\panel\tool-sprites.gif" path="images\gray\panel" />
- <file name="images\gray\panel\tools-sprites-trans.gif" path="images\gray\panel" />
- <file name="images\gray\panel\top-bottom.gif" path="images\gray\panel" />
- <file name="images\gray\panel\top-bottom.png" path="images\gray\panel" />
- <file name="images\gray\panel\white-corners-sprite.gif" path="images\gray\panel" />
- <file name="images\gray\panel\white-left-right.gif" path="images\gray\panel" />
- <file name="images\gray\panel\white-top-bottom.gif" path="images\gray\panel" />
- <file name="images\gray\qtip\close.gif" path="images\gray\qtip" />
- <file name="images\gray\toolbar\bg.gif" path="images\gray\toolbar" />
- <file name="images\gray\toolbar\btn-arrow-light.gif" path="images\gray\toolbar" />
- <file name="images\gray\toolbar\btn-arrow.gif" path="images\gray\toolbar" />
- <file name="images\gray\toolbar\btn-over-bg.gif" path="images\gray\toolbar" />
- <file name="images\gray\toolbar\tb-bg.gif" path="images\gray\toolbar" />
- <file name="images\gray\tabs\scroller-bg.gif" path="images\gray\tabs" />
- <file name="images\gray\tabs\tab-close.gif" path="images\gray\tabs" />
- <file name="images\gray\tabs\tab-strip-bg.gif" path="images\gray\tabs" />
- <file name="images\gray\tabs\tab-strip-bg.png" path="images\gray\tabs" />
- <file name="images\gray\tabs\tab-strip-btm-bg.gif" path="images\gray\tabs" />
- <file name="images\gray\window\icon-error.gif" path="images\gray\window" />
- <file name="images\gray\window\icon-info.gif" path="images\gray\window" />
- <file name="images\gray\window\icon-question.gif" path="images\gray\window" />
- <file name="images\gray\window\icon-warning.gif" path="images\gray\window" />
- <file name="images\gray\window\left-corners.png" path="images\gray\window" />
- <file name="images\gray\window\left-corners.psd" path="images\gray\window" />
- <file name="images\gray\window\left-right.png" path="images\gray\window" />
- <file name="images\gray\window\left-right.psd" path="images\gray\window" />
- <file name="images\gray\window\right-corners.png" path="images\gray\window" />
- <file name="images\gray\window\right-corners.psd" path="images\gray\window" />
- <file name="images\gray\window\top-bottom.png" path="images\gray\window" />
- <file name="images\gray\window\top-bottom.psd" path="images\gray\window" />
- <file name="images\gray\button\btn-arrow.gif" path="images\gray\button" />
- <file name="images\gray\button\btn-sprite.gif" path="images\gray\button" />
- <file name="css\xtheme-gray-blue.css" path="css" />
- <file name="images\gray\window\left-corners.pspimage" path="images\gray\window" />
- <file name="images\gray\window\right-corners.pspimage" path="images\gray\window" />
- <file name="images\default\tabs\tabs-sprite.gif" path="images\default\tabs" />
- <file name="images\gray\tabs\tabs-sprite.gif" path="images\gray\tabs" />
- <file name="css\xtheme-dark.css" path="css" />
- <file name="images\dark\button\btn-arrow.gif" path="images\dark\button" />
- <file name="images\dark\button\btn-sprite.gif" path="images\dark\button" />
- <file name="images\dark\panel\corners-sprite.gif" path="images\dark\panel" />
- <file name="images\dark\panel\left-right.gif" path="images\dark\panel" />
- <file name="images\dark\panel\light-hd.gif" path="images\dark\panel" />
- <file name="images\dark\panel\tool-sprite-tpl.gif" path="images\dark\panel" />
- <file name="images\dark\panel\tool-sprites.gif" path="images\dark\panel" />
- <file name="images\dark\panel\tools-sprites-trans.gif" path="images\dark\panel" />
- <file name="images\dark\panel\top-bottom.gif" path="images\dark\panel" />
- <file name="images\dark\panel\top-bottom.png" path="images\dark\panel" />
- <file name="images\dark\panel\white-corners-sprite.gif" path="images\dark\panel" />
- <file name="images\dark\panel\white-left-right.gif" path="images\dark\panel" />
- <file name="images\dark\panel\white-top-bottom.gif" path="images\dark\panel" />
- <file name="images\dark\qtip\bg.gif" path="images\dark\qtip" />
- <file name="images\dark\qtip\close.gif" path="images\dark\qtip" />
- <file name="images\dark\qtip\tip-sprite.gif" path="images\dark\qtip" />
- <file name="images\dark\tabs\scroller-bg.gif" path="images\dark\tabs" />
- <file name="images\dark\tabs\tab-btm-inactive-left-bg.gif" path="images\dark\tabs" />
- <file name="images\dark\tabs\tab-btm-inactive-right-bg.gif" path="images\dark\tabs" />
- <file name="images\dark\tabs\tab-btm-left-bg.gif" path="images\dark\tabs" />
- <file name="images\dark\tabs\tab-btm-right-bg.gif" path="images\dark\tabs" />
- <file name="images\dark\tabs\tab-close.gif" path="images\dark\tabs" />
- <file name="images\dark\tabs\tab-strip-bg.gif" path="images\dark\tabs" />
- <file name="images\dark\tabs\tab-strip-bg.png" path="images\dark\tabs" />
- <file name="images\dark\tabs\tab-strip-btm-bg.gif" path="images\dark\tabs" />
- <file name="images\dark\tabs\tabs-sprite.gif" path="images\dark\tabs" />
- <file name="images\dark\toolbar\bg.gif" path="images\dark\toolbar" />
- <file name="images\dark\toolbar\btn-arrow-light.gif" path="images\dark\toolbar" />
- <file name="images\dark\toolbar\btn-arrow.gif" path="images\dark\toolbar" />
- <file name="images\dark\toolbar\btn-over-bg.gif" path="images\dark\toolbar" />
- <file name="images\dark\toolbar\gray-bg.gif" path="images\dark\toolbar" />
- <file name="images\dark\toolbar\tb-bg.gif" path="images\dark\toolbar" />
- <file name="images\dark\toolbar\tb-btn-sprite.gif" path="images\dark\toolbar" />
- <file name="images\dark\window\icon-error.gif" path="images\dark\window" />
- <file name="images\dark\window\icon-info.gif" path="images\dark\window" />
- <file name="images\dark\window\icon-question.gif" path="images\dark\window" />
- <file name="images\dark\window\icon-warning.gif" path="images\dark\window" />
- <file name="images\dark\window\left-corners.png" path="images\dark\window" />
- <file name="images\dark\window\left-corners.pspimage" path="images\dark\window" />
- <file name="images\dark\window\left-right.png" path="images\dark\window" />
- <file name="images\dark\window\right-corners.png" path="images\dark\window" />
- <file name="images\dark\window\top-bottom.png" path="images\dark\window" />
- <file name="images\dark\gradient-bg.gif" path="images\dark" />
- <file name="images\dark\s.gif" path="images\dark" />
- <file name="images\default\tabs\scroll-left.gif" path="images\default\tabs" />
- <file name="images\default\tabs\scroll-right.gif" path="images\default\tabs" />
- <file name="css\reset.css" path="css" />
- <file name="images\gray\tabs\scroll-left.gif" path="images\gray\tabs" />
- <file name="images\gray\tabs\scroll-right.gif" path="images\gray\tabs" />
- <file name="images\default\shared\loading-balls.gif" path="images\default\shared" />
- <file name="raw-images\shadow.psd" path="raw-images" />
+<?xml version="1.0" encoding="utf-8"?>
+<project path="" name="Ext - Resources" author="Ext JS, LLC" version="2.0.1" copyright="Ext JS Library $version
Copyright(c) 2006-2008, $author.
licensing at extjs.com

http://extjs.com/license" output="C:\apps\www\deploy\ext-2.0.1\resources" source="true" source-dir="$output" minify="False" min-dir="$output\build" doc="False" doc-dir="$output\docs" master="true" master-file="$output\yui-ext.js" zip="true" zip-file="$output\yuo-ext.$version.zip">
+ <directory name="" />
+ <target name="All css" file="$output\css\ext-all.css" debug="True" shorthand="False" shorthand-list="YAHOO.util.Dom.setStyle
YAHOO.util.Dom.getStyle
YAHOO.util.Dom.getRegion
YAHOO.util.Dom.getViewportHeight
YAHOO.util.Dom.getViewportWidth
YAHOO.util.Dom.get
YAHOO.util.Dom.getXY
YAHOO.util.Dom.setXY
YAHOO.util.CustomEvent
YAHOO.util.Event.addListener
YAHOO.util.Event.getEvent
YAHOO.util.Event.getTarget
YAHOO.util.Event.preventDefault
YAHOO.util.Event.stopEvent
YAHOO.util.Event.stopPropagation
YAHOO.util.Event.stopEvent
YAHOO.util.Anim
YAHOO.util.Motion
YAHOO.util.Connect.asyncRequest
YAHOO.util.Connect.setForm
YAHOO.util.Dom
YAHOO.util.Event">
+ <include name="css\reset.css" />
+ <include name="css\core.css" />
+ <include name="css\tabs.css" />
+ <include name="css\form.css" />
+ <include name="css\button.css" />
+ <include name="css\toolbar.css" />
+ <include name="css\resizable.css" />
+ <include name="css\grid.css" />
+ <include name="css\dd.css" />
+ <include name="css\tree.css" />
+ <include name="css\date-picker.css" />
+ <include name="css\qtips.css" />
+ <include name="css\menu.css" />
+ <include name="css\box.css" />
+ <include name="css\debug.css" />
+ <include name="css\combo.css" />
+ <include name="css\panel.css" />
+ <include name="css\window.css" />
+ <include name="css\editor.css" />
+ <include name="css\borders.css" />
+ <include name="css\layout.css" />
+ <include name="css\progress.css" />
+ <include name="css\dialog.css" />
+ </target>
+ <file name="images\basic-dialog\gray\close.gif" path="images\basic-dialog\gray" />
+ <file name="images\basic-dialog\gray\dlg-bg.gif" path="images\basic-dialog\gray" />
+ <file name="images\basic-dialog\gray\e-handle.gif" path="images\basic-dialog\gray" />
+ <file name="images\basic-dialog\gray\hd-sprite.gif" path="images\basic-dialog\gray" />
+ <file name="images\basic-dialog\gray\s-handle.gif" path="images\basic-dialog\gray" />
+ <file name="images\basic-dialog\gray\se-handle.gif" path="images\basic-dialog\gray" />
+ <file name="images\basic-dialog\btn-sprite.gif" path="images\basic-dialog" />
+ <file name="images\basic-dialog\close.gif" path="images\basic-dialog" />
+ <file name="images\basic-dialog\e-handle.gif" path="images\basic-dialog" />
+ <file name="images\basic-dialog\hd-sprite.gif" path="images\basic-dialog" />
+ <file name="images\basic-dialog\s-handle.gif" path="images\basic-dialog" />
+ <file name="images\basic-dialog\se-handle.gif" path="images\basic-dialog" />
+ <file name="images\grid\arrow-left-white.gif" path="images\grid" />
+ <file name="images\grid\arrow-right-white.gif" path="images\grid" />
+ <file name="images\grid\done.gif" path="images\grid" />
+ <file name="images\grid\drop-no.gif" path="images\grid" />
+ <file name="images\grid\drop-yes.gif" path="images\grid" />
+ <file name="images\grid\footer-bg.gif" path="images\grid" />
+ <file name="images\grid\grid-blue-hd.gif" path="images\grid" />
+ <file name="images\grid\grid-blue-split.gif" path="images\grid" />
+ <file name="images\grid\grid-loading.gif" path="images\grid" />
+ <file name="images\grid\grid-split.gif" path="images\grid" />
+ <file name="images\grid\grid-vista-hd.gif" path="images\grid" />
+ <file name="images\grid\invalid_line.gif" path="images\grid" />
+ <file name="images\grid\loading.gif" path="images\grid" />
+ <file name="images\grid\mso-hd.gif" path="images\grid" />
+ <file name="images\grid\nowait.gif" path="images\grid" />
+ <file name="images\grid\page-first-disabled.gif" path="images\grid" />
+ <file name="images\grid\page-first.gif" path="images\grid" />
+ <file name="images\grid\page-last-disabled.gif" path="images\grid" />
+ <file name="images\grid\page-last.gif" path="images\grid" />
+ <file name="images\grid\page-next-disabled.gif" path="images\grid" />
+ <file name="images\grid\page-next.gif" path="images\grid" />
+ <file name="images\grid\page-prev-disabled.gif" path="images\grid" />
+ <file name="images\grid\page-prev.gif" path="images\grid" />
+ <file name="images\grid\pick-button.gif" path="images\grid" />
+ <file name="images\grid\refresh.gif" path="images\grid" />
+ <file name="images\grid\sort_asc.gif" path="images\grid" />
+ <file name="images\grid\sort_desc.gif" path="images\grid" />
+ <file name="images\grid\wait.gif" path="images\grid" />
+ <file name="images\layout\gray\collapse.gif" path="images\layout\gray" />
+ <file name="images\layout\gray\expand.gif" path="images\layout\gray" />
+ <file name="images\layout\gray\gradient-bg.gif" path="images\layout\gray" />
+ <file name="images\layout\gray\ns-collapse.gif" path="images\layout\gray" />
+ <file name="images\layout\gray\ns-expand.gif" path="images\layout\gray" />
+ <file name="images\layout\gray\panel-close.gif" path="images\layout\gray" />
+ <file name="images\layout\gray\panel-title-bg.gif" path="images\layout\gray" />
+ <file name="images\layout\gray\panel-title-light-bg.gif" path="images\layout\gray" />
+ <file name="images\layout\gray\screenshot.gif" path="images\layout\gray" />
+ <file name="images\layout\gray\tab-close-on.gif" path="images\layout\gray" />
+ <file name="images\layout\gray\tab-close.gif" path="images\layout\gray" />
+ <file name="images\layout\collapse.gif" path="images\layout" />
+ <file name="images\layout\expand.gif" path="images\layout" />
+ <file name="images\layout\gradient-bg.gif" path="images\layout" />
+ <file name="images\layout\ns-collapse.gif" path="images\layout" />
+ <file name="images\layout\ns-expand.gif" path="images\layout" />
+ <file name="images\layout\panel-close.gif" path="images\layout" />
+ <file name="images\layout\panel-title-bg.gif" path="images\layout" />
+ <file name="images\layout\panel-title-light-bg.gif" path="images\layout" />
+ <file name="images\layout\tab-close-on.gif" path="images\layout" />
+ <file name="images\layout\tab-close.gif" path="images\layout" />
+ <file name="images\sizer\gray\e-handle-dark.gif" path="images\sizer\gray" />
+ <file name="images\sizer\gray\e-handle.gif" path="images\sizer\gray" />
+ <file name="images\sizer\gray\ne-handle-dark.gif" path="images\sizer\gray" />
+ <file name="images\sizer\gray\ne-handle.gif" path="images\sizer\gray" />
+ <file name="images\sizer\gray\nw-handle-dark.gif" path="images\sizer\gray" />
+ <file name="images\sizer\gray\nw-handle.gif" path="images\sizer\gray" />
+ <file name="images\sizer\gray\s-handle-dark.gif" path="images\sizer\gray" />
+ <file name="images\sizer\gray\s-handle.gif" path="images\sizer\gray" />
+ <file name="images\sizer\gray\se-handle-dark.gif" path="images\sizer\gray" />
+ <file name="images\sizer\gray\se-handle.gif" path="images\sizer\gray" />
+ <file name="images\sizer\gray\sw-handle-dark.gif" path="images\sizer\gray" />
+ <file name="images\sizer\gray\sw-handle.gif" path="images\sizer\gray" />
+ <file name="images\sizer\e-handle-dark.gif" path="images\sizer" />
+ <file name="images\sizer\e-handle.gif" path="images\sizer" />
+ <file name="images\sizer\ne-handle-dark.gif" path="images\sizer" />
+ <file name="images\sizer\ne-handle.gif" path="images\sizer" />
+ <file name="images\sizer\nw-handle-dark.gif" path="images\sizer" />
+ <file name="images\sizer\nw-handle.gif" path="images\sizer" />
+ <file name="images\sizer\s-handle-dark.gif" path="images\sizer" />
+ <file name="images\sizer\s-handle.gif" path="images\sizer" />
+ <file name="images\sizer\se-handle-dark.gif" path="images\sizer" />
+ <file name="images\sizer\se-handle.gif" path="images\sizer" />
+ <file name="images\sizer\square.gif" path="images\sizer" />
+ <file name="images\sizer\sw-handle-dark.gif" path="images\sizer" />
+ <file name="images\sizer\sw-handle.gif" path="images\sizer" />
+ <file name="images\tabs\gray\tab-btm-inactive-left-bg.gif" path="images\tabs\gray" />
+ <file name="images\tabs\gray\tab-btm-inactive-right-bg.gif" path="images\tabs\gray" />
+ <file name="images\tabs\gray\tab-btm-left-bg.gif" path="images\tabs\gray" />
+ <file name="images\tabs\gray\tab-btm-right-bg.gif" path="images\tabs\gray" />
+ <file name="images\tabs\gray\tab-sprite.gif" path="images\tabs\gray" />
+ <file name="images\tabs\tab-btm-inactive-left-bg.gif" path="images\tabs" />
+ <file name="images\tabs\tab-btm-inactive-right-bg.gif" path="images\tabs" />
+ <file name="images\tabs\tab-btm-left-bg.gif" path="images\tabs" />
+ <file name="images\tabs\tab-btm-right-bg.gif" path="images\tabs" />
+ <file name="images\tabs\tab-sprite.gif" path="images\tabs" />
+ <file name="images\toolbar\gray-bg.gif" path="images\toolbar" />
+ <file name="images\gradient-bg.gif" path="images" />
+ <file name="images\s.gif" path="images" />
+ <file name="images\toolbar\btn-over-bg.gif" path="images\toolbar" />
+ <file name="images\dd\drop-add.gif" path="images\dd" />
+ <file name="images\dd\drop-no.gif" path="images\dd" />
+ <file name="images\dd\drop-yes.gif" path="images\dd" />
+ <file name="images\qtip\bg.gif" path="images\qtip" />
+ <file name="images\tree\drop-add.gif" path="images\tree" />
+ <file name="images\tree\drop-between.gif" path="images\tree" />
+ <file name="images\tree\drop-no.gif" path="images\tree" />
+ <file name="images\tree\drop-over.gif" path="images\tree" />
+ <file name="images\tree\drop-under.gif" path="images\tree" />
+ <file name="images\tree\drop-yes.gif" path="images\tree" />
+ <file name="images\tree\elbow-end-minus-nl.gif" path="images\tree" />
+ <file name="images\tree\elbow-end-minus.gif" path="images\tree" />
+ <file name="images\tree\elbow-end-plus-nl.gif" path="images\tree" />
+ <file name="images\tree\elbow-end-plus.gif" path="images\tree" />
+ <file name="images\tree\elbow-end.gif" path="images\tree" />
+ <file name="images\tree\elbow-line.gif" path="images\tree" />
+ <file name="images\tree\elbow-minus-nl.gif" path="images\tree" />
+ <file name="images\tree\elbow-minus.gif" path="images\tree" />
+ <file name="images\tree\elbow-plus-nl.gif" path="images\tree" />
+ <file name="images\tree\elbow-plus.gif" path="images\tree" />
+ <file name="images\tree\elbow.gif" path="images\tree" />
+ <file name="images\tree\folder-open.gif" path="images\tree" />
+ <file name="images\tree\folder.gif" path="images\tree" />
+ <file name="images\tree\leaf.gif" path="images\tree" />
+ <file name="images\tree\s.gif" path="images\tree" />
+ <file name="images\qtip\gray\bg.gif" path="images\qtip\gray" />
+ <file name="css\aero.css" path="css" />
+ <file name="images\grid\grid-hrow.gif" path="images\grid" />
+ <file name="images\aero\toolbar\gray-bg.gif" path="images\aero\toolbar" />
+ <file name="css\basic-dialog.css" path="css" />
+ <file name="css\button.css" path="css" />
+ <file name="css\core.css" path="css" />
+ <file name="css\dd.css" path="css" />
+ <file name="css\grid.css" path="css" />
+ <file name="css\inline-editor.css" path="css" />
+ <file name="css\layout.css" path="css" />
+ <file name="css\qtips.css" path="css" />
+ <file name="css\reset-min.css" path="css" />
+ <file name="css\resizable.css" path="css" />
+ <file name="css\tabs.css" path="css" />
+ <file name="css\toolbar.css" path="css" />
+ <file name="css\tree.css" path="css" />
+ <file name="css\ytheme-aero.css" path="css" />
+ <file name="css\ytheme-gray.css" path="css" />
+ <file name="css\ytheme-vista.css" path="css" />
+ <file name="images\aero\basic-dialog\aero-close-over.gif" path="images\aero\basic-dialog" />
+ <file name="images\aero\basic-dialog\aero-close.gif" path="images\aero\basic-dialog" />
+ <file name="images\aero\basic-dialog\bg-center.gif" path="images\aero\basic-dialog" />
+ <file name="images\aero\basic-dialog\bg-left.gif" path="images\aero\basic-dialog" />
+ <file name="images\aero\basic-dialog\bg-right.gif" path="images\aero\basic-dialog" />
+ <file name="images\aero\basic-dialog\close.gif" path="images\aero\basic-dialog" />
+ <file name="images\aero\basic-dialog\dlg-bg.gif" path="images\aero\basic-dialog" />
+ <file name="images\aero\basic-dialog\e-handle.gif" path="images\aero\basic-dialog" />
+ <file name="images\aero\basic-dialog\hd-sprite.gif" path="images\aero\basic-dialog" />
+ <file name="images\aero\basic-dialog\s-handle.gif" path="images\aero\basic-dialog" />
+ <file name="images\aero\basic-dialog\se-handle.gif" path="images\aero\basic-dialog" />
+ <file name="images\aero\basic-dialog\w-handle.gif" path="images\aero\basic-dialog" />
+ <file name="images\aero\grid\grid-blue-split.gif" path="images\aero\grid" />
+ <file name="images\aero\grid\grid-hrow.gif" path="images\aero\grid" />
+ <file name="images\aero\grid\grid-split.gif" path="images\aero\grid" />
+ <file name="images\aero\grid\grid-vista-hd.gif" path="images\aero\grid" />
+ <file name="images\aero\grid\sort-col-bg.gif" path="images\aero\grid" />
+ <file name="images\aero\grid\sort_asc.gif" path="images\aero\grid" />
+ <file name="images\aero\grid\sort_desc.gif" path="images\aero\grid" />
+ <file name="images\aero\layout\collapse.gif" path="images\aero\layout" />
+ <file name="images\aero\layout\expand.gif" path="images\aero\layout" />
+ <file name="images\aero\layout\gradient-bg.gif" path="images\aero\layout" />
+ <file name="images\aero\layout\ns-collapse.gif" path="images\aero\layout" />
+ <file name="images\aero\layout\ns-expand.gif" path="images\aero\layout" />
+ <file name="images\aero\layout\panel-close.gif" path="images\aero\layout" />
+ <file name="images\aero\layout\panel-title-bg.gif" path="images\aero\layout" />
+ <file name="images\aero\layout\panel-title-light-bg.gif" path="images\aero\layout" />
+ <file name="images\aero\layout\tab-close-on.gif" path="images\aero\layout" />
+ <file name="images\aero\layout\tab-close.gif" path="images\aero\layout" />
+ <file name="images\aero\qtip\bg.gif" path="images\aero\qtip" />
+ <file name="images\aero\sizer\e-handle-dark.gif" path="images\aero\sizer" />
+ <file name="images\aero\sizer\e-handle.gif" path="images\aero\sizer" />
+ <file name="images\aero\sizer\ne-handle-dark.gif" path="images\aero\sizer" />
+ <file name="images\aero\sizer\ne-handle.gif" path="images\aero\sizer" />
+ <file name="images\aero\sizer\nw-handle-dark.gif" path="images\aero\sizer" />
+ <file name="images\aero\sizer\nw-handle.gif" path="images\aero\sizer" />
+ <file name="images\aero\sizer\s-handle-dark.gif" path="images\aero\sizer" />
+ <file name="images\aero\sizer\s-handle.gif" path="images\aero\sizer" />
+ <file name="images\aero\sizer\se-handle-dark.gif" path="images\aero\sizer" />
+ <file name="images\aero\sizer\se-handle.gif" path="images\aero\sizer" />
+ <file name="images\aero\sizer\sw-handle-dark.gif" path="images\aero\sizer" />
+ <file name="images\aero\sizer\sw-handle.gif" path="images\aero\sizer" />
+ <file name="images\aero\tabs\tab-btm-inactive-left-bg.gif" path="images\aero\tabs" />
+ <file name="images\aero\tabs\tab-btm-inactive-right-bg.gif" path="images\aero\tabs" />
+ <file name="images\aero\tabs\tab-btm-left-bg.gif" path="images\aero\tabs" />
+ <file name="images\aero\tabs\tab-btm-right-bg.gif" path="images\aero\tabs" />
+ <file name="images\aero\tabs\tab-sprite.gif" path="images\aero\tabs" />
+ <file name="images\aero\tabs\tab-strip-bg.gif" path="images\aero\tabs" />
+ <file name="images\aero\tabs\tab-strip-bg.png" path="images\aero\tabs" />
+ <file name="images\aero\tabs\tab-strip-btm-bg.gif" path="images\aero\tabs" />
+ <file name="images\aero\toolbar\bg.gif" path="images\aero\toolbar" />
+ <file name="images\aero\gradient-bg.gif" path="images\aero" />
+ <file name="images\aero\s.gif" path="images\aero" />
+ <file name="images\default\basic-dialog\btn-sprite.gif" path="images\default\basic-dialog" />
+ <file name="images\default\basic-dialog\close.gif" path="images\default\basic-dialog" />
+ <file name="images\default\basic-dialog\e-handle.gif" path="images\default\basic-dialog" />
+ <file name="images\default\basic-dialog\hd-sprite.gif" path="images\default\basic-dialog" />
+ <file name="images\default\basic-dialog\progress.gif" path="images\default\basic-dialog" />
+ <file name="images\default\basic-dialog\progress2.gif" path="images\default\basic-dialog" />
+ <file name="images\default\basic-dialog\s-handle.gif" path="images\default\basic-dialog" />
+ <file name="images\default\basic-dialog\se-handle.gif" path="images\default\basic-dialog" />
+ <file name="images\default\dd\drop-add.gif" path="images\default\dd" />
+ <file name="images\default\dd\drop-no.gif" path="images\default\dd" />
+ <file name="images\default\dd\drop-yes.gif" path="images\default\dd" />
+ <file name="images\default\grid\arrow-left-white.gif" path="images\default\grid" />
+ <file name="images\default\grid\arrow-right-white.gif" path="images\default\grid" />
+ <file name="images\default\grid\done.gif" path="images\default\grid" />
+ <file name="images\default\grid\drop-no.gif" path="images\default\grid" />
+ <file name="images\default\grid\drop-yes.gif" path="images\default\grid" />
+ <file name="images\default\grid\footer-bg.gif" path="images\default\grid" />
+ <file name="images\default\grid\grid-blue-hd.gif" path="images\default\grid" />
+ <file name="images\default\grid\grid-blue-split.gif" path="images\default\grid" />
+ <file name="images\default\grid\grid-hrow.gif" path="images\default\grid" />
+ <file name="images\default\grid\grid-loading.gif" path="images\default\grid" />
+ <file name="images\default\grid\grid-split.gif" path="images\default\grid" />
+ <file name="images\default\grid\grid-vista-hd.gif" path="images\default\grid" />
+ <file name="images\default\grid\invalid_line.gif" path="images\default\grid" />
+ <file name="images\default\grid\loading.gif" path="images\default\grid" />
+ <file name="images\default\grid\mso-hd.gif" path="images\default\grid" />
+ <file name="images\default\grid\nowait.gif" path="images\default\grid" />
+ <file name="images\default\grid\page-first-disabled.gif" path="images\default\grid" />
+ <file name="images\default\grid\page-first.gif" path="images\default\grid" />
+ <file name="images\default\grid\page-last-disabled.gif" path="images\default\grid" />
+ <file name="images\default\grid\page-last.gif" path="images\default\grid" />
+ <file name="images\default\grid\page-next-disabled.gif" path="images\default\grid" />
+ <file name="images\default\grid\page-next.gif" path="images\default\grid" />
+ <file name="images\default\grid\page-prev-disabled.gif" path="images\default\grid" />
+ <file name="images\default\grid\page-prev.gif" path="images\default\grid" />
+ <file name="images\default\grid\pick-button.gif" path="images\default\grid" />
+ <file name="images\default\grid\refresh.gif" path="images\default\grid" />
+ <file name="images\default\grid\sort_asc.gif" path="images\default\grid" />
+ <file name="images\default\grid\sort_desc.gif" path="images\default\grid" />
+ <file name="images\default\grid\wait.gif" path="images\default\grid" />
+ <file name="images\default\layout\collapse.gif" path="images\default\layout" />
+ <file name="images\default\layout\expand.gif" path="images\default\layout" />
+ <file name="images\default\layout\gradient-bg.gif" path="images\default\layout" />
+ <file name="images\default\layout\ns-collapse.gif" path="images\default\layout" />
+ <file name="images\default\layout\ns-expand.gif" path="images\default\layout" />
+ <file name="images\default\layout\panel-close.gif" path="images\default\layout" />
+ <file name="images\default\layout\panel-title-bg.gif" path="images\default\layout" />
+ <file name="images\default\layout\panel-title-light-bg.gif" path="images\default\layout" />
+ <file name="images\default\layout\tab-close-on.gif" path="images\default\layout" />
+ <file name="images\default\layout\tab-close.gif" path="images\default\layout" />
+ <file name="images\default\qtip\bg.gif" path="images\default\qtip" />
+ <file name="images\default\sizer\e-handle-dark.gif" path="images\default\sizer" />
+ <file name="images\default\sizer\e-handle.gif" path="images\default\sizer" />
+ <file name="images\default\sizer\ne-handle-dark.gif" path="images\default\sizer" />
+ <file name="images\default\sizer\ne-handle.gif" path="images\default\sizer" />
+ <file name="images\default\sizer\nw-handle-dark.gif" path="images\default\sizer" />
+ <file name="images\default\sizer\nw-handle.gif" path="images\default\sizer" />
+ <file name="images\default\sizer\s-handle-dark.gif" path="images\default\sizer" />
+ <file name="images\default\sizer\s-handle.gif" path="images\default\sizer" />
+ <file name="images\default\sizer\se-handle-dark.gif" path="images\default\sizer" />
+ <file name="images\default\sizer\se-handle.gif" path="images\default\sizer" />
+ <file name="images\default\sizer\square.gif" path="images\default\sizer" />
+ <file name="images\default\sizer\sw-handle-dark.gif" path="images\default\sizer" />
+ <file name="images\default\sizer\sw-handle.gif" path="images\default\sizer" />
+ <file name="images\default\tabs\tab-btm-inactive-left-bg.gif" path="images\default\tabs" />
+ <file name="images\default\tabs\tab-btm-inactive-right-bg.gif" path="images\default\tabs" />
+ <file name="images\default\tabs\tab-btm-left-bg.gif" path="images\default\tabs" />
+ <file name="images\default\tabs\tab-btm-right-bg.gif" path="images\default\tabs" />
+ <file name="images\default\tabs\tab-sprite.gif" path="images\default\tabs" />
+ <file name="images\default\toolbar\btn-over-bg.gif" path="images\default\toolbar" />
+ <file name="images\default\toolbar\gray-bg.gif" path="images\default\toolbar" />
+ <file name="images\default\tree\drop-add.gif" path="images\default\tree" />
+ <file name="images\default\tree\drop-between.gif" path="images\default\tree" />
+ <file name="images\default\tree\drop-no.gif" path="images\default\tree" />
+ <file name="images\default\tree\drop-over.gif" path="images\default\tree" />
+ <file name="images\default\tree\drop-under.gif" path="images\default\tree" />
+ <file name="images\default\tree\drop-yes.gif" path="images\default\tree" />
+ <file name="images\default\tree\elbow-end-minus-nl.gif" path="images\default\tree" />
+ <file name="images\default\tree\elbow-end-minus.gif" path="images\default\tree" />
+ <file name="images\default\tree\elbow-end-plus-nl.gif" path="images\default\tree" />
+ <file name="images\default\tree\elbow-end-plus.gif" path="images\default\tree" />
+ <file name="images\default\tree\elbow-end.gif" path="images\default\tree" />
+ <file name="images\default\tree\elbow-line.gif" path="images\default\tree" />
+ <file name="images\default\tree\elbow-minus-nl.gif" path="images\default\tree" />
+ <file name="images\default\tree\elbow-minus.gif" path="images\default\tree" />
+ <file name="images\default\tree\elbow-plus-nl.gif" path="images\default\tree" />
+ <file name="images\default\tree\elbow-plus.gif" path="images\default\tree" />
+ <file name="images\default\tree\elbow.gif" path="images\default\tree" />
+ <file name="images\default\tree\folder-open.gif" path="images\default\tree" />
+ <file name="images\default\tree\folder.gif" path="images\default\tree" />
+ <file name="images\default\tree\leaf.gif" path="images\default\tree" />
+ <file name="images\default\tree\loading.gif" path="images\default\tree" />
+ <file name="images\default\tree\s.gif" path="images\default\tree" />
+ <file name="images\default\gradient-bg.gif" path="images\default" />
+ <file name="images\default\s.gif" path="images\default" />
+ <file name="images\gray\basic-dialog\close.gif" path="images\gray\basic-dialog" />
+ <file name="images\gray\basic-dialog\dlg-bg.gif" path="images\gray\basic-dialog" />
+ <file name="images\gray\basic-dialog\e-handle.gif" path="images\gray\basic-dialog" />
+ <file name="images\gray\basic-dialog\hd-sprite.gif" path="images\gray\basic-dialog" />
+ <file name="images\gray\basic-dialog\s-handle.gif" path="images\gray\basic-dialog" />
+ <file name="images\gray\basic-dialog\se-handle.gif" path="images\gray\basic-dialog" />
+ <file name="images\gray\layout\collapse.gif" path="images\gray\layout" />
+ <file name="images\gray\layout\expand.gif" path="images\gray\layout" />
+ <file name="images\gray\layout\gradient-bg.gif" path="images\gray\layout" />
+ <file name="images\gray\layout\ns-collapse.gif" path="images\gray\layout" />
+ <file name="images\gray\layout\ns-expand.gif" path="images\gray\layout" />
+ <file name="images\gray\layout\panel-close.gif" path="images\gray\layout" />
+ <file name="images\gray\layout\panel-title-bg.gif" path="images\gray\layout" />
+ <file name="images\gray\layout\panel-title-light-bg.gif" path="images\gray\layout" />
+ <file name="images\gray\layout\tab-close-on.gif" path="images\gray\layout" />
+ <file name="images\gray\layout\tab-close.gif" path="images\gray\layout" />
+ <file name="images\gray\qtip\bg.gif" path="images\gray\qtip" />
+ <file name="images\gray\sizer\e-handle-dark.gif" path="images\gray\sizer" />
+ <file name="images\gray\sizer\e-handle.gif" path="images\gray\sizer" />
+ <file name="images\gray\sizer\ne-handle-dark.gif" path="images\gray\sizer" />
+ <file name="images\gray\sizer\ne-handle.gif" path="images\gray\sizer" />
+ <file name="images\gray\sizer\nw-handle-dark.gif" path="images\gray\sizer" />
+ <file name="images\gray\sizer\nw-handle.gif" path="images\gray\sizer" />
+ <file name="images\gray\sizer\s-handle-dark.gif" path="images\gray\sizer" />
+ <file name="images\gray\sizer\s-handle.gif" path="images\gray\sizer" />
+ <file name="images\gray\sizer\se-handle-dark.gif" path="images\gray\sizer" />
+ <file name="images\gray\sizer\se-handle.gif" path="images\gray\sizer" />
+ <file name="images\gray\sizer\sw-handle-dark.gif" path="images\gray\sizer" />
+ <file name="images\gray\sizer\sw-handle.gif" path="images\gray\sizer" />
+ <file name="images\gray\tabs\tab-btm-inactive-left-bg.gif" path="images\gray\tabs" />
+ <file name="images\gray\tabs\tab-btm-inactive-right-bg.gif" path="images\gray\tabs" />
+ <file name="images\gray\tabs\tab-btm-left-bg.gif" path="images\gray\tabs" />
+ <file name="images\gray\tabs\tab-btm-right-bg.gif" path="images\gray\tabs" />
+ <file name="images\gray\tabs\tab-sprite.gif" path="images\gray\tabs" />
+ <file name="images\gray\toolbar\gray-bg.gif" path="images\gray\toolbar" />
+ <file name="images\gray\gradient-bg.gif" path="images\gray" />
+ <file name="images\gray\s.gif" path="images\gray" />
+ <file name="images\vista\basic-dialog\bg-center.gif" path="images\vista\basic-dialog" />
+ <file name="images\vista\basic-dialog\bg-left.gif" path="images\vista\basic-dialog" />
+ <file name="images\vista\basic-dialog\bg-right.gif" path="images\vista\basic-dialog" />
+ <file name="images\vista\basic-dialog\close.gif" path="images\vista\basic-dialog" />
+ <file name="images\vista\basic-dialog\dlg-bg.gif" path="images\vista\basic-dialog" />
+ <file name="images\vista\basic-dialog\e-handle.gif" path="images\vista\basic-dialog" />
+ <file name="images\vista\basic-dialog\hd-sprite.gif" path="images\vista\basic-dialog" />
+ <file name="images\vista\basic-dialog\s-handle.gif" path="images\vista\basic-dialog" />
+ <file name="images\vista\basic-dialog\se-handle.gif" path="images\vista\basic-dialog" />
+ <file name="images\vista\basic-dialog\w-handle.gif" path="images\vista\basic-dialog" />
+ <file name="images\vista\grid\grid-split.gif" path="images\vista\grid" />
+ <file name="images\vista\grid\grid-vista-hd.gif" path="images\vista\grid" />
+ <file name="images\vista\layout\collapse.gif" path="images\vista\layout" />
+ <file name="images\vista\layout\expand.gif" path="images\vista\layout" />
+ <file name="images\vista\layout\gradient-bg.gif" path="images\vista\layout" />
+ <file name="images\vista\layout\ns-collapse.gif" path="images\vista\layout" />
+ <file name="images\vista\layout\ns-expand.gif" path="images\vista\layout" />
+ <file name="images\vista\layout\panel-close.gif" path="images\vista\layout" />
+ <file name="images\vista\layout\panel-title-bg.gif" path="images\vista\layout" />
+ <file name="images\vista\layout\panel-title-light-bg.gif" path="images\vista\layout" />
+ <file name="images\vista\layout\tab-close-on.gif" path="images\vista\layout" />
+ <file name="images\vista\layout\tab-close.gif" path="images\vista\layout" />
+ <file name="images\vista\qtip\bg.gif" path="images\vista\qtip" />
+ <file name="images\vista\sizer\e-handle-dark.gif" path="images\vista\sizer" />
+ <file name="images\vista\sizer\e-handle.gif" path="images\vista\sizer" />
+ <file name="images\vista\sizer\ne-handle-dark.gif" path="images\vista\sizer" />
+ <file name="images\vista\sizer\ne-handle.gif" path="images\vista\sizer" />
+ <file name="images\vista\sizer\nw-handle-dark.gif" path="images\vista\sizer" />
+ <file name="images\vista\sizer\nw-handle.gif" path="images\vista\sizer" />
+ <file name="images\vista\sizer\s-handle-dark.gif" path="images\vista\sizer" />
+ <file name="images\vista\sizer\s-handle.gif" path="images\vista\sizer" />
+ <file name="images\vista\sizer\se-handle-dark.gif" path="images\vista\sizer" />
+ <file name="images\vista\sizer\se-handle.gif" path="images\vista\sizer" />
+ <file name="images\vista\sizer\sw-handle-dark.gif" path="images\vista\sizer" />
+ <file name="images\vista\sizer\sw-handle.gif" path="images\vista\sizer" />
+ <file name="images\vista\tabs\tab-btm-inactive-left-bg.gif" path="images\vista\tabs" />
+ <file name="images\vista\tabs\tab-btm-inactive-right-bg.gif" path="images\vista\tabs" />
+ <file name="images\vista\tabs\tab-btm-left-bg.gif" path="images\vista\tabs" />
+ <file name="images\vista\tabs\tab-btm-right-bg.gif" path="images\vista\tabs" />
+ <file name="images\vista\tabs\tab-sprite.gif" path="images\vista\tabs" />
+ <file name="images\vista\toolbar\gray-bg.gif" path="images\vista\toolbar" />
+ <file name="images\vista\gradient-bg.gif" path="images\vista" />
+ <file name="images\vista\s.gif" path="images\vista" />
+ <file name="images\default\grid\col-move.gif" path="images\default\grid" />
+ <file name="images\default\grid\col-move-bottom.gif" path="images\default\grid" />
+ <file name="images\default\grid\col-move-top.gif" path="images\default\grid" />
+ <file name="images\default\basic-dialog\btn-arrow.gif" path="images\default\basic-dialog" />
+ <file name="images\default\toolbar\tb-btn-sprite.gif" path="images\default\toolbar" />
+ <file name="images\aero\toolbar\tb-btn-sprite.gif" path="images\aero\toolbar" />
+ <file name="images\vista\toolbar\tb-btn-sprite.gif" path="images\vista\toolbar" />
+ <file name="images\default\toolbar\btn-arrow.gif" path="images\default\toolbar" />
+ <file name="images\default\menu\menu.gif" path="images\default\menu" />
+ <file name="images\default\menu\unchecked.gif" path="images\default\menu" />
+ <file name="images\default\menu\checked.gif" path="images\default\menu" />
+ <file name="images\default\menu\menu-parent.gif" path="images\default\menu" />
+ <file name="images\default\menu\group-checked.gif" path="images\default\menu" />
+ <file name="css\menu.css" path="css" />
+ <file name="css\grid2.css" path="css" />
+ <file name="css\README.txt" path="css" />
+ <file name="images\default\grid\hmenu-asc.gif" path="images\default\grid" />
+ <file name="images\default\grid\hmenu-desc.gif" path="images\default\grid" />
+ <file name="images\default\grid\hmenu-lock.png" path="images\default\grid" />
+ <file name="images\default\grid\hmenu-unlock.png" path="images\default\grid" />
+ <file name="images\default\grid\Thumbs.db" path="images\default\grid" />
+ <file name="images\default\menu\shadow-lite.png" path="images\default\menu" />
+ <file name="images\default\menu\shadow.png" path="images\default\menu" />
+ <file name="license.txt" path="" />
+ <file name="css\date-picker.css" path="css" />
+ <file name="images\default\basic-dialog\collapse.gif" path="images\default\basic-dialog" />
+ <file name="images\default\basic-dialog\expand.gif" path="images\default\basic-dialog" />
+ <file name="images\aero\basic-dialog\collapse.gif" path="images\aero\basic-dialog" />
+ <file name="images\aero\basic-dialog\collapse-over.gif" path="images\aero\basic-dialog" />
+ <file name="images\aero\basic-dialog\expand.gif" path="images\aero\basic-dialog" />
+ <file name="images\aero\basic-dialog\expand-over.gif" path="images\aero\basic-dialog" />
+ <file name="images\gray\basic-dialog\collapse.gif" path="images\gray\basic-dialog" />
+ <file name="images\gray\basic-dialog\expand.gif" path="images\gray\basic-dialog" />
+ <file name="images\vista\basic-dialog\collapse.gif" path="images\vista\basic-dialog" />
+ <file name="images\vista\basic-dialog\expand.gif" path="images\vista\basic-dialog" />
+ <file name="css\.DS_Store" path="css" />
+ <file name="images\default\grid\.DS_Store" path="images\default\grid" />
+ <file name="images\default\toolbar\btn-arrow-light.gif" path="images\default\toolbar" />
+ <file name="images\default\.DS_Store" path="images\default" />
+ <file name="images\default\shared\left-btn.gif" path="images\default\shared" />
+ <file name="images\default\shared\right-btn.gif" path="images\default\shared" />
+ <file name="images\default\shared\calendar.gif" path="images\default\shared" />
+ <file name="css\form.css" path="css" />
+ <file name="images\aero\grid\pspbrwse.jbf" path="images\aero\grid" />
+ <file name="images\default\bg.png" path="images\default" />
+ <file name="images\default\shadow.png" path="images\default" />
+ <file name="images\default\shadow-lr.png" path="images\default" />
+ <file name="images\.DS_Store" path="images" />
+ <file name=".DS_Store" path="" />
+ <file name="yui-ext-resources.jsb" path="" />
+ <file name="resources.jsb" path="" />
+ <file name="css\box.css" path="css" />
+ <file name="images\default\box\.DS_Store" path="images\default\box" />
+ <file name="images\default\box\corners-blue.gif" path="images\default\box" />
+ <file name="images\default\box\corners.gif" path="images\default\box" />
+ <file name="images\default\box\l-blue.gif" path="images\default\box" />
+ <file name="images\default\box\l.gif" path="images\default\box" />
+ <file name="images\default\box\r-blue.gif" path="images\default\box" />
+ <file name="images\default\box\r.gif" path="images\default\box" />
+ <file name="images\default\box\tb-blue.gif" path="images\default\box" />
+ <file name="images\default\box\tb.gif" path="images\default\box" />
+ <file name="images\gray\menu\checked.gif" path="images\gray\menu" />
+ <file name="images\gray\menu\group-checked.gif" path="images\gray\menu" />
+ <file name="images\gray\menu\menu-parent.gif" path="images\gray\menu" />
+ <file name="images\gray\menu\menu.gif" path="images\gray\menu" />
+ <file name="images\gray\menu\unchecked.gif" path="images\gray\menu" />
+ <file name="images\default\layout\stick.gif" path="images\default\layout" />
+ <file name="images\default\layout\stuck.gif" path="images\default\layout" />
+ <file name="images\gray\layout\stick.gif" path="images\gray\layout" />
+ <file name="images\vista\layout\stick.gif" path="images\vista\layout" />
+ <file name="images\gray\grid\grid-hrow.gif" path="images\gray\grid" />
+ <file name="images\default\toolbar\tb-bg.gif" path="images\default\toolbar" />
+ <file name="images\gray\toolbar\tb-btn-sprite.gif" path="images\gray\toolbar" />
+ <file name="css\debug.css" path="css" />
+ <file name="images\default\form\trigger.gif" path="images\default\form" />
+ <file name="css\combo.css" path="css" />
+ <file name="images\default\form\date-trigger.gif" path="images\default\form" />
+ <file name="images\default\shared\warning.gif" path="images\default\shared" />
+ <file name="images\default\grid\dirty.gif" path="images\default\grid" />
+ <file name="images\default\grid\hmenu-lock.gif" path="images\default\grid" />
+ <file name="images\default\grid\hmenu-unlock.gif" path="images\default\grid" />
+ <file name="images\default\form\text-bg.gif" path="images\default\form" />
+ <file name="images\default\form\exclamation.png" path="images\default\form" />
+ <file name="images\default\form\exclamation.gif" path="images\default\form" />
+ <file name="images\default\form\error-tip-bg.gif" path="images\default\form" />
+ <file name="images\default\form\error-tip-corners.gif" path="images\default\form" />
+ <file name="images\default\qtip\tip-sprite.gif" path="images\default\qtip" />
+ <file name="images\default\qtip\close.gif" path="images\default\qtip" />
+ <file name="images\gray\qtip\tip-sprite.gif" path="images\gray\qtip" />
+ <file name="images\vista\qtip\tip-sprite.gif" path="images\vista\qtip" />
+ <file name="images\default\grid\hd-pop.gif" path="images\default\grid" />
+ <file name="css\panel.css" path="css" />
+ <file name="images\default\panel\panel-sprite.gif" path="images\default\panel" />
+ <file name="images\default\panel\panel-blue-sprite.gif" path="images\default\panel" />
+ <file name="images\default\panel\toggle-sprite.gif" path="images\default\panel" />
+ <file name="images\default\panel\close-sprite.gif" path="images\default\panel" />
+ <file name="images\default\window\corners-sprite.gif" path="images\default\window" />
+ <file name="images\default\window\left-right.gif" path="images\default\window" />
+ <file name="images\default\window\top-bottom.gif" path="images\default\window" />
+ <file name="css\window.css" path="css" />
+ <file name="images\default\window\corners-sprite.png" path="images\default\window" />
+ <file name="images\default\window\corners-sprite.psd" path="images\default\window" />
+ <file name="images\default\shadow-c.png" path="images\default" />
+ <file name="css\grid3.css" path="css" />
+ <file name="css\layout2.css" path="css" />
+ <file name="css\tabs2.css" path="css" />
+ <file name="images\default\panel\corners-sprite.gif" path="images\default\panel" />
+ <file name="images\default\panel\left-right.gif" path="images\default\panel" />
+ <file name="images\default\panel\tool-sprite-tpl.gif" path="images\default\panel" />
+ <file name="images\default\panel\tool-sprites.gif" path="images\default\panel" />
+ <file name="images\default\panel\top-bottom.gif" path="images\default\panel" />
+ <file name="images\default\panel\top-bottom.png" path="images\default\panel" />
+ <file name="images\default\panel\white-corners-sprite.gif" path="images\default\panel" />
+ <file name="images\default\panel\white-left-right.gif" path="images\default\panel" />
+ <file name="images\default\panel\white-top-bottom.gif" path="images\default\panel" />
+ <file name="images\default\window\left-corners.png" path="images\default\window" />
+ <file name="images\default\window\left-corners.psd" path="images\default\window" />
+ <file name="images\default\window\left-right.png" path="images\default\window" />
+ <file name="images\default\window\left-right.psd" path="images\default\window" />
+ <file name="images\default\window\right-corners.png" path="images\default\window" />
+ <file name="images\default\window\right-corners.psd" path="images\default\window" />
+ <file name="images\default\window\top-bottom.png" path="images\default\window" />
+ <file name="images\default\window\top-bottom.psd" path="images\default\window" />
+ <file name="images\default\._.DS_Store" path="images\default" />
+ <file name="images\._.DS_Store" path="images" />
+ <file name="._.DS_Store" path="" />
+ <file name="css\editor.css" path="css" />
+ <file name="images\default\editor\tb-sprite.gif" path="images\default\editor" />
+ <file name="css\borders.css" path="css" />
+ <file name="images\default\form\clear-trigger.gif" path="images\default\form" />
+ <file name="images\default\form\search-trigger.gif" path="images\default\form" />
+ <file name="images\default\form\trigger-tpl.gif" path="images\default\form" />
+ <file name="images\default\grid\row-over.gif" path="images\default\grid" />
+ <file name="images\default\grid\row-sel.gif" path="images\default\grid" />
+ <file name="images\default\grid\grid3-hrow.gif" path="images\default\grid" />
+ <file name="images\default\grid\grid3-hrow-over.gif" path="images\default\grid" />
+ <file name="images\default\grid\row-collapse.gif" path="images\default\grid" />
+ <file name="images\default\grid\row-expand.gif" path="images\default\grid" />
+ <file name="images\default\grid\grid3-hd-btn.gif" path="images\default\grid" />
+ <file name="images\aero\menu\menu.gif" path="images\aero\menu" />
+ <file name="images\aero\menu\item-over.gif" path="images\aero\menu" />
+ <file name="images\aero\menu\checked.gif" path="images\aero\menu" />
+ <file name="images\aero\menu\unchecked.gif" path="images\aero\menu" />
+ <file name="images\default\grid\grid3-expander-b-bg.gif" path="images\default\grid" />
+ <file name="images\default\grid\grid3-expander-c-bg.gif" path="images\default\grid" />
+ <file name="images\default\grid\grid3-special-col-bg.gif" path="images\default\grid" />
+ <file name="images\default\grid\row-expand-sprite.gif" path="images\default\grid" />
+ <file name="images\default\grid\row-check-sprite.gif" path="images\default\grid" />
+ <file name="images\default\grid\grid3-special-col-sel-bg.gif" path="images\default\grid" />
+ <file name="images\default\shared\glass-bg.gif" path="images\default\shared" />
+ <file name="legacy\grid.css" path="legacy" />
+ <file name="css\xtheme-aero.css" path="css" />
+ <file name="css\xtheme-gray.css" path="css" />
+ <file name="css\xtheme-vista.css" path="css" />
+ <file name="legacy\basic-dialog.css" path="legacy" />
+ <file name="images\default\form\clear-trigger.psd" path="images\default\form" />
+ <file name="images\default\form\date-trigger.psd" path="images\default\form" />
+ <file name="images\default\form\search-trigger.psd" path="images\default\form" />
+ <file name="images\default\form\trigger.psd" path="images\default\form" />
+ <file name="images\aero\tabs\tab-close.gif" path="images\aero\tabs" />
+ <file name="images\default\panel\light-hd.gif" path="images\default\panel" />
+ <file name="images\default\panel\tools-sprites-trans.gif" path="images\default\panel" />
+ <file name="images\aero\tabs\scroller-bg.gif" path="images\aero\tabs" />
+ <file name="images\default\tabs\scroller-bg.gif" path="images\default\tabs" />
+ <file name="images\default\grid\group-expand-sprite.gif" path="images\default\grid" />
+ <file name="images\default\grid\group-by.gif" path="images\default\grid" />
+ <file name="images\default\grid\columns.gif" path="images\default\grid" />
+ <file name="css\dialog.css" path="css" />
+ <file name="images\default\basic-dialog\icon-error.gif" path="images\default\basic-dialog" />
+ <file name="images\default\basic-dialog\icon-info.gif" path="images\default\basic-dialog" />
+ <file name="images\default\basic-dialog\icon-question.gif" path="images\default\basic-dialog" />
+ <file name="images\default\basic-dialog\icon-warning.gif" path="images\default\basic-dialog" />
+ <file name="css\progress.css" path="css" />
+ <file name="images\default\widgets\progress-bg.gif" path="images\default\widgets" />
+ <file name="images\default\progress\progress-bg.gif" path="images\default\progress" />
+ <file name="images\default\layout\mini-bottom.gif" path="images\default\layout" />
+ <file name="images\default\layout\mini-left.gif" path="images\default\layout" />
+ <file name="images\default\layout\mini-right.gif" path="images\default\layout" />
+ <file name="images\default\layout\mini-top.gif" path="images\default\layout" />
+ <file name="images\default\shared\blue-loading.gif" path="images\default\shared" />
+ <file name="images\default\shared\large-loading.gif" path="images\default\shared" />
+ <file name="images\default\menu\item-over.gif" path="images\default\menu" />
+ <file name="images\default\tabs\tab-close.gif" path="images\default\tabs" />
+ <file name="images\default\tabs\tab-strip-bg.gif" path="images\default\tabs" />
+ <file name="images\default\tabs\tab-strip-bg.png" path="images\default\tabs" />
+ <file name="images\default\tabs\tab-strip-btm-bg.gif" path="images\default\tabs" />
+ <file name="images\default\toolbar\bg.gif" path="images\default\toolbar" />
+ <file name="images\default\button\btn-arrow.gif" path="images\default\button" />
+ <file name="images\default\button\btn-sprite.gif" path="images\default\button" />
+ <file name="images\default\shared\hd-sprite.gif" path="images\default\shared" />
+ <file name="images\default\window\icon-error.gif" path="images\default\window" />
+ <file name="images\default\window\icon-info.gif" path="images\default\window" />
+ <file name="images\default\window\icon-question.gif" path="images\default\window" />
+ <file name="images\default\window\icon-warning.gif" path="images\default\window" />
+ <file name="images\gray\panel\corners-sprite.gif" path="images\gray\panel" />
+ <file name="images\gray\panel\left-right.gif" path="images\gray\panel" />
+ <file name="images\gray\panel\light-hd.gif" path="images\gray\panel" />
+ <file name="images\gray\panel\tool-sprite-tpl.gif" path="images\gray\panel" />
+ <file name="images\gray\panel\tool-sprites.gif" path="images\gray\panel" />
+ <file name="images\gray\panel\tools-sprites-trans.gif" path="images\gray\panel" />
+ <file name="images\gray\panel\top-bottom.gif" path="images\gray\panel" />
+ <file name="images\gray\panel\top-bottom.png" path="images\gray\panel" />
+ <file name="images\gray\panel\white-corners-sprite.gif" path="images\gray\panel" />
+ <file name="images\gray\panel\white-left-right.gif" path="images\gray\panel" />
+ <file name="images\gray\panel\white-top-bottom.gif" path="images\gray\panel" />
+ <file name="images\gray\qtip\close.gif" path="images\gray\qtip" />
+ <file name="images\gray\toolbar\bg.gif" path="images\gray\toolbar" />
+ <file name="images\gray\toolbar\btn-arrow-light.gif" path="images\gray\toolbar" />
+ <file name="images\gray\toolbar\btn-arrow.gif" path="images\gray\toolbar" />
+ <file name="images\gray\toolbar\btn-over-bg.gif" path="images\gray\toolbar" />
+ <file name="images\gray\toolbar\tb-bg.gif" path="images\gray\toolbar" />
+ <file name="images\gray\tabs\scroller-bg.gif" path="images\gray\tabs" />
+ <file name="images\gray\tabs\tab-close.gif" path="images\gray\tabs" />
+ <file name="images\gray\tabs\tab-strip-bg.gif" path="images\gray\tabs" />
+ <file name="images\gray\tabs\tab-strip-bg.png" path="images\gray\tabs" />
+ <file name="images\gray\tabs\tab-strip-btm-bg.gif" path="images\gray\tabs" />
+ <file name="images\gray\window\icon-error.gif" path="images\gray\window" />
+ <file name="images\gray\window\icon-info.gif" path="images\gray\window" />
+ <file name="images\gray\window\icon-question.gif" path="images\gray\window" />
+ <file name="images\gray\window\icon-warning.gif" path="images\gray\window" />
+ <file name="images\gray\window\left-corners.png" path="images\gray\window" />
+ <file name="images\gray\window\left-corners.psd" path="images\gray\window" />
+ <file name="images\gray\window\left-right.png" path="images\gray\window" />
+ <file name="images\gray\window\left-right.psd" path="images\gray\window" />
+ <file name="images\gray\window\right-corners.png" path="images\gray\window" />
+ <file name="images\gray\window\right-corners.psd" path="images\gray\window" />
+ <file name="images\gray\window\top-bottom.png" path="images\gray\window" />
+ <file name="images\gray\window\top-bottom.psd" path="images\gray\window" />
+ <file name="images\gray\button\btn-arrow.gif" path="images\gray\button" />
+ <file name="images\gray\button\btn-sprite.gif" path="images\gray\button" />
+ <file name="css\xtheme-gray-blue.css" path="css" />
+ <file name="images\gray\window\left-corners.pspimage" path="images\gray\window" />
+ <file name="images\gray\window\right-corners.pspimage" path="images\gray\window" />
+ <file name="images\default\tabs\tabs-sprite.gif" path="images\default\tabs" />
+ <file name="images\gray\tabs\tabs-sprite.gif" path="images\gray\tabs" />
+ <file name="css\xtheme-dark.css" path="css" />
+ <file name="images\dark\button\btn-arrow.gif" path="images\dark\button" />
+ <file name="images\dark\button\btn-sprite.gif" path="images\dark\button" />
+ <file name="images\dark\panel\corners-sprite.gif" path="images\dark\panel" />
+ <file name="images\dark\panel\left-right.gif" path="images\dark\panel" />
+ <file name="images\dark\panel\light-hd.gif" path="images\dark\panel" />
+ <file name="images\dark\panel\tool-sprite-tpl.gif" path="images\dark\panel" />
+ <file name="images\dark\panel\tool-sprites.gif" path="images\dark\panel" />
+ <file name="images\dark\panel\tools-sprites-trans.gif" path="images\dark\panel" />
+ <file name="images\dark\panel\top-bottom.gif" path="images\dark\panel" />
+ <file name="images\dark\panel\top-bottom.png" path="images\dark\panel" />
+ <file name="images\dark\panel\white-corners-sprite.gif" path="images\dark\panel" />
+ <file name="images\dark\panel\white-left-right.gif" path="images\dark\panel" />
+ <file name="images\dark\panel\white-top-bottom.gif" path="images\dark\panel" />
+ <file name="images\dark\qtip\bg.gif" path="images\dark\qtip" />
+ <file name="images\dark\qtip\close.gif" path="images\dark\qtip" />
+ <file name="images\dark\qtip\tip-sprite.gif" path="images\dark\qtip" />
+ <file name="images\dark\tabs\scroller-bg.gif" path="images\dark\tabs" />
+ <file name="images\dark\tabs\tab-btm-inactive-left-bg.gif" path="images\dark\tabs" />
+ <file name="images\dark\tabs\tab-btm-inactive-right-bg.gif" path="images\dark\tabs" />
+ <file name="images\dark\tabs\tab-btm-left-bg.gif" path="images\dark\tabs" />
+ <file name="images\dark\tabs\tab-btm-right-bg.gif" path="images\dark\tabs" />
+ <file name="images\dark\tabs\tab-close.gif" path="images\dark\tabs" />
+ <file name="images\dark\tabs\tab-strip-bg.gif" path="images\dark\tabs" />
+ <file name="images\dark\tabs\tab-strip-bg.png" path="images\dark\tabs" />
+ <file name="images\dark\tabs\tab-strip-btm-bg.gif" path="images\dark\tabs" />
+ <file name="images\dark\tabs\tabs-sprite.gif" path="images\dark\tabs" />
+ <file name="images\dark\toolbar\bg.gif" path="images\dark\toolbar" />
+ <file name="images\dark\toolbar\btn-arrow-light.gif" path="images\dark\toolbar" />
+ <file name="images\dark\toolbar\btn-arrow.gif" path="images\dark\toolbar" />
+ <file name="images\dark\toolbar\btn-over-bg.gif" path="images\dark\toolbar" />
+ <file name="images\dark\toolbar\gray-bg.gif" path="images\dark\toolbar" />
+ <file name="images\dark\toolbar\tb-bg.gif" path="images\dark\toolbar" />
+ <file name="images\dark\toolbar\tb-btn-sprite.gif" path="images\dark\toolbar" />
+ <file name="images\dark\window\icon-error.gif" path="images\dark\window" />
+ <file name="images\dark\window\icon-info.gif" path="images\dark\window" />
+ <file name="images\dark\window\icon-question.gif" path="images\dark\window" />
+ <file name="images\dark\window\icon-warning.gif" path="images\dark\window" />
+ <file name="images\dark\window\left-corners.png" path="images\dark\window" />
+ <file name="images\dark\window\left-corners.pspimage" path="images\dark\window" />
+ <file name="images\dark\window\left-right.png" path="images\dark\window" />
+ <file name="images\dark\window\right-corners.png" path="images\dark\window" />
+ <file name="images\dark\window\top-bottom.png" path="images\dark\window" />
+ <file name="images\dark\gradient-bg.gif" path="images\dark" />
+ <file name="images\dark\s.gif" path="images\dark" />
+ <file name="images\default\tabs\scroll-left.gif" path="images\default\tabs" />
+ <file name="images\default\tabs\scroll-right.gif" path="images\default\tabs" />
+ <file name="css\reset.css" path="css" />
+ <file name="images\gray\tabs\scroll-left.gif" path="images\gray\tabs" />
+ <file name="images\gray\tabs\scroll-right.gif" path="images\gray\tabs" />
+ <file name="images\default\shared\loading-balls.gif" path="images\default\shared" />
+ <file name="raw-images\shadow.psd" path="raw-images" />
</project>
\ No newline at end of file
More information about the jboss-svn-commits
mailing list