diff --git a/scm-webapp/src/main/webapp/index.html b/scm-webapp/src/main/webapp/index.html index b1f82ef316..bd457baf5a 100644 --- a/scm-webapp/src/main/webapp/index.html +++ b/scm-webapp/src/main/webapp/index.html @@ -52,7 +52,7 @@ - + diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/css/xtheme-scm.css b/scm-webapp/src/main/webapp/resources/extjs/resources/css/xtheme-scm.css new file mode 100644 index 0000000000..84f833ff53 --- /dev/null +++ b/scm-webapp/src/main/webapp/resources/extjs/resources/css/xtheme-scm.css @@ -0,0 +1,1401 @@ +/*! + * Ext JS Library 3.4.0 + * Copyright(c) 2006-2011 Sencha Inc. + * licensing@sencha.com + * http://www.sencha.com/license + */ +/** colors **/ +/** header font **/ +/** font **/ +/** window **/ +.ext-el-mask { + background-color: #ccc; +} +.ext-el-mask-msg { + border-color: #999; + background-color: #ddd; + background-image: url(../images/gray/panel/white-top-bottom.gif); + background-position: 0 -1px; +} +.ext-el-mask-msg div { + background-color: #eee; + border-color: #d0d0d0; + color: #222; + font: normal 11px arial, tahoma, helvetica, sans-serif; +} +.x-mask-loading div { + background-color: #fbfbfb; + background-image: url(../images/default/grid/loading.gif); +} +.x-item-disabled { + color: gray; +} +.x-item-disabled * { + color: gray !important; +} +.x-splitbar-proxy { + background-color: #aaa; +} +.x-color-palette a { + border-color: #fff; +} +.x-color-palette a:hover, .x-color-palette a.x-color-palette-sel { + border-color: #CFCFCF; + background-color: #eaeaea; +} +/* +.x-color-palette em:hover, .x-color-palette span:hover{ + background-color: #eaeaea; +} +*/ +.x-color-palette em { + border-color: #aca899; +} +.x-ie-shadow { + background-color: #777; +} +.x-shadow .xsmc { + background-image: url(../images/default/shadow-c.png); +} +.x-shadow .xsml, .x-shadow .xsmr { + background-image: url(../images/default/shadow-lr.png); +} +.x-shadow .xstl, +.x-shadow .xstc, +.x-shadow .xstr, +.x-shadow .xsbl, +.x-shadow .xsbc, +.x-shadow .xsbr { + background-image: url(../images/default/shadow.png); +} +.loading-indicator { + font-size: 11px; + background-image: url(../images/default/grid/loading.gif); +} +.x-spotlight { + background-color: #ccc; +} +.x-tab-panel-header, .x-tab-panel-footer { + background-color: #eaeaea; + border-color: #d0d0d0; + overflow: hidden; + zoom: 1; +} +.x-tab-panel-header, .x-tab-panel-footer { + border-color: #d0d0d0; +} +ul.x-tab-strip-top { + background-color: #dbdbdb; + background-image: url(../images/gray/tabs/tab-strip-bg.gif); + border-bottom-color: #d0d0d0; +} +ul.x-tab-strip-bottom { + background-color: #dbdbdb; + background-image: url(../images/gray/tabs/tab-strip-btm-bg.gif); + border-top-color: #d0d0d0; +} +.x-tab-panel-header-plain .x-tab-strip-spacer, .x-tab-panel-footer-plain .x-tab-strip-spacer { + border-color: #d0d0d0; + background-color: #eaeaea; +} +.x-tab-strip span.x-tab-strip-text { + font: normal 11px arial, tahoma, helvetica, sans-serif; + color: #333; +} +.x-tab-strip-over span.x-tab-strip-text { + color: #111; +} +.x-tab-strip-active span.x-tab-strip-text { + color: #333; + font-weight: bold; +} +.x-tab-strip-disabled .x-tabs-text { + color: #aaaaaa; +} +.x-tab-strip-top .x-tab-right, .x-tab-strip-top .x-tab-left, .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-over .x-tab-left { + background-image: url(../images/gray/tabs/tab-btm-over-left-bg.gif); +} +.x-tab-strip-bottom .x-tab-strip-over .x-tab-right { + background-image: url(../images/gray/tabs/tab-btm-over-right-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-color: #fff; +} +.x-tab-panel-body-top { + border-top: 0 none; +} +.x-tab-panel-body-bottom { + border-bottom: 0 none; +} +.x-tab-scroller-left { + background-image: url(../images/gray/tabs/scroll-left.gif); + border-bottom-color: #d0d0d0; +} +.x-tab-scroller-left-over { + background-position: 0 0; +} +.x-tab-scroller-left-disabled { + background-position: -18px 0; + opacity: .5; + -moz-opacity: .5; + filter: alpha(opacity=50); + cursor: default; +} +.x-tab-scroller-right { + background-image: url(../images/gray/tabs/scroll-right.gif); + border-bottom-color: #d0d0d0; +} +.x-tab-panel-bbar .x-toolbar, .x-tab-panel-tbar .x-toolbar { + border-color: #d0d0d0; +} +.x-form-field { + font: normal 12px arial, tahoma, helvetica, sans-serif; +} +.x-form-text, textarea.x-form-field { + background-color: #fff; + background-image: url(../images/default/form/text-bg.gif); + border-color: #C1C1C1; +} +.x-form-select-one { + background-color: #fff; + border-color: #C1C1C1; +} +.x-form-check-group-label { + border-bottom: 1px solid #d0d0d0; + color: #333; +} +.x-editor .x-form-check-wrap { + background-color: #fff; +} +.x-form-field-wrap .x-form-trigger { + background-image: url(../images/gray/form/trigger.gif); + border-bottom-color: #b5b8c8; +} +.x-form-field-wrap .x-form-date-trigger { + background-image: url(../images/gray/form/date-trigger.gif); +} +.x-form-field-wrap .x-form-clear-trigger { + background-image: url(../images/gray/form/clear-trigger.gif); +} +.x-form-field-wrap .x-form-search-trigger { + background-image: url(../images/gray/form/search-trigger.gif); +} +.x-trigger-wrap-focus .x-form-trigger { + border-bottom-color: #777777; +} +.x-item-disabled .x-form-trigger-over { + border-bottom-color: #b5b8c8; +} +.x-item-disabled .x-form-trigger-click { + border-bottom-color: #b5b8c8; +} +.x-form-focus, textarea.x-form-focus { + border-color: #777777; +} +.x-form-invalid, textarea.x-form-invalid { + background-color: #fff; + background-image: url(../images/default/grid/invalid_line.gif); + border-color: #c30; +} +.ext-webkit .x-form-invalid { + background-color: #fee; + border-color: #ff7870; +} +.x-form-inner-invalid, textarea.x-form-inner-invalid { + background-color: #fff; + background-image: url(../images/default/grid/invalid_line.gif); +} +.x-form-grow-sizer { + font: normal 12px arial, tahoma, helvetica, sans-serif; +} +.x-form-item { + font: normal 12px arial, tahoma, helvetica, sans-serif; +} +.x-form-invalid-msg { + color: #c0272b; + font: normal 11px arial, tahoma, helvetica, sans-serif; + background-image: url(../images/default/shared/warning.gif); +} +.x-form-empty-field { + color: gray; +} +.x-small-editor .x-form-field { + font: normal 11px arial, tahoma, helvetica, sans-serif; +} +.ext-webkit .x-small-editor .x-form-field { + font-size: 12px; + font-weight: normal; + font-family: arial, tahoma, helvetica, sans-serif; +} +.x-form-invalid-icon { + background-image: url(../images/default/form/exclamation.gif); +} +.x-fieldset { + border-color: #CCCCCC; +} +.x-fieldset legend { + font: bold 11px arial, tahoma, helvetica, sans-serif; + color: #777777; +} +.x-btn { + font: normal 11px arial, tahoma, helvetica, sans-serif; +} +.x-btn button { + font: normal 11px arial, tahoma, helvetica, sans-serif; + color: #333; +} +.x-btn em { + font-style: normal; + font-weight: normal; +} +.x-btn-tl, +.x-btn-tr, +.x-btn-tc, +.x-btn-ml, +.x-btn-mr, +.x-btn-mc, +.x-btn-bl, +.x-btn-br, +.x-btn-bc { + background-image: url(../images/gray/button/btn.gif); +} +.x-btn-click .x-btn-text, .x-btn-menu-active .x-btn-text, .x-btn-pressed .x-btn-text { + color: #000; +} +.x-btn-disabled * { + color: gray !important; +} +.x-btn-mc em.x-btn-arrow { + background-image: url(../images/default/button/arrow.gif); +} +.x-btn-mc em.x-btn-split { + background-image: url(../images/default/button/s-arrow.gif); +} +.x-btn-over .x-btn-mc em.x-btn-split, +.x-btn-click .x-btn-mc em.x-btn-split, +.x-btn-menu-active .x-btn-mc em.x-btn-split, +.x-btn-pressed .x-btn-mc em.x-btn-split { + background-image: url(../images/gray/button/s-arrow-o.gif); +} +.x-btn-mc em.x-btn-arrow-bottom { + background-image: url(../images/default/button/s-arrow-b-noline.gif); +} +.x-btn-mc em.x-btn-split-bottom { + background-image: url(../images/default/button/s-arrow-b.gif); +} +.x-btn-over .x-btn-mc em.x-btn-split-bottom, +.x-btn-click .x-btn-mc em.x-btn-split-bottom, +.x-btn-menu-active .x-btn-mc em.x-btn-split-bottom, +.x-btn-pressed .x-btn-mc em.x-btn-split-bottom { + background-image: url(../images/gray/button/s-arrow-bo.gif); +} +.x-btn-group-header { + color: #666; +} +.x-btn-group-tc { + background-image: url(../images/gray/button/group-tb.gif); +} +.x-btn-group-tl { + background-image: url(../images/gray/button/group-cs.gif); +} +.x-btn-group-tr { + background-image: url(../images/gray/button/group-cs.gif); +} +.x-btn-group-bc { + background-image: url(../images/gray/button/group-tb.gif); +} +.x-btn-group-bl { + background-image: url(../images/gray/button/group-cs.gif); +} +.x-btn-group-br { + background-image: url(../images/gray/button/group-cs.gif); +} +.x-btn-group-ml { + background-image: url(../images/gray/button/group-lr.gif); +} +.x-btn-group-mr { + background-image: url(../images/gray/button/group-lr.gif); +} +.x-btn-group-notitle .x-btn-group-tc { + background-image: url(../images/gray/button/group-tb.gif); +} +.x-toolbar { + border-color: #d0d0d0; + background-color: #f0f0f0; + background-image: url(../images/gray/toolbar/bg.gif); +} +.x-toolbar td, +.x-toolbar span, +.x-toolbar input, +.x-toolbar div, +.x-toolbar select, +.x-toolbar label { + font: normal 11px arial, tahoma, helvetica, sans-serif; +} +.x-toolbar .x-item-disabled { + color: gray; +} +.x-toolbar .x-item-disabled * { + color: gray; +} +.x-toolbar .x-btn-mc em.x-btn-split { + background-image: url(../images/default/button/s-arrow-noline.gif); +} +.x-toolbar .x-btn-over .x-btn-mc em.x-btn-split, +.x-toolbar .x-btn-click .x-btn-mc em.x-btn-split, +.x-toolbar .x-btn-menu-active .x-btn-mc em.x-btn-split, +.x-toolbar .x-btn-pressed .x-btn-mc em.x-btn-split { + background-image: url(../images/gray/button/s-arrow-o.gif); +} +.x-toolbar .x-btn-mc em.x-btn-split-bottom { + background-image: url(../images/default/button/s-arrow-b-noline.gif); +} +.x-toolbar .x-btn-over .x-btn-mc em.x-btn-split-bottom, +.x-toolbar .x-btn-click .x-btn-mc em.x-btn-split-bottom, +.x-toolbar .x-btn-menu-active .x-btn-mc em.x-btn-split-bottom, +.x-toolbar .x-btn-pressed .x-btn-mc em.x-btn-split-bottom { + background-image: url(../images/gray/button/s-arrow-bo.gif); +} +.x-toolbar .xtb-sep { + background-image: url(../images/default/grid/grid-split.gif); +} +.x-tbar-page-first { + background-image: url(../images/gray/grid/page-first.gif) !important; +} +.x-tbar-loading { + background-image: url(../images/gray/grid/refresh.gif) !important; +} +.x-tbar-page-last { + background-image: url(../images/gray/grid/page-last.gif) !important; +} +.x-tbar-page-next { + background-image: url(../images/gray/grid/page-next.gif) !important; +} +.x-tbar-page-prev { + background-image: url(../images/gray/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 { + color: #444; +} +.x-toolbar-more-icon { + background-image: url(../images/gray/toolbar/more.gif) !important; +} +.x-resizable-handle { + background-color: #fff; +} +.x-resizable-over .x-resizable-handle-east, +.x-resizable-pinned .x-resizable-handle-east, +.x-resizable-over .x-resizable-handle-west, +.x-resizable-pinned .x-resizable-handle-west { + background-image: url(../images/gray/sizer/e-handle.gif); +} +.x-resizable-over .x-resizable-handle-south, +.x-resizable-pinned .x-resizable-handle-south, +.x-resizable-over .x-resizable-handle-north, +.x-resizable-pinned .x-resizable-handle-north { + background-image: url(../images/gray/sizer/s-handle.gif); +} +.x-resizable-over .x-resizable-handle-north, .x-resizable-pinned .x-resizable-handle-north { + background-image: url(../images/gray/sizer/s-handle.gif); +} +.x-resizable-over .x-resizable-handle-southeast, .x-resizable-pinned .x-resizable-handle-southeast { + background-image: url(../images/gray/sizer/se-handle.gif); +} +.x-resizable-over .x-resizable-handle-northwest, .x-resizable-pinned .x-resizable-handle-northwest { + background-image: url(../images/gray/sizer/nw-handle.gif); +} +.x-resizable-over .x-resizable-handle-northeast, .x-resizable-pinned .x-resizable-handle-northeast { + background-image: url(../images/gray/sizer/ne-handle.gif); +} +.x-resizable-over .x-resizable-handle-southwest, .x-resizable-pinned .x-resizable-handle-southwest { + background-image: url(../images/gray/sizer/sw-handle.gif); +} +.x-resizable-proxy { + border-color: #565656; +} +.x-resizable-overlay { + background-color: #fff; +} +.x-grid3 { + background-color: #fff; +} +.x-grid-panel .x-panel-mc .x-panel-body { + border-color: #d0d0d0; +} +.x-grid3-row td, .x-grid3-summary-row td { + /** ?? font-size 11px/13px ?? **/ + + font: normal 11px arial, tahoma, helvetica, sans-serif; +} +.x-grid3-hd-row td { + /** ?? font-size 11px/15px ?? **/ + + font: normal 11px arial, tahoma, helvetica, sans-serif; +} +.x-grid3-hd-row td { + border-left-color: #eee; + border-right-color: #d0d0d0; +} +.x-grid-row-loading { + background-color: #fff; + background-image: url(../images/default/shared/loading-balls.gif); +} +.x-grid3-row { + border-color: #ededed; + border-top-color: #fff; +} +.x-grid3-row-alt { + background-color: #fafafa; +} +.x-grid3-row-over { + border-color: #ddd; + background-color: #efefef; + background-image: url(../images/default/grid/row-over.gif); +} +.x-grid3-resize-proxy { + background-color: #777; +} +.x-grid3-resize-marker { + background-color: #777; +} +.x-grid3-header { + background-color: #f9f9f9; + background-image: url(../images/gray/grid/grid3-hrow2.gif); +} +.x-grid3-header-pop { + border-left-color: #d0d0d0; +} +.x-grid3-header-pop-inner { + border-left-color: #eee; + background-image: url(../images/default/grid/hd-pop.gif); +} +td.x-grid3-hd-over, +td.sort-desc, +td.sort-asc, +td.x-grid3-hd-menu-open { + border-left-color: #ACACAC; + border-right-color: #ACACAC; +} +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-color: #f9f9f9; + background-image: url(../images/gray/grid/grid3-hrow-over2.gif); +} +.sort-asc .x-grid3-sort-icon { + background-image: url(../images/gray/grid/sort_asc.gif); +} +.sort-desc .x-grid3-sort-icon { + background-image: url(../images/gray/grid/sort_desc.gif); +} +.x-grid3-cell-text, .x-grid3-hd-text { + color: #000; +} +.x-grid3-split { + background-image: url(../images/default/grid/grid-split.gif); +} +.x-grid3-hd-text { + color: #333; +} +.x-dd-drag-proxy .x-grid3-hd-inner { + background-color: #f9f9f9; + background-image: url(../images/gray/grid/grid3-hrow-over2.gif); + border-color: #ACACAC; +} +.col-move-top { + background-image: url(../images/gray/grid/col-move-top.gif); +} +.col-move-bottom { + background-image: url(../images/gray/grid/col-move-bottom.gif); +} +.x-grid3-row-selected { + background-color: #CCCCCC !important; + background-image: none; + border-color: #ACACAC; +} +.x-grid3-cell-selected { + background-color: #CBCBCB !important; + color: #000; +} +.x-grid3-cell-selected span { + color: #000 !important; +} +.x-grid3-cell-selected .x-grid3-cell-text { + color: #000; +} +.x-grid3-locked td.x-grid3-row-marker, .x-grid3-locked .x-grid3-row-selected td.x-grid3-row-marker { + background-color: #ebeadb !important; + background-image: url(../images/default/grid/grid-hrow.gif) !important; + color: #000; + border-top-color: #fff; + border-right-color: #6fa0df !important; +} +.x-grid3-locked td.x-grid3-row-marker div, .x-grid3-locked .x-grid3-row-selected td.x-grid3-row-marker div { + color: #333 !important; +} +.x-grid3-dirty-cell { + background-image: url(../images/default/grid/dirty.gif); +} +.x-grid3-topbar, .x-grid3-bottombar { + font: normal 11px arial, tahoma, helvetica, sans-serif; +} +.x-grid3-bottombar .x-toolbar { + border-top-color: #a9bfd3; +} +.x-props-grid .x-grid3-td-name .x-grid3-cell-inner { + background-image: url(../images/default/grid/grid3-special-col-bg.gif) !important; + color: #000 !important; +} +.x-props-grid .x-grid3-body .x-grid3-td-name { + background-color: #fff !important; + border-right-color: #eee; +} +.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); +} +.x-grid3-hd-btn { + background-color: #f9f9f9; + background-image: url(../images/gray/grid/grid3-hd-btn.gif); +} +.x-grid3-body .x-grid3-td-expander { + background-image: url(../images/default/grid/grid3-special-col-bg.gif); +} +.x-grid3-row-expander { + background-image: url(../images/gray/grid/row-expand-sprite.gif); +} +.x-grid3-body .x-grid3-td-checker { + background-image: url(../images/default/grid/grid3-special-col-bg.gif); +} +.x-grid3-row-checker, .x-grid3-hd-checker { + background-image: url(../images/default/grid/row-check-sprite.gif); +} +.x-grid3-body .x-grid3-td-numberer { + background-image: url(../images/default/grid/grid3-special-col-bg.gif); +} +.x-grid3-body .x-grid3-td-numberer .x-grid3-cell-inner { + color: #444; +} +.x-grid3-body .x-grid3-td-row-icon { + background-image: url(../images/default/grid/grid3-special-col-bg.gif); +} +.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-image: url(../images/gray/grid/grid3-special-col-sel-bg.gif); +} +.x-grid3-check-col { + background-image: url(../images/default/menu/unchecked.gif); +} +.x-grid3-check-col-on { + background-image: url(../images/default/menu/checked.gif); +} +.x-grid-group, .x-grid-group-body, .x-grid-group-hd { + zoom: 1; +} +.x-grid-group-hd { + border-bottom-color: #d0d0d0; +} +.x-grid-group-hd div.x-grid-group-title { + background-image: url(../images/gray/grid/group-collapse.gif); + color: #5F5F5F; + font: bold 11px arial, tahoma, helvetica, sans-serif; +} +.x-grid-group-collapsed .x-grid-group-hd div.x-grid-group-title { + background-image: url(../images/gray/grid/group-expand.gif); +} +.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); +} +.x-grid-empty { + color: gray; + font: normal 11px arial, tahoma, helvetica, sans-serif; +} +.x-grid-with-col-lines .x-grid3-row td.x-grid3-cell { + border-right-color: #ededed; +} +.x-grid-with-col-lines .x-grid3-row { + border-top-color: #ededed; +} +.x-grid-with-col-lines .x-grid3-row-selected { + border-top-color: #B9B9B9; +} +.x-pivotgrid .x-grid3-header-offset table td { + background: url(../images/gray/grid/grid3-hrow2.gif) repeat-x 50% 100%; + border-left: 1px solid; + border-right: 1px solid; + border-left-color: #d0d0d0; + border-right-color: #d0d0d0; +} +.x-pivotgrid .x-grid3-row-headers { + background-color: #f9f9f9; +} +.x-pivotgrid .x-grid3-row-headers table td { + background: #eeeeee url(../images/default/grid/grid3-rowheader.gif) repeat-x left top; + border-left: 1px solid; + border-right: 1px solid; + border-left-color: #EEE; + border-right-color: #d0d0d0; + border-bottom: 1px solid; + border-bottom-color: #d0d0d0; + height: 18px; +} +.x-dd-drag-ghost { + color: #000; + font: normal 11px arial, tahoma, helvetica, sans-serif; + border-color: #ddd #bbb #bbb #ddd; + background-color: #fff; +} +.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 { + background-color: #D6D6D6; + border-color: #888888; +} +.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); +} +.x-tree-node-collapsed .x-tree-node-icon { + background-image: url(../images/default/tree/folder.gif); +} +.x-tree-node-loading .x-tree-node-icon { + background-image: url(../images/default/tree/loading.gif) !important; +} +.x-tree-node .x-tree-node-inline-icon { + background-image: none; +} +.x-tree-node-loading a span { + font-style: italic; + color: #444444; +} +.ext-ie .x-tree-node-el input { + width: 15px; + height: 15px; +} +.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/gray/tree/elbow-end-plus.gif); +} +.x-tree-lines .x-tree-elbow-end-minus { + background-image: url(../images/gray/tree/elbow-end-minus.gif); +} +.x-tree-lines .x-tree-elbow-line { + background-image: url(../images/default/tree/elbow-line.gif); +} +.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-plus { + background-image: url(../images/gray/tree/elbow-end-plus-nl.gif); +} +.x-tree-no-lines .x-tree-elbow-end-minus { + background-image: url(../images/gray/tree/elbow-end-minus-nl.gif); +} +.x-tree-arrows .x-tree-elbow-plus { + background-image: url(../images/gray/tree/arrows.gif); +} +.x-tree-arrows .x-tree-elbow-minus { + background-image: url(../images/gray/tree/arrows.gif); +} +.x-tree-arrows .x-tree-elbow-end-plus { + background-image: url(../images/gray/tree/arrows.gif); +} +.x-tree-arrows .x-tree-elbow-end-minus { + background-image: url(../images/gray/tree/arrows.gif); +} +.x-tree-node { + color: #000; + font: normal 11px arial, tahoma, helvetica, sans-serif; +} +.x-tree-node a, .x-dd-drag-ghost a { + color: #000; +} +.x-tree-node a span, .x-dd-drag-ghost a span { + color: #000; +} +.x-tree-node .x-tree-node-disabled a span { + color: gray !important; +} +.x-tree-node div.x-tree-drag-insert-below { + border-bottom-color: #36c; +} +.x-tree-node div.x-tree-drag-insert-above { + border-top-color: #36c; +} +.x-tree-dd-underline .x-tree-node div.x-tree-drag-insert-below a { + border-bottom-color: #36c; +} +.x-tree-dd-underline .x-tree-node div.x-tree-drag-insert-above a { + border-top-color: #36c; +} +.x-tree-node .x-tree-drag-append a span { + background-color: #ddd; + border-color: gray; +} +.x-tree-node .x-tree-node-over { + background-color: #eee; +} +.x-tree-node .x-tree-selected { + background-color: #ddd; +} +.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); +} +.x-date-picker { + border-color: #585858; + background-color: #fff; +} +.x-date-middle, .x-date-left, .x-date-right { + background-image: url(../images/gray/shared/hd-sprite.gif); + color: #fff; + font: bold 11 tahoma, arial, verdana, sans-serif; +} +.x-date-middle .x-btn .x-btn-text { + color: #fff; +} +.x-date-middle .x-btn-mc em.x-btn-arrow { + background-image: url(../images/gray/toolbar/btn-arrow-light.gif); +} +.x-date-right a { + background-image: url(../images/gray/shared/right-btn.gif); +} +.x-date-left a { + background-image: url(../images/gray/shared/left-btn.gif); +} +.x-date-inner th { + background-color: #D8D8D8; + background-image: url(../images/gray/panel/white-top-bottom.gif); + border-bottom-color: #AFAFAF; + font: normal 10px arial, tahoma, helvetica, sans-serif; + color: #595959; +} +.x-date-inner td { + border-color: #fff; +} +.x-date-inner a { + font: normal 11px arial, tahoma, helvetica, sans-serif; + color: #000; +} +.x-date-inner .x-date-active { + color: #000; +} +.x-date-inner .x-date-selected a { + background-image: none; + background-color: #D8D8D8; + border-color: #DCDCDC; +} +.x-date-inner .x-date-today a { + border-color: darkred; +} +.x-date-inner .x-date-selected span { + font-weight: bold; +} +.x-date-inner .x-date-prevday a, .x-date-inner .x-date-nextday a { + color: #aaa; +} +.x-date-bottom { + border-top-color: #AFAFAF; + background-color: #D8D8D8; + background: #d8d8d8 url(../images/gray/panel/white-top-bottom.gif) 0 -2px; +} +.x-date-inner a:hover, .x-date-inner .x-date-disabled a:hover { + color: #000; + background-color: #D8D8D8; +} +.x-date-inner .x-date-disabled a { + background-color: #eee; + color: #bbb; +} +.x-date-mmenu { + background-color: #eee !important; +} +.x-date-mmenu .x-menu-item { + font-size: 10px; + color: #000; +} +.x-date-mp { + background-color: #fff; +} +.x-date-mp td { + font: normal 11px arial, tahoma, helvetica, sans-serif; +} +.x-date-mp-btns button { + background-color: #4E565F; + color: #fff; + border-color: #C0C0C0 #434343 #434343 #C0C0C0; + font: normal 11px arial, tahoma, helvetica, sans-serif; +} +.x-date-mp-btns { + background-color: #D8D8D8; + background: #d8d8d8 url(../images/gray/panel/white-top-bottom.gif) 0 -2px; +} +.x-date-mp-btns td { + border-top-color: #AFAFAF; +} +td.x-date-mp-month a, td.x-date-mp-year a { + color: #333; +} +td.x-date-mp-month a:hover, td.x-date-mp-year a:hover { + color: #333; + background-color: #FDFDFD; +} +td.x-date-mp-sel a { + background-color: #D8D8D8; + background: #d8d8d8 url(../images/gray/panel/white-top-bottom.gif) 0 -2px; + border-color: #DCDCDC; +} +.x-date-mp-ybtn a { + background-image: url(../images/gray/panel/tool-sprites.gif); +} +td.x-date-mp-sep { + border-right-color: #d7d7d7; +} +.x-tip .x-tip-close { + background-image: url(../images/gray/qtip/close.gif); +} +.x-tip .x-tip-tc, +.x-tip .x-tip-tl, +.x-tip .x-tip-tr, +.x-tip .x-tip-bc, +.x-tip .x-tip-bl, +.x-tip .x-tip-br, +.x-tip .x-tip-ml, +.x-tip .x-tip-mr { + background-image: url(../images/gray/qtip/tip-sprite.gif); +} +.x-tip .x-tip-mc { + font: normal 11px arial, tahoma, helvetica, sans-serif; +} +.x-tip .x-tip-ml { + background-color: #fff; +} +.x-tip .x-tip-header-text { + font: bold 11px arial, tahoma, helvetica, sans-serif; + color: #444; +} +.x-tip .x-tip-body { + font: normal 11px arial, tahoma, helvetica, sans-serif; + color: #444; +} +.x-form-invalid-tip .x-tip-tc, +.x-form-invalid-tip .x-tip-tl, +.x-form-invalid-tip .x-tip-tr, +.x-form-invalid-tip .x-tip-bc, +.x-form-invalid-tip .x-tip-bl, +.x-form-invalid-tip .x-tip-br, +.x-form-invalid-tip .x-tip-ml, +.x-form-invalid-tip .x-tip-mr { + background-image: url(../images/default/form/error-tip-corners.gif); +} +.x-form-invalid-tip .x-tip-body { + background-image: url(../images/default/form/exclamation.gif); +} +.x-tip-anchor { + background-image: url(../images/gray/qtip/tip-anchor-sprite.gif); +} +.x-menu { + background-color: #f0f0f0; + background-image: url(../images/default/menu/menu.gif); +} +.x-menu-floating { + border-color: #7D7D7D; +} +.x-menu-nosep { + background-image: none; +} +.x-menu-list-item { + font: normal 11px arial, tahoma, helvetica, sans-serif; +} +.x-menu-item-arrow { + background-image: url(../images/gray/menu/menu-parent.gif); +} +.x-menu-sep { + background-color: #e0e0e0; + border-bottom-color: #fff; +} +a.x-menu-item { + color: #222; +} +.x-menu-item-active { + background-image: url(../images/gray/menu/item-over.gif); + background-color: #f1f1f1; + border-color: #ACACAC; +} +.x-menu-item-active a.x-menu-item { + border-color: #ACACAC; +} +.x-menu-check-item .x-menu-item-icon { + background-image: url(../images/default/menu/unchecked.gif); +} +.x-menu-item-checked .x-menu-item-icon { + background-image: url(../images/default/menu/checked.gif); +} +.x-menu-item-checked .x-menu-group-item .x-menu-item-icon { + background-image: url(../images/gray/menu/group-checked.gif); +} +.x-menu-group-item .x-menu-item-icon { + background-image: none; +} +.x-menu-plain { + background-color: #fff !important; +} +.x-menu .x-date-picker { + border-color: #AFAFAF; +} +.x-cycle-menu .x-menu-item-checked { + border-color: #B9B9B9 !important; + background-color: #f1f1f1; +} +.x-menu-scroller-top { + background-image: url(../images/default/layout/mini-top.gif); +} +.x-menu-scroller-bottom { + background-image: url(../images/default/layout/mini-bottom.gif); +} +.x-box-tl { + background-image: url(../images/default/box/corners.gif); +} +.x-box-tc { + background-image: url(../images/default/box/tb.gif); +} +.x-box-tr { + background-image: url(../images/default/box/corners.gif); +} +.x-box-ml { + background-image: url(../images/default/box/l.gif); +} +.x-box-mc { + background-color: #eee; + background-image: url(../images/default/box/tb.gif); + font-family: arial, tahoma, helvetica, sans-serif; + color: #393939; + font-size: 12px; +} +.x-box-mc h3 { + font-size: 14px; + font-weight: bold; +} +.x-box-mr { + background-image: url(../images/default/box/r.gif); +} +.x-box-bl { + background-image: url(../images/default/box/corners.gif); +} +.x-box-bc { + background-image: url(../images/default/box/tb.gif); +} +.x-box-br { + background-image: url(../images/default/box/corners.gif); +} +.x-box-blue .x-box-bl, +.x-box-blue .x-box-br, +.x-box-blue .x-box-tl, +.x-box-blue .x-box-tr { + background-image: url(../images/default/box/corners-blue.gif); +} +.x-box-blue .x-box-bc, .x-box-blue .x-box-mc, .x-box-blue .x-box-tc { + background-image: url(../images/default/box/tb-blue.gif); +} +.x-box-blue .x-box-mc { + background-color: #c3daf9; +} +.x-box-blue .x-box-mc h3 { + color: #17385b; +} +.x-box-blue .x-box-ml { + background-image: url(../images/default/box/l-blue.gif); +} +.x-box-blue .x-box-mr { + background-image: url(../images/default/box/r-blue.gif); +} +.x-combo-list { + border-color: #ccc; + background-color: #ddd; + font: normal 12px arial, tahoma, helvetica, sans-serif; +} +.x-combo-list-inner { + background-color: #fff; +} +.x-combo-list-hd { + font: bold 11px arial, tahoma, helvetica, sans-serif; + color: #333; + background-image: url(../images/default/layout/panel-title-light-bg.gif); + border-bottom-color: #BCBCBC; +} +.x-resizable-pinned .x-combo-list-inner { + border-bottom-color: #BEBEBE; +} +.x-combo-list-item { + border-color: #fff; +} +.x-combo-list .x-combo-selected { + border-color: #777 !important; + background-color: #f0f0f0; +} +.x-combo-list .x-toolbar { + border-top-color: #BCBCBC; +} +.x-combo-list-small { + font: normal 11px arial, tahoma, helvetica, sans-serif; +} +.x-panel { + border-color: #d0d0d0; +} +.x-panel-header { + color: #333; + font-weight: bold; + font-size: 11; + font-family: tahoma, arial, verdana, sans-serif; + border-color: #d0d0d0; + background-image: url(../images/gray/panel/white-top-bottom.gif); +} +.x-panel-body { + border-color: #d0d0d0; + background-color: #fff; +} +.x-panel-bbar .x-toolbar, .x-panel-tbar .x-toolbar { + border-color: #d0d0d0; +} +.x-panel-tbar-noheader .x-toolbar, .x-panel-mc .x-panel-tbar .x-toolbar { + border-top-color: #d0d0d0; +} +.x-panel-body-noheader, .x-panel-mc .x-panel-body { + border-top-color: #d0d0d0; +} +.x-panel-tl .x-panel-header { + color: #333; + font: bold 11 tahoma, arial, verdana, sans-serif; +} +.x-panel-tc { + background-image: url(../images/gray/panel/top-bottom.gif); +} +.x-panel-tl, +.x-panel-tr, +.x-panel-bl, +.x-panel-br { + background-image: url(../images/gray/panel/corners-sprite.gif); + border-bottom-color: #d0d0d0; +} +.x-panel-bc { + background-image: url(../images/gray/panel/top-bottom.gif); +} +.x-panel-mc { + font: normal 11px arial, tahoma, helvetica, sans-serif; + background-color: #f1f1f1; +} +.x-panel-ml { + background-color: #fff; + background-image: url(../images/gray/panel/left-right.gif); +} +.x-panel-mr { + background-image: url(../images/gray/panel/left-right.gif); +} +.x-tool { + background-image: url(../images/gray/panel/tool-sprites.gif); +} +.x-panel-ghost { + background-color: #f2f2f2; +} +.x-panel-ghost ul { + border-color: #d0d0d0; +} +.x-panel-dd-spacer { + border-color: #d0d0d0; +} +.x-panel-fbar td, +.x-panel-fbar span, +.x-panel-fbar input, +.x-panel-fbar div, +.x-panel-fbar select, +.x-panel-fbar label { + font: normal 11px arial, tahoma, helvetica, sans-serif; +} +.x-window-proxy { + background-color: #fcfcfc; + border-color: #d0d0d0; +} +.x-window-tl .x-window-header { + color: #555; + font: bold 11 tahoma, arial, verdana, sans-serif; +} +.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-color: #d0d0d0; + font: normal 11px arial, tahoma, helvetica, sans-serif; + background-color: #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-window-maximized .x-window-tc { + background-color: #fff; +} +.x-window-bbar .x-toolbar { + border-top-color: #d0d0d0; +} +.x-panel-ghost .x-window-tl { + border-bottom-color: #d0d0d0; +} +.x-panel-collapsed .x-window-tl { + border-bottom-color: #d0d0d0; +} +.x-dlg-mask { + background-color: #ccc; +} +.x-window-plain .x-window-mc { + background-color: #E8E8E8; + border-color: #D0D0D0 #EEEEEE #EEEEEE #D0D0D0; +} +.x-window-plain .x-window-body { + border-color: #EEEEEE #D0D0D0 #D0D0D0 #EEEEEE; +} +body.x-body-masked .x-window-plain .x-window-mc { + background-color: #E4E4E4; +} +.x-html-editor-wrap { + border-color: #BCBCBC; + background-color: #fff; +} +.x-html-editor-tb .x-btn-text { + background-image: url(../images/default/editor/tb-sprite.gif); +} +.x-panel-noborder .x-panel-header-noborder { + border-bottom-color: #d0d0d0; +} +.x-panel-noborder .x-panel-tbar-noborder .x-toolbar { + border-bottom-color: #d0d0d0; +} +.x-panel-noborder .x-panel-bbar-noborder .x-toolbar { + border-top-color: #d0d0d0; +} +.x-tab-panel-bbar-noborder .x-toolbar { + border-top-color: #d0d0d0; +} +.x-tab-panel-tbar-noborder .x-toolbar { + border-bottom-color: #d0d0d0; +} +.x-border-layout-ct { + background-color: #f0f0f0; +} +.x-border-layout-ct { + background-color: #f0f0f0; +} +.x-accordion-hd { + color: #222; + font-weight: normal; + background-image: url(../images/gray/panel/light-hd.gif); +} +.x-layout-collapsed { + background-color: #dfdfdf; + border-color: #d0d0d0; +} +.x-layout-collapsed-over { + background-color: #e7e7e7; +} +.x-layout-split-west .x-layout-mini { + background-image: url(../images/default/layout/mini-left.gif); +} +.x-layout-split-east .x-layout-mini { + background-image: url(../images/default/layout/mini-right.gif); +} +.x-layout-split-north .x-layout-mini { + background-image: url(../images/default/layout/mini-top.gif); +} +.x-layout-split-south .x-layout-mini { + background-image: url(../images/default/layout/mini-bottom.gif); +} +.x-layout-cmini-west .x-layout-mini { + background-image: url(../images/default/layout/mini-right.gif); +} +.x-layout-cmini-east .x-layout-mini { + background-image: url(../images/default/layout/mini-left.gif); +} +.x-layout-cmini-north .x-layout-mini { + background-image: url(../images/default/layout/mini-bottom.gif); +} +.x-layout-cmini-south .x-layout-mini { + background-image: url(../images/default/layout/mini-top.gif); +} +.x-progress-wrap { + border-color: #8E8E8E; +} +.x-progress-inner { + background-color: #E7E7E7; + background-image: url(../images/gray/qtip/bg.gif); +} +.x-progress-bar { + background-color: #BCBCBC; + background-image: url(../images/gray/progress/progress-bg.gif); + border-top-color: #E2E2E2; + border-bottom-color: #A4A4A4; + border-right-color: #A4A4A4; +} +.x-progress-text { + font-size: 11; + font-weight: bold; + color: #fff; +} +.x-progress-text-back { + color: #5F5F5F; +} +.x-list-header { + background-color: #f9f9f9; + background-image: url(../images/gray/grid/grid3-hrow2.gif); +} +.x-list-header-inner div em { + border-left-color: #ddd; + font: normal arial, tahoma, helvetica, sans-serif; +} +.x-list-body dt em { + font: normal arial, tahoma, helvetica, sans-serif; +} +.x-list-over { + background-color: #eee; +} +.x-list-selected { + background-color: #f0f0f0; +} +.x-list-resizer { + border-left-color: #555; + border-right-color: #555; +} +.x-list-header-inner em.sort-asc, .x-list-header-inner em.sort-desc { + background-image: url(../images/gray/grid/sort-hd.gif); + border-color: #d0d0d0; +} +.x-slider-horz, .x-slider-horz .x-slider-end, .x-slider-horz .x-slider-inner { + background-image: url(../images/default/slider/slider-bg.png); +} +.x-slider-horz .x-slider-thumb { + background-image: url(../images/gray/slider/slider-thumb.png); +} +.x-slider-vert, .x-slider-vert .x-slider-end, .x-slider-vert .x-slider-inner { + background-image: url(../images/default/slider/slider-v-bg.png); +} +.x-slider-vert .x-slider-thumb { + background-image: url(../images/gray/slider/slider-v-thumb.png); +} +.x-window-dlg .ext-mb-text, .x-window-dlg .x-window-header-text { + font-size: 12px; +} +.x-window-dlg .ext-mb-textarea { + font: normal 12px arial, tahoma, helvetica, sans-serif; +} +.x-window-dlg .x-msg-box-wait { + background-image: url(../images/default/grid/loading.gif); +} +.x-window-dlg .ext-mb-info { + background-image: url(../images/gray/window/icon-info.gif); +} +.x-window-dlg .ext-mb-warning { + background-image: url(../images/gray/window/icon-warning.gif); +} +.x-window-dlg .ext-mb-question { + background-image: url(../images/gray/window/icon-question.gif); +} +.x-window-dlg .ext-mb-error { + background-image: url(../images/gray/window/icon-error.gif); +} diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/css/xtheme-scm.less b/scm-webapp/src/main/webapp/resources/extjs/resources/css/xtheme-scm.less new file mode 100644 index 0000000000..d60188de11 --- /dev/null +++ b/scm-webapp/src/main/webapp/resources/extjs/resources/css/xtheme-scm.less @@ -0,0 +1,1417 @@ +/*! + * Ext JS Library 3.4.0 + * Copyright(c) 2006-2011 Sencha Inc. + * licensing@sencha.com + * http://www.sencha.com/license + */ + +/** colors **/ +@base-color: #F1F1F1; +@header-color: #D7D7D7; +@background-color: #FFFFFF; +@border-color: #d0d0d0; + +/** header font **/ +@header-font-color: #222222; +@header-font-weight: bold; +@header-font-family: tahoma, arial, verdana, sans-serif; +@header-font-size: 11; + +/** font **/ +@font-color: #000000; +@font-weight: normal; +@font-family: arial, tahoma, helvetica, sans-serif; +@font-size: 11px; + +/** window **/ +@window-transparency:'255'; + +.ext-el-mask { + background-color: #ccc; +} +.ext-el-mask-msg { + border-color: #999; + background-color: #ddd; + background-image: url(../images/gray/panel/white-top-bottom.gif); + background-position: 0 -1px; +} +.ext-el-mask-msg div { + background-color: #eee; + border-color: #d0d0d0; + color: #222; + font: @font-weight @font-size @font-family; +} +.x-mask-loading div { + background-color: #fbfbfb; + background-image: url(../images/default/grid/loading.gif); +} +.x-item-disabled { + color: gray; +} +.x-item-disabled * { + color: gray !important; +} +.x-splitbar-proxy { + background-color: #aaa; +} +.x-color-palette a { + border-color: #fff; +} +.x-color-palette a:hover, .x-color-palette a.x-color-palette-sel { + border-color: #CFCFCF; + background-color: #eaeaea; +} +/* +.x-color-palette em:hover, .x-color-palette span:hover{ + background-color: #eaeaea; +} +*/ +.x-color-palette em { + border-color: #aca899; +} +.x-ie-shadow { + background-color: #777; +} +.x-shadow .xsmc { + background-image: url(../images/default/shadow-c.png); +} +.x-shadow .xsml, .x-shadow .xsmr { + background-image: url(../images/default/shadow-lr.png); +} +.x-shadow .xstl, +.x-shadow .xstc, +.x-shadow .xstr, +.x-shadow .xsbl, +.x-shadow .xsbc, +.x-shadow .xsbr { + background-image: url(../images/default/shadow.png); +} +.loading-indicator { + font-size: @font-size; + background-image: url(../images/default/grid/loading.gif); +} +.x-spotlight { + background-color: #ccc; +} +.x-tab-panel-header, .x-tab-panel-footer { + background-color: #eaeaea; + border-color: @border-color; + overflow: hidden; + zoom: 1; +} +.x-tab-panel-header, .x-tab-panel-footer { + border-color: @border-color; +} +ul.x-tab-strip-top { + background-color: #dbdbdb; + background-image: url(../images/gray/tabs/tab-strip-bg.gif); + border-bottom-color: #d0d0d0; +} +ul.x-tab-strip-bottom { + background-color: #dbdbdb; + background-image: url(../images/gray/tabs/tab-strip-btm-bg.gif); + border-top-color: #d0d0d0; +} +.x-tab-panel-header-plain .x-tab-strip-spacer, .x-tab-panel-footer-plain .x-tab-strip-spacer { + border-color: @border-color; + background-color: #eaeaea; +} +.x-tab-strip span.x-tab-strip-text { + font: @font-weight @font-size @font-family; + color: #333; +} +.x-tab-strip-over span.x-tab-strip-text { + color: #111; +} +.x-tab-strip-active span.x-tab-strip-text { + color: #333; + font-weight: bold; +} +.x-tab-strip-disabled .x-tabs-text { + color: #aaaaaa; +} +.x-tab-strip-top .x-tab-right, .x-tab-strip-top .x-tab-left, .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-over .x-tab-left { + background-image: url(../images/gray/tabs/tab-btm-over-left-bg.gif); +} +.x-tab-strip-bottom .x-tab-strip-over .x-tab-right { + background-image: url(../images/gray/tabs/tab-btm-over-right-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: @border-color; + background-color: #fff; +} +.x-tab-panel-body-top { + border-top: 0 none; +} +.x-tab-panel-body-bottom { + border-bottom: 0 none; +} +.x-tab-scroller-left { + background-image: url(../images/gray/tabs/scroll-left.gif); + border-bottom-color: #d0d0d0; +} +.x-tab-scroller-left-over { + background-position: 0 0; +} +.x-tab-scroller-left-disabled { + background-position: -18px 0; + opacity: .5; + -moz-opacity: .5; + filter: alpha(opacity=50); + cursor: default; +} +.x-tab-scroller-right { + background-image: url(../images/gray/tabs/scroll-right.gif); + border-bottom-color: #d0d0d0; +} +.x-tab-panel-bbar .x-toolbar, .x-tab-panel-tbar .x-toolbar { + border-color: @border-color; +} +.x-form-field { + font: normal 12px @font-family; +} +.x-form-text, textarea.x-form-field { + background-color: #fff; + background-image: url(../images/default/form/text-bg.gif); + border-color: #C1C1C1; +} +.x-form-select-one { + background-color: #fff; + border-color: #C1C1C1; +} +.x-form-check-group-label { + border-bottom: 1px solid @border-color; + color: #333; +} +.x-editor .x-form-check-wrap { + background-color: #fff; +} +.x-form-field-wrap .x-form-trigger { + background-image: url(../images/gray/form/trigger.gif); + border-bottom-color: #b5b8c8; +} +.x-form-field-wrap .x-form-date-trigger { + background-image: url(../images/gray/form/date-trigger.gif); +} +.x-form-field-wrap .x-form-clear-trigger { + background-image: url(../images/gray/form/clear-trigger.gif); +} +.x-form-field-wrap .x-form-search-trigger { + background-image: url(../images/gray/form/search-trigger.gif); +} +.x-trigger-wrap-focus .x-form-trigger { + border-bottom-color: #777777; +} +.x-item-disabled .x-form-trigger-over { + border-bottom-color: #b5b8c8; +} +.x-item-disabled .x-form-trigger-click { + border-bottom-color: #b5b8c8; +} +.x-form-focus, textarea.x-form-focus { + border-color: #777777; +} +.x-form-invalid, textarea.x-form-invalid { + background-color: #fff; + background-image: url(../images/default/grid/invalid_line.gif); + border-color: #c30; +} +.ext-webkit .x-form-invalid { + background-color: #fee; + border-color: #ff7870; +} +.x-form-inner-invalid, textarea.x-form-inner-invalid { + background-color: #fff; + background-image: url(../images/default/grid/invalid_line.gif); +} +.x-form-grow-sizer { + font: normal 12px @font-family; +} +.x-form-item { + font: normal 12px @font-family; +} +.x-form-invalid-msg { + color: #c0272b; + font: @font-weight @font-size @font-family; + background-image: url(../images/default/shared/warning.gif); +} +.x-form-empty-field { + color: gray; +} +.x-small-editor .x-form-field { + font: @font-weight @font-size @font-family; +} +.ext-webkit .x-small-editor .x-form-field { + font-size: @font-size + 1; + font-weight: @font-weight; + font-family: @font-family; +} +.x-form-invalid-icon { + background-image: url(../images/default/form/exclamation.gif); +} +.x-fieldset { + border-color: #CCCCCC; +} +.x-fieldset legend { + font: bold @font-size @font-family; + color: #777777; +} +.x-btn { + font: @font-weight @font-size @font-family; +} +.x-btn button { + font: @font-weight @font-size @font-family; + color: #333; +} +.x-btn em { + font-style: normal; + font-weight: normal; +} +.x-btn-tl, +.x-btn-tr, +.x-btn-tc, +.x-btn-ml, +.x-btn-mr, +.x-btn-mc, +.x-btn-bl, +.x-btn-br, +.x-btn-bc { + background-image: url(../images/gray/button/btn.gif); +} +.x-btn-click .x-btn-text, .x-btn-menu-active .x-btn-text, .x-btn-pressed .x-btn-text { + color: #000; +} +.x-btn-disabled * { + color: gray !important; +} +.x-btn-mc em.x-btn-arrow { + background-image: url(../images/default/button/arrow.gif); +} +.x-btn-mc em.x-btn-split { + background-image: url(../images/default/button/s-arrow.gif); +} +.x-btn-over .x-btn-mc em.x-btn-split, +.x-btn-click .x-btn-mc em.x-btn-split, +.x-btn-menu-active .x-btn-mc em.x-btn-split, +.x-btn-pressed .x-btn-mc em.x-btn-split { + background-image: url(../images/gray/button/s-arrow-o.gif); +} +.x-btn-mc em.x-btn-arrow-bottom { + background-image: url(../images/default/button/s-arrow-b-noline.gif); +} +.x-btn-mc em.x-btn-split-bottom { + background-image: url(../images/default/button/s-arrow-b.gif); +} +.x-btn-over .x-btn-mc em.x-btn-split-bottom, +.x-btn-click .x-btn-mc em.x-btn-split-bottom, +.x-btn-menu-active .x-btn-mc em.x-btn-split-bottom, +.x-btn-pressed .x-btn-mc em.x-btn-split-bottom { + background-image: url(../images/gray/button/s-arrow-bo.gif); +} +.x-btn-group-header { + color: #666; +} +.x-btn-group-tc { + background-image: url(../images/gray/button/group-tb.gif); +} +.x-btn-group-tl { + background-image: url(../images/gray/button/group-cs.gif); +} +.x-btn-group-tr { + background-image: url(../images/gray/button/group-cs.gif); +} +.x-btn-group-bc { + background-image: url(../images/gray/button/group-tb.gif); +} +.x-btn-group-bl { + background-image: url(../images/gray/button/group-cs.gif); +} +.x-btn-group-br { + background-image: url(../images/gray/button/group-cs.gif); +} +.x-btn-group-ml { + background-image: url(../images/gray/button/group-lr.gif); +} +.x-btn-group-mr { + background-image: url(../images/gray/button/group-lr.gif); +} +.x-btn-group-notitle .x-btn-group-tc { + background-image: url(../images/gray/button/group-tb.gif); +} +.x-toolbar { + border-color: @border-color; + background-color: #f0f0f0; + background-image: url(../images/gray/toolbar/bg.gif); +} +.x-toolbar td, +.x-toolbar span, +.x-toolbar input, +.x-toolbar div, +.x-toolbar select, +.x-toolbar label { + font: @font-weight @font-size @font-family; +} +.x-toolbar .x-item-disabled { + color: gray; +} +.x-toolbar .x-item-disabled * { + color: gray; +} +.x-toolbar .x-btn-mc em.x-btn-split { + background-image: url(../images/default/button/s-arrow-noline.gif); +} +.x-toolbar .x-btn-over .x-btn-mc em.x-btn-split, +.x-toolbar .x-btn-click .x-btn-mc em.x-btn-split, +.x-toolbar .x-btn-menu-active .x-btn-mc em.x-btn-split, +.x-toolbar .x-btn-pressed .x-btn-mc em.x-btn-split { + background-image: url(../images/gray/button/s-arrow-o.gif); +} +.x-toolbar .x-btn-mc em.x-btn-split-bottom { + background-image: url(../images/default/button/s-arrow-b-noline.gif); +} +.x-toolbar .x-btn-over .x-btn-mc em.x-btn-split-bottom, +.x-toolbar .x-btn-click .x-btn-mc em.x-btn-split-bottom, +.x-toolbar .x-btn-menu-active .x-btn-mc em.x-btn-split-bottom, +.x-toolbar .x-btn-pressed .x-btn-mc em.x-btn-split-bottom { + background-image: url(../images/gray/button/s-arrow-bo.gif); +} +.x-toolbar .xtb-sep { + background-image: url(../images/default/grid/grid-split.gif); +} +.x-tbar-page-first { + background-image: url(../images/gray/grid/page-first.gif) !important; +} +.x-tbar-loading { + background-image: url(../images/gray/grid/refresh.gif) !important; +} +.x-tbar-page-last { + background-image: url(../images/gray/grid/page-last.gif) !important; +} +.x-tbar-page-next { + background-image: url(../images/gray/grid/page-next.gif) !important; +} +.x-tbar-page-prev { + background-image: url(../images/gray/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 { + color: #444; +} +.x-toolbar-more-icon { + background-image: url(../images/gray/toolbar/more.gif) !important; +} +.x-resizable-handle { + background-color: #fff; +} +.x-resizable-over .x-resizable-handle-east, +.x-resizable-pinned .x-resizable-handle-east, +.x-resizable-over .x-resizable-handle-west, +.x-resizable-pinned .x-resizable-handle-west { + background-image: url(../images/gray/sizer/e-handle.gif); +} +.x-resizable-over .x-resizable-handle-south, +.x-resizable-pinned .x-resizable-handle-south, +.x-resizable-over .x-resizable-handle-north, +.x-resizable-pinned .x-resizable-handle-north { + background-image: url(../images/gray/sizer/s-handle.gif); +} +.x-resizable-over .x-resizable-handle-north, .x-resizable-pinned .x-resizable-handle-north { + background-image: url(../images/gray/sizer/s-handle.gif); +} +.x-resizable-over .x-resizable-handle-southeast, .x-resizable-pinned .x-resizable-handle-southeast { + background-image: url(../images/gray/sizer/se-handle.gif); +} +.x-resizable-over .x-resizable-handle-northwest, .x-resizable-pinned .x-resizable-handle-northwest { + background-image: url(../images/gray/sizer/nw-handle.gif); +} +.x-resizable-over .x-resizable-handle-northeast, .x-resizable-pinned .x-resizable-handle-northeast { + background-image: url(../images/gray/sizer/ne-handle.gif); +} +.x-resizable-over .x-resizable-handle-southwest, .x-resizable-pinned .x-resizable-handle-southwest { + background-image: url(../images/gray/sizer/sw-handle.gif); +} +.x-resizable-proxy { + border-color: #565656; +} +.x-resizable-overlay { + background-color: #fff; +} +.x-grid3 { + background-color: #fff; +} +.x-grid-panel .x-panel-mc .x-panel-body { + border-color: @border-color; +} +.x-grid3-row td, .x-grid3-summary-row td { + /** ?? font-size 11px/13px ?? **/ + font: @font-weight @font-size @font-family; +} +.x-grid3-hd-row td { + /** ?? font-size 11px/15px ?? **/ + font: @font-weight @font-size @font-family; +} +.x-grid3-hd-row td { + border-left-color: #eee; + border-right-color: @border-color; +} +.x-grid-row-loading { + background-color: #fff; + background-image: url(../images/default/shared/loading-balls.gif); +} +.x-grid3-row { + border-color: #ededed; + border-top-color: #fff; +} +.x-grid3-row-alt { + background-color: #fafafa; +} +.x-grid3-row-over { + border-color: #ddd; + background-color: #efefef; + background-image: url(../images/default/grid/row-over.gif); +} +.x-grid3-resize-proxy { + background-color: #777; +} +.x-grid3-resize-marker { + background-color: #777; +} +.x-grid3-header { + background-color: #f9f9f9; + background-image: url(../images/gray/grid/grid3-hrow2.gif); +} +.x-grid3-header-pop { + border-left-color: @border-color; +} +.x-grid3-header-pop-inner { + border-left-color: #eee; + background-image: url(../images/default/grid/hd-pop.gif); +} +td.x-grid3-hd-over, +td.sort-desc, +td.sort-asc, +td.x-grid3-hd-menu-open { + border-left-color: #ACACAC; + border-right-color: #ACACAC; +} +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-color: #f9f9f9; + background-image: url(../images/gray/grid/grid3-hrow-over2.gif); +} +.sort-asc .x-grid3-sort-icon { + background-image: url(../images/gray/grid/sort_asc.gif); +} +.sort-desc .x-grid3-sort-icon { + background-image: url(../images/gray/grid/sort_desc.gif); +} +.x-grid3-cell-text, .x-grid3-hd-text { + color: #000; +} +.x-grid3-split { + background-image: url(../images/default/grid/grid-split.gif); +} +.x-grid3-hd-text { + color: #333; +} +.x-dd-drag-proxy .x-grid3-hd-inner { + background-color: #f9f9f9; + background-image: url(../images/gray/grid/grid3-hrow-over2.gif); + border-color: #ACACAC; +} +.col-move-top { + background-image: url(../images/gray/grid/col-move-top.gif); +} +.col-move-bottom { + background-image: url(../images/gray/grid/col-move-bottom.gif); +} +.x-grid3-row-selected { + background-color: #CCCCCC !important; + background-image: none; + border-color: #ACACAC; +} +.x-grid3-cell-selected { + background-color: #CBCBCB !important; + color: #000; +} +.x-grid3-cell-selected span { + color: #000 !important; +} +.x-grid3-cell-selected .x-grid3-cell-text { + color: #000; +} +.x-grid3-locked td.x-grid3-row-marker, .x-grid3-locked .x-grid3-row-selected td.x-grid3-row-marker { + background-color: #ebeadb !important; + background-image: url(../images/default/grid/grid-hrow.gif) !important; + color: #000; + border-top-color: #fff; + border-right-color: #6fa0df !important; +} +.x-grid3-locked td.x-grid3-row-marker div, .x-grid3-locked .x-grid3-row-selected td.x-grid3-row-marker div { + color: #333 !important; +} +.x-grid3-dirty-cell { + background-image: url(../images/default/grid/dirty.gif); +} +.x-grid3-topbar, .x-grid3-bottombar { + font: @font-weight @font-size @font-family; +} +.x-grid3-bottombar .x-toolbar { + border-top-color: #a9bfd3; +} +.x-props-grid .x-grid3-td-name .x-grid3-cell-inner { + background-image: url(../images/default/grid/grid3-special-col-bg.gif) !important; + color: #000 !important; +} +.x-props-grid .x-grid3-body .x-grid3-td-name { + background-color: #fff !important; + border-right-color: #eee; +} +.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); +} +.x-grid3-hd-btn { + background-color: #f9f9f9; + background-image: url(../images/gray/grid/grid3-hd-btn.gif); +} +.x-grid3-body .x-grid3-td-expander { + background-image: url(../images/default/grid/grid3-special-col-bg.gif); +} +.x-grid3-row-expander { + background-image: url(../images/gray/grid/row-expand-sprite.gif); +} +.x-grid3-body .x-grid3-td-checker { + background-image: url(../images/default/grid/grid3-special-col-bg.gif); +} +.x-grid3-row-checker, .x-grid3-hd-checker { + background-image: url(../images/default/grid/row-check-sprite.gif); +} +.x-grid3-body .x-grid3-td-numberer { + background-image: url(../images/default/grid/grid3-special-col-bg.gif); +} +.x-grid3-body .x-grid3-td-numberer .x-grid3-cell-inner { + color: #444; +} +.x-grid3-body .x-grid3-td-row-icon { + background-image: url(../images/default/grid/grid3-special-col-bg.gif); +} +.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-image: url(../images/gray/grid/grid3-special-col-sel-bg.gif); +} +.x-grid3-check-col { + background-image: url(../images/default/menu/unchecked.gif); +} +.x-grid3-check-col-on { + background-image: url(../images/default/menu/checked.gif); +} +.x-grid-group, .x-grid-group-body, .x-grid-group-hd { + zoom: 1; +} +.x-grid-group-hd { + border-bottom-color: @border-color; +} +.x-grid-group-hd div.x-grid-group-title { + background-image: url(../images/gray/grid/group-collapse.gif); + color: #5F5F5F; + font: bold @font-size @font-family; +} +.x-grid-group-collapsed .x-grid-group-hd div.x-grid-group-title { + background-image: url(../images/gray/grid/group-expand.gif); +} +.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); +} +.x-grid-empty { + color: gray; + font: @font-weight @font-size @font-family; +} +.x-grid-with-col-lines .x-grid3-row td.x-grid3-cell { + border-right-color: #ededed; +} +.x-grid-with-col-lines .x-grid3-row { + border-top-color: #ededed; +} +.x-grid-with-col-lines .x-grid3-row-selected { + border-top-color: #B9B9B9; +} +.x-pivotgrid .x-grid3-header-offset table td { + background: url(../images/gray/grid/grid3-hrow2.gif) repeat-x 50% 100%; + border-left: 1px solid; + border-right: 1px solid; + border-left-color: @border-color; + border-right-color: @border-color; +} +.x-pivotgrid .x-grid3-row-headers { + background-color: #f9f9f9; +} +.x-pivotgrid .x-grid3-row-headers table td { + background: #eeeeee url(../images/default/grid/grid3-rowheader.gif) repeat-x left top; + border-left: 1px solid; + border-right: 1px solid; + border-left-color: #EEE; + border-right-color: @border-color; + border-bottom: 1px solid; + border-bottom-color: @border-color; + height: 18px; +} +.x-dd-drag-ghost { + color: #000; + font: @font-weight @font-size @font-family; + border-color: #ddd #bbb #bbb #ddd; + background-color: #fff; +} +.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 { + background-color: #D6D6D6; + border-color: #888888; +} +.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); +} +.x-tree-node-collapsed .x-tree-node-icon { + background-image: url(../images/default/tree/folder.gif); +} +.x-tree-node-loading .x-tree-node-icon { + background-image: url(../images/default/tree/loading.gif) !important; +} +.x-tree-node .x-tree-node-inline-icon { + background-image: none; +} +.x-tree-node-loading a span { + font-style: italic; + color: #444444; +} +.ext-ie .x-tree-node-el input { + width: 15px; + height: 15px; +} +.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/gray/tree/elbow-end-plus.gif); +} +.x-tree-lines .x-tree-elbow-end-minus { + background-image: url(../images/gray/tree/elbow-end-minus.gif); +} +.x-tree-lines .x-tree-elbow-line { + background-image: url(../images/default/tree/elbow-line.gif); +} +.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-plus { + background-image: url(../images/gray/tree/elbow-end-plus-nl.gif); +} +.x-tree-no-lines .x-tree-elbow-end-minus { + background-image: url(../images/gray/tree/elbow-end-minus-nl.gif); +} +.x-tree-arrows .x-tree-elbow-plus { + background-image: url(../images/gray/tree/arrows.gif); +} +.x-tree-arrows .x-tree-elbow-minus { + background-image: url(../images/gray/tree/arrows.gif); +} +.x-tree-arrows .x-tree-elbow-end-plus { + background-image: url(../images/gray/tree/arrows.gif); +} +.x-tree-arrows .x-tree-elbow-end-minus { + background-image: url(../images/gray/tree/arrows.gif); +} +.x-tree-node { + color: #000; + font: @font-weight @font-size @font-family; +} +.x-tree-node a, .x-dd-drag-ghost a { + color: #000; +} +.x-tree-node a span, .x-dd-drag-ghost a span { + color: #000; +} +.x-tree-node .x-tree-node-disabled a span { + color: gray !important; +} +.x-tree-node div.x-tree-drag-insert-below { + border-bottom-color: #36c; +} +.x-tree-node div.x-tree-drag-insert-above { + border-top-color: #36c; +} +.x-tree-dd-underline .x-tree-node div.x-tree-drag-insert-below a { + border-bottom-color: #36c; +} +.x-tree-dd-underline .x-tree-node div.x-tree-drag-insert-above a { + border-top-color: #36c; +} +.x-tree-node .x-tree-drag-append a span { + background-color: #ddd; + border-color: gray; +} +.x-tree-node .x-tree-node-over { + background-color: #eee; +} +.x-tree-node .x-tree-selected { + background-color: #ddd; +} +.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); +} +.x-date-picker { + border-color: #585858; + background-color: #fff; +} +.x-date-middle, .x-date-left, .x-date-right { + background-image: url(../images/gray/shared/hd-sprite.gif); + color: #fff; + font: @header-font-weight @header-font-size @header-font-family; +} +.x-date-middle .x-btn .x-btn-text { + color: #fff; +} +.x-date-middle .x-btn-mc em.x-btn-arrow { + background-image: url(../images/gray/toolbar/btn-arrow-light.gif); +} +.x-date-right a { + background-image: url(../images/gray/shared/right-btn.gif); +} +.x-date-left a { + background-image: url(../images/gray/shared/left-btn.gif); +} +.x-date-inner th { + background-color: #D8D8D8; + background-image: url(../images/gray/panel/white-top-bottom.gif); + border-bottom-color: #AFAFAF; + font: normal 10px @font-family; + color: #595959; +} +.x-date-inner td { + border-color: #fff; +} +.x-date-inner a { + font: @font-weight @font-size @font-family; + color: #000; +} +.x-date-inner .x-date-active { + color: #000; +} +.x-date-inner .x-date-selected a { + background-image: none; + background-color: #D8D8D8; + border-color: #DCDCDC; +} +.x-date-inner .x-date-today a { + border-color: darkred; +} +.x-date-inner .x-date-selected span { + font-weight: bold; +} +.x-date-inner .x-date-prevday a, .x-date-inner .x-date-nextday a { + color: #aaa; +} +.x-date-bottom { + border-top-color: #AFAFAF; + background-color: #D8D8D8; + background: #d8d8d8 url(../images/gray/panel/white-top-bottom.gif) 0 -2px; +} +.x-date-inner a:hover, .x-date-inner .x-date-disabled a:hover { + color: #000; + background-color: #D8D8D8; +} +.x-date-inner .x-date-disabled a { + background-color: #eee; + color: #bbb; +} +.x-date-mmenu { + background-color: #eee !important; +} +.x-date-mmenu .x-menu-item { + font-size: 10px; + color: #000; +} +.x-date-mp { + background-color: #fff; +} +.x-date-mp td { + font: @font-weight @font-size @font-family; +} +.x-date-mp-btns button { + background-color: #4E565F; + color: #fff; + border-color: #C0C0C0 #434343 #434343 #C0C0C0; + font: @font-weight @font-size @font-family; +} +.x-date-mp-btns { + background-color: #D8D8D8; + background: #d8d8d8 url(../images/gray/panel/white-top-bottom.gif) 0 -2px; +} +.x-date-mp-btns td { + border-top-color: #AFAFAF; +} +td.x-date-mp-month a, td.x-date-mp-year a { + color: #333; +} +td.x-date-mp-month a:hover, td.x-date-mp-year a:hover { + color: #333; + background-color: #FDFDFD; +} +td.x-date-mp-sel a { + background-color: #D8D8D8; + background: #d8d8d8 url(../images/gray/panel/white-top-bottom.gif) 0 -2px; + border-color: #DCDCDC; +} +.x-date-mp-ybtn a { + background-image: url(../images/gray/panel/tool-sprites.gif); +} +td.x-date-mp-sep { + border-right-color: @header-color; +} +.x-tip .x-tip-close { + background-image: url(../images/gray/qtip/close.gif); +} +.x-tip .x-tip-tc, +.x-tip .x-tip-tl, +.x-tip .x-tip-tr, +.x-tip .x-tip-bc, +.x-tip .x-tip-bl, +.x-tip .x-tip-br, +.x-tip .x-tip-ml, +.x-tip .x-tip-mr { + background-image: url(../images/gray/qtip/tip-sprite.gif); +} +.x-tip .x-tip-mc { + font: @font-weight @font-size @font-family; +} +.x-tip .x-tip-ml { + background-color: #fff; +} +.x-tip .x-tip-header-text { + font: bold @font-size @font-family; + color: #444; +} +.x-tip .x-tip-body { + font: @font-weight @font-size @font-family; + color: #444; +} +.x-form-invalid-tip .x-tip-tc, +.x-form-invalid-tip .x-tip-tl, +.x-form-invalid-tip .x-tip-tr, +.x-form-invalid-tip .x-tip-bc, +.x-form-invalid-tip .x-tip-bl, +.x-form-invalid-tip .x-tip-br, +.x-form-invalid-tip .x-tip-ml, +.x-form-invalid-tip .x-tip-mr { + background-image: url(../images/default/form/error-tip-corners.gif); +} +.x-form-invalid-tip .x-tip-body { + background-image: url(../images/default/form/exclamation.gif); +} +.x-tip-anchor { + background-image: url(../images/gray/qtip/tip-anchor-sprite.gif); +} +.x-menu { + background-color: #f0f0f0; + background-image: url(../images/default/menu/menu.gif); +} +.x-menu-floating { + border-color: #7D7D7D; +} +.x-menu-nosep { + background-image: none; +} +.x-menu-list-item { + font: @font-weight @font-size @font-family; +} +.x-menu-item-arrow { + background-image: url(../images/gray/menu/menu-parent.gif); +} +.x-menu-sep { + background-color: #e0e0e0; + border-bottom-color: #fff; +} +a.x-menu-item { + color: #222; +} +.x-menu-item-active { + background-image: url(../images/gray/menu/item-over.gif); + background-color: @base-color; + border-color: #ACACAC; +} +.x-menu-item-active a.x-menu-item { + border-color: #ACACAC; +} +.x-menu-check-item .x-menu-item-icon { + background-image: url(../images/default/menu/unchecked.gif); +} +.x-menu-item-checked .x-menu-item-icon { + background-image: url(../images/default/menu/checked.gif); +} +.x-menu-item-checked .x-menu-group-item .x-menu-item-icon { + background-image: url(../images/gray/menu/group-checked.gif); +} +.x-menu-group-item .x-menu-item-icon { + background-image: none; +} +.x-menu-plain { + background-color: #fff !important; +} +.x-menu .x-date-picker { + border-color: #AFAFAF; +} +.x-cycle-menu .x-menu-item-checked { + border-color: #B9B9B9 !important; + background-color: @base-color; +} +.x-menu-scroller-top { + background-image: url(../images/default/layout/mini-top.gif); +} +.x-menu-scroller-bottom { + background-image: url(../images/default/layout/mini-bottom.gif); +} +.x-box-tl { + background-image: url(../images/default/box/corners.gif); +} +.x-box-tc { + background-image: url(../images/default/box/tb.gif); +} +.x-box-tr { + background-image: url(../images/default/box/corners.gif); +} +.x-box-ml { + background-image: url(../images/default/box/l.gif); +} +.x-box-mc { + background-color: #eee; + background-image: url(../images/default/box/tb.gif); + font-family: @font-family; + color: #393939; + font-size: 12px; +} +.x-box-mc h3 { + font-size: 14px; + font-weight: bold; +} +.x-box-mr { + background-image: url(../images/default/box/r.gif); +} +.x-box-bl { + background-image: url(../images/default/box/corners.gif); +} +.x-box-bc { + background-image: url(../images/default/box/tb.gif); +} +.x-box-br { + background-image: url(../images/default/box/corners.gif); +} +.x-box-blue .x-box-bl, +.x-box-blue .x-box-br, +.x-box-blue .x-box-tl, +.x-box-blue .x-box-tr { + background-image: url(../images/default/box/corners-blue.gif); +} +.x-box-blue .x-box-bc, .x-box-blue .x-box-mc, .x-box-blue .x-box-tc { + background-image: url(../images/default/box/tb-blue.gif); +} +.x-box-blue .x-box-mc { + background-color: #c3daf9; +} +.x-box-blue .x-box-mc h3 { + color: #17385b; +} +.x-box-blue .x-box-ml { + background-image: url(../images/default/box/l-blue.gif); +} +.x-box-blue .x-box-mr { + background-image: url(../images/default/box/r-blue.gif); +} +.x-combo-list { + border-color: #ccc; + background-color: #ddd; + font: normal 12px @font-family; +} +.x-combo-list-inner { + background-color: #fff; +} +.x-combo-list-hd { + font: bold @font-size @font-family; + color: #333; + background-image: url(../images/default/layout/panel-title-light-bg.gif); + border-bottom-color: #BCBCBC; +} +.x-resizable-pinned .x-combo-list-inner { + border-bottom-color: #BEBEBE; +} +.x-combo-list-item { + border-color: #fff; +} +.x-combo-list .x-combo-selected { + border-color: #777 !important; + background-color: #f0f0f0; +} +.x-combo-list .x-toolbar { + border-top-color: #BCBCBC; +} +.x-combo-list-small { + font: @font-weight @font-size @font-family; +} +.x-panel { + border-color: @border-color; +} +.x-panel-header { + color: #333; + font-weight: @header-font-weight; + font-size: @header-font-size; + font-family: @header-font-family; + border-color: @border-color; + background-image: url(../images/gray/panel/white-top-bottom.gif); +} +.x-panel-body { + border-color: @border-color; + background-color: #fff; +} +.x-panel-bbar .x-toolbar, .x-panel-tbar .x-toolbar { + border-color: @border-color; +} +.x-panel-tbar-noheader .x-toolbar, .x-panel-mc .x-panel-tbar .x-toolbar { + border-top-color: @border-color; +} +.x-panel-body-noheader, .x-panel-mc .x-panel-body { + border-top-color: @border-color; +} +.x-panel-tl .x-panel-header { + color: #333; + font: @header-font-weight @header-font-size @header-font-family; +} +.x-panel-tc { + background-image: url(../images/gray/panel/top-bottom.gif); +} +.x-panel-tl, +.x-panel-tr, +.x-panel-bl, +.x-panel-br { + background-image: url(../images/gray/panel/corners-sprite.gif); + border-bottom-color: @border-color; +} +.x-panel-bc { + background-image: url(../images/gray/panel/top-bottom.gif); +} +.x-panel-mc { + font: @font-weight @font-size @font-family; + background-color: @base-color; +} +.x-panel-ml { + background-color: #fff; + background-image: url(../images/gray/panel/left-right.gif); +} +.x-panel-mr { + background-image: url(../images/gray/panel/left-right.gif); +} +.x-tool { + background-image: url(../images/gray/panel/tool-sprites.gif); +} +.x-panel-ghost { + background-color: #f2f2f2; +} +.x-panel-ghost ul { + border-color: @border-color; +} +.x-panel-dd-spacer { + border-color: @border-color; +} +.x-panel-fbar td, +.x-panel-fbar span, +.x-panel-fbar input, +.x-panel-fbar div, +.x-panel-fbar select, +.x-panel-fbar label { + font: @font-weight @font-size @font-family; +} +.x-window-proxy { + background-color: #fcfcfc; + border-color: @border-color; +} +.x-window-tl .x-window-header { + color: #555; + font: @header-font-weight @header-font-size @header-font-family; +} +.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-color: @border-color; + font: @font-weight @font-size @font-family; + background-color: #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-window-maximized .x-window-tc { + background-color: #fff; +} +.x-window-bbar .x-toolbar { + border-top-color: @border-color; +} +.x-panel-ghost .x-window-tl { + border-bottom-color: @border-color; +} +.x-panel-collapsed .x-window-tl { + border-bottom-color: @border-color; +} +.x-dlg-mask { + background-color: #ccc; +} +.x-window-plain .x-window-mc { + background-color: #E8E8E8; + border-color: #D0D0D0 #EEEEEE #EEEEEE #D0D0D0; +} +.x-window-plain .x-window-body { + border-color: #EEEEEE #D0D0D0 #D0D0D0 #EEEEEE; +} +body.x-body-masked .x-window-plain .x-window-mc { + background-color: #E4E4E4; +} +.x-html-editor-wrap { + border-color: #BCBCBC; + background-color: #fff; +} +.x-html-editor-tb .x-btn-text { + background-image: url(../images/default/editor/tb-sprite.gif); +} +.x-panel-noborder .x-panel-header-noborder { + border-bottom-color: @border-color; +} +.x-panel-noborder .x-panel-tbar-noborder .x-toolbar { + border-bottom-color: @border-color; +} +.x-panel-noborder .x-panel-bbar-noborder .x-toolbar { + border-top-color: @border-color; +} +.x-tab-panel-bbar-noborder .x-toolbar { + border-top-color: @border-color; +} +.x-tab-panel-tbar-noborder .x-toolbar { + border-bottom-color: @border-color; +} +.x-border-layout-ct { + background-color: #f0f0f0; +} +.x-border-layout-ct { + background-color: #f0f0f0; +} +.x-accordion-hd { + color: #222; + font-weight: normal; + background-image: url(../images/gray/panel/light-hd.gif); +} +.x-layout-collapsed { + background-color: #dfdfdf; + border-color: @border-color; +} +.x-layout-collapsed-over { + background-color: #e7e7e7; +} +.x-layout-split-west .x-layout-mini { + background-image: url(../images/default/layout/mini-left.gif); +} +.x-layout-split-east .x-layout-mini { + background-image: url(../images/default/layout/mini-right.gif); +} +.x-layout-split-north .x-layout-mini { + background-image: url(../images/default/layout/mini-top.gif); +} +.x-layout-split-south .x-layout-mini { + background-image: url(../images/default/layout/mini-bottom.gif); +} +.x-layout-cmini-west .x-layout-mini { + background-image: url(../images/default/layout/mini-right.gif); +} +.x-layout-cmini-east .x-layout-mini { + background-image: url(../images/default/layout/mini-left.gif); +} +.x-layout-cmini-north .x-layout-mini { + background-image: url(../images/default/layout/mini-bottom.gif); +} +.x-layout-cmini-south .x-layout-mini { + background-image: url(../images/default/layout/mini-top.gif); +} +.x-progress-wrap { + border-color: #8E8E8E; +} +.x-progress-inner { + background-color: #E7E7E7; + background-image: url(../images/gray/qtip/bg.gif); +} +.x-progress-bar { + background-color: #BCBCBC; + background-image: url(../images/gray/progress/progress-bg.gif); + border-top-color: #E2E2E2; + border-bottom-color: #A4A4A4; + border-right-color: #A4A4A4; +} +.x-progress-text { + font-size: @header-font-size; + font-weight: @header-font-weight ; + color: #fff; +} +.x-progress-text-back { + color: #5F5F5F; +} +.x-list-header { + background-color: #f9f9f9; + background-image: url(../images/gray/grid/grid3-hrow2.gif); +} +.x-list-header-inner div em { + border-left-color: #ddd; + font: @font-weight @font-family; +} +.x-list-body dt em { + font: @font-weight @font-family; +} +.x-list-over { + background-color: #eee; +} +.x-list-selected { + background-color: #f0f0f0; +} +.x-list-resizer { + border-left-color: #555; + border-right-color: #555; +} +.x-list-header-inner em.sort-asc, .x-list-header-inner em.sort-desc { + background-image: url(../images/gray/grid/sort-hd.gif); + border-color: @border-color; +} +.x-slider-horz, .x-slider-horz .x-slider-end, .x-slider-horz .x-slider-inner { + background-image: url(../images/default/slider/slider-bg.png); +} +.x-slider-horz .x-slider-thumb { + background-image: url(../images/gray/slider/slider-thumb.png); +} +.x-slider-vert, .x-slider-vert .x-slider-end, .x-slider-vert .x-slider-inner { + background-image: url(../images/default/slider/slider-v-bg.png); +} +.x-slider-vert .x-slider-thumb { + background-image: url(../images/gray/slider/slider-v-thumb.png); +} +.x-window-dlg .ext-mb-text, .x-window-dlg .x-window-header-text { + font-size: 12px; +} +.x-window-dlg .ext-mb-textarea { + font: normal 12px @font-family; +} +.x-window-dlg .x-msg-box-wait { + background-image: url(../images/default/grid/loading.gif); +} +.x-window-dlg .ext-mb-info { + background-image: url(../images/gray/window/icon-info.gif); +} +.x-window-dlg .ext-mb-warning { + background-image: url(../images/gray/window/icon-warning.gif); +} +.x-window-dlg .ext-mb-question { + background-image: url(../images/gray/window/icon-question.gif); +} +.x-window-dlg .ext-mb-error { + background-image: url(../images/gray/window/icon-error.gif); +} diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/box/corners-blue.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/box/corners-blue.gif new file mode 100755 index 0000000000..b6d50691c0 Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/box/corners-blue.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/box/corners.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/box/corners.gif new file mode 100755 index 0000000000..ec2c016db0 Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/box/corners.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/box/l-blue.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/box/l-blue.gif new file mode 100755 index 0000000000..29170b6a7d Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/box/l-blue.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/box/l.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/box/l.gif new file mode 100755 index 0000000000..189f0daf4f Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/box/l.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/box/r-blue.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/box/r-blue.gif new file mode 100755 index 0000000000..20c889129c Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/box/r-blue.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/box/r.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/box/r.gif new file mode 100755 index 0000000000..4b32203f02 Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/box/r.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/box/tb-blue.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/box/tb-blue.gif new file mode 100755 index 0000000000..7d65b18d0b Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/box/tb-blue.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/box/tb.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/box/tb.gif new file mode 100755 index 0000000000..c4276515ff Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/box/tb.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/button/arrow.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/button/arrow.gif new file mode 100755 index 0000000000..e7ee057d5d Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/button/arrow.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/button/btn-arrow.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/button/btn-arrow.gif new file mode 100755 index 0000000000..31b79b644c Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/button/btn-arrow.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/button/btn-sprite.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/button/btn-sprite.gif new file mode 100755 index 0000000000..c040e8204b Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/button/btn-sprite.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/button/btn.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/button/btn.gif new file mode 100755 index 0000000000..34eeef8d52 Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/button/btn.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/button/group-cs.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/button/group-cs.gif new file mode 100755 index 0000000000..9be75446cf Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/button/group-cs.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/button/group-lr.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/button/group-lr.gif new file mode 100755 index 0000000000..094b70df2b Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/button/group-lr.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/button/group-tb.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/button/group-tb.gif new file mode 100755 index 0000000000..e2bd4ea487 Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/button/group-tb.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/button/s-arrow-b-noline.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/button/s-arrow-b-noline.gif new file mode 100755 index 0000000000..dbc5af14af Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/button/s-arrow-b-noline.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/button/s-arrow-b.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/button/s-arrow-b.gif new file mode 100755 index 0000000000..e1c4f54859 Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/button/s-arrow-b.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/button/s-arrow-bo.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/button/s-arrow-bo.gif new file mode 100755 index 0000000000..def6af6099 Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/button/s-arrow-bo.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/button/s-arrow-noline.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/button/s-arrow-noline.gif new file mode 100755 index 0000000000..f816fae4df Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/button/s-arrow-noline.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/button/s-arrow-o.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/button/s-arrow-o.gif new file mode 100755 index 0000000000..43098269f5 Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/button/s-arrow-o.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/button/s-arrow.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/button/s-arrow.gif new file mode 100755 index 0000000000..14d5afed90 Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/button/s-arrow.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/dd/drop-add.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/dd/drop-add.gif new file mode 100755 index 0000000000..b22cd1448e Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/dd/drop-add.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/dd/drop-no.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/dd/drop-no.gif new file mode 100755 index 0000000000..08d083355f Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/dd/drop-no.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/dd/drop-yes.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/dd/drop-yes.gif new file mode 100755 index 0000000000..8aacb307e8 Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/dd/drop-yes.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/editor/tb-sprite.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/editor/tb-sprite.gif new file mode 100755 index 0000000000..d561bae92f Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/editor/tb-sprite.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/form/checkbox.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/form/checkbox.gif new file mode 100755 index 0000000000..28d711aa77 Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/form/checkbox.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/form/clear-trigger.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/form/clear-trigger.gif new file mode 100755 index 0000000000..5815ec8855 Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/form/clear-trigger.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/form/date-trigger.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/form/date-trigger.gif new file mode 100755 index 0000000000..342eea35e0 Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/form/date-trigger.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/form/error-tip-corners.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/form/error-tip-corners.gif new file mode 100755 index 0000000000..6ea4c38387 Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/form/error-tip-corners.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/form/exclamation.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/form/exclamation.gif new file mode 100755 index 0000000000..ea31a3060a Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/form/exclamation.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/form/radio.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/form/radio.gif new file mode 100755 index 0000000000..5065247623 Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/form/radio.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/form/search-trigger.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/form/search-trigger.gif new file mode 100755 index 0000000000..d2f910d584 Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/form/search-trigger.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/form/text-bg.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/form/text-bg.gif new file mode 100755 index 0000000000..8e098bfa6b Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/form/text-bg.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/form/trigger-square.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/form/trigger-square.gif new file mode 100755 index 0000000000..16a2a36902 Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/form/trigger-square.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/form/trigger-tpl.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/form/trigger-tpl.gif new file mode 100755 index 0000000000..3fc4fbbb6c Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/form/trigger-tpl.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/form/trigger.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/form/trigger.gif new file mode 100755 index 0000000000..3d7c46ae8c Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/form/trigger.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/gradient-bg.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/gradient-bg.gif new file mode 100755 index 0000000000..8f29c1a669 Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/gradient-bg.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/grid/col-move-bottom.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/grid/col-move-bottom.gif new file mode 100755 index 0000000000..dd99e2e2cd Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/grid/col-move-bottom.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/grid/col-move-top.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/grid/col-move-top.gif new file mode 100755 index 0000000000..1f961e8560 Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/grid/col-move-top.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/grid/columns.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/grid/columns.gif new file mode 100755 index 0000000000..2d3a82393e Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/grid/columns.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/grid/dirty.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/grid/dirty.gif new file mode 100755 index 0000000000..55a0fd79e5 Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/grid/dirty.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/grid/done.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/grid/done.gif new file mode 100755 index 0000000000..af2ec9394d Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/grid/done.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/grid/drop-no.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/grid/drop-no.gif new file mode 100755 index 0000000000..9309236da3 Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/grid/drop-no.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/grid/drop-yes.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/grid/drop-yes.gif new file mode 100755 index 0000000000..3aba1fca79 Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/grid/drop-yes.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/grid/grid-hrow.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/grid/grid-hrow.gif new file mode 100755 index 0000000000..f45ba319ef Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/grid/grid-hrow.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/grid/grid-loading.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/grid/grid-loading.gif new file mode 100755 index 0000000000..bc8383f666 Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/grid/grid-loading.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/grid/grid-split.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/grid/grid-split.gif new file mode 100755 index 0000000000..4f402a768d Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/grid/grid-split.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/grid/grid3-hd-btn.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/grid/grid3-hd-btn.gif new file mode 100755 index 0000000000..e4173d5258 Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/grid/grid3-hd-btn.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/grid/grid3-hrow-over.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/grid/grid3-hrow-over.gif new file mode 100755 index 0000000000..3cac0b38b9 Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/grid/grid3-hrow-over.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/grid/grid3-hrow-over2.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/grid/grid3-hrow-over2.gif new file mode 100755 index 0000000000..f443f0df3c Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/grid/grid3-hrow-over2.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/grid/grid3-hrow.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/grid/grid3-hrow.gif new file mode 100755 index 0000000000..930688294a Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/grid/grid3-hrow.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/grid/grid3-hrow2.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/grid/grid3-hrow2.gif new file mode 100755 index 0000000000..f4396b8833 Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/grid/grid3-hrow2.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/grid/grid3-rowheader.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/grid/grid3-rowheader.gif new file mode 100755 index 0000000000..ef3d6f8640 Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/grid/grid3-rowheader.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/grid/grid3-special-col-bg.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/grid/grid3-special-col-bg.gif new file mode 100755 index 0000000000..0a26794142 Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/grid/grid3-special-col-bg.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/grid/grid3-special-col-bg2.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/grid/grid3-special-col-bg2.gif new file mode 100755 index 0000000000..13dd76eacc Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/grid/grid3-special-col-bg2.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/grid/grid3-special-col-sel-bg.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/grid/grid3-special-col-sel-bg.gif new file mode 100755 index 0000000000..5ca383d145 Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/grid/grid3-special-col-sel-bg.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/grid/group-by.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/grid/group-by.gif new file mode 100755 index 0000000000..d6075bba2f Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/grid/group-by.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/grid/group-collapse.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/grid/group-collapse.gif new file mode 100755 index 0000000000..fac32c34a8 Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/grid/group-collapse.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/grid/group-expand-sprite.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/grid/group-expand-sprite.gif new file mode 100755 index 0000000000..1bf6c033e8 Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/grid/group-expand-sprite.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/grid/group-expand.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/grid/group-expand.gif new file mode 100755 index 0000000000..383996973f Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/grid/group-expand.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/grid/hd-pop.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/grid/hd-pop.gif new file mode 100755 index 0000000000..251f5898ac Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/grid/hd-pop.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/grid/hmenu-asc.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/grid/hmenu-asc.gif new file mode 100755 index 0000000000..b648abea61 Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/grid/hmenu-asc.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/grid/hmenu-desc.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/grid/hmenu-desc.gif new file mode 100755 index 0000000000..7a4cbb27d4 Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/grid/hmenu-desc.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/grid/hmenu-lock.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/grid/hmenu-lock.gif new file mode 100755 index 0000000000..1596126108 Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/grid/hmenu-lock.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/grid/hmenu-lock.png b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/grid/hmenu-lock.png new file mode 100755 index 0000000000..c0f7ca6af4 Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/grid/hmenu-lock.png differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/grid/hmenu-unlock.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/grid/hmenu-unlock.gif new file mode 100755 index 0000000000..af59cf92a4 Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/grid/hmenu-unlock.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/grid/hmenu-unlock.png b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/grid/hmenu-unlock.png new file mode 100755 index 0000000000..4912586b21 Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/grid/hmenu-unlock.png differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/grid/invalid_line.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/grid/invalid_line.gif new file mode 100755 index 0000000000..fb7e0f34d6 Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/grid/invalid_line.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/grid/loading.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/grid/loading.gif new file mode 100755 index 0000000000..1714f1632e Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/grid/loading.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/grid/page-first-disabled.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/grid/page-first-disabled.gif new file mode 100755 index 0000000000..1e02c419f5 Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/grid/page-first-disabled.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/grid/page-first.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/grid/page-first.gif new file mode 100755 index 0000000000..60be4bcd3b Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/grid/page-first.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/grid/page-last-disabled.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/grid/page-last-disabled.gif new file mode 100755 index 0000000000..869706777c Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/grid/page-last-disabled.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/grid/page-last.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/grid/page-last.gif new file mode 100755 index 0000000000..beb4a8302a Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/grid/page-last.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/grid/page-next-disabled.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/grid/page-next-disabled.gif new file mode 100755 index 0000000000..90a7756f6f Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/grid/page-next-disabled.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/grid/page-next.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/grid/page-next.gif new file mode 100755 index 0000000000..97db1c2207 Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/grid/page-next.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/grid/page-prev-disabled.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/grid/page-prev-disabled.gif new file mode 100755 index 0000000000..37154d6240 Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/grid/page-prev-disabled.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/grid/page-prev.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/grid/page-prev.gif new file mode 100755 index 0000000000..d07e61c36a Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/grid/page-prev.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/grid/refresh.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/grid/refresh.gif new file mode 100755 index 0000000000..868b2dc594 Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/grid/refresh.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/grid/row-check-sprite.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/grid/row-check-sprite.gif new file mode 100755 index 0000000000..c230773a45 Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/grid/row-check-sprite.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/grid/row-expand-sprite.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/grid/row-expand-sprite.gif new file mode 100755 index 0000000000..abea9be561 Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/grid/row-expand-sprite.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/grid/row-over.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/grid/row-over.gif new file mode 100755 index 0000000000..888974dc0a Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/grid/row-over.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/grid/row-sel.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/grid/row-sel.gif new file mode 100755 index 0000000000..98239ea69e Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/grid/row-sel.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/grid/sort-hd.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/grid/sort-hd.gif new file mode 100755 index 0000000000..488675a479 Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/grid/sort-hd.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/grid/sort_asc.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/grid/sort_asc.gif new file mode 100755 index 0000000000..f50ae62fce Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/grid/sort_asc.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/grid/sort_desc.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/grid/sort_desc.gif new file mode 100755 index 0000000000..651e515aa8 Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/grid/sort_desc.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/layout/collapse.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/layout/collapse.gif new file mode 100755 index 0000000000..55547981b9 Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/layout/collapse.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/layout/expand.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/layout/expand.gif new file mode 100755 index 0000000000..3803d3596a Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/layout/expand.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/layout/gradient-bg.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/layout/gradient-bg.gif new file mode 100755 index 0000000000..8f29c1a669 Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/layout/gradient-bg.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/layout/mini-bottom.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/layout/mini-bottom.gif new file mode 100755 index 0000000000..14b9d22f79 Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/layout/mini-bottom.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/layout/mini-left.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/layout/mini-left.gif new file mode 100755 index 0000000000..9b12f92b85 Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/layout/mini-left.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/layout/mini-right.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/layout/mini-right.gif new file mode 100755 index 0000000000..bf54d8cea1 Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/layout/mini-right.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/layout/mini-top.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/layout/mini-top.gif new file mode 100755 index 0000000000..24cd21d897 Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/layout/mini-top.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/layout/ns-collapse.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/layout/ns-collapse.gif new file mode 100755 index 0000000000..d24e13f935 Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/layout/ns-collapse.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/layout/ns-expand.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/layout/ns-expand.gif new file mode 100755 index 0000000000..4a54011bd7 Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/layout/ns-expand.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/layout/panel-close.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/layout/panel-close.gif new file mode 100755 index 0000000000..43324ebd38 Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/layout/panel-close.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/layout/panel-title-bg.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/layout/panel-title-bg.gif new file mode 100755 index 0000000000..d3b59f8cf3 Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/layout/panel-title-bg.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/layout/panel-title-light-bg.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/layout/panel-title-light-bg.gif new file mode 100755 index 0000000000..4272e32092 Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/layout/panel-title-light-bg.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/layout/stick.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/layout/stick.gif new file mode 100755 index 0000000000..71a292b499 Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/layout/stick.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/layout/stuck.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/layout/stuck.gif new file mode 100755 index 0000000000..200db8b5b5 Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/layout/stuck.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/layout/tab-close-on.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/layout/tab-close-on.gif new file mode 100755 index 0000000000..163420322e Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/layout/tab-close-on.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/layout/tab-close.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/layout/tab-close.gif new file mode 100755 index 0000000000..ba61c07bda Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/layout/tab-close.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/menu/checked.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/menu/checked.gif new file mode 100755 index 0000000000..fad5893727 Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/menu/checked.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/menu/group-checked.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/menu/group-checked.gif new file mode 100755 index 0000000000..eda4fb93f0 Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/menu/group-checked.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/menu/item-over-disabled.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/menu/item-over-disabled.gif new file mode 100755 index 0000000000..5e2fa306b0 Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/menu/item-over-disabled.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/menu/item-over.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/menu/item-over.gif new file mode 100755 index 0000000000..2b6d5cc76b Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/menu/item-over.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/menu/menu-parent.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/menu/menu-parent.gif new file mode 100755 index 0000000000..c956052cb6 Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/menu/menu-parent.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/menu/menu.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/menu/menu.gif new file mode 100755 index 0000000000..11f8996c0b Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/menu/menu.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/menu/unchecked.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/menu/unchecked.gif new file mode 100755 index 0000000000..43823e52db Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/menu/unchecked.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/multiselect/clear.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/multiselect/clear.gif new file mode 100755 index 0000000000..d997d6568c Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/multiselect/clear.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/multiselect/clearfocus.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/multiselect/clearfocus.gif new file mode 100755 index 0000000000..fe15687d5c Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/multiselect/clearfocus.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/multiselect/clearinvalid.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/multiselect/clearinvalid.gif new file mode 100755 index 0000000000..c92d897cbe Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/multiselect/clearinvalid.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/multiselect/close.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/multiselect/close.gif new file mode 100755 index 0000000000..2b2f736177 Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/multiselect/close.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/multiselect/expand.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/multiselect/expand.gif new file mode 100755 index 0000000000..3803d3596a Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/multiselect/expand.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/multiselect/expandfocus.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/multiselect/expandfocus.gif new file mode 100755 index 0000000000..94d9a9ce14 Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/multiselect/expandfocus.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/multiselect/expandinvalid.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/multiselect/expandinvalid.gif new file mode 100755 index 0000000000..f5cbe47d6b Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/multiselect/expandinvalid.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/panel/corners-sprite.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/panel/corners-sprite.gif new file mode 100755 index 0000000000..c447500de8 Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/panel/corners-sprite.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/panel/corners-sprite_b.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/panel/corners-sprite_b.gif new file mode 100755 index 0000000000..b509458205 Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/panel/corners-sprite_b.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/panel/left-right.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/panel/left-right.gif new file mode 100755 index 0000000000..a6ac2ab8c0 Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/panel/left-right.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/panel/light-hd.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/panel/light-hd.gif new file mode 100755 index 0000000000..a0eaa30393 Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/panel/light-hd.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/panel/tool-sprite-tpl.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/panel/tool-sprite-tpl.gif new file mode 100755 index 0000000000..14a2c9f302 Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/panel/tool-sprite-tpl.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/panel/tool-sprites.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/panel/tool-sprites.gif new file mode 100755 index 0000000000..9efb4db41d Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/panel/tool-sprites.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/panel/tool-sprites.png b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/panel/tool-sprites.png new file mode 100755 index 0000000000..8f93903d0d Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/panel/tool-sprites.png differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/panel/tools-sprites-trans.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/panel/tools-sprites-trans.gif new file mode 100755 index 0000000000..5c4f9bcd9b Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/panel/tools-sprites-trans.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/panel/top-bottom.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/panel/top-bottom.gif new file mode 100755 index 0000000000..d395269284 Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/panel/top-bottom.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/panel/top-bottom.png b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/panel/top-bottom.png new file mode 100755 index 0000000000..30e4d96b4f Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/panel/top-bottom.png differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/panel/top-bottom_bc.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/panel/top-bottom_bc.gif new file mode 100755 index 0000000000..1954e3abac Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/panel/top-bottom_bc.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/panel/white-corners-sprite.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/panel/white-corners-sprite.gif new file mode 100755 index 0000000000..aea5c3131f Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/panel/white-corners-sprite.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/panel/white-left-right.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/panel/white-left-right.gif new file mode 100755 index 0000000000..b69bffee5f Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/panel/white-left-right.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/panel/white-top-bottom.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/panel/white-top-bottom.gif new file mode 100755 index 0000000000..119bbbcd9b Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/panel/white-top-bottom.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/progress/progress-bg.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/progress/progress-bg.gif new file mode 100755 index 0000000000..77ad06ce05 Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/progress/progress-bg.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/qtip/bg.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/qtip/bg.gif new file mode 100755 index 0000000000..2159a4f7ce Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/qtip/bg.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/qtip/close.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/qtip/close.gif new file mode 100755 index 0000000000..fb3570d1f7 Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/qtip/close.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/qtip/tip-anchor-sprite.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/qtip/tip-anchor-sprite.gif new file mode 100755 index 0000000000..b21b955869 Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/qtip/tip-anchor-sprite.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/qtip/tip-sprite.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/qtip/tip-sprite.gif new file mode 100755 index 0000000000..dfe008a661 Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/qtip/tip-sprite.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/qtip/tip-sprite_old.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/qtip/tip-sprite_old.gif new file mode 100755 index 0000000000..2d7b7e3941 Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/qtip/tip-sprite_old.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/s.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/s.gif new file mode 100755 index 0000000000..1d11fa9ada Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/s.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/shadow-c.png b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/shadow-c.png new file mode 100755 index 0000000000..4548f9a361 Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/shadow-c.png differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/shadow-lr.png b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/shadow-lr.png new file mode 100755 index 0000000000..1d629efed0 Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/shadow-lr.png differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/shadow.png b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/shadow.png new file mode 100755 index 0000000000..2bc4231bbb Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/shadow.png differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/shared/calendar.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/shared/calendar.gif new file mode 100755 index 0000000000..e6ae370d68 Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/shared/calendar.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/shared/glass-bg.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/shared/glass-bg.gif new file mode 100755 index 0000000000..beb72caeb8 Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/shared/glass-bg.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/shared/hd-sprite.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/shared/hd-sprite.gif new file mode 100755 index 0000000000..856d56c450 Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/shared/hd-sprite.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/shared/large-loading.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/shared/large-loading.gif new file mode 100755 index 0000000000..832720bb35 Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/shared/large-loading.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/shared/left-btn.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/shared/left-btn.gif new file mode 100755 index 0000000000..efabe993c1 Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/shared/left-btn.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/shared/loading-balls.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/shared/loading-balls.gif new file mode 100755 index 0000000000..c88bb179e8 Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/shared/loading-balls.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/shared/right-btn.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/shared/right-btn.gif new file mode 100755 index 0000000000..f904fd2e58 Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/shared/right-btn.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/shared/warning.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/shared/warning.gif new file mode 100755 index 0000000000..806d4bc093 Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/shared/warning.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/sizer/e-handle-dark.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/sizer/e-handle-dark.gif new file mode 100755 index 0000000000..2f865d3267 Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/sizer/e-handle-dark.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/sizer/e-handle.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/sizer/e-handle.gif new file mode 100755 index 0000000000..9045775267 Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/sizer/e-handle.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/sizer/ne-handle-dark.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/sizer/ne-handle-dark.gif new file mode 100755 index 0000000000..03a196831c Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/sizer/ne-handle-dark.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/sizer/ne-handle.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/sizer/ne-handle.gif new file mode 100755 index 0000000000..7b11644a87 Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/sizer/ne-handle.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/sizer/nw-handle-dark.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/sizer/nw-handle-dark.gif new file mode 100755 index 0000000000..252635a961 Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/sizer/nw-handle-dark.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/sizer/nw-handle.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/sizer/nw-handle.gif new file mode 100755 index 0000000000..2cfd90e134 Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/sizer/nw-handle.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/sizer/s-handle-dark.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/sizer/s-handle-dark.gif new file mode 100755 index 0000000000..5861298874 Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/sizer/s-handle-dark.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/sizer/s-handle.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/sizer/s-handle.gif new file mode 100755 index 0000000000..3a8b4600fb Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/sizer/s-handle.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/sizer/se-handle-dark.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/sizer/se-handle-dark.gif new file mode 100755 index 0000000000..ce72a8a66d Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/sizer/se-handle-dark.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/sizer/se-handle.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/sizer/se-handle.gif new file mode 100755 index 0000000000..4f8042d98f Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/sizer/se-handle.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/sizer/square.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/sizer/square.gif new file mode 100755 index 0000000000..ff4df0ffce Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/sizer/square.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/sizer/sw-handle-dark.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/sizer/sw-handle-dark.gif new file mode 100755 index 0000000000..e8e13b17e1 Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/sizer/sw-handle-dark.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/sizer/sw-handle.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/sizer/sw-handle.gif new file mode 100755 index 0000000000..7a90d1b6cb Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/sizer/sw-handle.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/slider/slider-bg.png b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/slider/slider-bg.png new file mode 100755 index 0000000000..c525c7cd80 Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/slider/slider-bg.png differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/slider/slider-thumb.png b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/slider/slider-thumb.png new file mode 100755 index 0000000000..883821b45f Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/slider/slider-thumb.png differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/slider/slider-v-bg.png b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/slider/slider-v-bg.png new file mode 100755 index 0000000000..6d8d4dc25d Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/slider/slider-v-bg.png differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/slider/slider-v-thumb.png b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/slider/slider-v-thumb.png new file mode 100755 index 0000000000..bfadcdc6b4 Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/slider/slider-v-thumb.png differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/spinner/spinner-split.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/spinner/spinner-split.gif new file mode 100755 index 0000000000..37de7e4e77 Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/spinner/spinner-split.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/spinner/spinner.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/spinner/spinner.gif new file mode 100755 index 0000000000..f28196fd7e Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/spinner/spinner.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/tabs/scroll-left.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/tabs/scroll-left.gif new file mode 100755 index 0000000000..830378ec83 Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/tabs/scroll-left.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/tabs/scroll-right.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/tabs/scroll-right.gif new file mode 100755 index 0000000000..4d9bf35985 Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/tabs/scroll-right.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/tabs/scroller-bg.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/tabs/scroller-bg.gif new file mode 100755 index 0000000000..9e31ddce8b Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/tabs/scroller-bg.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/tabs/tab-btm-inactive-left-bg.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/tabs/tab-btm-inactive-left-bg.gif new file mode 100755 index 0000000000..e61a9e4f2b Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/tabs/tab-btm-inactive-left-bg.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/tabs/tab-btm-inactive-right-bg.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/tabs/tab-btm-inactive-right-bg.gif new file mode 100755 index 0000000000..b264934264 Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/tabs/tab-btm-inactive-right-bg.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/tabs/tab-btm-left-bg.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/tabs/tab-btm-left-bg.gif new file mode 100755 index 0000000000..965ace3024 Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/tabs/tab-btm-left-bg.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/tabs/tab-btm-over-left-bg.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/tabs/tab-btm-over-left-bg.gif new file mode 100755 index 0000000000..de8a68eb33 Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/tabs/tab-btm-over-left-bg.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/tabs/tab-btm-over-right-bg.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/tabs/tab-btm-over-right-bg.gif new file mode 100755 index 0000000000..09d5af7339 Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/tabs/tab-btm-over-right-bg.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/tabs/tab-btm-right-bg.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/tabs/tab-btm-right-bg.gif new file mode 100755 index 0000000000..a6a58735c4 Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/tabs/tab-btm-right-bg.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/tabs/tab-close.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/tabs/tab-close.gif new file mode 100755 index 0000000000..663022bab4 Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/tabs/tab-close.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/tabs/tab-strip-bg.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/tabs/tab-strip-bg.gif new file mode 100755 index 0000000000..926703a7ea Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/tabs/tab-strip-bg.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/tabs/tab-strip-bg.png b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/tabs/tab-strip-bg.png new file mode 100755 index 0000000000..b9cbd37ce4 Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/tabs/tab-strip-bg.png differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/tabs/tab-strip-btm-bg.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/tabs/tab-strip-btm-bg.gif new file mode 100755 index 0000000000..64e83a738f Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/tabs/tab-strip-btm-bg.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/tabs/tabs-sprite.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/tabs/tabs-sprite.gif new file mode 100755 index 0000000000..d86491b7ac Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/tabs/tabs-sprite.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/toolbar/bg.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/toolbar/bg.gif new file mode 100755 index 0000000000..4fa4aa12e7 Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/toolbar/bg.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/toolbar/btn-arrow-light.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/toolbar/btn-arrow-light.gif new file mode 100755 index 0000000000..e048a18ab6 Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/toolbar/btn-arrow-light.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/toolbar/btn-arrow.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/toolbar/btn-arrow.gif new file mode 100755 index 0000000000..6a88cf24bc Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/toolbar/btn-arrow.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/toolbar/btn-over-bg.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/toolbar/btn-over-bg.gif new file mode 100755 index 0000000000..b7b1244716 Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/toolbar/btn-over-bg.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/toolbar/gray-bg.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/toolbar/gray-bg.gif new file mode 100755 index 0000000000..27d634be1c Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/toolbar/gray-bg.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/toolbar/more.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/toolbar/more.gif new file mode 100755 index 0000000000..2e0d186e08 Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/toolbar/more.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/toolbar/tb-bg.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/toolbar/tb-bg.gif new file mode 100755 index 0000000000..756a4bf1f2 Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/toolbar/tb-bg.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/toolbar/tb-btn-sprite.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/toolbar/tb-btn-sprite.gif new file mode 100755 index 0000000000..da88138240 Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/toolbar/tb-btn-sprite.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/toolbar/tb-xl-btn-sprite.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/toolbar/tb-xl-btn-sprite.gif new file mode 100755 index 0000000000..49dd8d642c Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/toolbar/tb-xl-btn-sprite.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/toolbar/tb-xl-sep.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/toolbar/tb-xl-sep.gif new file mode 100755 index 0000000000..5429770cf0 Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/toolbar/tb-xl-sep.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/tree/arrows.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/tree/arrows.gif new file mode 100755 index 0000000000..136265b64e Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/tree/arrows.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/tree/drop-add.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/tree/drop-add.gif new file mode 100755 index 0000000000..b22cd1448e Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/tree/drop-add.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/tree/drop-between.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/tree/drop-between.gif new file mode 100755 index 0000000000..5c6c09d987 Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/tree/drop-between.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/tree/drop-no.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/tree/drop-no.gif new file mode 100755 index 0000000000..9d9c6a9ce1 Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/tree/drop-no.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/tree/drop-over.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/tree/drop-over.gif new file mode 100755 index 0000000000..30d1ca7107 Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/tree/drop-over.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/tree/drop-under.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/tree/drop-under.gif new file mode 100755 index 0000000000..85f66b1e58 Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/tree/drop-under.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/tree/drop-yes.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/tree/drop-yes.gif new file mode 100755 index 0000000000..8aacb307e8 Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/tree/drop-yes.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/tree/elbow-end-minus-nl.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/tree/elbow-end-minus-nl.gif new file mode 100755 index 0000000000..8c5bc5d4d5 Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/tree/elbow-end-minus-nl.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/tree/elbow-end-minus.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/tree/elbow-end-minus.gif new file mode 100755 index 0000000000..585051376c Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/tree/elbow-end-minus.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/tree/elbow-end-plus-nl.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/tree/elbow-end-plus-nl.gif new file mode 100755 index 0000000000..752b42a3c7 Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/tree/elbow-end-plus-nl.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/tree/elbow-end-plus.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/tree/elbow-end-plus.gif new file mode 100755 index 0000000000..ff126359d3 Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/tree/elbow-end-plus.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/tree/elbow-end.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/tree/elbow-end.gif new file mode 100755 index 0000000000..f24ddee799 Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/tree/elbow-end.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/tree/elbow-line.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/tree/elbow-line.gif new file mode 100755 index 0000000000..75e6da4f8e Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/tree/elbow-line.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/tree/elbow-minus-nl.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/tree/elbow-minus-nl.gif new file mode 100755 index 0000000000..928779e923 Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/tree/elbow-minus-nl.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/tree/elbow-minus.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/tree/elbow-minus.gif new file mode 100755 index 0000000000..97dcc7110f Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/tree/elbow-minus.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/tree/elbow-plus-nl.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/tree/elbow-plus-nl.gif new file mode 100755 index 0000000000..9f7f69880f Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/tree/elbow-plus-nl.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/tree/elbow-plus.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/tree/elbow-plus.gif new file mode 100755 index 0000000000..698de4793c Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/tree/elbow-plus.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/tree/elbow.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/tree/elbow.gif new file mode 100755 index 0000000000..b8f4208389 Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/tree/elbow.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/tree/folder-open.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/tree/folder-open.gif new file mode 100755 index 0000000000..56ba737bcc Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/tree/folder-open.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/tree/folder.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/tree/folder.gif new file mode 100755 index 0000000000..20412f7c1b Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/tree/folder.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/tree/leaf.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/tree/leaf.gif new file mode 100755 index 0000000000..445769d3f8 Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/tree/leaf.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/tree/loading.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/tree/loading.gif new file mode 100755 index 0000000000..1714f1632e Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/tree/loading.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/tree/s.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/tree/s.gif new file mode 100755 index 0000000000..1d11fa9ada Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/tree/s.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/window/icon-error.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/window/icon-error.gif new file mode 100755 index 0000000000..397b655ab8 Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/window/icon-error.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/window/icon-info.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/window/icon-info.gif new file mode 100755 index 0000000000..58281c3067 Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/window/icon-info.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/window/icon-question.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/window/icon-question.gif new file mode 100755 index 0000000000..08abd82ae8 Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/window/icon-question.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/window/icon-warning.gif b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/window/icon-warning.gif new file mode 100755 index 0000000000..27ff98b4f7 Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/window/icon-warning.gif differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/window/left-corners.png b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/window/left-corners.png new file mode 100755 index 0000000000..3826676141 Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/window/left-corners.png differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/window/left-corners_ie6.png b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/window/left-corners_ie6.png new file mode 100755 index 0000000000..1fdc098ac2 Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/window/left-corners_ie6.png differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/window/left-right.png b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/window/left-right.png new file mode 100755 index 0000000000..74d6a8b105 Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/window/left-right.png differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/window/left-right_ie6.png b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/window/left-right_ie6.png new file mode 100755 index 0000000000..5af2b2c508 Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/window/left-right_ie6.png differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/window/right-corners.png b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/window/right-corners.png new file mode 100755 index 0000000000..1679e5cab2 Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/window/right-corners.png differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/window/right-corners_ie6.png b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/window/right-corners_ie6.png new file mode 100755 index 0000000000..6e6e82e769 Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/window/right-corners_ie6.png differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/window/top-bottom.png b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/window/top-bottom.png new file mode 100755 index 0000000000..c2e9ac9017 Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/window/top-bottom.png differ diff --git a/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/window/top-bottom_ie6.png b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/window/top-bottom_ie6.png new file mode 100755 index 0000000000..700e83c9ba Binary files /dev/null and b/scm-webapp/src/main/webapp/resources/extjs/resources/images/tp/window/top-bottom_ie6.png differ