http://git-wip-us.apache.org/repos/asf/camel/blob/9f5e32db/components/camel-web/src/main/webapp/js/dojox/form/resources/DropDownSelect.css ---------------------------------------------------------------------- diff --git a/components/camel-web/src/main/webapp/js/dojox/form/resources/DropDownSelect.css b/components/camel-web/src/main/webapp/js/dojox/form/resources/DropDownSelect.css deleted file mode 100644 index ffa6ad5..0000000 --- a/components/camel-web/src/main/webapp/js/dojox/form/resources/DropDownSelect.css +++ /dev/null @@ -1,202 +0,0 @@ - -.dojoxDropDownSelect { - margin: 0.2em; -} -.dojoxDropDownSelect .dijitButtonNode { - text-align: left; -} -.dijitRtl .dojoxDropDownSelect .dijitButtonNode { - text-align: right; -} -.dijitToolbar .dojoxDropDownSelect { - margin: 0; -} -.dj_webkit .dijitToolbar .dojoxDropDownSelect { - padding-left: 0.3em; -} -.dijit_a11y .dojoxDropDownSelectDisabled .dijitButtonNode { - border-style: outset!important; - border-width: medium!important; - border-color: #999 !important; - color:#999 !important; -} -.dojoxDropDownSelect .dijitButtonContents { - padding: 0px; - border-right: none; - background: transparent none; -} -.dojoxDropDownSelectFixedWidth .dijitButtonContents { - width: 100%; -} -.dojoxDropDownSelect .dijitArrowButton { - width: 16px; -} -.dojoxDropDownSelectLabel * -{ - vertical-align: baseline; -} -.dojoxDropDownSelectSelectedOption * { - font-weight: bold; -} -.dojoxDropDownSelectMenu { - border-width: 1px; -} -.dojoxDropDownSelect .dijitButtonContents { - white-space: nowrap; -} -.tundra .dojoxDropDownSelectDisabled * { - cursor: not-allowed !important; -} -.tundra .dojoxDropDownSelectReadOnly * { - cursor: default !important; -} -.tundra .dojoxDropDownSelect .dijitButtonNode { - padding: 0px; -} -.tundra .dojoxDropDownSelect .dijitButtonContents { - padding-top: 1px; - background:#fff url("../../../dijit/themes/tundra/images/validationInputBg.png") repeat-x top left; - #background:#fff url('../../../dijit/themes/tundra/images/validationInputBg.gif') repeat-x top left; -} -.tundra .dojoxDropDownSelectHover .dijitButtonContents, -.tundra .dojoxDropDownSelectActive .dijitButtonContents, -.tundra .dojoxDropDownSelectOpened .dijitButtonContents, -.tundra .dojoxDropDownSelectDisabled .dijitButtonContents, -.tundra .dojoxDropDownSelectReadOnly .dijitButtonContents{ - background: transparent none; -} -.dj_ie .tundra .dojoxDropDownSelect .dijitButtonContents { - padding-top: 0px; -} -.tundra .dojoxDropDownSelectDisabled .dijitButtonNode { - border-color: #d5d5d5 #bdbdbd #bdbdbd #d5d5d5; - background:#e4e4e4 url("../../../dijit/themes/tundra/images/buttonDisabled.png") top repeat-x; -} -.dj_ie .tundra .dojoxDropDownSelectDisabled .dijitButtonNode * { - filter: gray() alpha(opacity=50); -} -.tundra .dojoxDropDownSelectHover .dijitButtonNode { - border-color:#a5beda; - border-bottom-color:#5c7590; - border-right-color:#5c7590; - color:#243C5F; - background:#fcfdff url("../../../dijit/themes/tundra/images/buttonHover.png") repeat-x bottom; -} -.tundra .dojoxDropDownSelectActive .dijitButtonNode, -.tundra .dojoxDropDownSelectOpened .dijitButtonNode { - border-color:#366dba; - background: #ededed url("../../../dijit/themes/tundra/images/buttonActive.png") bottom repeat-x; -} -.tundra .dojoxDropDownSelectMenu td { - padding: 0em; -} -.tundra .dojoxDropDownSelectMenu .dijitMenuItemIcon { - margin: 0.1em 0.2em; - display: none; -} -.tundra .dojoxDropDownSelectMenu .dijitMenuItemLabel, -.tundra .dojoxDropDownSelectMenu .dijitMenuArrowCell { - padding: 0.1em 0.2em; -} -.soria .dojoxDropDownSelectDisabled * { - cursor: not-allowed !important; -} -.soria .dojoxDropDownSelectReadOnly * { - cursor: default !important; -} -.soria .dojoxDropDownSelect .dijitButtonNode { - padding: 0px; -} -.soria .dojoxDropDownSelect .dijitButtonContents { - padding-top: 1px; - background:#fff url("../../../dijit/themes/soria/images/validationInputBg.png") repeat-x top left; - #background:#fff url('../../../dijit/themes/soria/images/validationInputBg.gif') repeat-x top left; -} -.soria .dojoxDropDownSelectHover .dijitButtonContents, -.soria .dojoxDropDownSelectActive .dijitButtonContents, -.soria .dojoxDropDownSelectOpened .dijitButtonContents, -.soria .dojoxDropDownSelectDisabled .dijitButtonContents, -.soria .dojoxDropDownSelectReadOnly .dijitButtonContents{ - background: transparent none; -} -.dj_ie .soria .dojoxDropDownSelect .dijitButtonContents { - padding-top: 0px; -} -.soria .dojoxDropDownSelectDisabled .dijitButtonNode { - border-color: #b9bbdd #b9bbdd #b9bbdd #b9bbdd; - background:#c3d3e5 url("../../../dijit/themes/soria/images/buttonDisabled.png") top repeat-x; -} -.dj_ie .soria .dojoxDropDownSelectDisabled .dijitButtonNode * { - filter: gray() alpha(opacity=50); -} -.soria .dojoxDropDownSelectHover .dijitButtonNode { - color:#000; - background:#acc5e2 url("../../../dijit/themes/soria/images/buttonHover.png") repeat-x top left; -} -.soria .dojoxDropDownSelectActive .dijitButtonNode, -.soria .dojoxDropDownSelectOpened .dijitButtonNode { - border-color:#657c9c; - background: #91b4e5 url("../../../dijit/themes/soria/images/buttonActive.png") top left repeat-x; -} -.soria .dojoxDropDownSelectMenu td { - padding: 0em; -} -.soria .dojoxDropDownSelectMenu .dijitMenuItemIcon { - margin: 0.1em 0.2em; - display: none; -} -.soria .dojoxDropDownSelectMenu .dijitMenuItemLabel, -.soria .dojoxDropDownSelectMenu .dijitMenuArrowCell { - padding: 0.1em 0.2em; -} -.nihilo .dojoxDropDownSelectDisabled * { - cursor: not-allowed !important; -} -.nihilo .dojoxDropDownSelectReadOnly * { - cursor: default !important; -} -.nihilo .dojoxDropDownSelect .dijitButtonNode { - padding: 0px; -} -.nihilo .dojoxDropDownSelect .dijitButtonContents { - padding-top: 1px; - background:#fff url("../../../dijit/themes/nihilo/images/validationInputBg.png") repeat-x top left; - #background:#fff url('../../../dijit/themes/nihilo/images/validationInputBg.gif') repeat-x top left; -} -.nihilo .dojoxDropDownSelectHover .dijitButtonContents, -.nihilo .dojoxDropDownSelectActive .dijitButtonContents, -.nihilo .dojoxDropDownSelectOpened .dijitButtonContents, -.nihilo .dojoxDropDownSelectDisabled .dijitButtonContents, -.nihilo .dojoxDropDownSelectReadOnly .dijitButtonContents{ - background: transparent none; -} -.dj_ie .nihilo .dojoxDropDownSelect .dijitButtonContents { - padding-top: 0px; -} -.nihilo .dojoxDropDownSelectDisabled .dijitButtonNode { - border-color: #dedede; - background:#fafafa url("../../../dijit/themes/nihilo/images/buttonDisabled.png") top repeat-x; -} -.dj_ie .nihilo .dojoxDropDownSelectDisabled .dijitButtonNode * { - filter: gray() alpha(opacity=50); -} -.nihilo .dojoxDropDownSelectHover .dijitButtonNode { - color:#000; - background:#fcfcfc url("../../../dijit/themes/nihilo/images/buttonHover.png") repeat-x top left; -} -.nihilo .dojoxDropDownSelectActive .dijitButtonNode, -.nihilo .dojoxDropDownSelectOpened .dijitButtonNode { - border-color:#dedede; - background: #f5f5f5 url("../../../dijit/themes/nihilo/images/buttonActive.png") top left repeat-x; -} -.nihilo .dojoxDropDownSelectMenu td { - padding: 0em; -} -.nihilo .dojoxDropDownSelectMenu .dijitMenuItemIcon { - margin: 0.1em 0.2em; - display: none; -} -.nihilo .dojoxDropDownSelectMenu .dijitMenuItemLabel, -.nihilo .dojoxDropDownSelectMenu .dijitMenuArrowCell { - padding: 0.1em 0.2em; -}
http://git-wip-us.apache.org/repos/asf/camel/blob/9f5e32db/components/camel-web/src/main/webapp/js/dojox/form/resources/DropDownSelect.html ---------------------------------------------------------------------- diff --git a/components/camel-web/src/main/webapp/js/dojox/form/resources/DropDownSelect.html b/components/camel-web/src/main/webapp/js/dojox/form/resources/DropDownSelect.html deleted file mode 100644 index f581434..0000000 --- a/components/camel-web/src/main/webapp/js/dojox/form/resources/DropDownSelect.html +++ /dev/null @@ -1,14 +0,0 @@ -<table class='dijit dijitReset dijitInline dijitLeft' - dojoAttachPoint="dropDownNode,tableNode" cellspacing='0' cellpadding='0' waiRole="presentation" - dojoAttachEvent="onmouseenter:_onMouse,onmouseleave:_onMouse,onmousedown:_onMouse" - ><tbody waiRole="presentation"><tr waiRole="presentation" - ><td class="dijitReset dijitStretch dijitButtonContents dijitButtonNode" - ><span class="dijitReset dijitInline dijitButtonText" dojoAttachPoint="containerNode,popupStateNode" id="${id}_label"></span - ><input type="hidden" ${nameAttrSetting} dojoAttachPoint="valueNode" value="${value}" /> - </td><td class="dijitReset dijitRight dijitButtonNode dijitArrowButton dijitDownArrowButton" - dojoAttachPoint="focusNode,titleNode" waiRole="button" waiState="haspopup-true,labelledby-${id}_label" - ><div class="dijitReset dijitArrowButtonInner"> </div - ><div class="dijitReset dijitArrowButtonChar" waiRole="presentation">▼</div - ></td - ></tr></tbody -></table> http://git-wip-us.apache.org/repos/asf/camel/blob/9f5e32db/components/camel-web/src/main/webapp/js/dojox/form/resources/FileInput.css ---------------------------------------------------------------------- diff --git a/components/camel-web/src/main/webapp/js/dojox/form/resources/FileInput.css b/components/camel-web/src/main/webapp/js/dojox/form/resources/FileInput.css deleted file mode 100644 index ffe477a..0000000 --- a/components/camel-web/src/main/webapp/js/dojox/form/resources/FileInput.css +++ /dev/null @@ -1,88 +0,0 @@ -.dijitFileInput { - position:relative; - height:1.3em; - -} -.dijitFileInputReal { - position:absolute; - z-index:2; - filter:alpha(opacity:0); - opacity:0; - cursor:pointer; -} -.dijitFileInputRealBlind { - right:0; -} -.dijitFileInputReal:hover { cursor:pointer; } -.dijitFileInputButton, -.dijitFileInputText { - border:1px solid #333; - padding:2px 12px 2px 12px; - cursor:pointer; -} -.dijitFileInputButton { - z-index:3; - visibility:hidden; -} -.dijitFakeInput { position:absolute; top:0; left:0; z-index:1; white-space: nowrap; } -.dijitProgressOverlay { - display:none; - width:250px; - height:1em; - position:absolute; - top:0; left:0; - border:1px solid #333; - background:#cad2de url('../../../dijit/themes/tundra/images/dijitProgressBarAnim.gif') repeat-x top left; - padding:2px; -} -.tundra .dijitProgressOverlay { - border:1px solid #84a3d1; - background-color:#cad2de; -} -.tundra .dijitFakeInput input { - - padding: 0; - background:#fff url("../../../dijit/themes/tundra/images/validationInputBg.png") repeat-x top left; - border:1px solid #9b9b9b; - line-height: normal; -} -.tundra .dijitFileInputButton, -.tundra .dijitFileInputText { - border:1px solid #9b9b9b; - padding:0px 12px 0px 12px; - background:#e9e9e9 url("../../../dijit/themes/tundra/images/buttonEnabled.png") repeat-x top; -} -.soria .dijitProgressOverlay { - border:1px solid #8BA0BD; - background-color:#cad2de; -} -.soria .dijitFakeInput input { - border:1px solid #8BA0BD; - background:#fff url("../../../dijit/themes/soria/images/validationInputBg.png") repeat-x top left; - line-height:normal; - background-position:0 -30px; - padding:0.2em 0.3em; -} -.soria .dijitFileInputButton, -.soria .dijitFileInputText { - border:1px solid #8BA0BD; - padding:2px 12px 2px 12px; - background:#b7cdee url('../../../dijit/themes/soria/images/buttonEnabled.png') repeat-x; -} -.nihilo .dijitProgressOverlay { - border:1px solid #DEDEDE; - background-color:#cad2de; -} -.nihilo .dijitFakeInput input { - border:1px solid #DEDEDE; - background:#fff url("../../../dijit/themes/nihilo/images/validationInputBg.png") repeat-x top left; - line-height:normal; - background-position:0 -30px; - padding:0.2em 0.3em; -} -.nihilo .dijitFileInputButton, -.nihilo .dijitFileInputText { - border:1px solid #DEDEDE; - padding:2px 12px 2px 12px; - background:#b7cdee url('../../../dijit/themes/nihilo/images/buttonEnabled.png') repeat-x; -} http://git-wip-us.apache.org/repos/asf/camel/blob/9f5e32db/components/camel-web/src/main/webapp/js/dojox/form/resources/FileInput.html ---------------------------------------------------------------------- diff --git a/components/camel-web/src/main/webapp/js/dojox/form/resources/FileInput.html b/components/camel-web/src/main/webapp/js/dojox/form/resources/FileInput.html deleted file mode 100644 index 4ffd120..0000000 --- a/components/camel-web/src/main/webapp/js/dojox/form/resources/FileInput.html +++ /dev/null @@ -1,9 +0,0 @@ -<div class="dijitFileInput"> - <input id="${id}" class="dijitFileInputReal" type="file" dojoAttachPoint="fileInput" name="${name}" /> - <div class="dijitFakeInput"> - <input class="dijitFileInputVisible" type="text" dojoAttachPoint="focusNode, inputNode" /> - <div class="dijitInline dijitFileInputText" dojoAttachPoint="titleNode">${label}</div> - <div class="dijitInline dijitFileInputButton" dojoAttachPoint="cancelNode" - dojoAttachEvent="onclick:reset">${cancelText}</div> - </div> -</div> http://git-wip-us.apache.org/repos/asf/camel/blob/9f5e32db/components/camel-web/src/main/webapp/js/dojox/form/resources/FileInputAuto.html ---------------------------------------------------------------------- diff --git a/components/camel-web/src/main/webapp/js/dojox/form/resources/FileInputAuto.html b/components/camel-web/src/main/webapp/js/dojox/form/resources/FileInputAuto.html deleted file mode 100644 index 12b2148..0000000 --- a/components/camel-web/src/main/webapp/js/dojox/form/resources/FileInputAuto.html +++ /dev/null @@ -1,9 +0,0 @@ -<div class="dijitFileInput"> - <input id="${id}" name="${name}" class="dijitFileInputReal" type="file" dojoAttachPoint="fileInput" /> - <div class="dijitFakeInput" dojoAttachPoint="fakeNodeHolder"> - <input class="dijitFileInputVisible" type="text" dojoAttachPoint="focusNode, inputNode" /> - <div class="dijitInline dijitFileInputText" dojoAttachPoint="titleNode">${label}</div> - <div class="dijitInline dijitFileInputButton" dojoAttachPoint="cancelNode" dojoAttachEvent="onclick:reset">${cancelText}</div> - </div> - <div class="dijitProgressOverlay" dojoAttachPoint="overlay"> </div> -</div> http://git-wip-us.apache.org/repos/asf/camel/blob/9f5e32db/components/camel-web/src/main/webapp/js/dojox/form/resources/FilePickerTextBox.css ---------------------------------------------------------------------- diff --git a/components/camel-web/src/main/webapp/js/dojox/form/resources/FilePickerTextBox.css b/components/camel-web/src/main/webapp/js/dojox/form/resources/FilePickerTextBox.css deleted file mode 100644 index f63c8a0..0000000 --- a/components/camel-web/src/main/webapp/js/dojox/form/resources/FilePickerTextBox.css +++ /dev/null @@ -1,468 +0,0 @@ -.dojoxRollingList { - border: 1px solid #000; - height: 20em; - background-color: #FFF; - position: relative; -} -.dijitPopup .dojoxRollingList { - position: static; -} -.dojoxRollingListContainer { - overflow: scroll; - overflow-y: hidden; - overflow-x: scroll; - white-space: nowrap; -} -.dojoxRollingListButtons { - position: absolute; - right: 5px; - padding: 5px 0px; -} -.dojoxRollingListButtonsHidden .dojoxRollingListButtons { - display: none; -} -.dojoxRollingListPane { - overflow: scroll; - overflow-x: hidden; - overflow-y: scroll; - display:-moz-inline-box; - display:inline-block; - #zoom: 1; - #display:inline; - border:0; - padding:0; - vertical-align:middle; - #vertical-align: auto; -} -.dojoxRollingListPane .dijitMenuItem td { - width: 1px; -} -.dojoxRollingListPane .dijitMenuItem td.dijitMenuItemLabel { - width: auto; -} -.dojoxRollingListPane .dijitMenuItemLabel, -.dojoxRollingListPane .dijitMenuItemIcon { - position: static !important; -} -.dj_webkit .dojoxRollingListPane, -.dj_ie .dojoxRollingListPane { - padding-right: 15px; -} -.dojoxRollingListPane .dijitMenu { - border: none !important; -} -.dojoxRollingListItem { - cursor: default; -} -.tundra .dojoxRollingList { - border-color: #b3b3b3; -} -.tundra .dijitPopup .dojoxRollingList { - border-color: #406b9b; -} -.tundra .dojoxRollingListPane { - background-color: #f7f7f7; -} -.tundra .dojoxRollingListPane .dojoxRollingListItemHover, -.tundra .dojoxRollingListPane .dojoxRollingListItemFocus { - background-color: #e3e3e3; -} -.tundra .dojoxRollingListPane .dojoxRollingListItemSelected { - color: #fff; - background-color: #999; - font-weight: bold; -} -.tundra .dojoxRollingListPaneCurrentSelected .dojoxRollingListItemSelected { - background-color: #3559ac; -} -.tundra .dojoxRollingListPane .dojoxRollingListItemHoverSelected, -.tundra .dojoxRollingListPane .dojoxRollingListItemFocusSelected { - background-color: #9aacd6; -} -.tundra .dojoxRollingListItem { - font-family: inherit; -} -.soria .dojoxRollingList { - border-color: #8ba0bd; -} -.soria .dijitPopup .dojoxRollingList { - border-color: #406b9b; -} -.soria .dojoxRollingListPane { - background-color: #fff; -} -.soria .dojoxRollingListPane .dojoxRollingListItemHover, -.soria .dojoxRollingListPane .dojoxRollingListItemFocus { - background-color: #e3e3e3; -} -.soria .dojoxRollingListPane .dojoxRollingListItemSelected { - color: #243C5F; - background-color: #ccc; - font-weight: bold; -} -.soria .dojoxRollingListPaneCurrentSelected .dojoxRollingListItemSelected { - background-color: #d9e6f9; -} -.soria .dojoxRollingListPane .dojoxRollingListItemHoverSelected, -.soria .dojoxRollingListPane .dojoxRollingListItemFocusSelected { - background-color: #ecf3fc; -} -.soria .dojoxRollingListItem { - font-family: inherit; -} -.nihilo .dojoxRollingList { - border-color: #d3d3d3; -} -.nihilo .dijitPopup .dojoxRollingList { - border-color: #b3b3b3; -} -.nihilo .dojoxRollingListPane { - background-color: #fff; -} -.nihilo .dojoxRollingListPane .dojoxRollingListItemHover, -.nihilo .dojoxRollingListPane .dojoxRollingListItemFocus { - background-color: #e3e3e3; -} -.nihilo .dojoxRollingListPane .dojoxRollingListItemSelected { - color: #243C5F; - background-color: #ccc; - font-weight: bold; -} -.nihilo .dojoxRollingListPaneCurrentSelected .dojoxRollingListItemSelected { - background-color: #ffe284; -} -.nihilo .dojoxRollingListPane .dojoxRollingListItemHoverSelected, -.nihilo .dojoxRollingListPane .dojoxRollingListItemFocusSelected { - background-color: #fff1c2; -} -.nihilo .dojoxRollingListItem { - font-family: inherit; -} -.dojoxFileInfoPane *{ - white-space: normal; -} -.dojoxFileInfoLabel { - font-weight: bold; - white-space: nowrap; -} -.dojoxFileInfoPane { - width: 20em; -} -.tundra .dojoxFilePickerItem .dijitMenuItemIcon { - background-image: url(../../widget/FilePicker/images/tundraFileIcons.gif); - background-repeat: no-repeat; -} -.tundra .dojoxFilePickerItem .dojoxEmpty { - background-image: none; -} -.tundra .dojoxFilePickerItem .dojoxDirectoryItemIcon { - background-position: 0px; -} -.tundra .dojoxFilePickerItemSelected .dojoxDirectoryItemIcon { - background-position: -16px; -} -.tundra .dojoxFilePickerItem .dojoxFileItemIcon { - background-position: -32px; -} -.tundra .dojoxFilePickerItemSelected .dojoxFileItemIcon { - background-position: -48px; -} -.soria .dojoxFilePickerItem .dijitMenuItemIcon { - background-image: url(../../widget/FilePicker/images/soriaFileIcons.gif); - background-repeat: no-repeat; -} -.soria .dojoxFilePickerItem .dojoxEmpty { - background-image: none; -} -.soria .dojoxFilePickerItem .dojoxDirectoryItemIcon { - background-position: 0px; -} -.soria .dojoxFilePickerItemSelected .dojoxDirectoryItemIcon { - background-position: -16px; -} -.soria .dojoxFilePickerItem .dojoxFileItemIcon { - background-position: -32px; -} -.soria .dojoxFilePickerItemSelected .dojoxFileItemIcon { - background-position: -48px; -} -.nihilo .dojoxFilePickerItem .dijitMenuItemIcon { - background-image: url(../../widget/FilePicker/images/nihiloFileIcons.gif); - background-repeat: no-repeat; -} -.nihilo .dojoxFilePickerItem .dojoxEmpty { - background-image: none; -} -.nihilo .dojoxFilePickerItem .dojoxDirectoryItemIcon { - background-position: 0px; -} -.nihilo .dojoxFilePickerItemSelected .dojoxDirectoryItemIcon { - background-position: -16px; -} -.nihilo .dojoxFilePickerItem .dojoxFileItemIcon { - background-position: -32px; -} -.nihilo .dojoxFilePickerItemSelected .dojoxFileItemIcon { - background-position: -48px; -} -.dojoxFilePickerTextBox{ - width: 30em; - vertical-align: middle; -} -.dojoxFilePickerTextBox input:focus{ - outline: none; -} -.dojoxFilePickerTextBoxFocused{ - outline: auto 5px -webkit-focus-ring-color; -} -.dojoxFilePickerTextBox INPUT{ - border-left: solid black 1px; - display:inline; - position:static !important; - border:0 !important; - margin:0 !important; - vertical-align:top !important; - visibility:visible !important; - background-color:transparent !important; - background-image:none !important; - width:100% !important; -} -.dijitRtl .dojoxFilePickerTextBox .dijitInputField { - border-right-width:1px !important; - border-left-width:0 !important; -} -.tundra .dojoxFilePickerTextBoxDisabled * -{ - cursor: not-allowed !important; -} -.tundra .dojoxFilePickerTextBox { - font-family: sans-serif; - font-size: 100%; -} -.tundra .dojoxFilePickerTextBox { - background:#fff url("../../../dijit/themes/tundra/images/validationInputBg.png") repeat-x top left; - #background:#fff url('../../../dijit/themes/tundra/images/validationInputBg.gif') repeat-x top left; - border:1px solid #b3b3b3; - line-height: normal; -} -.tundra .dojoxFilePickerTextBoxDisabled { - color: gray; -} -.dj_webkit .tundra .dojoxFilePickerTextBoxDisabled { - color: #eee; -} -.tundra .dojoxFilePickerTextBox .dijitInputField { - padding: 1px 0; -} -.tundra .dojoxFilePickerTextBox .dijitButtonNode { - padding: 1px 0.2em; -} -.tundra .dojoxFilePickerTextBox .dijitButtonNode{ - border-color: #9b9b9b; - border-width: 0px 0px 0px 1px; - border-style: solid; -} -.tundra .dojoxFilePickerTextBoxFocused { - border-color:#406b9b; -} -.tundra .dojoxFilePickerTextBoxFocused .dijitButtonNode { - border-left-color:#366dba; -} -.dijitRtl .tundra .dojoxFilePickerTextBox .dijitButtonNode{ - border-color: #9b9b9b; - border-width: 0px 1px 0px 0px; -} -.tundra .dojoxFilePickerTextBoxDisabled { - border-color: #d5d5d5 #d5d5d5 #bdbdbd #d5d5d5; - background:#e4e4e4 url("../../../dijit/themes/tundra/images/buttonDisabled.png") top repeat-x; -} -.tundra .dojoxFilePickerTextBoxHover .dijitDownArrowButton { - border-color: #a5beda; - border-bottom-color:#5c7590; - color:#000; - background:#fcfdff url("../../../dijit/themes/tundra/images/buttonHover.png") repeat-x bottom; -} -.tundra .dojoxFilePickerTextBoxActive .dijitDownArrowButton { - border-color:#366dba; - background: #ededed url("../../../dijit/themes/tundra/images/buttonActive.png") bottom repeat-x; -} -.tundra .dojoxFilePickerTextBox .dijitArrowButton .dijitArrowButtonInner { - background-image: url("images/tundraFolderSprite.gif"); - background-repeat: no-repeat; - background-attachment: scroll; - background-position: left center; - height: auto; - width: 16px; - font-size: 100%; - font-size: inherit; -} -.tundra .dojoxFilePickerTextBox .dojoxHasDropDownOpen .dijitArrowButtonInner { - background-position: -16px; -} -.tundra .dojoxFilePickerTextBoxError { - background-color:#f9f7ba; - background-image:none; -} -.dj_ie6 .tundra .dojoxFilePickerTextBoxError INPUT { - background-color:#f9f7ba !important; -} -.tundra .dojoxFilePickerTextBoxErrorFocused { - background-color:#f9f999; - background-image:none; -} -.dj_ie6 .tundra .dojoxFilePickerTextBoxErrorFocused INPUT { - background-color:#f9f999 !important; -} -.nihilo .dojoxFilePickerTextBoxDisabled * -{ - cursor: not-allowed !important; -} -.nihilo .dojoxFilePickerTextBox{ - margin: 0em 0.1em; -} -.nihilo .dojoxFilePickerTextBox { - background:#fff url("../../../dijit/themes/nihilo/images/validationInputBg.png") repeat-x top left; - #background:#fff url('../../../dijit/themes/nihilo/images/validationInputBg.gif') repeat-x top left; - border:1px solid #d3d3d3; - line-height: normal; -} -.nihilo .dojoxFilePickerTextBox .dijitButtonNode { - padding: 0 0.2em; -} -.nihilo .dojoxFilePickerTextBox .dijitButtonNode{ - border-color: #d3d3d3; - border-left: 1px solid #d3d3d3; -} -.nihilo .dojoxFilePickerTextBoxDisabled { - color: gray; -} -.dj_safari .nihilo .dojoxFilePickerTextBoxDisabled { - color: #eee; -} -.nihilo .dojoxFilePickerTextBoxFocused { - border-color:#b3b3b3; -} -.nihilo .dojoxFilePickerTextBoxFocused .dijitButtonNode, { - border-left-color:#d3d3d3; -} -.dijitRtl .nihilo .dojoxFilePickerTextBox .dijitButtonNode { - border-color: #8ba0bd; - border-left: 0px solid #8ba0bd; - border-right: 1px solid #8ba0bd; -} -.nihilo .dojoxFilePickerTextBoxDisabled { - border-color: #dedede; - background:#fafafa url("../../../dijit/themes/nihilo/images/buttonDisabled.png") top repeat-x; - opacity: 0.60; -} -.nihilo .dojoxFilePickerTextBoxHover .dijitDownArrowButton { - color:#000; - background:#fcfcfc url("../../../dijit/themes/nihilo/images/buttonHover.png") repeat-x top left; -} -.nihilo .dojoxFilePickerTextBoxActive .dijitDownArrowButton { - border-color:#dedede; - background: #f5f5f5 url("../../../dijit/themes/nihilo/images/buttonActive.png") top left repeat-x; -} -.dijitRtl .nihilo .dojoxFilePickerTextBox .dijitButtonNode { - border-width: 0px 0px 0px 1px; -} -.nihilo .dojoxFilePickerTextBox .dijitArrowButton .dijitArrowButtonInner { - background:url("images/nihiloFolderSprite.gif") no-repeat left center; - width: 16px; -} -.nihilo .dojoxFilePickerTextBox .dojoxHasDropDownOpen .dijitArrowButtonInner { - background-position: -16px; -} -.nihilo .dojoxFilePickerTextBoxError { - border-color:#b3b3b3; - background-color:#f9f7ba; - background-image:none; -} -.dj_ie6 .nihilo .dojoxFilePickerTextBoxError INPUT { - background-color:#f9f7ba !important; -} -.nihilo .dojoxFilePickerTextBoxErrorFocused { - background-color:#ff6; - background-image:none; -} -.dj_ie6 .nihilo .dojoxFilePickerTextBoxErrorFocused INPUT { - background-color:#ff6 !important; -} -.soria .dojoxFilePickerTextBoxDisabled * -{ - cursor: not-allowed !important; -} -.soria .dojoxFilePickerTextBox{ - margin: 0em 0.1em; -} -.soria .dojoxFilePickerTextBox { - background:#fff url("../images/validationInputBg.png") repeat-x top left; - #background:#fff url('../images/validationInputBg.gif') repeat-x top left; - border:1px solid #8ba0bd; - line-height: normal; -} -.soria .dojoxFilePickerTextBoxDisabled{ - color: gray; -} -.dj_safari .soria .dojoxFilePickerTextBoxDisabled{ - color: #eee; -} -.soria .dojoxFilePickerTextBox .dijitButtonNode { - padding: 0 0.2em; -} -.soria .dojoxFilePickerTextBox .dijitButtonNode{ - border-color: #8ba0bd; - border-left: 1px solid #8ba0bd; -} -.soria .dojoxFilePickerTextBoxFocused { - border-color:#406b9b; -} -.soria .dojoxFilePickerTextBoxFocused .dijitButtonNode { - border-left-color:#8ba0bd; -} -.dijitRtl .soria .dojoxFilePickerTextBox .dijitButtonNode{ - border-color: #8ba0bd; - border-left: 0px solid #8ba0bd; - border-right: 1px solid #8ba0bd; -} -.soria .dojoxFilePickerTextBox .dijitButtonNode { - border-width: 0px 0px 0px 1px; -} -.soria .dojoxFilePickerTextBoxDisabled{ - border-color: #b9bbdd #b9bbdd #b9bbdd #b9bbdd; - background:#c3d3e5 url("../../../dijit/themes/soria/buttonDisabled.png") top repeat-x; - opacity: 0.60; -} -.soria .dojoxFilePickerTextBoxHover .dijitDownArrowButton{ - color:#000; - background:#acc5e2 url("../../../dijit/themes/soria/buttonHover.png") repeat-x top left; -} -.soria .dojoxFilePickerTextBoxActive .dijitDownArrowButton { - border-color:#657c9c; - background: #91b4e5 url("../../../dijit/themes/soria/buttonActive.png") top left repeat-x; -} -.dijitRtl .soria .dojoxFilePickerTextBox .dijitButtonNode { - border-width: 0px 0px 0px 1px; -} -.soria .dojoxFilePickerTextBox .dijitArrowButton .dijitArrowButtonInner { - background:url("images/soriaFolderSprite.gif") no-repeat left center; - width: 16px; -} -.soria .dojoxFilePickerTextBox .dojoxHasDropDownOpen .dijitArrowButtonInner { - background-position: -16px; -} -.soria .dojoxFilePickerTextBoxError { - border-color:#f3d118; - background-color:#f9f7ba; - background-image:none; -} -.dj_ie6 .soria .dojoxFilePickerTextBoxError INPUT { - background-color:#f9f7ba !important; -} -.soria .dojoxFilePickerTextBoxErrorFocused { - background-color:#ff6; - background-image:none; -} -.dj_ie6 .soria .dojoxFilePickerTextBoxErrorFocused INPUT { - background-color:#ff6 !important; -} http://git-wip-us.apache.org/repos/asf/camel/blob/9f5e32db/components/camel-web/src/main/webapp/js/dojox/form/resources/FilePickerTextBox.html ---------------------------------------------------------------------- diff --git a/components/camel-web/src/main/webapp/js/dojox/form/resources/FilePickerTextBox.html b/components/camel-web/src/main/webapp/js/dojox/form/resources/FilePickerTextBox.html deleted file mode 100644 index 923f638..0000000 --- a/components/camel-web/src/main/webapp/js/dojox/form/resources/FilePickerTextBox.html +++ /dev/null @@ -1,18 +0,0 @@ -<div class="dijit dijitReset dijitInlineTable dijitLeft" - id="widget_${id}" - dojoAttachEvent="onmouseenter:_onMouse,onmouseleave:_onMouse,onmousedown:_onMouse" waiRole="combobox" tabIndex="-1" - ><div style="overflow:hidden;" - ><div class='dijitReset dijitRight dijitButtonNode dijitArrowButton dijitDownArrowButton' - dojoAttachPoint="downArrowNode,dropDownNode,popupStateNode" waiRole="presentation" - ><div class="dijitArrowButtonInner"> </div - ><div class="dijitArrowButtonChar">▼</div - ></div - ><div class="dijitReset dijitValidationIcon"><br></div - ><div class="dijitReset dijitValidationIconText">Χ</div - ><div class="dijitReset dijitInputField" - ><input type="text" autocomplete="off" ${nameAttrSetting} class='dijitReset' - dojoAttachEvent='onkeypress:_onKey' - dojoAttachPoint='textbox,focusNode' waiRole="textbox" waiState="haspopup-true,autocomplete-list" - /></div - ></div -></div> http://git-wip-us.apache.org/repos/asf/camel/blob/9f5e32db/components/camel-web/src/main/webapp/js/dojox/form/resources/HorizontalRangeSlider.html ---------------------------------------------------------------------- diff --git a/components/camel-web/src/main/webapp/js/dojox/form/resources/HorizontalRangeSlider.html b/components/camel-web/src/main/webapp/js/dojox/form/resources/HorizontalRangeSlider.html deleted file mode 100644 index 32c0532..0000000 --- a/components/camel-web/src/main/webapp/js/dojox/form/resources/HorizontalRangeSlider.html +++ /dev/null @@ -1,39 +0,0 @@ -<table class="dijit dijitReset dijitSlider dojoxRangeSlider" cellspacing="0" cellpadding="0" border="0" rules="none" - ><tr class="dijitReset" - ><td class="dijitReset" colspan="2"></td - ><td dojoAttachPoint="containerNode,topDecoration" class="dijitReset" style="text-align:center;width:100%;"></td - ><td class="dijitReset" colspan="2"></td - ></tr - ><tr class="dijitReset" - ><td class="dijitReset dijitSliderButtonContainer dijitSliderButtonContainerH" - ><div class="dijitSliderDecrementIconH" tabIndex="-1" style="display:none" dojoAttachPoint="decrementButton" dojoAttachEvent="onclick: decrement"><span class="dijitSliderButtonInner">-</span></div - ></td - ><td class="dijitReset" - ><div class="dijitSliderBar dijitSliderBumper dijitSliderBumperH dijitSliderLeftBumper dijitSliderLeftBumperH" dojoAttachEvent="onclick:_onClkDecBumper"></div - ></td - ><td class="dijitReset" - ><input dojoAttachPoint="valueNode" type="hidden" name="${name}" - /><div waiRole="presentation" class="dojoxRangeSliderBarContainer" dojoAttachPoint="sliderBarContainer" - ><div dojoAttachPoint="sliderHandle" tabIndex="${tabIndex}" class="dijitSliderMoveable" dojoAttachEvent="onkeypress:_onKeyPress,onmousedown:_onHandleClick" waiRole="slider" valuemin="${minimum}" valuemax="${maximum}" - ><div class="dijitSliderImageHandle dijitSliderImageHandleH"></div - ></div - ><div waiRole="presentation" dojoAttachPoint="progressBar,focusNode" class="dijitSliderBar dijitSliderBarH dijitSliderProgressBar dijitSliderProgressBarH" dojoAttachEvent="onkeypress:_onKeyPress,onmousedown:_onBarClick"></div - ><div dojoAttachPoint="sliderHandleMax,focusNodeMax" tabIndex="${tabIndex}" class="dijitSliderMoveable" dojoAttachEvent="onkeypress:_onKeyPress,onmousedown:_onHandleClickMax" waiRole="sliderMax" valuemin="${minimum}" valuemax="${maximum}" - ><div class="dijitSliderImageHandle dijitSliderImageHandleH"></div - ></div - ><div waiRole="presentation" dojoAttachPoint="remainingBar" class="dijitSliderBar dijitSliderBarH dijitSliderRemainingBar dijitSliderRemainingBarH" dojoAttachEvent="onmousedown:_onRemainingBarClick"></div - ></div - ></td - ><td class="dijitReset" - ><div class="dijitSliderBar dijitSliderBumper dijitSliderBumperH dijitSliderRightBumper dijitSliderRightBumperH" dojoAttachEvent="onclick:_onClkIncBumper"></div - ></td - ><td class="dijitReset dijitSliderButtonContainer dijitSliderButtonContainerH" - ><div class="dijitSliderIncrementIconH" tabIndex="-1" style="display:none" dojoAttachPoint="incrementButton" dojoAttachEvent="onclick: increment"><span class="dijitSliderButtonInner">+</span></div - ></td - ></tr - ><tr class="dijitReset" - ><td class="dijitReset" colspan="2"></td - ><td dojoAttachPoint="containerNode,bottomDecoration" class="dijitReset" style="text-align:center;"></td - ><td class="dijitReset" colspan="2"></td - ></tr -></table> http://git-wip-us.apache.org/repos/asf/camel/blob/9f5e32db/components/camel-web/src/main/webapp/js/dojox/form/resources/PasswordValidator.html ---------------------------------------------------------------------- diff --git a/components/camel-web/src/main/webapp/js/dojox/form/resources/PasswordValidator.html b/components/camel-web/src/main/webapp/js/dojox/form/resources/PasswordValidator.html deleted file mode 100644 index 80a55ae..0000000 --- a/components/camel-web/src/main/webapp/js/dojox/form/resources/PasswordValidator.html +++ /dev/null @@ -1,3 +0,0 @@ -<div dojoAttachPoint="containerNode"> - <input type="hidden" name="${name}" value="" dojoAttachPoint="focusNode" /> -</div> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/camel/blob/9f5e32db/components/camel-web/src/main/webapp/js/dojox/form/resources/RangeSlider.css ---------------------------------------------------------------------- diff --git a/components/camel-web/src/main/webapp/js/dojox/form/resources/RangeSlider.css b/components/camel-web/src/main/webapp/js/dojox/form/resources/RangeSlider.css deleted file mode 100644 index 12b6da9..0000000 --- a/components/camel-web/src/main/webapp/js/dojox/form/resources/RangeSlider.css +++ /dev/null @@ -1,18 +0,0 @@ -.dojoxRangeSlider .dijitSliderLeftBumperH, .dojoxRangeSlider .dijitSliderBottomBumperV { - background:#FFFFFF !important; -} -.dojoxRangeSliderBarContainer { - position:relative; -} -.dojoxRangeSlider .dijitSliderProgressBarV { - position:relative !important; -} -.dojoxRangeSlider .dijitSliderProgressBar { - overflow:hidden; - cursor:pointer; - -} -.dojoxRangeSlider .dijitSliderProgressBarV { - position:absolute !important; - border-width: 0px; -} http://git-wip-us.apache.org/repos/asf/camel/blob/9f5e32db/components/camel-web/src/main/webapp/js/dojox/form/resources/Rating.css ---------------------------------------------------------------------- diff --git a/components/camel-web/src/main/webapp/js/dojox/form/resources/Rating.css b/components/camel-web/src/main/webapp/js/dojox/form/resources/Rating.css deleted file mode 100644 index fb190e7..0000000 --- a/components/camel-web/src/main/webapp/js/dojox/form/resources/Rating.css +++ /dev/null @@ -1,20 +0,0 @@ -.dojoxRating ul { - padding:0; - margin:0; -} -.dojoxRatingStar { - display:inline-block; - background-image:url(images/rating_empty.gif); - background-position:left center; - position:relative; - height:15px; - width:15px; - float:left; -} -.dojoxRatingStarChecked { - background-image:url(images/rating_full.gif); -} -.dojoxRatingStarHover { - background-image:url(images/rating_full.gif); - opacity:.5; -} http://git-wip-us.apache.org/repos/asf/camel/blob/9f5e32db/components/camel-web/src/main/webapp/js/dojox/form/resources/RecieveFile.php ---------------------------------------------------------------------- diff --git a/components/camel-web/src/main/webapp/js/dojox/form/resources/RecieveFile.php b/components/camel-web/src/main/webapp/js/dojox/form/resources/RecieveFile.php deleted file mode 100644 index aca541f..0000000 --- a/components/camel-web/src/main/webapp/js/dojox/form/resources/RecieveFile.php +++ /dev/null @@ -1,37 +0,0 @@ -<?php - -// THIS IS AN EXAMPLE -// you will obviously need to do more server side work than I am doing here to check and move your upload. -// API is up for discussion, jump on http://dojotoolkit.org/forums - -// JSON.php is available in dojo svn checkout -require("../../../dojo/tests/resources/JSON.php"); -$json = new Services_JSON(); - -// fake delay -sleep(3); -$name = empty($_REQUEST['name'])? "default" : $_REQUEST['name']; -if(is_array($_FILES)){ - $ar = array( - // lets just pass lots of stuff back and see what we find. - // the _FILES aren't coming through in IE6 (maybe 7) - 'status' => "success", - 'name' => $name, - 'request' => $_REQUEST, - 'postvars' => $_POST, - 'details' => $_FILES, - // and some static subarray just to see - 'foo' => array('foo'=>"bar") - ); - -}else{ - $ar = array( - 'status' => "failed", - 'details' => "" - ); -} - -// yeah, seems you have to wrap iframeIO stuff in textareas? -$foo = $json->encode($ar); -?> -<textarea><?php print $foo; ?></textarea> http://git-wip-us.apache.org/repos/asf/camel/blob/9f5e32db/components/camel-web/src/main/webapp/js/dojox/form/resources/UploadFile.php ---------------------------------------------------------------------- diff --git a/components/camel-web/src/main/webapp/js/dojox/form/resources/UploadFile.php b/components/camel-web/src/main/webapp/js/dojox/form/resources/UploadFile.php deleted file mode 100644 index ec49572..0000000 --- a/components/camel-web/src/main/webapp/js/dojox/form/resources/UploadFile.php +++ /dev/null @@ -1,207 +0,0 @@ -<?php -// summary -// Test file to handle image uploads (remove the image size check to upload non-images) -// -// This file handles both Flash and HTML uploads -// -// NOTE: This is obviously a PHP file, and thus you need PHP running for this to work -// NOTE: Directories must have write permissions -// NOTE: This code uses the GD library (to get image sizes), that sometimes is not pre-installed in a -// standard PHP build. -// -require("cLOG.php"); -function findTempDirectory() - { - if(isset($_ENV["TMP"]) && is_writable($_ENV["TMP"])) return $_ENV["TMP"]; - elseif( is_writable(ini_get('upload_tmp_dir'))) return ini_get('upload_tmp_dir'); - elseif(isset($_ENV["TEMP"]) && is_writable($_ENV["TEMP"])) return $_ENV["TEMP"]; - elseif(is_writable("/tmp")) return "/tmp"; - elseif(is_writable("/windows/temp")) return "/windows/temp"; - elseif(is_writable("/winnt/temp")) return "/winnt/temp"; - else return null; - } -function trace($txt, $isArray=false){ - //creating a text file that we can log to - // this is helpful on a remote server if you don't - //have access to the log files - // - //echo($txt."<br/>"); - $log = new cLOG("../resources/upload.txt", false); - //$log->clear(); - if($isArray){ - $log->printr($txt); - }else{ - $log->write($txt); - } -} -function getImageType($filename){ - return strtolower(substr(strrchr($filename,"."),1)); -} -trace("---------------------------------------------------------"); -trace("TmpDir:".findTempDirectory()); -// -// -// EDIT ME: According to your local directory structure. -// NOTE: Folders must have write permissions -// -$upload_path = "../resources/"; // where image will be uploaded, relative to this file -$download_path = "../resources/"; // same folder as above, but relative to the HTML file - -// -// NOTE: maintain this path for JSON services -// -require("../../../dojo/tests/resources/JSON.php"); -$json = new Services_JSON(); - -// -// Determine if this is a Flash upload, or an HTML upload -// -// - -// First combine relavant postVars -$postdata = array(); -$data = ""; -foreach ($_POST as $nm => $val) { - $data .= $nm ."=" . $val . ","; - $postdata[$nm] = $val; -} - -$fieldName = "flashUploadFiles";//Filedata"; - -if( isset($_FILES[$fieldName])){ - // - // If the data passed has $fieldName, then it's Flash. That's the default fieldname used. - // - trace("returnFlashdata.... "); - - trace(""); - trace("ID:"); - trace($_POST['testId']); - - trace("Flash POST:"); - trace($_POST, true); - - trace("POSTDATA:"); - trace($postdata, true); - - trace("GET:"); - trace($_GET, true); - - trace("FILES:"); - trace($_FILES[$fieldName], true); - - trace("REQUEST:"); - trace($_REQUEST, true); - - - - - - $returnFlashdata = true; - $m = move_uploaded_file($_FILES[$fieldName]['tmp_name'], $upload_path . $_FILES[$fieldName]['name']); - $name = $_FILES[$fieldName]['name']; - $file = $upload_path . $name; - list($width, $height) = getimagesize($file); - $type = getImageType($file); - trace("file: " . $file ." ".$type." ".$width); - // Flash gets a string back: - - $data .='file='.$file.',name='.$name.',width='.$width.',height='.$height.',type='.$type; - if($returnFlashdata){ - trace("returnFlashdata"); - trace($data, true); - echo($data); - return $data; - } - - - - -}elseif( isset($_FILES['uploadedfile']) ){ - // - // If the data passed has 'uploadedfile', then it's HTML. - // There may be better ways to check this, but this is just a test file.$returnFlashdata = false; - // - $m = move_uploaded_file($_FILES['uploadedfile']['tmp_name'], $upload_path . $_FILES['uploadedfile']['name']); - trace("moved:".$m); - trace("Temp:".$_FILES['uploadedfile']['tmp_name']); - - - - - trace("HTML single POST:"); - trace($_POST, true); - - $name = $_FILES['uploadedfile']['name']; - $file = $upload_path . $name; - $type = getImageType($file); - list($width, $height) = getimagesize($file); - trace("file: " . $file ); - $ar = array( - 'file' => $file, - 'name' => $name, - 'width' => $width, - 'height' => $height, - 'type'=> $type - ); - $postdata['file'] = $file; - $postdata['name'] = $name; - $postdata['width'] = $width; - $postdata['height'] = $height; - $postdata['type'] = $type; - -}elseif( isset($_FILES['uploadedfile0']) ){ - // - // Multiple files have been passed from HTML - // - $cnt = 0; - $ar = array(); - trace("HTML multiple POST:"); - trace($_POST, true); - - while(isset($_FILES['uploadedfile'.$cnt])){ - $moved = move_uploaded_file($_FILES['uploadedfile'.$cnt]['tmp_name'], $upload_path . $_FILES['uploadedfile'.$cnt]['name']); - if($moved){ - $name = $_FILES['uploadedfile'.$cnt]['name']; - $file = $upload_path . $name; - $type = getImageType($file); - list($width, $height) = getimagesize($file); - trace("file: " . $file ); - $ar[] = array( - 'file' => $file, - 'name' => $name, - 'width' => $width, - 'height' => $height, - 'type'=> $type - ); - - $postdata['file'] = $file; - $postdata['name'] = $name; - $postdata['width'] = $width; - $postdata['height'] = $height; - $postdata['type'] = $type; - } - $cnt++; - } - -}elseif(isset($_GET['rmFiles'])){ - trace("DELETING FILES" . $_GET['rmFiles']); - $rmFiles = explode(";", $_GET['rmFiles']); - foreach($rmFiles as $f){ - if($f && file_exists($f)){ - trace("deleted:" . $f. ":" .unlink($f)); - } - } - -}else{ - trace("IMROPER DATA SENT... $FILES:"); - trace($_FILES); -} - -//HTML gets a json array back: -//$data = $json->encode($ar); -$data = $json->encode($postdata); -trace($data); -// in a text field: -?> -<textarea><?php print $data; ?></textarea> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/camel/blob/9f5e32db/components/camel-web/src/main/webapp/js/dojox/form/resources/VerticalRangeSlider.html ---------------------------------------------------------------------- diff --git a/components/camel-web/src/main/webapp/js/dojox/form/resources/VerticalRangeSlider.html b/components/camel-web/src/main/webapp/js/dojox/form/resources/VerticalRangeSlider.html deleted file mode 100644 index 777380c..0000000 --- a/components/camel-web/src/main/webapp/js/dojox/form/resources/VerticalRangeSlider.html +++ /dev/null @@ -1,50 +0,0 @@ -<table class="dijitReset dijitSlider dojoxRangeSlider" cellspacing="0" cellpadding="0" border="0" rules="none" -><tbody class="dijitReset" - ><tr class="dijitReset" - ><td class="dijitReset"></td - ><td class="dijitReset dijitSliderButtonContainer dijitSliderButtonContainerV" - ><div class="dijitSliderIncrementIconV" tabIndex="-1" style="display:none" dojoAttachPoint="incrementButton" dojoAttachEvent="onclick: increment"><span class="dijitSliderButtonInner">+</span></div - ></td - ><td class="dijitReset"></td - ></tr - ><tr class="dijitReset" - ><td class="dijitReset"></td - ><td class="dijitReset" - ><center><div class="dijitSliderBar dijitSliderBumper dijitSliderBumperV dijitSliderTopBumper dijitSliderTopBumperV" dojoAttachEvent="onclick:_onClkIncBumper"></div></center - ></td - ><td class="dijitReset"></td - ></tr - ><tr class="dijitReset" - ><td dojoAttachPoint="leftDecoration" class="dijitReset" style="text-align:center;height:100%;"></td - ><td class="dijitReset" style="height:100%;" - ><input dojoAttachPoint="valueNode" type="hidden" name="${name}" - /><center waiRole="presentation" style="position:relative;height:100%;" dojoAttachPoint="sliderBarContainer" - ><div waiRole="presentation" dojoAttachPoint="remainingBar" class="dijitSliderBar dijitSliderBarV dijitSliderRemainingBar dijitSliderRemainingBarV" dojoAttachEvent="onmousedown:_onRemainingBarClick" - ><div dojoAttachPoint="sliderHandle" tabIndex="${tabIndex}" class="dijitSliderMoveable" dojoAttachEvent="onkeypress:_onKeyPress,onmousedown:_onHandleClick" style="vertical-align:top;" waiRole="slider" valuemin="${minimum}" valuemax="${maximum}" - ><div class="dijitSliderImageHandle dijitSliderImageHandleV"></div - ></div - ><div waiRole="presentation" dojoAttachPoint="progressBar,focusNode" tabIndex="${tabIndex}" class="dijitSliderBar dijitSliderBarV dijitSliderProgressBar dijitSliderProgressBarV" dojoAttachEvent="onkeypress:_onKeyPress,onmousedown:_onBarClick" - ></div - ><div dojoAttachPoint="sliderHandleMax,focusNodeMax" tabIndex="${tabIndex}" class="dijitSliderMoveable" dojoAttachEvent="onkeypress:_onKeyPress,onmousedown:_onHandleClickMax" style="vertical-align:top;" waiRole="slider" valuemin="${minimum}" valuemax="${maximum}" - ><div class="dijitSliderImageHandle dijitSliderImageHandleV"></div - ></div - ></div - ></center - ></td - ><td dojoAttachPoint="containerNode,rightDecoration" class="dijitReset" style="text-align:center;height:100%;"></td - ></tr - ><tr class="dijitReset" - ><td class="dijitReset"></td - ><td class="dijitReset" - ><center><div class="dijitSliderBar dijitSliderBumper dijitSliderBumperV dijitSliderBottomBumper dijitSliderBottomBumperV" dojoAttachEvent="onclick:_onClkDecBumper"></div></center - ></td - ><td class="dijitReset"></td - ></tr - ><tr class="dijitReset" - ><td class="dijitReset"></td - ><td class="dijitReset dijitSliderButtonContainer dijitSliderButtonContainerV" - ><div class="dijitSliderDecrementIconV" tabIndex="-1" style="display:none" dojoAttachPoint="decrementButton" dojoAttachEvent="onclick: decrement"><span class="dijitSliderButtonInner">-</span></div - ></td - ><td class="dijitReset"></td - ></tr -></tbody></table> http://git-wip-us.apache.org/repos/asf/camel/blob/9f5e32db/components/camel-web/src/main/webapp/js/dojox/form/resources/_CheckedMultiSelectItem.html ---------------------------------------------------------------------- diff --git a/components/camel-web/src/main/webapp/js/dojox/form/resources/_CheckedMultiSelectItem.html b/components/camel-web/src/main/webapp/js/dojox/form/resources/_CheckedMultiSelectItem.html deleted file mode 100644 index fd7f421..0000000 --- a/components/camel-web/src/main/webapp/js/dojox/form/resources/_CheckedMultiSelectItem.html +++ /dev/null @@ -1,5 +0,0 @@ -<div class="dijitReset ${baseClass}" - ><input class="${baseClass}Box" dojoType="dijit.form.CheckBox" dojoAttachPoint="checkBox" - dojoAttachEvent="_onClick:_changeBox" type="${_type.type}" baseClass="${_type.baseClass}" - ><div class="dijitInline ${baseClass}Label" dojoAttachPoint="labelNode" dojoAttachEvent="onmousedown:_onMouse,onmouseover:_onMouse,onmouseout:_onMouse,onclick:_onClick"></div -></div> http://git-wip-us.apache.org/repos/asf/camel/blob/9f5e32db/components/camel-web/src/main/webapp/js/dojox/form/resources/cLOG.php ---------------------------------------------------------------------- diff --git a/components/camel-web/src/main/webapp/js/dojox/form/resources/cLOG.php b/components/camel-web/src/main/webapp/js/dojox/form/resources/cLOG.php deleted file mode 100644 index 6a9a217..0000000 --- a/components/camel-web/src/main/webapp/js/dojox/form/resources/cLOG.php +++ /dev/null @@ -1,54 +0,0 @@ -<?php -// -// summary -// Creates/Opens files for logging data -// Useful for logging iinformation on a remote server -// when you don't have access to log files -// Also helpful for XHRs - since the page doesn't change -// to the PHP location which normally shows log data -// or errors. -// -// - class cLOG { - var $logfile; - var $boolTimestamp; - function cLOG($filename, $boolTimestamp){ - $this->boolTimestamp = $boolTimestamp; - $this->logfile = $filename; - } - function write($txt){ - if($this->boolTimestamp){ - $dt = date("y.m.d G.i.s"); - $txt = "[". $dt ."]: ".$txt; - } - $fh = fopen($this->logfile, "a"); - if(is_array($txt)){ - //$txt = "::::::::".$txt; - $ar = $txt; - $txt = "Array:::::\n"; - foreach($ar as $key => $value){ - $txt += $key."=".$value."\n"; - } - } - fwrite($fh, $txt."\n"); - fclose($fh); - } - function clear(){ - $fh = fopen($this->logfile, "w"); - fwrite($fh, ""); - fclose($fh); - } - function newline(){ - $fh = fopen($this->logfile, "a"); - fwrite($fh, "\n\n"); - fclose($fh); - } - function printr($ar){ - $txt = ""; - foreach ($ar as $nm => $val) { - $txt .= " ".$nm ." = " . $val . "\n"; - } - $this->write($txt); - } -} -?> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/camel/blob/9f5e32db/components/camel-web/src/main/webapp/js/dojox/form/resources/images/loading_wheel.gif ---------------------------------------------------------------------- diff --git a/components/camel-web/src/main/webapp/js/dojox/form/resources/images/loading_wheel.gif b/components/camel-web/src/main/webapp/js/dojox/form/resources/images/loading_wheel.gif deleted file mode 100644 index 901a7e3..0000000 Binary files a/components/camel-web/src/main/webapp/js/dojox/form/resources/images/loading_wheel.gif and /dev/null differ http://git-wip-us.apache.org/repos/asf/camel/blob/9f5e32db/components/camel-web/src/main/webapp/js/dojox/form/resources/images/nihiloFolderSprite.gif ---------------------------------------------------------------------- diff --git a/components/camel-web/src/main/webapp/js/dojox/form/resources/images/nihiloFolderSprite.gif b/components/camel-web/src/main/webapp/js/dojox/form/resources/images/nihiloFolderSprite.gif deleted file mode 100644 index 0034b54..0000000 Binary files a/components/camel-web/src/main/webapp/js/dojox/form/resources/images/nihiloFolderSprite.gif and /dev/null differ http://git-wip-us.apache.org/repos/asf/camel/blob/9f5e32db/components/camel-web/src/main/webapp/js/dojox/form/resources/images/rating_empty.gif ---------------------------------------------------------------------- diff --git a/components/camel-web/src/main/webapp/js/dojox/form/resources/images/rating_empty.gif b/components/camel-web/src/main/webapp/js/dojox/form/resources/images/rating_empty.gif deleted file mode 100644 index 8662c43..0000000 Binary files a/components/camel-web/src/main/webapp/js/dojox/form/resources/images/rating_empty.gif and /dev/null differ http://git-wip-us.apache.org/repos/asf/camel/blob/9f5e32db/components/camel-web/src/main/webapp/js/dojox/form/resources/images/rating_full.gif ---------------------------------------------------------------------- diff --git a/components/camel-web/src/main/webapp/js/dojox/form/resources/images/rating_full.gif b/components/camel-web/src/main/webapp/js/dojox/form/resources/images/rating_full.gif deleted file mode 100644 index 6fe24bf..0000000 Binary files a/components/camel-web/src/main/webapp/js/dojox/form/resources/images/rating_full.gif and /dev/null differ http://git-wip-us.apache.org/repos/asf/camel/blob/9f5e32db/components/camel-web/src/main/webapp/js/dojox/form/resources/images/soriaFolderSprite.gif ---------------------------------------------------------------------- diff --git a/components/camel-web/src/main/webapp/js/dojox/form/resources/images/soriaFolderSprite.gif b/components/camel-web/src/main/webapp/js/dojox/form/resources/images/soriaFolderSprite.gif deleted file mode 100644 index 19e35c1..0000000 Binary files a/components/camel-web/src/main/webapp/js/dojox/form/resources/images/soriaFolderSprite.gif and /dev/null differ http://git-wip-us.apache.org/repos/asf/camel/blob/9f5e32db/components/camel-web/src/main/webapp/js/dojox/form/resources/images/tundraFolderSprite.gif ---------------------------------------------------------------------- diff --git a/components/camel-web/src/main/webapp/js/dojox/form/resources/images/tundraFolderSprite.gif b/components/camel-web/src/main/webapp/js/dojox/form/resources/images/tundraFolderSprite.gif deleted file mode 100644 index 6cf8c09..0000000 Binary files a/components/camel-web/src/main/webapp/js/dojox/form/resources/images/tundraFolderSprite.gif and /dev/null differ http://git-wip-us.apache.org/repos/asf/camel/blob/9f5e32db/components/camel-web/src/main/webapp/js/dojox/form/resources/uploader.swf ---------------------------------------------------------------------- diff --git a/components/camel-web/src/main/webapp/js/dojox/form/resources/uploader.swf b/components/camel-web/src/main/webapp/js/dojox/form/resources/uploader.swf deleted file mode 100644 index 821f85f..0000000 Binary files a/components/camel-web/src/main/webapp/js/dojox/form/resources/uploader.swf and /dev/null differ http://git-wip-us.apache.org/repos/asf/camel/blob/9f5e32db/components/camel-web/src/main/webapp/js/dojox/fx.js ---------------------------------------------------------------------- diff --git a/components/camel-web/src/main/webapp/js/dojox/fx.js b/components/camel-web/src/main/webapp/js/dojox/fx.js deleted file mode 100644 index d8003ad..0000000 --- a/components/camel-web/src/main/webapp/js/dojox/fx.js +++ /dev/null @@ -1,12 +0,0 @@ -/* - Copyright (c) 2004-2009, The Dojo Foundation All Rights Reserved. - Available via Academic Free License >= 2.1 OR the modified BSD license. - see: http://dojotoolkit.org/license for details -*/ - - -if(!dojo._hasResource["dojox.fx"]){ -dojo._hasResource["dojox.fx"]=true; -dojo.provide("dojox.fx"); -dojo.require("dojox.fx._base"); -} http://git-wip-us.apache.org/repos/asf/camel/blob/9f5e32db/components/camel-web/src/main/webapp/js/dojox/fx/README ---------------------------------------------------------------------- diff --git a/components/camel-web/src/main/webapp/js/dojox/fx/README b/components/camel-web/src/main/webapp/js/dojox/fx/README deleted file mode 100644 index 30bc90d..0000000 --- a/components/camel-web/src/main/webapp/js/dojox/fx/README +++ /dev/null @@ -1,75 +0,0 @@ -------------------------------------------------------------------------------- -dojox.fx -------------------------------------------------------------------------------- -Version 1.0.0 -Release date: 10/31/2007 -------------------------------------------------------------------------------- -Project state: -experimental -------------------------------------------------------------------------------- -Credits - Peter Higgins (dante) - Jonathan Bond-Caron (jbo...@gmail.com) - Shane O'Sullivan (shaneosulliv...@gmail.com) - Bryan Forbes (bforbes) - Nicola Rizzo (nic) - -------------------------------------------------------------------------------- -Project description - - dojox.fx provides a class of animation effects to use, and - other animation and Effects additions to dojo base. - -------------------------------------------------------------------------------- -Dependencies: - - dojox.fx requires dojo (core) and the dojo.fx package - dojox.fx.easing is deprecated, and exists in dojo.fx.easing. - dojox.fx.flip requires dojo.fx - dojox.fx.scroll requires dojox.fx._core and dojo.fx - -------------------------------------------------------------------------------- -Documentation - - existing API surface: - - dojox.fx._base: - - dojox.fx.crossFade - crossfade two nodes easily - - dojox.fx.sizeTo - size a node about it's center to a new width/height - - dojox.fx.slideBy - slide a node by a t,l offset - - dojox.fx.highlight - animates the background color of a node, and returns - it to the color it was. - - (all use standard _Animation properties, like duration, easing, node, etc) - - dojox.fx._core: - - dojox.fx._Line - a multi-dimensional _Line implementation, backwards compatible with - dojo._Line ... you might could safely do something akin to - dojo._Line = dojox.fx._Line; - and enable this for all dojo _Animations? - - dojox.fx.style: - experimental CSS animation via class definitions - - dojox.fx.addClass - animate the effects of applying a class to a node - - dojox.fx.removeClass - " " " " removing a class from a node - - dojox.fx.toggleClass - wrapper for addClass/removeClass - - dojox.fx.ext-dojo.NodeList - extensions to dojo.NodeList-fx wrapping the - relevant dojox.fx animations into dojo.NodeList - - dojox.fx.Shadow - Class to add drop shadows to a node - - dojox.fx.flip - a Module providing pseudo-3d flip animations for nodes. - Currently experimental. - -------------------------------------------------------------------------------- -Installation instructions - -Grab the following from the Dojo SVN Repository: -http://svn.dojotoolkit.org/dojo/dojox/trunk/fx.js -http://svn.dojotoolkit.org/dojo/dojox/trunk/fx/* - -Install into the following directory structure: -/dojox/fx/ - -...which should be at the same level as your Dojo checkout. -------------------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/9f5e32db/components/camel-web/src/main/webapp/js/dojox/fx/Shadow.js ---------------------------------------------------------------------- diff --git a/components/camel-web/src/main/webapp/js/dojox/fx/Shadow.js b/components/camel-web/src/main/webapp/js/dojox/fx/Shadow.js deleted file mode 100644 index 64e08f6..0000000 --- a/components/camel-web/src/main/webapp/js/dojox/fx/Shadow.js +++ /dev/null @@ -1,119 +0,0 @@ -/* - Copyright (c) 2004-2009, The Dojo Foundation All Rights Reserved. - Available via Academic Free License >= 2.1 OR the modified BSD license. - see: http://dojotoolkit.org/license for details -*/ - - -if(!dojo._hasResource["dojox.fx.Shadow"]){ -dojo._hasResource["dojox.fx.Shadow"]=true; -dojo.provide("dojox.fx.Shadow"); -dojo.experimental("dojox.fx.Shadow"); -dojo.require("dijit._Widget"); -dojo.require("dojo.NodeList-fx"); -dojo.declare("dojox.fx.Shadow",dijit._Widget,{shadowPng:dojo.moduleUrl("dojox.fx","resources/shadow"),shadowThickness:7,shadowOffset:3,opacity:0.75,animate:false,node:null,startup:function(){ -this.inherited(arguments); -this.node.style.position="relative"; -this.pieces={}; -var x1=-1*this.shadowThickness; -var y0=this.shadowOffset; -var y1=this.shadowOffset+this.shadowThickness; -this._makePiece("tl","top",y0,"left",x1); -this._makePiece("l","top",y1,"left",x1,"scale"); -this._makePiece("tr","top",y0,"left",0); -this._makePiece("r","top",y1,"left",0,"scale"); -this._makePiece("bl","top",0,"left",x1); -this._makePiece("b","top",0,"left",0,"crop"); -this._makePiece("br","top",0,"left",0); -this.nodeList=dojo.query(".shadowPiece",this.node); -this.setOpacity(this.opacity); -this.resize(); -},_makePiece:function(_4,_5,_6,_7,_8,_9){ -var _a; -var _b=this.shadowPng+_4.toUpperCase()+".png"; -if(dojo.isIE<7){ -_a=dojo.create("div"); -_a.style.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+_b+"'"+(_9?", sizingMethod='"+_9+"'":"")+")"; -}else{ -_a=dojo.create("img",{src:_b}); -} -_a.style.position="absolute"; -_a.style[_5]=_6+"px"; -_a.style[_7]=_8+"px"; -_a.style.width=this.shadowThickness+"px"; -_a.style.height=this.shadowThickness+"px"; -dojo.addClass(_a,"shadowPiece"); -this.pieces[_4]=_a; -this.node.appendChild(_a); -},setOpacity:function(n,_d){ -if(dojo.isIE){ -return; -} -if(!_d){ -_d={}; -} -if(this.animate){ -var _e=[]; -this.nodeList.forEach(function(_f){ -_e.push(dojo._fade(dojo.mixin(_d,{node:_f,end:n}))); -}); -dojo.fx.combine(_e).play(); -}else{ -this.nodeList.style("opacity",n); -} -},setDisabled:function(_10){ -if(_10){ -if(this.disabled){ -return; -} -if(this.animate){ -this.nodeList.fadeOut().play(); -}else{ -this.nodeList.style("visibility","hidden"); -} -this.disabled=true; -}else{ -if(!this.disabled){ -return; -} -if(this.animate){ -this.nodeList.fadeIn().play(); -}else{ -this.nodeList.style("visibility","visible"); -} -this.disabled=false; -} -},resize:function(_11){ -var x; -var y; -if(_11){ -x=_11.x; -y=_11.y; -}else{ -var co=dojo._getBorderBox(this.node); -x=co.w; -y=co.h; -} -var _15=y-(this.shadowOffset+this.shadowThickness); -if(_15<0){ -_15=0; -} -if(y<1){ -y=1; -} -if(x<1){ -x=1; -} -with(this.pieces){ -l.style.height=_15+"px"; -r.style.height=_15+"px"; -b.style.width=x+"px"; -bl.style.top=y+"px"; -b.style.top=y+"px"; -br.style.top=y+"px"; -tr.style.left=x+"px"; -r.style.left=x+"px"; -br.style.left=x+"px"; -} -}}); -} http://git-wip-us.apache.org/repos/asf/camel/blob/9f5e32db/components/camel-web/src/main/webapp/js/dojox/fx/_arg.js ---------------------------------------------------------------------- diff --git a/components/camel-web/src/main/webapp/js/dojox/fx/_arg.js b/components/camel-web/src/main/webapp/js/dojox/fx/_arg.js deleted file mode 100644 index 7dff984..0000000 --- a/components/camel-web/src/main/webapp/js/dojox/fx/_arg.js +++ /dev/null @@ -1,19 +0,0 @@ -/* - Copyright (c) 2004-2009, The Dojo Foundation All Rights Reserved. - Available via Academic Free License >= 2.1 OR the modified BSD license. - see: http://dojotoolkit.org/license for details -*/ - - -if(!dojo._hasResource["dojox.fx._arg"]){ -dojo._hasResource["dojox.fx._arg"]=true; -dojo.provide("dojox.fx._arg"); -dojox.fx._arg.StyleArgs=function(_1){ -this.node=_1.node; -this.cssClass=_1.cssClass; -}; -dojox.fx._arg.ShadowResizeArgs=function(_2){ -this.x=_2.x; -this.y=_2.y; -}; -} http://git-wip-us.apache.org/repos/asf/camel/blob/9f5e32db/components/camel-web/src/main/webapp/js/dojox/fx/_base.js ---------------------------------------------------------------------- diff --git a/components/camel-web/src/main/webapp/js/dojox/fx/_base.js b/components/camel-web/src/main/webapp/js/dojox/fx/_base.js deleted file mode 100644 index 444e0d2..0000000 --- a/components/camel-web/src/main/webapp/js/dojox/fx/_base.js +++ /dev/null @@ -1,122 +0,0 @@ -/* - Copyright (c) 2004-2009, The Dojo Foundation All Rights Reserved. - Available via Academic Free License >= 2.1 OR the modified BSD license. - see: http://dojotoolkit.org/license for details -*/ - - -if(!dojo._hasResource["dojox.fx._base"]){ -dojo._hasResource["dojox.fx._base"]=true; -dojo.provide("dojox.fx._base"); -dojo.require("dojo.fx"); -dojo.mixin(dojox.fx,{anim:dojo.anim,animateProperty:dojo.animateProperty,fadeTo:dojo._fade,fadeIn:dojo.fadeIn,fadeOut:dojo.fadeOut,combine:dojo.fx.combine,chain:dojo.fx.chain,slideTo:dojo.fx.slideTo,wipeIn:dojo.fx.wipeIn,wipeOut:dojo.fx.wipeOut}); -dojox.fx.sizeTo=function(_1){ -var _2=_1.node=dojo.byId(_1.node); -var _3=_1.method||"chain"; -if(!_1.duration){ -_1.duration=500; -} -if(_3=="chain"){ -_1.duration=Math.floor(_1.duration/2); -} -var _4,_5,_6,_7,_8,_9=null; -var _a=(function(n){ -return function(){ -var cs=dojo.getComputedStyle(n); -var _d=cs.position; -_4=(_d=="absolute"?n.offsetTop:parseInt(cs.top)||0); -_6=(_d=="absolute"?n.offsetLeft:parseInt(cs.left)||0); -_8=parseInt(cs.width); -_9=parseInt(cs.height); -_7=_6-Math.floor((_1.width-_8)/2); -_5=_4-Math.floor((_1.height-_9)/2); -if(_d!="absolute"&&_d!="relative"){ -var _e=dojo.coords(n,true); -_4=_e.y; -_6=_e.x; -n.style.position="absolute"; -n.style.top=_4+"px"; -n.style.left=_6+"px"; -} -}; -})(_2); -_a(); -var _f=dojo.animateProperty(dojo.mixin({properties:{height:{start:_9,end:_1.height||0,unit:"px"},top:{start:_4,end:_5}}},_1)); -var _10=dojo.animateProperty(dojo.mixin({properties:{width:{start:_8,end:_1.width||0,unit:"px"},left:{start:_6,end:_7}}},_1)); -var _11=dojo.fx[(_1.method=="combine"?"combine":"chain")]([_f,_10]); -dojo.connect(_11,"beforeBegin",_11,_a); -return _11; -}; -dojox.fx.slideBy=function(_12){ -var _13=_12.node=dojo.byId(_12.node); -var top=null; -var _15=null; -var _16=(function(n){ -return function(){ -var cs=dojo.getComputedStyle(n); -var pos=cs.position; -top=(pos=="absolute"?n.offsetTop:parseInt(cs.top)||0); -_15=(pos=="absolute"?n.offsetLeft:parseInt(cs.left)||0); -if(pos!="absolute"&&pos!="relative"){ -var ret=dojo.coords(n,true); -top=ret.y; -_15=ret.x; -n.style.position="absolute"; -n.style.top=top+"px"; -n.style.left=_15+"px"; -} -}; -})(_13); -_16(); -var _1b=dojo.animateProperty(dojo.mixin({properties:{top:top+(_12.top||0),left:_15+(_12.left||0)}},_12)); -dojo.connect(_1b,"beforeBegin",_1b,_16); -return _1b; -}; -dojox.fx.crossFade=function(_1c){ -if(dojo.isArray(_1c.nodes)){ -var _1d=_1c.nodes[0]=dojo.byId(_1c.nodes[0]); -var op1=dojo.style(_1d,"opacity"); -var _1f=_1c.nodes[1]=dojo.byId(_1c.nodes[1]); -var op2=dojo.style(_1f,"opacity"); -var _21=dojo.fx.combine([dojo[(op1==0?"fadeIn":"fadeOut")](dojo.mixin({node:_1d},_1c)),dojo[(op1==0?"fadeOut":"fadeIn")](dojo.mixin({node:_1f},_1c))]); -return _21; -}else{ -return false; -} -}; -dojox.fx.highlight=function(_22){ -var _23=_22.node=dojo.byId(_22.node); -_22.duration=_22.duration||400; -var _24=_22.color||"#ffff99"; -var _25=dojo.style(_23,"backgroundColor"); -var _26=(_25=="transparent"||_25=="rgba(0, 0, 0, 0)")?_25:false; -var _27=dojo.animateProperty(dojo.mixin({properties:{backgroundColor:{start:_24,end:_25}}},_22)); -if(_26){ -dojo.connect(_27,"onEnd",_27,function(){ -_23.style.backgroundColor=_26; -}); -} -return _27; -}; -dojox.fx.wipeTo=function(_28){ -_28.node=dojo.byId(_28.node); -var _29=_28.node,s=_29.style; -var dir=(_28.width?"width":"height"); -var _2c=_28[dir]; -var _2d={}; -_2d[dir]={start:function(){ -s.overflow="hidden"; -if(s.visibility=="hidden"||s.display=="none"){ -s[dir]="1px"; -s.display=""; -s.visibility=""; -return 1; -}else{ -var now=dojo.style(_29,dir); -return Math.max(now,1); -} -},end:_2c,unit:"px"}; -var _2f=dojo.animateProperty(dojo.mixin({properties:_2d},_28)); -return _2f; -}; -} http://git-wip-us.apache.org/repos/asf/camel/blob/9f5e32db/components/camel-web/src/main/webapp/js/dojox/fx/_core.js ---------------------------------------------------------------------- diff --git a/components/camel-web/src/main/webapp/js/dojox/fx/_core.js b/components/camel-web/src/main/webapp/js/dojox/fx/_core.js deleted file mode 100644 index 5d49d5d..0000000 --- a/components/camel-web/src/main/webapp/js/dojox/fx/_core.js +++ /dev/null @@ -1,32 +0,0 @@ -/* - Copyright (c) 2004-2009, The Dojo Foundation All Rights Reserved. - Available via Academic Free License >= 2.1 OR the modified BSD license. - see: http://dojotoolkit.org/license for details -*/ - - -if(!dojo._hasResource["dojox.fx._core"]){ -dojo._hasResource["dojox.fx._core"]=true; -dojo.provide("dojox.fx._core"); -dojox.fx._Line=function(_1,_2){ -this.start=_1; -this.end=_2; -var _3=dojo.isArray(_1),d=(_3?[]:_2-_1); -if(_3){ -dojo.forEach(this.start,function(s,i){ -d[i]=this.end[i]-s; -},this); -this.getValue=function(n){ -var _8=[]; -dojo.forEach(this.start,function(s,i){ -_8[i]=(d[i]*n)+s; -},this); -return _8; -}; -}else{ -this.getValue=function(n){ -return (d*n)+this.start; -}; -} -}; -} http://git-wip-us.apache.org/repos/asf/camel/blob/9f5e32db/components/camel-web/src/main/webapp/js/dojox/fx/easing.js ---------------------------------------------------------------------- diff --git a/components/camel-web/src/main/webapp/js/dojox/fx/easing.js b/components/camel-web/src/main/webapp/js/dojox/fx/easing.js deleted file mode 100644 index 771eb4e..0000000 --- a/components/camel-web/src/main/webapp/js/dojox/fx/easing.js +++ /dev/null @@ -1,14 +0,0 @@ -/* - Copyright (c) 2004-2009, The Dojo Foundation All Rights Reserved. - Available via Academic Free License >= 2.1 OR the modified BSD license. - see: http://dojotoolkit.org/license for details -*/ - - -if(!dojo._hasResource["dojox.fx.easing"]){ -dojo._hasResource["dojox.fx.easing"]=true; -dojo.provide("dojox.fx.easing"); -dojo.deprecated("dojox.fx.easing","Upgraded to Core, use dojo.fx.easing instead","2.0"); -dojo.require("dojo.fx.easing"); -dojox.fx.easing=dojo.fx.easing; -} http://git-wip-us.apache.org/repos/asf/camel/blob/9f5e32db/components/camel-web/src/main/webapp/js/dojox/fx/ext-dojo/NodeList.js ---------------------------------------------------------------------- diff --git a/components/camel-web/src/main/webapp/js/dojox/fx/ext-dojo/NodeList.js b/components/camel-web/src/main/webapp/js/dojox/fx/ext-dojo/NodeList.js deleted file mode 100644 index 59e8265..0000000 --- a/components/camel-web/src/main/webapp/js/dojox/fx/ext-dojo/NodeList.js +++ /dev/null @@ -1,25 +0,0 @@ -/* - Copyright (c) 2004-2009, The Dojo Foundation All Rights Reserved. - Available via Academic Free License >= 2.1 OR the modified BSD license. - see: http://dojotoolkit.org/license for details -*/ - - -if(!dojo._hasResource["dojox.fx.ext-dojo.NodeList"]){ -dojo._hasResource["dojox.fx.ext-dojo.NodeList"]=true; -dojo.provide("dojox.fx.ext-dojo.NodeList"); -dojo.experimental("dojox.fx.ext-dojo.NodeList"); -dojo.require("dojo.NodeList-fx"); -dojo.require("dojox.fx"); -dojo.extend(dojo.NodeList,{sizeTo:function(_1){ -return this._anim(dojox.fx,"sizeTo",_1); -},slideBy:function(_2){ -return this._anim(dojox.fx,"slideBy",_2); -},highlight:function(_3){ -return this._anim(dojox.fx,"highlight",_3); -},fadeTo:function(_4){ -return this._anim(dojo,"_fade",_4); -},wipeTo:function(_5){ -return this._anim(dojox.fx,"wipeTo",_5); -}}); -} http://git-wip-us.apache.org/repos/asf/camel/blob/9f5e32db/components/camel-web/src/main/webapp/js/dojox/fx/flip.js ---------------------------------------------------------------------- diff --git a/components/camel-web/src/main/webapp/js/dojox/fx/flip.js b/components/camel-web/src/main/webapp/js/dojox/fx/flip.js deleted file mode 100644 index 441fbfe..0000000 --- a/components/camel-web/src/main/webapp/js/dojox/fx/flip.js +++ /dev/null @@ -1,183 +0,0 @@ -/* - Copyright (c) 2004-2009, The Dojo Foundation All Rights Reserved. - Available via Academic Free License >= 2.1 OR the modified BSD license. - see: http://dojotoolkit.org/license for details -*/ - - -if(!dojo._hasResource["dojox.fx.flip"]){ -dojo._hasResource["dojox.fx.flip"]=true; -dojo.provide("dojox.fx.flip"); -dojo.experimental("dojox.fx.flip"); -dojo.require("dojo.fx"); -(function(){ -var _1="border",_2="Width",_3="Height",_4="Top",_5="Right",_6="Left",_7="Bottom"; -dojox.fx.flip=function(_8){ -var _9=dojo.create("div"),_a=_8.node=dojo.byId(_8.node),s=_a.style,_c=null,hs=null,pn=null,_f=_8.lightColor||"#dddddd",_10=_8.darkColor||"#555555",_11=dojo.style(_a,"backgroundColor"),_12=_8.endColor||_11,_13={},_14=[],_15=_8.duration?_8.duration/2:250,dir=_8.dir||"left",_17=0.9,_18="transparent",_19=_8.whichAnim,_1a=_8.axis||"center",_1b=_8.depth; -var _1c=function(_1d){ -return ((new dojo.Color(_1d)).toHex()==="#000000")?"#000001":_1d; -}; -if(dojo.isIE<7){ -_12=_1c(_12); -_f=_1c(_f); -_10=_1c(_10); -_11=_1c(_11); -_18="black"; -_9.style.filter="chroma(color='#000000')"; -} -var _1e=(function(n){ -return function(){ -var ret=dojo.coords(n,true); -_c={top:ret.y,left:ret.x,width:ret.w,height:ret.h}; -}; -})(_a); -_1e(); -hs={position:"absolute",top:_c["top"]+"px",left:_c["left"]+"px",height:"0",width:"0",zIndex:_8.zIndex||(s.zIndex||0),border:"0 solid "+_18,fontSize:"0",visibility:"hidden"}; -var _21=[{},{top:_c["top"],left:_c["left"]}]; -var _22={left:[_6,_5,_4,_7,_2,_3,"end"+_3+"Min",_6,"end"+_3+"Max"],right:[_5,_6,_4,_7,_2,_3,"end"+_3+"Min",_6,"end"+_3+"Max"],top:[_4,_7,_6,_5,_3,_2,"end"+_2+"Min",_4,"end"+_2+"Max"],bottom:[_7,_4,_6,_5,_3,_2,"end"+_2+"Min",_4,"end"+_2+"Max"]}; -pn=_22[dir]; -if(typeof _1b!="undefined"){ -_1b=Math.max(0,Math.min(1,_1b))/2; -_17=0.4+(0.5-_1b); -}else{ -_17=Math.min(0.9,Math.max(0.4,_c[pn[5].toLowerCase()]/_c[pn[4].toLowerCase()])); -} -var p0=_21[0]; -for(var i=4;i<6;i++){ -if(_1a=="center"||_1a=="cube"){ -_c["end"+pn[i]+"Min"]=_c[pn[i].toLowerCase()]*_17; -_c["end"+pn[i]+"Max"]=_c[pn[i].toLowerCase()]/_17; -}else{ -if(_1a=="shortside"){ -_c["end"+pn[i]+"Min"]=_c[pn[i].toLowerCase()]; -_c["end"+pn[i]+"Max"]=_c[pn[i].toLowerCase()]/_17; -}else{ -if(_1a=="longside"){ -_c["end"+pn[i]+"Min"]=_c[pn[i].toLowerCase()]*_17; -_c["end"+pn[i]+"Max"]=_c[pn[i].toLowerCase()]; -} -} -} -} -if(_1a=="center"){ -p0[pn[2].toLowerCase()]=_c[pn[2].toLowerCase()]-(_c[pn[8]]-_c[pn[6]])/4; -}else{ -if(_1a=="shortside"){ -p0[pn[2].toLowerCase()]=_c[pn[2].toLowerCase()]-(_c[pn[8]]-_c[pn[6]])/2; -} -} -_13[pn[5].toLowerCase()]=_c[pn[5].toLowerCase()]+"px"; -_13[pn[4].toLowerCase()]="0"; -_13[_1+pn[1]+_2]=_c[pn[4].toLowerCase()]+"px"; -_13[_1+pn[1]+"Color"]=_11; -p0[_1+pn[1]+_2]=0; -p0[_1+pn[1]+"Color"]=_10; -p0[_1+pn[2]+_2]=p0[_1+pn[3]+_2]=_1a!="cube"?(_c["end"+pn[5]+"Max"]-_c["end"+pn[5]+"Min"])/2:_c[pn[6]]/2; -p0[pn[7].toLowerCase()]=_c[pn[7].toLowerCase()]+_c[pn[4].toLowerCase()]/2+(_8.shift||0); -p0[pn[5].toLowerCase()]=_c[pn[6]]; -var p1=_21[1]; -p1[_1+pn[0]+"Color"]={start:_f,end:_12}; -p1[_1+pn[0]+_2]=_c[pn[4].toLowerCase()]; -p1[_1+pn[2]+_2]=0; -p1[_1+pn[3]+_2]=0; -p1[pn[5].toLowerCase()]={start:_c[pn[6]],end:_c[pn[5].toLowerCase()]}; -dojo.mixin(hs,_13); -dojo.style(_9,hs); -dojo.body().appendChild(_9); -var _26=function(){ -dojo.destroy(_9); -s.backgroundColor=_12; -s.visibility="visible"; -}; -if(_19=="last"){ -for(i in p0){ -p0[i]={start:p0[i]}; -} -p0[_1+pn[1]+"Color"]={start:_10,end:_12}; -p1=p0; -} -if(!_19||_19=="first"){ -_14.push(dojo.animateProperty({node:_9,duration:_15,properties:p0})); -} -if(!_19||_19=="last"){ -_14.push(dojo.animateProperty({node:_9,duration:_15,properties:p1,onEnd:_26})); -} -dojo.connect(_14[0],"play",function(){ -_9.style.visibility="visible"; -s.visibility="hidden"; -}); -return dojo.fx.chain(_14); -}; -dojox.fx.flipCube=function(_27){ -var _28=[],mb=dojo.marginBox(_27.node),_2a=mb.w/2,_2b=mb.h/2,_2c={top:{pName:"height",args:[{whichAnim:"first",dir:"top",shift:-_2b},{whichAnim:"last",dir:"bottom",shift:_2b}]},right:{pName:"width",args:[{whichAnim:"first",dir:"right",shift:_2a},{whichAnim:"last",dir:"left",shift:-_2a}]},bottom:{pName:"height",args:[{whichAnim:"first",dir:"bottom",shift:_2b},{whichAnim:"last",dir:"top",shift:-_2b}]},left:{pName:"width",args:[{whichAnim:"first",dir:"left",shift:-_2a},{whichAnim:"last",dir:"right",shift:_2a}]}}; -var d=_2c[_27.dir||"left"],p=d.args; -_27.duration=_27.duration?_27.duration*2:500; -_27.depth=0.8; -_27.axis="cube"; -for(var i=p.length-1;i>=0;i--){ -dojo.mixin(_27,p[i]); -_28.push(dojox.fx.flip(_27)); -} -return dojo.fx.combine(_28); -}; -dojox.fx.flipPage=function(_30){ -var n=_30.node,_32=dojo.coords(n,true),x=_32.x,y=_32.y,w=_32.w,h=_32.h,_37=dojo.style(n,"backgroundColor"),_38=_30.lightColor||"#dddddd",_39=_30.darkColor,_3a=dojo.create("div"),_3b=[],hn=[],dir=_30.dir||"right",pn={left:["left","right","x","w"],top:["top","bottom","y","h"],right:["left","left","x","w"],bottom:["top","top","y","h"]},_3f={right:[1,-1],left:[-1,1],top:[-1,1],bottom:[1,-1]}; -dojo.style(_3a,{position:"absolute",width:w+"px",height:h+"px",top:y+"px",left:x+"px",visibility:"hidden"}); -var hs=[]; -for(var i=0;i<2;i++){ -var r=i%2,d=r?pn[dir][1]:dir,wa=r?"last":"first",_45=r?_37:_38,_46=r?_45:_30.startColor||n.style.backgroundColor; -hn[i]=dojo.clone(_3a); -var _47=function(x){ -return function(){ -dojo.destroy(hn[x]); -}; -}(i); -dojo.body().appendChild(hn[i]); -hs[i]={backgroundColor:r?_46:_37}; -hs[i][pn[dir][0]]=_32[pn[dir][2]]+_3f[dir][0]*i*_32[pn[dir][3]]+"px"; -dojo.style(hn[i],hs[i]); -_3b.push(dojox.fx.flip({node:hn[i],dir:d,axis:"shortside",depth:_30.depth,duration:_30.duration/2,shift:_3f[dir][i]*_32[pn[dir][3]]/2,darkColor:_39,lightColor:_38,whichAnim:wa,endColor:_45})); -dojo.connect(_3b[i],"onEnd",_47); -} -return dojo.fx.chain(_3b); -}; -dojox.fx.flipGrid=function(_49){ -var _4a=_49.rows||4,_4b=_49.cols||4,_4c=[],_4d=dojo.create("div"),n=_49.node,_4f=dojo.coords(n,true),x=_4f.x,y=_4f.y,nw=_4f.w,nh=_4f.h,w=_4f.w/_4b,h=_4f.h/_4a,_56=[]; -dojo.style(_4d,{position:"absolute",width:w+"px",height:h+"px",backgroundColor:dojo.style(n,"backgroundColor")}); -for(var i=0;i<_4a;i++){ -var r=i%2,d=r?"right":"left",_5a=r?1:-1; -var cn=dojo.clone(n); -dojo.style(cn,{position:"absolute",width:nw+"px",height:nh+"px",top:y+"px",left:x+"px",clip:"rect("+i*h+"px,"+nw+"px,"+nh+"px,0)"}); -dojo.body().appendChild(cn); -_4c[i]=[]; -for(var j=0;j<_4b;j++){ -var hn=dojo.clone(_4d),l=r?j:_4b-(j+1); -var _5f=function(xn,_61,_62){ -return function(){ -if(!(_61%2)){ -dojo.style(xn,{clip:"rect("+_61*h+"px,"+(nw-(_62+1)*w)+"px,"+((_61+1)*h)+"px,0px)"}); -}else{ -dojo.style(xn,{clip:"rect("+_61*h+"px,"+nw+"px,"+((_61+1)*h)+"px,"+((_62+1)*w)+"px)"}); -} -}; -}(cn,i,j); -dojo.body().appendChild(hn); -dojo.style(hn,{left:x+l*w+"px",top:y+i*h+"px",visibility:"hidden"}); -var a=dojox.fx.flipPage({node:hn,dir:d,duration:_49.duration||900,shift:_5a*w/2,depth:0.2,darkColor:_49.darkColor,lightColor:_49.lightColor,startColor:_49.startColor||_49.node.style.backgroundColor}),_64=function(xn){ -return function(){ -dojo.destroy(xn); -}; -}(hn); -dojo.connect(a,"play",this,_5f); -dojo.connect(a,"play",this,_64); -_4c[i].push(a); -} -_56.push(dojo.fx.chain(_4c[i])); -} -dojo.connect(_56[0],"play",function(){ -dojo.style(n,{visibility:"hidden"}); -}); -return dojo.fx.combine(_56); -}; -})(); -} http://git-wip-us.apache.org/repos/asf/camel/blob/9f5e32db/components/camel-web/src/main/webapp/js/dojox/fx/resources/shadowB.png ---------------------------------------------------------------------- diff --git a/components/camel-web/src/main/webapp/js/dojox/fx/resources/shadowB.png b/components/camel-web/src/main/webapp/js/dojox/fx/resources/shadowB.png deleted file mode 100644 index 0da8a2a..0000000 Binary files a/components/camel-web/src/main/webapp/js/dojox/fx/resources/shadowB.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/camel/blob/9f5e32db/components/camel-web/src/main/webapp/js/dojox/fx/resources/shadowBL.png ---------------------------------------------------------------------- diff --git a/components/camel-web/src/main/webapp/js/dojox/fx/resources/shadowBL.png b/components/camel-web/src/main/webapp/js/dojox/fx/resources/shadowBL.png deleted file mode 100644 index 4926283..0000000 Binary files a/components/camel-web/src/main/webapp/js/dojox/fx/resources/shadowBL.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/camel/blob/9f5e32db/components/camel-web/src/main/webapp/js/dojox/fx/resources/shadowBR.png ---------------------------------------------------------------------- diff --git a/components/camel-web/src/main/webapp/js/dojox/fx/resources/shadowBR.png b/components/camel-web/src/main/webapp/js/dojox/fx/resources/shadowBR.png deleted file mode 100644 index ee704df..0000000 Binary files a/components/camel-web/src/main/webapp/js/dojox/fx/resources/shadowBR.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/camel/blob/9f5e32db/components/camel-web/src/main/webapp/js/dojox/fx/resources/shadowL.png ---------------------------------------------------------------------- diff --git a/components/camel-web/src/main/webapp/js/dojox/fx/resources/shadowL.png b/components/camel-web/src/main/webapp/js/dojox/fx/resources/shadowL.png deleted file mode 100644 index 67ebc2e..0000000 Binary files a/components/camel-web/src/main/webapp/js/dojox/fx/resources/shadowL.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/camel/blob/9f5e32db/components/camel-web/src/main/webapp/js/dojox/fx/resources/shadowR.png ---------------------------------------------------------------------- diff --git a/components/camel-web/src/main/webapp/js/dojox/fx/resources/shadowR.png b/components/camel-web/src/main/webapp/js/dojox/fx/resources/shadowR.png deleted file mode 100644 index 8d0c99d..0000000 Binary files a/components/camel-web/src/main/webapp/js/dojox/fx/resources/shadowR.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/camel/blob/9f5e32db/components/camel-web/src/main/webapp/js/dojox/fx/resources/shadowT.png ---------------------------------------------------------------------- diff --git a/components/camel-web/src/main/webapp/js/dojox/fx/resources/shadowT.png b/components/camel-web/src/main/webapp/js/dojox/fx/resources/shadowT.png deleted file mode 100644 index ea99436..0000000 Binary files a/components/camel-web/src/main/webapp/js/dojox/fx/resources/shadowT.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/camel/blob/9f5e32db/components/camel-web/src/main/webapp/js/dojox/fx/resources/shadowTL.png ---------------------------------------------------------------------- diff --git a/components/camel-web/src/main/webapp/js/dojox/fx/resources/shadowTL.png b/components/camel-web/src/main/webapp/js/dojox/fx/resources/shadowTL.png deleted file mode 100644 index 388742a..0000000 Binary files a/components/camel-web/src/main/webapp/js/dojox/fx/resources/shadowTL.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/camel/blob/9f5e32db/components/camel-web/src/main/webapp/js/dojox/fx/resources/shadowTR.png ---------------------------------------------------------------------- diff --git a/components/camel-web/src/main/webapp/js/dojox/fx/resources/shadowTR.png b/components/camel-web/src/main/webapp/js/dojox/fx/resources/shadowTR.png deleted file mode 100644 index c9d4f04..0000000 Binary files a/components/camel-web/src/main/webapp/js/dojox/fx/resources/shadowTR.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/camel/blob/9f5e32db/components/camel-web/src/main/webapp/js/dojox/fx/scroll.js ---------------------------------------------------------------------- diff --git a/components/camel-web/src/main/webapp/js/dojox/fx/scroll.js b/components/camel-web/src/main/webapp/js/dojox/fx/scroll.js deleted file mode 100644 index 178f1c7..0000000 --- a/components/camel-web/src/main/webapp/js/dojox/fx/scroll.js +++ /dev/null @@ -1,33 +0,0 @@ -/* - Copyright (c) 2004-2009, The Dojo Foundation All Rights Reserved. - Available via Academic Free License >= 2.1 OR the modified BSD license. - see: http://dojotoolkit.org/license for details -*/ - - -if(!dojo._hasResource["dojox.fx.scroll"]){ -dojo._hasResource["dojox.fx.scroll"]=true; -dojo.provide("dojox.fx.scroll"); -dojo.experimental("dojox.fx.scroll"); -dojo.require("dojox.fx._core"); -dojox.fx.smoothScroll=function(_1){ -if(!_1.target){ -_1.target=dojo.coords(_1.node,true); -} -var _2=dojo[(dojo.isIE?"isObject":"isFunction")](_1["win"].scrollTo); -var _3=(_2)?(function(_4){ -_1.win.scrollTo(_4[0],_4[1]); -}):(function(_5){ -_1.win.scrollLeft=_5[0]; -_1.win.scrollTop=_5[1]; -}); -var _6=new dojo._Animation(dojo.mixin({beforeBegin:function(){ -if(this.curve){ -delete this.curve; -} -var _7=_2?dojo._docScroll():{x:_1.win.scrollLeft,y:_1.win.scrollTop}; -_6.curve=new dojox.fx._Line([_7.x,_7.y],[_1.target.x,_1.target.y]); -},onAnimate:_3},_1)); -return _6; -}; -}