├── Butler ├── LICENSE.md ├── Merging_RAVENNA_Daemon ├── VERSION ├── merging_ravenna_daemon.conf └── webapp │ └── advanced │ ├── dijit │ └── themes │ │ └── tundra │ │ ├── Calendar.css │ │ ├── Calendar_rtl.css │ │ ├── ColorPalette.css │ │ ├── Common.css │ │ ├── Dialog.css │ │ ├── Dialog_rtl.css │ │ ├── Editor.css │ │ ├── Editor_rtl.css │ │ ├── Menu.css │ │ ├── Menu_rtl.css │ │ ├── ProgressBar.css │ │ ├── TimePicker.css │ │ ├── TimePicker_rtl.css │ │ ├── TitlePane.css │ │ ├── TitlePane_rtl.css │ │ ├── Toolbar.css │ │ ├── Tree.css │ │ ├── Tree_rtl.css │ │ ├── form │ │ ├── Button.css │ │ ├── Checkbox.css │ │ ├── Common.css │ │ ├── RadioButton.css │ │ ├── Select.css │ │ ├── Slider.css │ │ └── Slider_rtl.css │ │ ├── images │ │ ├── accordionItemActive.gif │ │ ├── accordionItemHover.gif │ │ ├── buttonActive.png │ │ ├── buttonDisabled.png │ │ ├── buttonEnabled.png │ │ ├── buttonHover.png │ │ ├── calendarDayLabel.png │ │ ├── calendarMonthLabel.png │ │ ├── calendarYearLabel.png │ │ ├── checkmark.gif │ │ ├── checkmark.png │ │ ├── checkmarkNoBorder.gif │ │ ├── checkmarkNoBorder.png │ │ ├── circleIcon.gif │ │ ├── circleIcon.png │ │ ├── comboArrowDown.gif │ │ ├── dijitProgressBarAnim.gif │ │ ├── dijitProgressBarAnim.psd │ │ ├── dndCopy.png │ │ ├── dndMove.png │ │ ├── dndNoCopy.png │ │ ├── dndNoMove.png │ │ ├── dojoTundraGradientBg.gif │ │ ├── dojoTundraGradientBg.png │ │ ├── doubleArrowDown.png │ │ ├── doubleArrowUp.png │ │ ├── folderClosed.gif │ │ ├── folderOpened.gif │ │ ├── i.gif │ │ ├── i_half.gif │ │ ├── i_half_rtl.gif │ │ ├── i_rtl.gif │ │ ├── leaf.gif │ │ ├── loading.gif │ │ ├── menu.png │ │ ├── minusButton.gif │ │ ├── no.gif │ │ ├── noX.gif │ │ ├── plusButton.gif │ │ ├── popupMenuBg.gif │ │ ├── preciseSliderThumb.gif │ │ ├── preciseSliderThumb.png │ │ ├── preciseSliderThumbFocus.gif │ │ ├── preciseSliderThumbFocus.png │ │ ├── progressBarAnim-1.png │ │ ├── progressBarAnim-2.png │ │ ├── progressBarAnim-3.png │ │ ├── progressBarAnim-4.png │ │ ├── progressBarAnim-5.png │ │ ├── progressBarAnim-6.png │ │ ├── progressBarAnim-7.png │ │ ├── progressBarAnim-8.png │ │ ├── progressBarAnim-9.png │ │ ├── progressBarAnim.gif │ │ ├── progressBarAnim.psd │ │ ├── progressBarEmpty.png │ │ ├── progressBarFull.png │ │ ├── radioButtonActive.png │ │ ├── radioButtonActiveDisabled.png │ │ ├── radioButtonActiveHover.png │ │ ├── radioButtonDisabled.png │ │ ├── radioButtonEnabled.png │ │ ├── radioButtonHover.png │ │ ├── sliderEmpty.png │ │ ├── sliderEmptyVertical.png │ │ ├── sliderFull.png │ │ ├── sliderFullFocus.png │ │ ├── sliderFullVertical.png │ │ ├── sliderFullVerticalFocus.png │ │ ├── sliderThumb.png │ │ ├── sliderThumbFocus.gif │ │ ├── sliderThumbFocus.png │ │ ├── smallArrowDown.png │ │ ├── smallArrowUp.png │ │ ├── splitContainerSizerH-thumb.png │ │ ├── splitContainerSizerH.png │ │ ├── splitContainerSizerV-thumb.png │ │ ├── splitContainerSizerV.png │ │ ├── spriteArrows.gif │ │ ├── spriteArrows.png │ │ ├── spriteRoundedIconsSmall.gif │ │ ├── spriteRoundedIconsSmall.png │ │ ├── tabActive.png │ │ ├── tabClose.gif │ │ ├── tabClose.png │ │ ├── tabCloseHover.gif │ │ ├── tabCloseHover.png │ │ ├── tabDisabled.png │ │ ├── tabEnabled.png │ │ ├── tabHover.gif │ │ ├── tabHover.png │ │ ├── titleBar.png │ │ ├── titleBarBg.gif │ │ ├── tooltipConnectorDown.gif │ │ ├── tooltipConnectorDown.png │ │ ├── tooltipConnectorLeft.gif │ │ ├── tooltipConnectorLeft.png │ │ ├── tooltipConnectorRight.gif │ │ ├── tooltipConnectorRight.png │ │ ├── tooltipConnectorUp.gif │ │ ├── tooltipConnectorUp.png │ │ ├── treeExpand_leaf.gif │ │ ├── treeExpand_leaf_rtl.gif │ │ ├── treeExpand_loading.gif │ │ ├── treeExpand_minus.gif │ │ ├── treeExpand_minus_rtl.gif │ │ ├── treeExpand_mius.gif │ │ ├── treeExpand_plus.gif │ │ ├── treeExpand_plus_rtl.gif │ │ ├── treeHover.png │ │ ├── validationInputBg.gif │ │ ├── validationInputBg.png │ │ └── warning.png │ │ ├── layout │ │ ├── AccordionContainer.css │ │ ├── BorderContainer.css │ │ ├── ContentPane.css │ │ ├── SplitContainer.css │ │ ├── TabContainer.css │ │ └── TabContainer_rtl.css │ │ ├── tundra.css │ │ └── tundra_rtl.css │ ├── dojo │ ├── dojo.js │ └── resources │ │ ├── LICENSE │ │ ├── _modules.js │ │ ├── blank.gif │ │ ├── blank.html │ │ ├── dnd.css │ │ ├── dojo.css │ │ ├── iframe_history.html │ │ └── images │ │ ├── dndCopy.png │ │ ├── dndMove.png │ │ ├── dndNoCopy.png │ │ └── dndNoMove.png │ ├── images │ ├── UserManualButton.png │ ├── WelcomeOffLine.jpg │ ├── create-session.png │ ├── favicon.ico │ ├── merging_logo.png │ ├── network-error.png │ ├── network-offline.png │ ├── network-receive-error.png │ ├── network-receive.png │ ├── network-transmit.png │ ├── planet.png │ ├── ravenna.png │ ├── ravenna_AES67.png │ ├── ravenna_tm.png │ ├── vendor.png │ ├── vendor_alc.png │ ├── vendor_dot.png │ ├── vendor_dot1.png │ ├── vendor_dsa.png │ ├── vendor_genelec.png │ ├── vendor_lawo.png │ ├── vendor_lsb.png │ ├── vendor_merging.png │ ├── vendor_schoeps.png │ ├── vendor_template.png │ └── vendor_vsm.png │ ├── index.html │ ├── ravenna │ ├── Device.css │ ├── ravenna.css │ └── widget │ │ └── Common.js │ └── rickshaw │ ├── rickshaw.js │ ├── rickshaw.min.css │ ├── src │ └── css │ │ ├── detail.css │ │ ├── graph.css │ │ └── legend.css │ └── vendor │ └── d3.min.js ├── CHANGELOG.md ├── README.md ├── common ├── MTAL_IPC.c ├── MTAL_IPC.h ├── MT_ALSA_daemon_message_defs.h ├── MT_ALSA_message_defs.h ├── MergingRAVENNACommon.h └── rv_log.h ├── driver ├── .gitignore ├── EtherTubeInterfaces.h ├── EtherTubeNetfilter.c ├── EtherTubeNetfilter.h ├── MR_AudioDriverTypes.h ├── MTAL.h ├── MTAL_DP.h ├── MTAL_EthUtils.c ├── MTAL_EthUtils.h ├── MTAL_LKernelAPI.c ├── MTAL_LKernelAPI.h ├── MTAL_TargetPlatform.h ├── MTAL_stdint.h ├── MTConvert.c ├── MTConvert.h ├── Makefile ├── PTP.c ├── PTP.h ├── PTP_defs.h ├── RTP_audio_stream.c ├── RTP_audio_stream.h ├── RTP_stream.c ├── RTP_stream.h ├── RTP_stream_defs.h ├── RTP_stream_info.c ├── RTP_stream_info.h ├── RTP_streams_manager.c ├── RTP_streams_manager.h ├── audio_driver.c ├── audio_driver.h ├── audio_streamer_clock_PTP_defs.h ├── c_wrapper_lib.c ├── c_wrapper_lib.h ├── manager.c ├── manager.h ├── manager_defs.h ├── module_interface.c ├── module_main.c ├── module_main.h ├── module_netlink.c ├── module_netlink.h ├── module_timer.c └── module_timer.h └── players ├── .gitignore └── sample ├── .gitignore ├── Makefile └── main.cpp /Butler/LICENSE.md: -------------------------------------------------------------------------------- 1 | # End-User License Agreement (EULA) of AES-67 ALSA Driver # 2 | 3 | This End-User License Agreement ("EULA") is a legal agreement between you and Merging Technologies 4 | 5 | This EULA agreement governs your acquisition and use of our AES-67 ALSA Butler software ("Software") directly from Merging Technologies or indirectly through a Merging Technologies authorized reseller or distributor (a "Reseller"). 6 | 7 | Please read this EULA agreement carefully before completing the installation process and using the AES-67 ALSA Driver software. It provides a license to use the AES-67 ALSA Driver software and contains warranty information and liability disclaimers. 8 | 9 | If you register for a free trial of the AES-67 ALSA Driver software, this EULA agreement will also govern that trial. By clicking "accept" or installing and/or using the AES-67 ALSA Driver software, you are confirming your acceptance of the Software and agreeing to become bound by the terms of this EULA agreement. 10 | 11 | If you are entering into this EULA agreement on behalf of a company or other legal entity, you represent that you have the authority to bind such entity and its affiliates to these terms and conditions. If you do not have such authority or if you do not agree with the terms and conditions of this EULA agreement, do not install or use the Software, and you must not accept this EULA agreement. 12 | 13 | This EULA agreement shall apply only to the Software supplied by Merging Technologies herewith regardless of whether other software is referred to or described herein. The terms also apply to any Merging Technologies updates, supplements, Internet-based services, and support services for the Software, unless other terms accompany those items on delivery. If so, those terms apply. 14 | ## Scope ## 15 | 16 | * AES-67 ALSA Butler software works with the GPL ALSA RAVENNA/AES67 driver from Merging Technologies 17 | * This Agreement describes the licensing of the Software provided to User solely. This means that it should not be used by third party wishing to integrate it in a commercial product (OEM use) 18 | * If User desires to use the Software as an OEM, it must separately purchase a commercial-use license from Merging Technologies 19 | 20 | ## License Grant ## 21 | 22 | Merging Technologies hereby grants you a personal, non-transferable, non-exclusive license to use the AES-67 ALSA Butler software on your devices in accordance with the terms of this EULA agreement. 23 | 24 | You are permitted to load the AES-67 ALSA Butler software (for example a PC, laptop, mobile or tablet) under your control. You are responsible for ensuring your device meets the minimum requirements of the AES-67 ALSA Butler software. 25 | 26 | You are not permitted to: 27 | 28 | * Edit, alter, modify, adapt, translate or otherwise change the whole or any part of the Software nor permit the whole or any part of the Software to be combined with or become incorporated in any other software, nor decompile, disassemble or reverse engineer the Software or attempt to do any such things 29 | * Reproduce, copy, distribute, resell or otherwise use the Software for any commercial purpose 30 | * Allow any third party to use the Software on behalf of or for the benefit of any third party 31 | * Use the Software in any way which breaches any applicable local, national or international law 32 | * use the Software for any purpose that Merging Technologies considers is a breach of this EULA agreement 33 | * Integrate the software in third party products as an OEM 34 | 35 | ## Intellectual Property and Ownership ## 36 | 37 | Merging Technologies shall at all times retain ownership of the Software as originally downloaded by you and all subsequent downloads of the Software by you. The Software (and the copyright, and other intellectual property rights of whatever nature in the Software, including any modifications made thereto) are and shall remain the property of Merging Technologies. 38 | 39 | Merging Technologies reserves the right to grant licenses to use the Software to third parties. 40 | ## Data Collection ## 41 | 42 | The Software contains certain features that generate, collect, and transmit data to Merging Technologies about the installation, setup, and use of the Materials. The purposes of data collection are: 1) to verify compliance with the terms of this Agreement; and 2) to enable Merging Technologies to develop, improve, and support products and services. This data includes a unique serial number combined with other information about your computer. 43 | 44 | When the Software is made available for use free of charge, the collection data (such as randomly generated unique identifier and other information about your computer) may also be mandatory and a condition of using the Software. Data collected only if: 1) the purpose is to develop, improve, and support products and services, and 2) the data will not be used to identify or contact You or other individuals 45 | Termination 46 | 47 | This EULA agreement is effective from the date you first use the Software and shall continue until terminated. You may terminate it at any time upon written notice to Merging Technologies. 48 | 49 | It will also terminate immediately if you fail to comply with any term of this EULA agreement. Upon such termination, the licenses granted by this EULA agreement will immediately terminate and you agree to stop all access and use of the Software. The provisions that by their nature continue and survive will survive any termination of this EULA agreement. 50 | ## Governing Law ## 51 | 52 | This EULA agreement, and any dispute arising out of or in connection with this EULA agreement, shall be governed by and construed in accordance with the laws of Switzerland. 53 | -------------------------------------------------------------------------------- /Butler/Merging_RAVENNA_Daemon: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dewiweb/ALSA-RAVENNA-AES67-Driver/3c4fe34ca113870091038db4a43c6390336b6376/Butler/Merging_RAVENNA_Daemon -------------------------------------------------------------------------------- /Butler/VERSION: -------------------------------------------------------------------------------- 1 | 100100074 2 | 1.1 (build 74) stable 3 | stable 4 | -------------------------------------------------------------------------------- /Butler/merging_ravenna_daemon.conf: -------------------------------------------------------------------------------- 1 | interface_name=eth0 2 | web_app_port=9090 3 | tic_frame_size_at_1fs=192 4 | config_pathname=/var/alsa-aes67-driver/butler.config -------------------------------------------------------------------------------- /Butler/webapp/advanced/dijit/themes/tundra/Calendar.css: -------------------------------------------------------------------------------- 1 | .tundra .dijitCalendarIncrementControl {width:15px; height:15px; background-image: url("images/spriteRoundedIconsSmall.png"); background-repeat: no-repeat}.dj_ie6 .tundra .dijitCalendarIncrementControl {font-size:.1em; background-image: url("images/spriteRoundedIconsSmall.gif");}.tundra .dijitA11ySideArrow {display: none;}.tundra .dijitCalendarDecrease {background-position: top left;}.tundra .dijitCalendarIncrease {background-position: -30px top;}.tundra .dijitCalendarContainer {font-size: 100%; border-spacing: 0; border-collapse: separate; border: 1px solid #ccc; margin: 0;}.tundra .dijitCalendarMonthContainer th {background:#d3d3d3 url("images/titleBar.png") repeat-x top; padding-top:.3em; padding-bottom:.2em; text-align:center;}.dj_ie6 .tundra .dijitCalendarMonthContainer th {padding-top:.2em; padding-bottom:.1em;}.tundra .dijitCalendarDayLabelTemplate {background:white url("images/calendarDayLabel.png") repeat-x bottom; font-weight:normal; padding-top:.15em; padding-bottom:0; border-top: 1px solid #eeeeee; color:#293a4b; text-align:center;}.tundra .dijitCalendarBodyContainer {border-bottom: 1px solid #eeeeee;}.tundra .dijitCalendarMonthLabel {color:#293a4b; font-weight: bold; padding: 0 4px;}.tundra .dijitCalendarDateTemplate {font-size: 0.9em; font-weight: bold; text-align: center; padding: 0.3em 0.3em 0.05em 0.3em; letter-spacing: 1px;}.dj_ie .tundra .dijitCalendarDateTemplate {padding: 0.1em .33em 0.02em .33em;}.tundra .dijitCalendarPreviousMonth,.tundra .dijitCalendarNextMonth {color:#999999; background-color:#f8f8f8;}.tundra .dijitCalendarCurrentMonth {background-color: white;}.tundra .dijitCalendarCurrentDate {text-decoration:underline; font-weight:bold;}.tundra .dijitCalendarHoveredDate {background-color: #e2ebf2;}.tundra .dijitCalendarDisabledDate {text-decoration: line-through; background-color: white;}.tundra .dijitCalendarSelectedDate {background-color:#bbc4d0 !important; color:black !important;}.tundra .dijitCalendarYearContainer {background:white url("images/calendarYearLabel.png") repeat-x bottom; border-top:1px solid #ccc;}.tundra .dijitCalendarYearLabel {margin:0; padding:0.4em 0 0.25em 0; text-align:center; font-size: 1.17em;}.tundra .dijitCalendarSelectedYear {font-weight:bolder; color:black; padding:0.2em; padding-bottom:0.1em; background-color:#bbc4d0 !important;}.tundra .dijitCalendarNextYear,.tundra .dijitCalendarPreviousYear {color:black !important; font-weight:normal;}.tundra .dijitCalendar .dijitDropDownButton {margin: 0;}.tundra .dijitCalendar .dijitButtonText {padding: 0;}.tundra .dijitCalendar .dijitDropDownButton .dijitButtonNode {background-color: transparent; background-image: none; padding: 0;}.tundra .dijitCalendarMonthMenu .dijitCalendarMonthLabelHover {background-color: #3559ac; color:#fff;} -------------------------------------------------------------------------------- /Butler/webapp/advanced/dijit/themes/tundra/Calendar_rtl.css: -------------------------------------------------------------------------------- 1 | .tundra .dijitCalendarRtl .dijitCalendarDecrease {background-position: -30px top;}.tundra .dijitCalendarRtl .dijitCalendarIncrease {background-position: 0 top;} -------------------------------------------------------------------------------- /Butler/webapp/advanced/dijit/themes/tundra/ColorPalette.css: -------------------------------------------------------------------------------- 1 | .dijitColorPalette {border:1px solid #7eabcd; background:#fff; -moz-border-radius: 0 !important;} -------------------------------------------------------------------------------- /Butler/webapp/advanced/dijit/themes/tundra/Common.css: -------------------------------------------------------------------------------- 1 | .tundra .dojoDndItemBefore {border-top: 2px solid #369;}.tundra .dojoDndItemAfter {border-bottom: 2px solid #369;}.tundra .dojoDndItemOver {cursor:pointer;}.tundra table.dojoDndAvatar {-moz-border-radius: 0; border: 1px solid #ccc; border-collapse: collapse; background-color: #fff; font-size: 75%; color: black;}.tundra .dojoDndAvatar td {border: none;}.tundra .dojoDndAvatar tr {border: none;}.tundra .dojoDndAvatarHeader td {height: 20px; padding: 0 0 0 21px;}.tundra .dojoDndAvatarItem td {padding: 2px;}.tundra.dojoDndMove .dojoDndAvatarHeader {background-color: #f58383; background-image: url(images/dndNoMove.png); background-repeat: no-repeat; background-position: 2px center;}.tundra.dojoDndCopy .dojoDndAvatarHeader {background-color: #f58383; background-image: url(images/dndNoCopy.png); background-repeat: no-repeat; background-position: 2px center;}.tundra.dojoDndMove .dojoDndAvatarCanDrop .dojoDndAvatarHeader {background-color: #97e68d; background-image: url(images/dndMove.png); background-repeat: no-repeat; background-position: 2px center;}.tundra.dojoDndCopy .dojoDndAvatarCanDrop .dojoDndAvatarHeader {background-color: #97e68d; background-image: url(images/dndCopy.png); background-repeat: no-repeat; background-position: 2px center;}.tundra .dijitIconLoading {background:url('images/loading.gif') no-repeat left center; width: 24px; height: 24px;}.tundra .dijitIconError {background:url('images/warning.png') no-repeat left center; width: 16px; height: 16px;} -------------------------------------------------------------------------------- /Butler/webapp/advanced/dijit/themes/tundra/Dialog.css: -------------------------------------------------------------------------------- 1 | .tundra .dijitDialog {background: #fff; border: 1px solid #7eabcd; padding: 0; -webkit-box-shadow: 0 5px 10px #adadad;}.tundra .dijitDialogPaneContent {background: #fff; border-top: 1px solid #d3d3d3; padding:10px;}.tundra .dijitDialogTitleBar {background: #fafafa url("images/titleBar.png") repeat-x top left; padding: 5px 6px 3px 6px; outline:0;}.tundra .dijitDialogTitle {font-weight: bold; padding: 0 4px;}.tundra .dijitDialogCloseIcon {background: url("images/tabClose.png") no-repeat right top; position: absolute; vertical-align: middle; right: 6px; top: 4px; height: 15px; width: 15px;}.dj_ie6 .tundra .dijitDialogCloseIcon {background : url("images/tabClose.gif") no-repeat right top;}.tundra .dijitDialogCloseIconHover {background: url("images/tabCloseHover.png") no-repeat right top;}.dj_ie6 .tundra .dijitDialogCloseIconHover {background : url("images/tabCloseHover.gif") no-repeat right top;}.tundra .dijitTooltip,.tundra .dijitTooltipDialog {background: transparent;}.dijitTooltipBelow {padding-top: 13px;}.dijitTooltipAbove {padding-bottom: 13px;}.tundra .dijitTooltipContainer {background: #ffffff url("images/popupMenuBg.gif") repeat-x bottom left; border: 1px solid #7eabcd; padding: 0.45em; -webkit-border-radius: 3px; -moz-border-radius: 3px;}.tundra .dijitTooltipConnector {border:0; z-index: 2;}.tundra .dijitTooltipABRight .dijitTooltipConnector {left: auto !important; right: 3px;}.tundra .dijitTooltipBelow .dijitTooltipConnector {top: 0; left: 3px; background:url("images/tooltipConnectorUp.png") no-repeat top left; width:16px; height:14px;}.dj_ie .tundra .dijitTooltipBelow .dijitTooltipConnector {background-image: url("images/tooltipConnectorUp.gif");}.tundra .dijitTooltipAbove .dijitTooltipConnector {bottom: 0; left: 3px; background:url("images/tooltipConnectorDown.png") no-repeat top left; width:16px; height:14px;}.dj_ie .tundra .dijitTooltipAbove .dijitTooltipConnector {background-image: url("images/tooltipConnectorDown.gif");}.dj_ie6 .tundra .dijitTooltipAbove .dijitTooltipConnector {bottom: -3px;}.tundra .dijitTooltipLeft {padding-right: 14px;}.tundra .dijitTooltipLeft .dijitTooltipConnector {right: 0; background:url("images/tooltipConnectorRight.png") no-repeat top left; width:16px; height:14px;}.dj_ie .tundra .dijitTooltipLeft .dijitTooltipConnector {background-image: url("images/tooltipConnectorRight.gif");}.tundra .dijitTooltipRight {padding-left: 14px;}.tundra .dijitTooltipRight .dijitTooltipConnector {left: 0; background:url("images/tooltipConnectorLeft.png") no-repeat top left; width:16px; height:14px;}.dj_ie .tundra .dijitTooltipRight .dijitTooltipConnector {background-image: url("images/tooltipConnectorLeft.gif");}.dj_webkit .tundra .dijitTooltipContainer {-webkit-box-shadow: 0 5px 10px #adadad;} -------------------------------------------------------------------------------- /Butler/webapp/advanced/dijit/themes/tundra/Dialog_rtl.css: -------------------------------------------------------------------------------- 1 | .tundra .dijitDialogRtl .dijitDialogCloseIcon {right: auto; left: 5px;} -------------------------------------------------------------------------------- /Butler/webapp/advanced/dijit/themes/tundra/Editor.css: -------------------------------------------------------------------------------- 1 | .dijitEditor {border:1px solid #bfbfbf; border-top:0;}.tundra .dijitEditorIcon {background-image: url('../../icons/images/editorIconsEnabled.png'); background-repeat: no-repeat; width: 18px; height: 18px; text-align: center;}.tundra .dijitDisabled .dijitEditorIcon {background-image: url('../../icons/images/editorIconsDisabled.png');} -------------------------------------------------------------------------------- /Butler/webapp/advanced/dijit/themes/tundra/Editor_rtl.css: -------------------------------------------------------------------------------- 1 | .tundra .dijitEditorRtl .dijitEditorIcon {background-image: url('../../icons/images/editorIconsEnabled_rtl.png');}.tundra .dijitEditorRtlDisabled .dijitEditorIcon {background-image: url('../../icons/images/editorIconsDisabled_rtl.png');} -------------------------------------------------------------------------------- /Butler/webapp/advanced/dijit/themes/tundra/Menu.css: -------------------------------------------------------------------------------- 1 | .tundra .dijitMenu,.tundra .dijitMenuBar {border: 1px solid #7eabcd; margin: 0; padding: 0; background-color: #f7f7f7;}.tundra .dijitBorderContainer .dijitMenuBar {border:1px solid #ccc;}.tundra .dijitMenuItem {font-family: sans-serif; margin: 0;}.tundra .dijitMenuItem {padding: 4px 5px;}.tundra .dijitMenuPreviousButton, .tundra .dijitMenuNextButton {font-style: italic;}.tundra .dijitMenuItem td {padding: 2px;}.tundra .dijitMenuPassive .dijitMenuItemHover,.tundra .dijitMenuItemSelected {background-color: #3559ac; color:#fff;}.tundra .dijitMenuItemIcon {width: 16px; height: 16px;}.tundra .dijitMenuExpand {width: 7px; height: 7px; background-image: url('images/spriteArrows.png'); background-position: -14px 0;}.dj_ie6 .tundra .dijitMenuExpand {background-image: url('images/spriteArrows.gif');}.tundra .dijitMenuSeparatorTop {border-bottom: 1px solid #9b9b9b;}.tundra .dijitMenuSeparatorBottom {border-top: 1px solid #e8e8e8;}.tundra .dijitCheckedMenuItemIconChar {display: none;}.tundra .dijitCheckedMenuItemIcon {background-image: url('images/checkmark.png'); background-position: -80px;}.dj_ie6 .tundra .dijitCheckedMenuItemIcon {background-image: url('images/checkmark.gif');}.tundra .dijitCheckedMenuItemChecked .dijitCheckedMenuItemIcon {background-position: -64px;} -------------------------------------------------------------------------------- /Butler/webapp/advanced/dijit/themes/tundra/Menu_rtl.css: -------------------------------------------------------------------------------- 1 | .tundra .dijitMenuItemRtl .dijitMenuExpand {background-position: -7px 0;} -------------------------------------------------------------------------------- /Butler/webapp/advanced/dijit/themes/tundra/ProgressBar.css: -------------------------------------------------------------------------------- 1 | .tundra .dijitProgressBar {margin:2px 0 2px 0;}.tundra .dijitProgressBarEmpty {background:#fff url("images/progressBarEmpty.png") repeat-x center center; border-color: #a2a2a2 #b8b8b8 #b8b8b8 #a2a2a2;}.tundra .dijitProgressBarTile {background:#f0f0f0 url("images/progressBarFull.png") repeat-x center center;}.tundra .dijitProgressBarFull {border-right:1px solid #b8b8b8;}.tundra .dijitProgressBarLabel {color:#293a4b;}.tundra .dijitProgressBarIndeterminate .dijitProgressBarTile {background:#cad2de url("images/progressBarAnim.gif") repeat-x center center;} -------------------------------------------------------------------------------- /Butler/webapp/advanced/dijit/themes/tundra/TimePicker.css: -------------------------------------------------------------------------------- 1 | .tundra .dijitTimePickerTick,.tundra .dijitTimePickerMarker {border-color: #ccc;}.tundra .dijitTimePickerTick {color:white;}.tundra .dijitTimePickerMarker {background:#d3d3d3 url("images/titleBar.png") repeat-x top; color:#293a4b; font-weight: bold;}.tundra .dijitTimePickerItemSelected {color: black; background: #bbc4d0 none;}.tundra .dijitTimePickerItemHover {background: #60a1ea none; color:white;}.tundra .dijitTimePickerItemHover,.tundra .dijitTimePickerItemSelected {position: relative; z-index: 10;}.tundra .dijitTimePickerTick .dijitTimePickerItemInner {font-size:0.4em;}.tundra .dijitTimePickerItemHover .dijitTimePickerItemInner,.tundra .dijitTimePickerItemSelected .dijitTimePickerItemInner {font-size:1em;}.tundra .dijitTimePickerMarkerHover {border-top: 1px solid #ccc;}.tundra .dijitTimePickerTickHover,.tundra .dijitTimePickerTickSelected {margin-top:-0.3em; margin-bottom:-0.3em; border-bottom: none;} -------------------------------------------------------------------------------- /Butler/webapp/advanced/dijit/themes/tundra/TimePicker_rtl.css: -------------------------------------------------------------------------------- 1 | .dj_ie6 .tundra .dijitTimePickerRtl .dijitTimePickerMarkerHover,.dj_ie7 .tundra .dijitTimePickerRtl .dijitTimePickerMarkerHover {border-top: 0;} -------------------------------------------------------------------------------- /Butler/webapp/advanced/dijit/themes/tundra/TitlePane.css: -------------------------------------------------------------------------------- 1 | .tundra .dijitTitlePaneTitle {background: #cccccc; background:#fff url("images/titleBar.png") repeat-x bottom left; border:1px solid #bfbfbf; padding:3px 4px;}.tundra .dijitTitlePaneTitleHover {background: #f8fafd url("images/accordionItemHover.gif") bottom repeat-x;}.tundra .dijitTitlePane .dijitArrowNode {background-image: url('images/spriteArrows.png'); background-repeat: no-repeat; background-position: 0 0; height: 7px; width: 7px;}.dj_ie6 .tundra .dijitTitlePane .dijitArrowNode {background-image: url('images/spriteArrows.gif');}.tundra .dijitTitlePane .dijitClosed .dijitArrowNode {background-position: -14px 0;}.tundra .dijitTitlePaneContentOuter {background: #ffffff; border:1px solid #bfbfbf; border-top: 0;}.tundra .dijitTitlePaneContentInner {padding:10px;}.tundra .dijitTitlePaneTextNode {margin-left: 4px; margin-right: 4px;} -------------------------------------------------------------------------------- /Butler/webapp/advanced/dijit/themes/tundra/TitlePane_rtl.css: -------------------------------------------------------------------------------- 1 | .tundra .dijitTitlePaneRtl .dijitClosed .dijitArrowNode {background-position: -7px 0;} -------------------------------------------------------------------------------- /Butler/webapp/advanced/dijit/themes/tundra/Toolbar.css: -------------------------------------------------------------------------------- 1 | .tundra .dijitToolbar {border-bottom: 1px solid #ccc; background:#eaeaea url("images/titleBar.png") repeat-x top left;}.dj_ie6 .tundra .dijitToolbar {height: 10px;}.tundra .dijitToolbar .dijitButtonNode,.tundra .dijitToolbar .dijitComboButton .dijitButtonContents,.tundra .dijitToolbar .dijitComboButton .dijitDownArrowButton {background: none; margin: 0; padding: 0; border: none; font-size: 12px;}.tundra .dijitToolbar .dijitButton,.tundra .dijitToolbar .dijitToggleButton,.tundra .dijitToolbar .dijitDropDownButton,.tundra .dijitToolbar .dijitComboButton .dijitButtonContents,.tundra .dijitToolbar .dijitComboButton .dijitDownArrowButton {background: none; padding: 1px;}.tundra .dijitToolbar .dijitButtonChecked,.tundra .dijitToolbar .dijitToggleButtonChecked {background-color:#d4dff2; border:1px solid #316ac5; padding: 0;}.tundra .dijitToolbar .dijitButtonCheckedHover,.tundra .dijitToolbar .dijitToggleButtonCheckedHover {background-color:#abc1e5; border:1px solid #316ac5; padding: 0;}.tundra .dijitToolbar .dijitButtonHover,.tundra .dijitToolbar .dijitToggleButtonHover,.tundra .dijitToolbar .dijitDropDownButtonHover,.tundra .dijitToolbar .dijitComboButton .dijitButtonContentsHover,.tundra .dijitToolbar .dijitComboButton .dijitDownArrowButtonHover {border: 1px solid #869cbf; padding: 0; background-color:#e1e5f0;}.tundra .dijitToolbar label {padding: 3px 3px 0 6px;}.dj_ie .tundra .dijitToolbar .dijitComboButton .dijitButtonContentsFocused,.dj_ie .tundra .dijitToolbar .dijitComboButton .dijitDownArrowButtonFocused {border: 1px #555 dotted !important; padding: 0;}.tundra .dijitToolbarSeparator {background: url('../../icons/images/editorIconsEnabled.png');}.tundra .dijitToolbarRtl .dijitToolbarSeparator {background-image: url('../../icons/images/editorIconsDisabled.png');} -------------------------------------------------------------------------------- /Butler/webapp/advanced/dijit/themes/tundra/Tree.css: -------------------------------------------------------------------------------- 1 | .tundra .dijitTreeNode {background-image : url('images/i.gif'); background-repeat : repeat-y; zoom: 1;}.tundra .dijitTreeIsLast {background: url('images/i_half.gif') no-repeat;}.tundra .dijitTreeIsRoot {margin-left: 0; background-image: none;}.tundra .dijitTreeExpando {width: 18px; height: 18px;}.tundra .dijitTreeRow {padding-bottom: 2px;}.tundra .dijitTreeContent {min-height: 18px; min-width: 18px;}.tundra .dijitTreeRowSelected .dijitTreeLabel {background:#e2ebfe;}.tundra .dijitTreeRowHover {background-image: url(images/treeHover.png); background-repeat: repeat; background-color: transparent !important;}.tundra .dijitTreeExpandoOpened {background-image: url('images/treeExpand_minus.gif');}.tundra .dijitTreeExpandoClosed {background-image: url('images/treeExpand_plus.gif');}.tundra .dijitTreeExpandoLeaf {background-image: url('images/treeExpand_leaf.gif');}.tundra .dijitTreeExpandoLoading {background-image: url('images/treeExpand_loading.gif');}.tundra .dijitTreeIcon {width: 16px; height: 16px;}.tundra .dijitFolderOpened {background: url('images/folderOpened.gif') no-repeat;}.tundra .dijitFolderClosed {background: url('images/folderClosed.gif') no-repeat;}.tundra .dijitLeaf {background: url('images/leaf.gif') no-repeat;}.tundra .dijitTreeNode .dojoDndItemBefore,.tundra .dijitTreeNode .dojoDndItemAfter {border-bottom: none; border-top: none;}.tundra .dijitTreeNode .dojoDndItemBefore .dijitTreeContent {border-top: 2px solid #369;}.tundra .dijitTreeNode .dojoDndItemAfter .dijitTreeContent {border-bottom: 2px solid #369;} -------------------------------------------------------------------------------- /Butler/webapp/advanced/dijit/themes/tundra/Tree_rtl.css: -------------------------------------------------------------------------------- 1 | .tundra .dijitTreeNodeRtl,.tundra .dijitTreeNodeRtl .dijitTreeExpandoLeaf {background-image: none;}.tundra .dijitTreeNodeRtl .dijitTreeExpandoOpened {background-image: url('images/treeExpand_minus_rtl.gif');}.tundra .dijitTreeNodeRtl .dijitTreeExpandoClosed {background-image: url('images/treeExpand_plus_rtl.gif');} -------------------------------------------------------------------------------- /Butler/webapp/advanced/dijit/themes/tundra/form/Button.css: -------------------------------------------------------------------------------- 1 | .tundra .dijitButtonNode {border: 1px solid #c0c0c0; border-bottom: 1px solid #9b9b9b; padding: 0.1em 0.2em 0.2em 0.2em; background: #fff url("../images/buttonEnabled.png") repeat-x bottom left;}.tundra .dijitButtonText {text-align: center; padding: 0 0.3em;}.tundra .dijitDisabled .dijitButtonText {color: #7F7F7F;}.tundra .dijitArrowButton {color: #111;}.tundra .dijitComboButton .dijitDownArrowButton {padding-right:4px;}.tundra .dijitTextBoxReadOnly,.tundra .dijitTextBoxReadOnly .dijitButtonNode,.tundra .dijitButtonDisabled .dijitButtonNode,.tundra .dijitToggleButtonDisabled .dijitButtonNode,.tundra .dijitDropDownButtonDisabled .dijitButtonNode,.tundra .dijitComboButtonDisabled .dijitButtonNode,.tundra .dijitTextBoxDisabled,.tundra .dijitTextBoxDisabled .dijitButtonNode {border-color: #d5d5d5 #d5d5d5 #bdbdbd #d5d5d5; background:#e4e4e4 url("../images/buttonDisabled.png") top repeat-x;}.tundra .dijitButtonHover .dijitButtonNode,.tundra .dijitButtonNodeHover,.tundra .dijitToggleButtonHover .dijitButtonNode,.tundra .dijitDropDownButtonHover .dijitButtonNode,.tundra .dijitComboButton .dijitButtonContentsHover,.tundra .dijitComboButton .dijitDownArrowButtonHover {border-color: #a5beda; border-bottom-color:#5c7590; color:#243C5F; background:#fcfdff url("../images/buttonHover.png") repeat-x bottom;}.tundra .dijitDownArrowButtonHover,.tundra .dijitUpArrowButtonHover {color:#243C5F; background:#fcfdff url("../images/buttonHover.png") repeat-x bottom;}.tundra .dijitUpArrowButtonActive,.tundra .dijitDownArrowButtonActive,.tundra .dijitButtonActive .dijitButtonNode,.tundra .dijitToggleButtonActive .dijitButtonNode,.tundra .dijitDropDownButtonActive .dijitButtonNode,.tundra .dijitButtonContentsActive,.tundra .dijitStackController .dijitToggleButtonChecked .dijitButtonNode {border-color:#366dba; background: #ededed url("../images/buttonActive.png") bottom repeat-x;}.tundra .dijitArrowButtonInner {background:url("../images/spriteArrows.png") no-repeat scroll 0 center; width: 7px; height: 7px; margin: 0 4px 0 4px;}.tundra .dijitTextBox .dijitArrowButtonInner {background-position: 0 center;}.dj_ie6 .tundra .dijitArrowButtonInner {background-image:url("../images/spriteArrows.gif");}.tundra .dijitLeftArrowButton .dijitArrowButtonInner {background-position: -7px center;}.tundra .dijitRightArrowButton .dijitArrowButtonInner {background-position: -14px center;}.tundra .dijitUpArrowButton .dijitArrowButtonInner {background-position: -21px center;}.tundra .dijitDisabled .dijitArrowButtonInner {background-position: -28px center;}.tundra .dijitDisabled .dijitLeftArrowButton .dijitArrowButtonInner {background-position: -35px center;}.tundra .dijitDisabled .dijitRightArrowButton .dijitArrowButtonInner {background-position: -42px center;}.tundra .dijitDisabled .dijitUpArrowButton .dijitArrowButtonInner {background-position: -49px center;}.dj_webkit .tundra .dijitSpinner .dijitUpArrowButton .dijitArrowButtonInner {margin-top: -1px;}.dj_ie .tundra .dijitSpinner .dijitDownArrowButton .dijitArrowButtonInner {margin-top: -2px;}.dj_ie8 .tundra .dijitSpinner .dijitDownArrowButton .dijitArrowButtonInner {margin-top: -1px;}.tundra .dijitSpinnerButtonContainer {width: auto; padding: 0;}.tundra .dijitSpinner .dijitArrowButton {width: 15px;}.tundra .dijitSpinner .dijitSpinnerButtonInner {width: 15px;}.tundra .dijitSpinner .dijitArrowButtonInner .dijitInputField {padding: 0;} -------------------------------------------------------------------------------- /Butler/webapp/advanced/dijit/themes/tundra/form/Checkbox.css: -------------------------------------------------------------------------------- 1 | .tundra .dijitToggleButton .dijitCheckBoxIcon {background-image: url('../images/checkmarkNoBorder.png');}.dj_ie6 .tundra .dijitToggleButton .dijitCheckBoxIcon {background-image: url('../images/checkmarkNoBorder.gif');}.tundra .dijitCheckBox,.tundra .dijitCheckBoxIcon {background-image: url('../images/checkmark.png'); background-repeat: no-repeat; width: 16px; height: 16px; margin: 0 2px 0 0; padding: 0;}.dj_ie6 .tundra .dijitCheckBox,.dj_ie6 .tundra .dijitCheckBoxIcon {background-image: url('../images/checkmark.gif');}.tundra .dijitCheckBox,.tundra .dijitToggleButton .dijitCheckBoxIcon {background-position: -16px;}.tundra .dijitCheckBoxChecked,.tundra .dijitToggleButtonChecked .dijitCheckBoxIcon {background-position: 0;}.tundra .dijitCheckBoxDisabled {background-position: -48px;}.tundra .dijitCheckBoxCheckedDisabled {background-position: -32px;}.tundra .dijitCheckBoxHover {background-position: -80px;}.tundra .dijitCheckBoxCheckedHover {background-position: -64px;} -------------------------------------------------------------------------------- /Butler/webapp/advanced/dijit/themes/tundra/form/Common.css: -------------------------------------------------------------------------------- 1 | .tundra .dijitInputContainer input,.tundra .dijitTextBox {margin: 0 0.1em;}.tundra .dijitTextArea {padding: 3px;}.tundra .dijitTextBox {background:#fff url("../images/validationInputBg.png") repeat-x top left; #background:#fff url('../images/validationInputBg.gif') repeat-x top left; border:1px solid #b3b3b3;}.tundra .dijitComboBox .dijitButtonNode {padding: 0 0.2em;}.tundra .dijitTextBox .dijitButtonNode {border-color: #9b9b9b;}.tundra .dijitTextBoxFocused {border-color:#406b9b;}.tundra .dijitTextBoxFocused .dijitButtonNode {border-color:#366dba;}.tundra .dijitError {background-color:#f9f7ba; background-image:none;}.tundra .dijitErrorFocused {background-color:#f9f999; background-image:none;}.tundra .dijitValidationIcon {width: 16px; background: transparent url('../images/warning.png') no-repeat center center;}.tundra .dijitComboBoxHighlightMatch {background-color:#a5beda;}.tundra .dijitFocusedLabel {outline: 1px dotted #666666;} -------------------------------------------------------------------------------- /Butler/webapp/advanced/dijit/themes/tundra/form/RadioButton.css: -------------------------------------------------------------------------------- 1 | .tundra .dijitRadio, .tundra .dijitRadioIcon {background-image: url('../images/checkmark.png'); background-repeat: no-repeat; width: 16px; height: 16px; margin: 0; padding: 0;}.dj_ie6 .tundra .dijitRadio,.dj_ie6 .tundra .dijitRadioIcon {background-image: url('../images/checkmark.gif');}.tundra .dijitToggleButton .dijitRadioIcon {background-image: url('../images/checkmarkNoBorder.png');}.dj_ie6 .tundra .dijitToggleButton .dijitRadioIcon {background-image: url('../images/checkmarkNoBorder.gif');}.tundra .dijitRadio,.tundra .dijitRadioIcon {background-position: -112px;}.tundra .dijitRadioDisabled {background-position: -144px;}.tundra .dijitRadioHover {background-position: -176px;}.tundra .dijitRadioChecked,.tundra .dijitRadioCheckedHover,.tundra .dijitToggleButtonChecked .dijitRadioIcon {background-position: -96px;}.tundra .dijitRadioCheckedDisabled {background-position: -128px;} -------------------------------------------------------------------------------- /Butler/webapp/advanced/dijit/themes/tundra/form/Select.css: -------------------------------------------------------------------------------- 1 | .tundra .dijitSelect .dijitButtonNode {padding: 0;}.tundra .dijitSelect .dijitButtonNode .dijitArrowButtonInner {margin: 0 4px 0 5px;}.tundra .dijitSelect .dijitButtonContents {padding-top: 1px; background:#fff url("../images/validationInputBg.png") repeat-x top left; #background:#fff url('../images/validationInputBg.gif') repeat-x top left;}.tundra .dijitSelectHover .dijitButtonContents,.tundra .dijitSelectActive .dijitButtonContents,.tundra .dijitSelectOpened .dijitButtonContents,.tundra .dijitSelectDisabled .dijitButtonContents,.tundra .dijitSelectReadOnly .dijitButtonContents{background: transparent none;}.dj_ie .tundra .dijitSelect .dijitButtonContents {padding-top: 0;}.tundra .dijitSelectDisabled .dijitButtonNode {border-color: #d5d5d5 #bdbdbd #bdbdbd #d5d5d5; background:#e4e4e4 url("../images/buttonDisabled.png") top repeat-x;}.dj_ie .tundra .dijitSelectDisabled .dijitButtonNode * {filter: gray() alpha(opacity=50);}.tundra .dijitSelectHover .dijitButtonNode {border-color:#a5beda; border-bottom-color:#5c7590; border-right-color:#5c7590; color:#243C5F; background:#fcfdff url("../images/buttonHover.png") repeat-x bottom;}.tundra .dijitSelectActive .dijitButtonNode,.tundra .dijitSelectOpened .dijitButtonNode {border-color:#366dba; background: #ededed url("../images/buttonActive.png") bottom repeat-x;}.tundra .dijitSelectMenu td {padding: 0;}.tundra .dijitSelectMenu .dijitMenuItemLabel,.tundra .dijitSelectMenu .dijitMenuArrowCell {padding: 0.1em 0.2em;} -------------------------------------------------------------------------------- /Butler/webapp/advanced/dijit/themes/tundra/form/Slider.css: -------------------------------------------------------------------------------- 1 | .tundra .dijitSliderProgressBarH {border-color: #aab0bb; background: #c0c2c5 url("../images/sliderFull.png") repeat-x top left;}.tundra .dijitSliderProgressBarV {border-color: #aab0bb; background: #c0c2c5 url("../images/sliderFullVertical.png") repeat-y bottom left;}.tundra .dijitSliderFocused .dijitSliderProgressBarH,.tundra .dijitSliderFocused .dijitSliderLeftBumper {background-image:url("../images/sliderFullFocus.png");}.tundra .dijitSliderFocused .dijitSliderProgressBarV,.tundra .dijitSliderFocused .dijitSliderBottomBumper {background-image:url("../images/sliderFullVerticalFocus.png");}.tundra .dijitSliderRemainingBarV {border-color: #b4b4b4; background: #dcdcdc url("../images/sliderEmptyVertical.png") repeat-y bottom left;}.tundra .dijitSliderRemainingBarH {border-color: #b4b4b4; background: #dcdcdc url("../images/sliderEmpty.png") repeat-x top left;}.tundra .dijitSliderBar {border-style: solid; outline:1px;}.tundra .dijitSliderFocused .dijitSliderBar {border-color:#888;}.tundra .dijitSliderImageHandleH {border:0; width:16px; height:16px; background:url("../images/preciseSliderThumb.png") no-repeat center top;}.tundra .dijitSliderFocused .dijitSliderImageHandleH {background-image:url("../images/preciseSliderThumbFocus.png"); #background-image:url("../images/preciseSliderThumbFocus.gif");}.dj_ie6 .tundra .dijitSliderImageHandleH {background-image:url("../images/preciseSliderThumb.gif");}.tundra .dijitSliderLeftBumper {border-left-width: 1px; border-color: #aab0bb; background: #c0c2c5 url("../images/sliderFull.png") repeat-x top left;}.tundra .dijitSliderRightBumper {background: #dcdcdc url("../images/sliderEmpty.png") repeat-x top left; border-color: #b4b4b4; border-right-width: 1px;}.tundra .dijitSliderImageHandleV {border:0; width:16px; height:16px; background:url("../images/sliderThumb.png") no-repeat center center;}.tundra .dijitSliderFocused .dijitSliderImageHandleV {background-image:url("../images/sliderThumbFocus.png");}.dj_ie6 .tundra .dijitSliderFocused .dijitSliderImageHandleV {background-image:url("../images/sliderThumbFocus.gif");}.tundra .dijitSliderBottomBumper {border-bottom-width: 1px; border-color: #aab0bb; background: #c0c2c5 url("../images/sliderFullVertical.png") repeat-y bottom left;}.tundra .dijitSliderTopBumper {background: #dcdcdc url("../images/sliderEmptyVertical.png") repeat-y top left; border-color: #b4b4b4; border-top-width: 1px;}.tundra .dijitSliderDecrementIconH,.tundra .dijitSliderDecrementIconV,.tundra .dijitSliderIncrementIconH,.tundra .dijitSliderIncrementIconV {background-image: url('../images/spriteArrows.png'); background-repeat: no-repeat; margin: 5px; height: 7px; width: 7px; font-size: 1px;}.dj_ie6 .tundra .dijitSliderDecrementIconH,.dj_ie6 .tundra .dijitSliderDecrementIconV,.dj_ie6 .tundra .dijitSliderIncrementIconH,.dj_ie6 .tundra .dijitSliderIncrementIconV {background-image: url('../images/spriteArrows.gif');}.tundra .dijitSliderDecrementIconH {background-position: -7px 0;}.tundra .dijitSliderIncrementIconH {background-position: -14px 0;}.tundra .dijitSliderDecrementIconV {background-position: 0 0;}.tundra .dijitSliderIncrementIconV {background-position: -21px 0;}.tundra .dijitSliderButtonInner {visibility:hidden;}.tundra .dijitSliderReadOnly *,.tundra .dijitSliderDisabled * {border-color: #d5d5d5 #bdbdbd #bdbdbd #d5d5d5; color: #bdbdbd;}.tundra .dijitSliderReadOnly .dijitSliderDecrementIconH,.tundra .dijitSliderDisabled .dijitSliderDecrementIconH {background-position: -35px 0;}.tundra .dijitSliderReadOnly .dijitSliderIncrementIconH,.tundra .dijitSliderDisabled .dijitSliderIncrementIconH {background-position: -42px 0;}.tundra .dijitSliderReadOnly .dijitSliderDecrementIconV,.tundra .dijitSliderDisabled .dijitSliderDecrementIconV {background-position: -28px 0;}.tundra .dijitSliderReadOnly .dijitSliderIncrementIconV,.tundra .dijitSliderDisabled .dijitSliderIncrementIconV {background-position: -49px 0;} -------------------------------------------------------------------------------- /Butler/webapp/advanced/dijit/themes/tundra/form/Slider_rtl.css: -------------------------------------------------------------------------------- 1 | .tundra .dijitSliderRtl .dijitSliderProgressBarH,.tundra .dijitSliderRtl .dijitSliderRemainingBarH,.tundra .dijitSliderRtl .dijitSliderLeftBumper,.tundra .dijitSliderRtl .dijitSliderRightBumper,.tundra .dijitSliderRtl .dijitSliderTopBumper {background-position: top right;}.tundra .dijitSliderRtl .dijitSliderProgressBarV,.tundra .dijitSliderRtl .dijitSliderRemainingBarV,.tundra .dijitSliderRtl .dijitSliderBottomBumper {background-position: bottom right;}.tundra .dijitSliderRtl .dijitSliderLeftBumper {border-left-width: 0; border-right-width: 1px;}.tundra .dijitSliderRtl .dijitSliderRightBumper {border-left-width: 1px; border-right-width: 0;}.tundra .dijitSliderRtl .dijitSliderIncrementIconH {background-position: -7px 0;}.tundra .dijitSliderRtl .dijitSliderDecrementIconH {background-position: -14px 0;} -------------------------------------------------------------------------------- /Butler/webapp/advanced/dijit/themes/tundra/images/accordionItemActive.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dewiweb/ALSA-RAVENNA-AES67-Driver/3c4fe34ca113870091038db4a43c6390336b6376/Butler/webapp/advanced/dijit/themes/tundra/images/accordionItemActive.gif -------------------------------------------------------------------------------- /Butler/webapp/advanced/dijit/themes/tundra/images/accordionItemHover.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dewiweb/ALSA-RAVENNA-AES67-Driver/3c4fe34ca113870091038db4a43c6390336b6376/Butler/webapp/advanced/dijit/themes/tundra/images/accordionItemHover.gif -------------------------------------------------------------------------------- /Butler/webapp/advanced/dijit/themes/tundra/images/buttonActive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dewiweb/ALSA-RAVENNA-AES67-Driver/3c4fe34ca113870091038db4a43c6390336b6376/Butler/webapp/advanced/dijit/themes/tundra/images/buttonActive.png -------------------------------------------------------------------------------- /Butler/webapp/advanced/dijit/themes/tundra/images/buttonDisabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dewiweb/ALSA-RAVENNA-AES67-Driver/3c4fe34ca113870091038db4a43c6390336b6376/Butler/webapp/advanced/dijit/themes/tundra/images/buttonDisabled.png -------------------------------------------------------------------------------- /Butler/webapp/advanced/dijit/themes/tundra/images/buttonEnabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dewiweb/ALSA-RAVENNA-AES67-Driver/3c4fe34ca113870091038db4a43c6390336b6376/Butler/webapp/advanced/dijit/themes/tundra/images/buttonEnabled.png -------------------------------------------------------------------------------- /Butler/webapp/advanced/dijit/themes/tundra/images/buttonHover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dewiweb/ALSA-RAVENNA-AES67-Driver/3c4fe34ca113870091038db4a43c6390336b6376/Butler/webapp/advanced/dijit/themes/tundra/images/buttonHover.png -------------------------------------------------------------------------------- /Butler/webapp/advanced/dijit/themes/tundra/images/calendarDayLabel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dewiweb/ALSA-RAVENNA-AES67-Driver/3c4fe34ca113870091038db4a43c6390336b6376/Butler/webapp/advanced/dijit/themes/tundra/images/calendarDayLabel.png -------------------------------------------------------------------------------- /Butler/webapp/advanced/dijit/themes/tundra/images/calendarMonthLabel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dewiweb/ALSA-RAVENNA-AES67-Driver/3c4fe34ca113870091038db4a43c6390336b6376/Butler/webapp/advanced/dijit/themes/tundra/images/calendarMonthLabel.png -------------------------------------------------------------------------------- /Butler/webapp/advanced/dijit/themes/tundra/images/calendarYearLabel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dewiweb/ALSA-RAVENNA-AES67-Driver/3c4fe34ca113870091038db4a43c6390336b6376/Butler/webapp/advanced/dijit/themes/tundra/images/calendarYearLabel.png -------------------------------------------------------------------------------- /Butler/webapp/advanced/dijit/themes/tundra/images/checkmark.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dewiweb/ALSA-RAVENNA-AES67-Driver/3c4fe34ca113870091038db4a43c6390336b6376/Butler/webapp/advanced/dijit/themes/tundra/images/checkmark.gif -------------------------------------------------------------------------------- /Butler/webapp/advanced/dijit/themes/tundra/images/checkmark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dewiweb/ALSA-RAVENNA-AES67-Driver/3c4fe34ca113870091038db4a43c6390336b6376/Butler/webapp/advanced/dijit/themes/tundra/images/checkmark.png -------------------------------------------------------------------------------- /Butler/webapp/advanced/dijit/themes/tundra/images/checkmarkNoBorder.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dewiweb/ALSA-RAVENNA-AES67-Driver/3c4fe34ca113870091038db4a43c6390336b6376/Butler/webapp/advanced/dijit/themes/tundra/images/checkmarkNoBorder.gif -------------------------------------------------------------------------------- /Butler/webapp/advanced/dijit/themes/tundra/images/checkmarkNoBorder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dewiweb/ALSA-RAVENNA-AES67-Driver/3c4fe34ca113870091038db4a43c6390336b6376/Butler/webapp/advanced/dijit/themes/tundra/images/checkmarkNoBorder.png -------------------------------------------------------------------------------- /Butler/webapp/advanced/dijit/themes/tundra/images/circleIcon.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dewiweb/ALSA-RAVENNA-AES67-Driver/3c4fe34ca113870091038db4a43c6390336b6376/Butler/webapp/advanced/dijit/themes/tundra/images/circleIcon.gif -------------------------------------------------------------------------------- /Butler/webapp/advanced/dijit/themes/tundra/images/circleIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dewiweb/ALSA-RAVENNA-AES67-Driver/3c4fe34ca113870091038db4a43c6390336b6376/Butler/webapp/advanced/dijit/themes/tundra/images/circleIcon.png -------------------------------------------------------------------------------- /Butler/webapp/advanced/dijit/themes/tundra/images/comboArrowDown.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dewiweb/ALSA-RAVENNA-AES67-Driver/3c4fe34ca113870091038db4a43c6390336b6376/Butler/webapp/advanced/dijit/themes/tundra/images/comboArrowDown.gif -------------------------------------------------------------------------------- /Butler/webapp/advanced/dijit/themes/tundra/images/dijitProgressBarAnim.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dewiweb/ALSA-RAVENNA-AES67-Driver/3c4fe34ca113870091038db4a43c6390336b6376/Butler/webapp/advanced/dijit/themes/tundra/images/dijitProgressBarAnim.gif -------------------------------------------------------------------------------- /Butler/webapp/advanced/dijit/themes/tundra/images/dijitProgressBarAnim.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dewiweb/ALSA-RAVENNA-AES67-Driver/3c4fe34ca113870091038db4a43c6390336b6376/Butler/webapp/advanced/dijit/themes/tundra/images/dijitProgressBarAnim.psd -------------------------------------------------------------------------------- /Butler/webapp/advanced/dijit/themes/tundra/images/dndCopy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dewiweb/ALSA-RAVENNA-AES67-Driver/3c4fe34ca113870091038db4a43c6390336b6376/Butler/webapp/advanced/dijit/themes/tundra/images/dndCopy.png -------------------------------------------------------------------------------- /Butler/webapp/advanced/dijit/themes/tundra/images/dndMove.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dewiweb/ALSA-RAVENNA-AES67-Driver/3c4fe34ca113870091038db4a43c6390336b6376/Butler/webapp/advanced/dijit/themes/tundra/images/dndMove.png -------------------------------------------------------------------------------- /Butler/webapp/advanced/dijit/themes/tundra/images/dndNoCopy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dewiweb/ALSA-RAVENNA-AES67-Driver/3c4fe34ca113870091038db4a43c6390336b6376/Butler/webapp/advanced/dijit/themes/tundra/images/dndNoCopy.png -------------------------------------------------------------------------------- /Butler/webapp/advanced/dijit/themes/tundra/images/dndNoMove.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dewiweb/ALSA-RAVENNA-AES67-Driver/3c4fe34ca113870091038db4a43c6390336b6376/Butler/webapp/advanced/dijit/themes/tundra/images/dndNoMove.png -------------------------------------------------------------------------------- /Butler/webapp/advanced/dijit/themes/tundra/images/dojoTundraGradientBg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dewiweb/ALSA-RAVENNA-AES67-Driver/3c4fe34ca113870091038db4a43c6390336b6376/Butler/webapp/advanced/dijit/themes/tundra/images/dojoTundraGradientBg.gif -------------------------------------------------------------------------------- /Butler/webapp/advanced/dijit/themes/tundra/images/dojoTundraGradientBg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dewiweb/ALSA-RAVENNA-AES67-Driver/3c4fe34ca113870091038db4a43c6390336b6376/Butler/webapp/advanced/dijit/themes/tundra/images/dojoTundraGradientBg.png -------------------------------------------------------------------------------- /Butler/webapp/advanced/dijit/themes/tundra/images/doubleArrowDown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dewiweb/ALSA-RAVENNA-AES67-Driver/3c4fe34ca113870091038db4a43c6390336b6376/Butler/webapp/advanced/dijit/themes/tundra/images/doubleArrowDown.png -------------------------------------------------------------------------------- /Butler/webapp/advanced/dijit/themes/tundra/images/doubleArrowUp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dewiweb/ALSA-RAVENNA-AES67-Driver/3c4fe34ca113870091038db4a43c6390336b6376/Butler/webapp/advanced/dijit/themes/tundra/images/doubleArrowUp.png -------------------------------------------------------------------------------- /Butler/webapp/advanced/dijit/themes/tundra/images/folderClosed.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dewiweb/ALSA-RAVENNA-AES67-Driver/3c4fe34ca113870091038db4a43c6390336b6376/Butler/webapp/advanced/dijit/themes/tundra/images/folderClosed.gif -------------------------------------------------------------------------------- /Butler/webapp/advanced/dijit/themes/tundra/images/folderOpened.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dewiweb/ALSA-RAVENNA-AES67-Driver/3c4fe34ca113870091038db4a43c6390336b6376/Butler/webapp/advanced/dijit/themes/tundra/images/folderOpened.gif -------------------------------------------------------------------------------- /Butler/webapp/advanced/dijit/themes/tundra/images/i.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dewiweb/ALSA-RAVENNA-AES67-Driver/3c4fe34ca113870091038db4a43c6390336b6376/Butler/webapp/advanced/dijit/themes/tundra/images/i.gif -------------------------------------------------------------------------------- /Butler/webapp/advanced/dijit/themes/tundra/images/i_half.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dewiweb/ALSA-RAVENNA-AES67-Driver/3c4fe34ca113870091038db4a43c6390336b6376/Butler/webapp/advanced/dijit/themes/tundra/images/i_half.gif -------------------------------------------------------------------------------- /Butler/webapp/advanced/dijit/themes/tundra/images/i_half_rtl.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dewiweb/ALSA-RAVENNA-AES67-Driver/3c4fe34ca113870091038db4a43c6390336b6376/Butler/webapp/advanced/dijit/themes/tundra/images/i_half_rtl.gif -------------------------------------------------------------------------------- /Butler/webapp/advanced/dijit/themes/tundra/images/i_rtl.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dewiweb/ALSA-RAVENNA-AES67-Driver/3c4fe34ca113870091038db4a43c6390336b6376/Butler/webapp/advanced/dijit/themes/tundra/images/i_rtl.gif -------------------------------------------------------------------------------- /Butler/webapp/advanced/dijit/themes/tundra/images/leaf.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dewiweb/ALSA-RAVENNA-AES67-Driver/3c4fe34ca113870091038db4a43c6390336b6376/Butler/webapp/advanced/dijit/themes/tundra/images/leaf.gif -------------------------------------------------------------------------------- /Butler/webapp/advanced/dijit/themes/tundra/images/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dewiweb/ALSA-RAVENNA-AES67-Driver/3c4fe34ca113870091038db4a43c6390336b6376/Butler/webapp/advanced/dijit/themes/tundra/images/loading.gif -------------------------------------------------------------------------------- /Butler/webapp/advanced/dijit/themes/tundra/images/menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dewiweb/ALSA-RAVENNA-AES67-Driver/3c4fe34ca113870091038db4a43c6390336b6376/Butler/webapp/advanced/dijit/themes/tundra/images/menu.png -------------------------------------------------------------------------------- /Butler/webapp/advanced/dijit/themes/tundra/images/minusButton.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dewiweb/ALSA-RAVENNA-AES67-Driver/3c4fe34ca113870091038db4a43c6390336b6376/Butler/webapp/advanced/dijit/themes/tundra/images/minusButton.gif -------------------------------------------------------------------------------- /Butler/webapp/advanced/dijit/themes/tundra/images/no.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dewiweb/ALSA-RAVENNA-AES67-Driver/3c4fe34ca113870091038db4a43c6390336b6376/Butler/webapp/advanced/dijit/themes/tundra/images/no.gif -------------------------------------------------------------------------------- /Butler/webapp/advanced/dijit/themes/tundra/images/noX.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dewiweb/ALSA-RAVENNA-AES67-Driver/3c4fe34ca113870091038db4a43c6390336b6376/Butler/webapp/advanced/dijit/themes/tundra/images/noX.gif -------------------------------------------------------------------------------- /Butler/webapp/advanced/dijit/themes/tundra/images/plusButton.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dewiweb/ALSA-RAVENNA-AES67-Driver/3c4fe34ca113870091038db4a43c6390336b6376/Butler/webapp/advanced/dijit/themes/tundra/images/plusButton.gif -------------------------------------------------------------------------------- /Butler/webapp/advanced/dijit/themes/tundra/images/popupMenuBg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dewiweb/ALSA-RAVENNA-AES67-Driver/3c4fe34ca113870091038db4a43c6390336b6376/Butler/webapp/advanced/dijit/themes/tundra/images/popupMenuBg.gif -------------------------------------------------------------------------------- /Butler/webapp/advanced/dijit/themes/tundra/images/preciseSliderThumb.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dewiweb/ALSA-RAVENNA-AES67-Driver/3c4fe34ca113870091038db4a43c6390336b6376/Butler/webapp/advanced/dijit/themes/tundra/images/preciseSliderThumb.gif -------------------------------------------------------------------------------- /Butler/webapp/advanced/dijit/themes/tundra/images/preciseSliderThumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dewiweb/ALSA-RAVENNA-AES67-Driver/3c4fe34ca113870091038db4a43c6390336b6376/Butler/webapp/advanced/dijit/themes/tundra/images/preciseSliderThumb.png -------------------------------------------------------------------------------- /Butler/webapp/advanced/dijit/themes/tundra/images/preciseSliderThumbFocus.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dewiweb/ALSA-RAVENNA-AES67-Driver/3c4fe34ca113870091038db4a43c6390336b6376/Butler/webapp/advanced/dijit/themes/tundra/images/preciseSliderThumbFocus.gif -------------------------------------------------------------------------------- /Butler/webapp/advanced/dijit/themes/tundra/images/preciseSliderThumbFocus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dewiweb/ALSA-RAVENNA-AES67-Driver/3c4fe34ca113870091038db4a43c6390336b6376/Butler/webapp/advanced/dijit/themes/tundra/images/preciseSliderThumbFocus.png -------------------------------------------------------------------------------- /Butler/webapp/advanced/dijit/themes/tundra/images/progressBarAnim-1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dewiweb/ALSA-RAVENNA-AES67-Driver/3c4fe34ca113870091038db4a43c6390336b6376/Butler/webapp/advanced/dijit/themes/tundra/images/progressBarAnim-1.png -------------------------------------------------------------------------------- /Butler/webapp/advanced/dijit/themes/tundra/images/progressBarAnim-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dewiweb/ALSA-RAVENNA-AES67-Driver/3c4fe34ca113870091038db4a43c6390336b6376/Butler/webapp/advanced/dijit/themes/tundra/images/progressBarAnim-2.png -------------------------------------------------------------------------------- /Butler/webapp/advanced/dijit/themes/tundra/images/progressBarAnim-3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dewiweb/ALSA-RAVENNA-AES67-Driver/3c4fe34ca113870091038db4a43c6390336b6376/Butler/webapp/advanced/dijit/themes/tundra/images/progressBarAnim-3.png -------------------------------------------------------------------------------- /Butler/webapp/advanced/dijit/themes/tundra/images/progressBarAnim-4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dewiweb/ALSA-RAVENNA-AES67-Driver/3c4fe34ca113870091038db4a43c6390336b6376/Butler/webapp/advanced/dijit/themes/tundra/images/progressBarAnim-4.png -------------------------------------------------------------------------------- /Butler/webapp/advanced/dijit/themes/tundra/images/progressBarAnim-5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dewiweb/ALSA-RAVENNA-AES67-Driver/3c4fe34ca113870091038db4a43c6390336b6376/Butler/webapp/advanced/dijit/themes/tundra/images/progressBarAnim-5.png -------------------------------------------------------------------------------- /Butler/webapp/advanced/dijit/themes/tundra/images/progressBarAnim-6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dewiweb/ALSA-RAVENNA-AES67-Driver/3c4fe34ca113870091038db4a43c6390336b6376/Butler/webapp/advanced/dijit/themes/tundra/images/progressBarAnim-6.png -------------------------------------------------------------------------------- /Butler/webapp/advanced/dijit/themes/tundra/images/progressBarAnim-7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dewiweb/ALSA-RAVENNA-AES67-Driver/3c4fe34ca113870091038db4a43c6390336b6376/Butler/webapp/advanced/dijit/themes/tundra/images/progressBarAnim-7.png -------------------------------------------------------------------------------- /Butler/webapp/advanced/dijit/themes/tundra/images/progressBarAnim-8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dewiweb/ALSA-RAVENNA-AES67-Driver/3c4fe34ca113870091038db4a43c6390336b6376/Butler/webapp/advanced/dijit/themes/tundra/images/progressBarAnim-8.png -------------------------------------------------------------------------------- /Butler/webapp/advanced/dijit/themes/tundra/images/progressBarAnim-9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dewiweb/ALSA-RAVENNA-AES67-Driver/3c4fe34ca113870091038db4a43c6390336b6376/Butler/webapp/advanced/dijit/themes/tundra/images/progressBarAnim-9.png -------------------------------------------------------------------------------- /Butler/webapp/advanced/dijit/themes/tundra/images/progressBarAnim.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dewiweb/ALSA-RAVENNA-AES67-Driver/3c4fe34ca113870091038db4a43c6390336b6376/Butler/webapp/advanced/dijit/themes/tundra/images/progressBarAnim.gif -------------------------------------------------------------------------------- /Butler/webapp/advanced/dijit/themes/tundra/images/progressBarAnim.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dewiweb/ALSA-RAVENNA-AES67-Driver/3c4fe34ca113870091038db4a43c6390336b6376/Butler/webapp/advanced/dijit/themes/tundra/images/progressBarAnim.psd -------------------------------------------------------------------------------- /Butler/webapp/advanced/dijit/themes/tundra/images/progressBarEmpty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dewiweb/ALSA-RAVENNA-AES67-Driver/3c4fe34ca113870091038db4a43c6390336b6376/Butler/webapp/advanced/dijit/themes/tundra/images/progressBarEmpty.png -------------------------------------------------------------------------------- /Butler/webapp/advanced/dijit/themes/tundra/images/progressBarFull.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dewiweb/ALSA-RAVENNA-AES67-Driver/3c4fe34ca113870091038db4a43c6390336b6376/Butler/webapp/advanced/dijit/themes/tundra/images/progressBarFull.png -------------------------------------------------------------------------------- /Butler/webapp/advanced/dijit/themes/tundra/images/radioButtonActive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dewiweb/ALSA-RAVENNA-AES67-Driver/3c4fe34ca113870091038db4a43c6390336b6376/Butler/webapp/advanced/dijit/themes/tundra/images/radioButtonActive.png -------------------------------------------------------------------------------- /Butler/webapp/advanced/dijit/themes/tundra/images/radioButtonActiveDisabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dewiweb/ALSA-RAVENNA-AES67-Driver/3c4fe34ca113870091038db4a43c6390336b6376/Butler/webapp/advanced/dijit/themes/tundra/images/radioButtonActiveDisabled.png -------------------------------------------------------------------------------- /Butler/webapp/advanced/dijit/themes/tundra/images/radioButtonActiveHover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dewiweb/ALSA-RAVENNA-AES67-Driver/3c4fe34ca113870091038db4a43c6390336b6376/Butler/webapp/advanced/dijit/themes/tundra/images/radioButtonActiveHover.png -------------------------------------------------------------------------------- /Butler/webapp/advanced/dijit/themes/tundra/images/radioButtonDisabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dewiweb/ALSA-RAVENNA-AES67-Driver/3c4fe34ca113870091038db4a43c6390336b6376/Butler/webapp/advanced/dijit/themes/tundra/images/radioButtonDisabled.png -------------------------------------------------------------------------------- /Butler/webapp/advanced/dijit/themes/tundra/images/radioButtonEnabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dewiweb/ALSA-RAVENNA-AES67-Driver/3c4fe34ca113870091038db4a43c6390336b6376/Butler/webapp/advanced/dijit/themes/tundra/images/radioButtonEnabled.png -------------------------------------------------------------------------------- /Butler/webapp/advanced/dijit/themes/tundra/images/radioButtonHover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dewiweb/ALSA-RAVENNA-AES67-Driver/3c4fe34ca113870091038db4a43c6390336b6376/Butler/webapp/advanced/dijit/themes/tundra/images/radioButtonHover.png -------------------------------------------------------------------------------- /Butler/webapp/advanced/dijit/themes/tundra/images/sliderEmpty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dewiweb/ALSA-RAVENNA-AES67-Driver/3c4fe34ca113870091038db4a43c6390336b6376/Butler/webapp/advanced/dijit/themes/tundra/images/sliderEmpty.png -------------------------------------------------------------------------------- /Butler/webapp/advanced/dijit/themes/tundra/images/sliderEmptyVertical.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dewiweb/ALSA-RAVENNA-AES67-Driver/3c4fe34ca113870091038db4a43c6390336b6376/Butler/webapp/advanced/dijit/themes/tundra/images/sliderEmptyVertical.png -------------------------------------------------------------------------------- /Butler/webapp/advanced/dijit/themes/tundra/images/sliderFull.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dewiweb/ALSA-RAVENNA-AES67-Driver/3c4fe34ca113870091038db4a43c6390336b6376/Butler/webapp/advanced/dijit/themes/tundra/images/sliderFull.png -------------------------------------------------------------------------------- /Butler/webapp/advanced/dijit/themes/tundra/images/sliderFullFocus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dewiweb/ALSA-RAVENNA-AES67-Driver/3c4fe34ca113870091038db4a43c6390336b6376/Butler/webapp/advanced/dijit/themes/tundra/images/sliderFullFocus.png -------------------------------------------------------------------------------- /Butler/webapp/advanced/dijit/themes/tundra/images/sliderFullVertical.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dewiweb/ALSA-RAVENNA-AES67-Driver/3c4fe34ca113870091038db4a43c6390336b6376/Butler/webapp/advanced/dijit/themes/tundra/images/sliderFullVertical.png -------------------------------------------------------------------------------- /Butler/webapp/advanced/dijit/themes/tundra/images/sliderFullVerticalFocus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dewiweb/ALSA-RAVENNA-AES67-Driver/3c4fe34ca113870091038db4a43c6390336b6376/Butler/webapp/advanced/dijit/themes/tundra/images/sliderFullVerticalFocus.png -------------------------------------------------------------------------------- /Butler/webapp/advanced/dijit/themes/tundra/images/sliderThumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dewiweb/ALSA-RAVENNA-AES67-Driver/3c4fe34ca113870091038db4a43c6390336b6376/Butler/webapp/advanced/dijit/themes/tundra/images/sliderThumb.png -------------------------------------------------------------------------------- /Butler/webapp/advanced/dijit/themes/tundra/images/sliderThumbFocus.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dewiweb/ALSA-RAVENNA-AES67-Driver/3c4fe34ca113870091038db4a43c6390336b6376/Butler/webapp/advanced/dijit/themes/tundra/images/sliderThumbFocus.gif -------------------------------------------------------------------------------- /Butler/webapp/advanced/dijit/themes/tundra/images/sliderThumbFocus.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dewiweb/ALSA-RAVENNA-AES67-Driver/3c4fe34ca113870091038db4a43c6390336b6376/Butler/webapp/advanced/dijit/themes/tundra/images/sliderThumbFocus.png -------------------------------------------------------------------------------- /Butler/webapp/advanced/dijit/themes/tundra/images/smallArrowDown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dewiweb/ALSA-RAVENNA-AES67-Driver/3c4fe34ca113870091038db4a43c6390336b6376/Butler/webapp/advanced/dijit/themes/tundra/images/smallArrowDown.png -------------------------------------------------------------------------------- /Butler/webapp/advanced/dijit/themes/tundra/images/smallArrowUp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dewiweb/ALSA-RAVENNA-AES67-Driver/3c4fe34ca113870091038db4a43c6390336b6376/Butler/webapp/advanced/dijit/themes/tundra/images/smallArrowUp.png -------------------------------------------------------------------------------- /Butler/webapp/advanced/dijit/themes/tundra/images/splitContainerSizerH-thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dewiweb/ALSA-RAVENNA-AES67-Driver/3c4fe34ca113870091038db4a43c6390336b6376/Butler/webapp/advanced/dijit/themes/tundra/images/splitContainerSizerH-thumb.png -------------------------------------------------------------------------------- /Butler/webapp/advanced/dijit/themes/tundra/images/splitContainerSizerH.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dewiweb/ALSA-RAVENNA-AES67-Driver/3c4fe34ca113870091038db4a43c6390336b6376/Butler/webapp/advanced/dijit/themes/tundra/images/splitContainerSizerH.png -------------------------------------------------------------------------------- /Butler/webapp/advanced/dijit/themes/tundra/images/splitContainerSizerV-thumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dewiweb/ALSA-RAVENNA-AES67-Driver/3c4fe34ca113870091038db4a43c6390336b6376/Butler/webapp/advanced/dijit/themes/tundra/images/splitContainerSizerV-thumb.png -------------------------------------------------------------------------------- /Butler/webapp/advanced/dijit/themes/tundra/images/splitContainerSizerV.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dewiweb/ALSA-RAVENNA-AES67-Driver/3c4fe34ca113870091038db4a43c6390336b6376/Butler/webapp/advanced/dijit/themes/tundra/images/splitContainerSizerV.png -------------------------------------------------------------------------------- /Butler/webapp/advanced/dijit/themes/tundra/images/spriteArrows.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dewiweb/ALSA-RAVENNA-AES67-Driver/3c4fe34ca113870091038db4a43c6390336b6376/Butler/webapp/advanced/dijit/themes/tundra/images/spriteArrows.gif -------------------------------------------------------------------------------- /Butler/webapp/advanced/dijit/themes/tundra/images/spriteArrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dewiweb/ALSA-RAVENNA-AES67-Driver/3c4fe34ca113870091038db4a43c6390336b6376/Butler/webapp/advanced/dijit/themes/tundra/images/spriteArrows.png -------------------------------------------------------------------------------- /Butler/webapp/advanced/dijit/themes/tundra/images/spriteRoundedIconsSmall.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dewiweb/ALSA-RAVENNA-AES67-Driver/3c4fe34ca113870091038db4a43c6390336b6376/Butler/webapp/advanced/dijit/themes/tundra/images/spriteRoundedIconsSmall.gif -------------------------------------------------------------------------------- /Butler/webapp/advanced/dijit/themes/tundra/images/spriteRoundedIconsSmall.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dewiweb/ALSA-RAVENNA-AES67-Driver/3c4fe34ca113870091038db4a43c6390336b6376/Butler/webapp/advanced/dijit/themes/tundra/images/spriteRoundedIconsSmall.png -------------------------------------------------------------------------------- /Butler/webapp/advanced/dijit/themes/tundra/images/tabActive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dewiweb/ALSA-RAVENNA-AES67-Driver/3c4fe34ca113870091038db4a43c6390336b6376/Butler/webapp/advanced/dijit/themes/tundra/images/tabActive.png -------------------------------------------------------------------------------- /Butler/webapp/advanced/dijit/themes/tundra/images/tabClose.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dewiweb/ALSA-RAVENNA-AES67-Driver/3c4fe34ca113870091038db4a43c6390336b6376/Butler/webapp/advanced/dijit/themes/tundra/images/tabClose.gif -------------------------------------------------------------------------------- /Butler/webapp/advanced/dijit/themes/tundra/images/tabClose.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dewiweb/ALSA-RAVENNA-AES67-Driver/3c4fe34ca113870091038db4a43c6390336b6376/Butler/webapp/advanced/dijit/themes/tundra/images/tabClose.png -------------------------------------------------------------------------------- /Butler/webapp/advanced/dijit/themes/tundra/images/tabCloseHover.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dewiweb/ALSA-RAVENNA-AES67-Driver/3c4fe34ca113870091038db4a43c6390336b6376/Butler/webapp/advanced/dijit/themes/tundra/images/tabCloseHover.gif -------------------------------------------------------------------------------- /Butler/webapp/advanced/dijit/themes/tundra/images/tabCloseHover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dewiweb/ALSA-RAVENNA-AES67-Driver/3c4fe34ca113870091038db4a43c6390336b6376/Butler/webapp/advanced/dijit/themes/tundra/images/tabCloseHover.png -------------------------------------------------------------------------------- /Butler/webapp/advanced/dijit/themes/tundra/images/tabDisabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dewiweb/ALSA-RAVENNA-AES67-Driver/3c4fe34ca113870091038db4a43c6390336b6376/Butler/webapp/advanced/dijit/themes/tundra/images/tabDisabled.png -------------------------------------------------------------------------------- /Butler/webapp/advanced/dijit/themes/tundra/images/tabEnabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dewiweb/ALSA-RAVENNA-AES67-Driver/3c4fe34ca113870091038db4a43c6390336b6376/Butler/webapp/advanced/dijit/themes/tundra/images/tabEnabled.png -------------------------------------------------------------------------------- /Butler/webapp/advanced/dijit/themes/tundra/images/tabHover.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dewiweb/ALSA-RAVENNA-AES67-Driver/3c4fe34ca113870091038db4a43c6390336b6376/Butler/webapp/advanced/dijit/themes/tundra/images/tabHover.gif -------------------------------------------------------------------------------- /Butler/webapp/advanced/dijit/themes/tundra/images/tabHover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dewiweb/ALSA-RAVENNA-AES67-Driver/3c4fe34ca113870091038db4a43c6390336b6376/Butler/webapp/advanced/dijit/themes/tundra/images/tabHover.png -------------------------------------------------------------------------------- /Butler/webapp/advanced/dijit/themes/tundra/images/titleBar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dewiweb/ALSA-RAVENNA-AES67-Driver/3c4fe34ca113870091038db4a43c6390336b6376/Butler/webapp/advanced/dijit/themes/tundra/images/titleBar.png -------------------------------------------------------------------------------- /Butler/webapp/advanced/dijit/themes/tundra/images/titleBarBg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dewiweb/ALSA-RAVENNA-AES67-Driver/3c4fe34ca113870091038db4a43c6390336b6376/Butler/webapp/advanced/dijit/themes/tundra/images/titleBarBg.gif -------------------------------------------------------------------------------- /Butler/webapp/advanced/dijit/themes/tundra/images/tooltipConnectorDown.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dewiweb/ALSA-RAVENNA-AES67-Driver/3c4fe34ca113870091038db4a43c6390336b6376/Butler/webapp/advanced/dijit/themes/tundra/images/tooltipConnectorDown.gif -------------------------------------------------------------------------------- /Butler/webapp/advanced/dijit/themes/tundra/images/tooltipConnectorDown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dewiweb/ALSA-RAVENNA-AES67-Driver/3c4fe34ca113870091038db4a43c6390336b6376/Butler/webapp/advanced/dijit/themes/tundra/images/tooltipConnectorDown.png -------------------------------------------------------------------------------- /Butler/webapp/advanced/dijit/themes/tundra/images/tooltipConnectorLeft.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dewiweb/ALSA-RAVENNA-AES67-Driver/3c4fe34ca113870091038db4a43c6390336b6376/Butler/webapp/advanced/dijit/themes/tundra/images/tooltipConnectorLeft.gif -------------------------------------------------------------------------------- /Butler/webapp/advanced/dijit/themes/tundra/images/tooltipConnectorLeft.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dewiweb/ALSA-RAVENNA-AES67-Driver/3c4fe34ca113870091038db4a43c6390336b6376/Butler/webapp/advanced/dijit/themes/tundra/images/tooltipConnectorLeft.png -------------------------------------------------------------------------------- /Butler/webapp/advanced/dijit/themes/tundra/images/tooltipConnectorRight.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dewiweb/ALSA-RAVENNA-AES67-Driver/3c4fe34ca113870091038db4a43c6390336b6376/Butler/webapp/advanced/dijit/themes/tundra/images/tooltipConnectorRight.gif -------------------------------------------------------------------------------- /Butler/webapp/advanced/dijit/themes/tundra/images/tooltipConnectorRight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dewiweb/ALSA-RAVENNA-AES67-Driver/3c4fe34ca113870091038db4a43c6390336b6376/Butler/webapp/advanced/dijit/themes/tundra/images/tooltipConnectorRight.png -------------------------------------------------------------------------------- /Butler/webapp/advanced/dijit/themes/tundra/images/tooltipConnectorUp.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dewiweb/ALSA-RAVENNA-AES67-Driver/3c4fe34ca113870091038db4a43c6390336b6376/Butler/webapp/advanced/dijit/themes/tundra/images/tooltipConnectorUp.gif -------------------------------------------------------------------------------- /Butler/webapp/advanced/dijit/themes/tundra/images/tooltipConnectorUp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dewiweb/ALSA-RAVENNA-AES67-Driver/3c4fe34ca113870091038db4a43c6390336b6376/Butler/webapp/advanced/dijit/themes/tundra/images/tooltipConnectorUp.png -------------------------------------------------------------------------------- /Butler/webapp/advanced/dijit/themes/tundra/images/treeExpand_leaf.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dewiweb/ALSA-RAVENNA-AES67-Driver/3c4fe34ca113870091038db4a43c6390336b6376/Butler/webapp/advanced/dijit/themes/tundra/images/treeExpand_leaf.gif -------------------------------------------------------------------------------- /Butler/webapp/advanced/dijit/themes/tundra/images/treeExpand_leaf_rtl.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dewiweb/ALSA-RAVENNA-AES67-Driver/3c4fe34ca113870091038db4a43c6390336b6376/Butler/webapp/advanced/dijit/themes/tundra/images/treeExpand_leaf_rtl.gif -------------------------------------------------------------------------------- /Butler/webapp/advanced/dijit/themes/tundra/images/treeExpand_loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dewiweb/ALSA-RAVENNA-AES67-Driver/3c4fe34ca113870091038db4a43c6390336b6376/Butler/webapp/advanced/dijit/themes/tundra/images/treeExpand_loading.gif -------------------------------------------------------------------------------- /Butler/webapp/advanced/dijit/themes/tundra/images/treeExpand_minus.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dewiweb/ALSA-RAVENNA-AES67-Driver/3c4fe34ca113870091038db4a43c6390336b6376/Butler/webapp/advanced/dijit/themes/tundra/images/treeExpand_minus.gif -------------------------------------------------------------------------------- /Butler/webapp/advanced/dijit/themes/tundra/images/treeExpand_minus_rtl.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dewiweb/ALSA-RAVENNA-AES67-Driver/3c4fe34ca113870091038db4a43c6390336b6376/Butler/webapp/advanced/dijit/themes/tundra/images/treeExpand_minus_rtl.gif -------------------------------------------------------------------------------- /Butler/webapp/advanced/dijit/themes/tundra/images/treeExpand_mius.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dewiweb/ALSA-RAVENNA-AES67-Driver/3c4fe34ca113870091038db4a43c6390336b6376/Butler/webapp/advanced/dijit/themes/tundra/images/treeExpand_mius.gif -------------------------------------------------------------------------------- /Butler/webapp/advanced/dijit/themes/tundra/images/treeExpand_plus.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dewiweb/ALSA-RAVENNA-AES67-Driver/3c4fe34ca113870091038db4a43c6390336b6376/Butler/webapp/advanced/dijit/themes/tundra/images/treeExpand_plus.gif -------------------------------------------------------------------------------- /Butler/webapp/advanced/dijit/themes/tundra/images/treeExpand_plus_rtl.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dewiweb/ALSA-RAVENNA-AES67-Driver/3c4fe34ca113870091038db4a43c6390336b6376/Butler/webapp/advanced/dijit/themes/tundra/images/treeExpand_plus_rtl.gif -------------------------------------------------------------------------------- /Butler/webapp/advanced/dijit/themes/tundra/images/treeHover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dewiweb/ALSA-RAVENNA-AES67-Driver/3c4fe34ca113870091038db4a43c6390336b6376/Butler/webapp/advanced/dijit/themes/tundra/images/treeHover.png -------------------------------------------------------------------------------- /Butler/webapp/advanced/dijit/themes/tundra/images/validationInputBg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dewiweb/ALSA-RAVENNA-AES67-Driver/3c4fe34ca113870091038db4a43c6390336b6376/Butler/webapp/advanced/dijit/themes/tundra/images/validationInputBg.gif -------------------------------------------------------------------------------- /Butler/webapp/advanced/dijit/themes/tundra/images/validationInputBg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dewiweb/ALSA-RAVENNA-AES67-Driver/3c4fe34ca113870091038db4a43c6390336b6376/Butler/webapp/advanced/dijit/themes/tundra/images/validationInputBg.png -------------------------------------------------------------------------------- /Butler/webapp/advanced/dijit/themes/tundra/images/warning.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dewiweb/ALSA-RAVENNA-AES67-Driver/3c4fe34ca113870091038db4a43c6390336b6376/Butler/webapp/advanced/dijit/themes/tundra/images/warning.png -------------------------------------------------------------------------------- /Butler/webapp/advanced/dijit/themes/tundra/layout/AccordionContainer.css: -------------------------------------------------------------------------------- 1 | .tundra .dijitAccordionContainer {border-color: #ccc; background-color: #fff;}.tundra .dijitAccordionTitle {background:#fafafa url("../images/titleBar.png") repeat-x bottom left; border-top: 1px solid #bfbfbf; padding: 4px 4px 4px 8px;}.tundra .dijitAccordionTitleHover {background: #f8fafd url("../images/accordionItemHover.gif") bottom repeat-x;}.tundra .dijitAccordionTitleSelected {background: #f9f9f9 url("../images/accordionItemActive.gif") bottom repeat-x; font-weight: bold; border-top: 1px solid #aaaaaa; border-bottom: 1px solid #bfbfbf; padding: 4px 4px 4px 8px;} -------------------------------------------------------------------------------- /Butler/webapp/advanced/dijit/themes/tundra/layout/BorderContainer.css: -------------------------------------------------------------------------------- 1 | .tundra .dijitBorderContainer {background-color: #fcfcfc; padding: 5px;}.tundra .dijitSplitContainer-child,.tundra .dijitBorderContainer-child {border: 1px #ccc solid;}.tundra .dijitBorderContainer-dijitTabContainerTop,.tundra .dijitBorderContainer-dijitTabContainerBottom,.tundra .dijitBorderContainer-dijitTabContainerLeft,.tundra .dijitBorderContainer-dijitTabContainerRight {border: none;}.tundra .dijitBorderContainer-dijitBorderContainer {border: none; padding: 0;}.tundra .dijitSplitterH,.tundra .dijitGutterH {background:#fcfcfc; border:0; height:5px;}.tundra .dijitSplitterH .dijitSplitterThumb {background:#B0B0B0 none; height:1px; top:2px; width:19px;}.tundra .dijitSplitterV,.tundra .dijitGutterV {background:#fcfcfc; border:0; width:5px;}.tundra .dijitSplitterV .dijitSplitterThumb {background:#B0B0B0 none; height:19px; left:2px; width:1px;}.tundra .dijitSplitterActive {font-size: 1px; background-image: none; background-color: #aaa; -moz-opacity: 0.6; opacity: 0.6; filter: Alpha(Opacity=60); margin: 0;} -------------------------------------------------------------------------------- /Butler/webapp/advanced/dijit/themes/tundra/layout/ContentPane.css: -------------------------------------------------------------------------------- 1 | .tundra .dijitContentPane {padding: 0;}.tundra .dijitTabContainerTop-dijitContentPane,.tundra .dijitTabContainerLeft-dijitContentPane,.tundra .dijitTabContainerBottom-dijitContentPane,.tundra .dijitTabContainerRight-dijitContentPane,.tundra .dijitAccordionContainer-dijitContentPane {background-color: #fff; padding: 5px;}.tundra .dijitSplitContainer-dijitContentPane,.tundra .dijitBorderContainer-dijitContentPane {background-color: #fff; padding: 5px;} -------------------------------------------------------------------------------- /Butler/webapp/advanced/dijit/themes/tundra/layout/SplitContainer.css: -------------------------------------------------------------------------------- 1 | .tundra .dijitSplitContainerSizerH {background:url("../images/splitContainerSizerV.png") repeat-y #fff; border:0; border-left:1px solid #bfbfbf; border-right:1px solid #bfbfbf; width:7px;}.tundra .dijitSplitContainerSizerH .thumb {background:url("../images/splitContainerSizerV-thumb.png") no-repeat #ccc; left:1px; width:3px; height:19px; overflow: hidden;}.tundra .dijitSplitContainerSizerV {background:url("../images/splitContainerSizerH.png") repeat-x #fff; border:0; border-top:1px solid #bfbfbf; border-bottom:1px solid #bfbfbf; height:7px;}.tundra .dijitSplitContainerSizerV .thumb {background:url("../images/splitContainerSizerH-thumb.png") no-repeat #ccc; top:1px; width:19px; height:3px; overflow: hidden;} -------------------------------------------------------------------------------- /Butler/webapp/advanced/dijit/themes/tundra/layout/TabContainer.css: -------------------------------------------------------------------------------- 1 | .tundra .dijitTabPaneWrapper {background:#fff; border:1px solid #ccc; margin: 0; padding: 0;}.tundra .dijitTab {line-height:normal; margin-right:4px; padding:0; border:1px solid #ccc; background:#e2e2e2 url("../images/tabEnabled.png") repeat-x;}.tundra .dijitTabInnerDiv {padding:2px 8px 2px 9px;}.tundra .dijitTabSpacer {display: none;}.tundra .dijitTabContainer .tabStripRBtn {margin-right: 20px;}.tundra .dijitTabContainer .tabStripLBtn {margin-left: 20px;}.tundra .nowrapTabStrip .dijitTab {top: 2px;}.tundra .dijitTabContainerBottom .nowrapTabStrip .dijitTab {top: 0; bottom: 2px;}.tundra .dijitTabChecked {background-color:#fff; border-color: #ccc; background-image:none;}.tundra .dijitTabHover {color: #243C5F; border-top-color:#92a0b3; border-left-color:#92a0b3; border-right-color:#92a0b3; border-bottom-color:#92a0b3; background:#e2e2e2 url("../images/tabHover.gif") repeat-x;}.tundra .dijitTabContainerTop .dijitTabHover {border-bottom-color:#ccc;}.tundra .dijitTabContainerBottom .dijitTabHover {border-top-color:#ccc;}.tundra .dijitTabContainerLeft .dijitTabHover {border-right-color:#ccc;}.tundra .dijitTabContainerRight .dijitTabHover {border-left-color:#ccc;}.tundra .dijitTabContainer .dijitTabCheckedHover {color: inherit; border:1px solid #ccc; background:#fff;}.tundra .dijitTab .tabLabel {min-height: 12px; display: inline-block;}.tundra .dijitTabContainerNested .dijitTabListWrapper {height: auto;}.tundra .dijitTabContainerNested .dijitTabContainerTop-tabs {border-bottom: 1px solid #CCC;}.tundra .dijitTabContainerTabListNested .dijitTab {background: none; border: none; top: 0;}.tundra .dijitTabContainerTabListNested .dijitTab .dijitTabContent {}.tundra .dijitTabContainerTabListNested .dijitTabHover .dijitTabContent .tabLabel {text-decoration: underline;}.tundra .dijitTabContainerTabListNested .dijitTabChecked .dijitTabContent .tabLabel {text-decoration: underline; font-weight: bold;}.tundra .dijitTabContainer .dijitTabPaneWrapperNested {border: none;}.tundra .dijitTabCloseButton {background: url("../images/tabClose.png") no-repeat right top; width: 12px; height: 12px;}.dj_ie6 .tundra .dijitTabCloseButton {background-image : url("../images/tabClose.gif");}.tundra .dijitTabCloseButtonHover {background-image : url("../images/tabCloseHover.png");}.dj_ie6 .tundra .dijitTabCloseButtonHover {background-image : url("../images/tabCloseHover.gif");}.tundra .dijitTabContainerTop-tabs {margin-bottom: 0; border-color: #cccccc; padding-left: 3px; background-position: bottom;}.tundra .dijitTabContainerTop-tabs .dijitTab {top: 0; margin-bottom: -1px;}.tundra .dijitTabContainerTop-container {border-top: none;}.tundra .dijitTabContainerTop-tabs .dijitTabChecked {border-bottom-color:white;}.tundra .dijitTabContainerTop-tabs,.tundra .dijitTabContainerBottom-tabs {padding-left: 3px; padding-right: 3px;}.tundra .dijitTabContainerTopStrip {border-top: 1px solid #CCC; border-right: 1px solid #CCC; border-left: 1px solid #CCC; padding-top: 2px; background: #f2f2f2;}.tundra .dijitTabContainerTopNone {padding-top: 0;}.tundra .dijitTabContainerBottom-tabs {margin-top: 0; border-color: #cccccc; background-position: top; padding-left: 3px;}.tundra .dijitTabContainerBottom-tabs .dijitTab {bottom: 0; margin-top: -1px;}.tundra .dijitTabContainerBottom-container {border-bottom: none;}.tundra .dijitTabContainerBottom-tabs .dijitTabChecked {border-top-color:white;}.tundra .dijitTabContainerBottomStrip {padding-bottom: 2px; border: 1px solid #ccc; background: #f2f2f2; border-top: none;}.tundra .dijitTabContainerRight-tabs {border-color: #ccc; height: 100%; padding-top: 3px;}.tundra .dijitTabContainerRightStrip {margin-left: -1px;}.tundra .dijitTabContainerRight-container {border-right: none;}.tundra .dijitTabContainerRight-tabs .dijitTabChecked {border-left-color:white;}.tundra .dijitTabContainerRightStrip {padding-right: 2px; border: 1px solid #ccc;}.tundra .dijitTabContainerRightStrip {background: #f2f2f2;}.tundra .dijitTabContainerLeft-tabs {border-color: #ccc; padding-top: 3px; height: 100%;}.tundra .dijitTabContainerLeft-container {border-left: none;}.tundra .dijitTabContainerLeft-tabs .dijitTabChecked {border-right-color:white;}.tundra .dijitTabContainerLeftStrip {padding-left: 2px; border: 1px solid #ccc; background: #f2f2f2; border-right: none;}.tundra .dijitTabContainerLeft-tabs .dijitTab,.tundra .dijitTabContainerRight-tabs .dijitTab {margin-right:0; margin-bottom:4px;}.tundra .dijitTabContainerTop-dijitContentPane .dijitTabContainerTop-tabs {border-left: 0 solid #ccc; border-top: 0 solid #ccc; border-right: 0 solid #ccc; padding-top: 0; padding-left: 0;}.tundra .dijitTabContainer .tabStripButton {margin-right: 0; padding-top: 2px; z-index: 12;}.tundra .dijitTabContainerBottom .tabStripButton {padding-top: 2px;}.tundra .tabStrip-disabled .tabStripButton .dijitTabInnerDiv {padding-bottom: 3px; padding-top: 1px;}.tundra .tabStripButton .dijitTabInnerDiv {padding: 3px 2px 4px 2px;}.dj_ie6 .tundra .tabStripButton .dijitTabInnerDiv,.dj_ie7 .tundra .tabStripButton .dijitTabInnerDiv,.dj_opera .tundra .tabStripButton .dijitTabInnerDiv {padding-bottom: 5px;}.dj_ie6 .tundra .tabStrip-disabled .tabStripButton .dijitTabInnerDiv,.dj_ie7 .tundra .tabStrip-disabled .tabStripButton .dijitTabInnerDiv,.dj_opera .tundra .tabStrip-disabled .tabStripButton .dijitTabInnerDiv {padding-bottom: 4px;}.tundra .dijitTabStripIcon {height: 14px; width: 14px; background: url(../images/spriteRoundedIconsSmall.png) no-repeat left top ;}.dj_ie6 .tundra .dijitTabStripIcon {background-image: url(../images/spriteRoundedIconsSmall.gif);}.tundra .dijitTabStripSlideRightIcon {background-position: -30px top;}.tundra .dijitTabStripMenuIcon {background-position: -15px top;} -------------------------------------------------------------------------------- /Butler/webapp/advanced/dijit/themes/tundra/layout/TabContainer_rtl.css: -------------------------------------------------------------------------------- 1 | .tundra .dijitTabRtl {-moz-box-orient:horizontal; text-align: right;}.tundra .dijitTabRtl .dijitTabInnerDiv {padding:2px 9px 2px 8px;}.tundra .tabStrip-disabled .tabStripButtonRtl .dijitTabInnerDiv {padding-bottom: 3px; padding-top: 1px;}.tundra .tabStripButtonRtl .dijitTabInnerDiv {padding: 3px 2px 4px 2px;}.tundra .dijitTabPaneWrapper {#zoom: 1;}.dj_ie-rtl .tundra .dijitTabContainerLeft-tabs {margin-left: 1px !important;}.dj_ie-rtl .tundra .dijitTabContainerRight-tabs {margin-right: 1px !important;}.tundra .dijitTabContainerLeft-tabs .dijitTabRtl,.tundra .dijitTabContainerRight-tabs .dijitTabRtl {margin-left:0;}.dj_ie .tundra .dijitTabRtl .dijitTabInnerDiv {width : 0.1% !important;}.dj_iequirks-rtl .tundra .dijitTabContainerTopNone,.dj_iequirks-rtl .tundra .dijitTabContainerBottomNone {border-left: 1px solid #fff; border-right: 1px solid #fff;} -------------------------------------------------------------------------------- /Butler/webapp/advanced/dijit/themes/tundra/tundra_rtl.css: -------------------------------------------------------------------------------- 1 | .dijitRtl .dijitPlaceHolder {left: auto; right: 0;}.dijitMenuItemRtl {text-align: right;}.dj_iequirks .dijitComboButtonRtl button {float:left;}.dijitTextBoxRtl .dijitValidationContainer,.dijitTextBoxRtl .dijitSpinnerButtonContainer,.dijitComboBoxRtl .dijitArrowButtonContainer {border-right-width: 1px !important; border-left-width: 0 !important;}.dijitSpinnerRtl .dijitSpinnerButtonContainer .dijitArrowButton {right: 0; left: auto;}.dj_ie7 .dijitInputContainer {display: inline-block;}.dijitTextBoxRtl .dijitSpinnerButtonContainer,.dijitTextBoxRtl .dijitValidationContainer,.dijitTextBoxRtl .dijitArrowButtonContainer {float: left;}.dijitCalendarRtl .dijitCalendarNextYear {margin:0 0.55em 0 0;}.dijitCalendarRtl .dijitCalendarPreviousYear {margin:0 0 0 0.55em;}.dijitSliderRtl .dijitSliderImageHandleV {left:auto;}.dijitSliderRtl .dijitSliderImageHandleH {left:-50%;}.dijitSliderRtl .dijitSliderMoveableH {right:auto; left:0;}.dijitSliderRtl .dijitRuleContainerV {float:right;}.dj_ie .dijitSliderRtl .dijitRuleContainerV {text-align:right;}.dj_ie .dijitSliderRtl .dijitRuleLabelV {text-align:left;}.dj_ie .dijitSliderRtl .dijitRuleLabelH {zoom:1;}.dijitSliderRtl .dijitSliderProgressBarH {float:right; right:0; left:auto;}.dijitRtl .dijitContentPaneLoading .dijitIconLoading,.dijitRtl .dijitContentPaneError .dijitIconError {margin-right: 0; margin-left: 9px;}.dijitTabControllerRtl .nowrapTabStrip {text-align: right;}.dijitTabRtl .dijitTabCloseButton {margin-left: 0; margin-right: 1em;}.dj_ie .dijitTimePickerRtl .dijitTimePickerItem {width:100%;}.dijitColorPaletteRtl .dijitColorPaletteUnder {left: auto; right: 0;}.dijitSelectRtl .dijitButtonContents {text-align: right;}.tundra .dijitCalendarRtl .dijitCalendarDecrease {background-position: -30px top;}.tundra .dijitCalendarRtl .dijitCalendarIncrease {background-position: 0 top;} .dj_ie6 .tundra .dijitTimePickerRtl .dijitTimePickerMarkerHover,.dj_ie7 .tundra .dijitTimePickerRtl .dijitTimePickerMarkerHover {border-top: 0;}.tundra .dijitDialogRtl .dijitDialogCloseIcon {right: auto; left: 5px;}.tundra .dijitEditorRtl .dijitEditorIcon {background-image: url(../../icons/images/editorIconsEnabled_rtl.png);}.tundra .dijitEditorRtlDisabled .dijitEditorIcon {background-image: url(../../icons/images/editorIconsDisabled_rtl.png);}.dijitEditorRtl .dijitEditorIcon {background-image: url(../../icons/images/editorIconsEnabled_rtl.png);}.dijitEditorRtlDisabled .dijitEditorIcon {background-image: url(../../icons/images/editorIconsDisabled_rtl.png);}.dijitToolbarRtl .dijitToolbarSeparator {background-image: url(../../icons/images/editorIconsEnabled_rtl.png);}.tundra .dijitMenuItemRtl .dijitMenuExpand {background-position: -7px 0;}.tundra .dijitTreeNodeRtl,.tundra .dijitTreeNodeRtl .dijitTreeExpandoLeaf {background-image: none;}.tundra .dijitTreeNodeRtl .dijitTreeExpandoOpened {background-image: url(images/treeExpand_minus_rtl.gif);}.tundra .dijitTreeNodeRtl .dijitTreeExpandoClosed {background-image: url(images/treeExpand_plus_rtl.gif);}.tundra .dijitTitlePaneRtl .dijitClosed .dijitArrowNode {background-position: -7px 0;}.tundra .dijitTabRtl {-moz-box-orient:horizontal; text-align: right;}.tundra .dijitTabRtl .dijitTabInnerDiv {padding:2px 9px 2px 8px;}.tundra .tabStrip-disabled .tabStripButtonRtl .dijitTabInnerDiv {padding-bottom: 3px; padding-top: 1px;}.tundra .tabStripButtonRtl .dijitTabInnerDiv {padding: 3px 2px 4px 2px;}.tundra .dijitTabPaneWrapper {#zoom: 1;}.dj_ie-rtl .tundra .dijitTabContainerLeft-tabs {margin-left: 1px !important;}.dj_ie-rtl .tundra .dijitTabContainerRight-tabs {margin-right: 1px !important;}.tundra .dijitTabContainerLeft-tabs .dijitTabRtl,.tundra .dijitTabContainerRight-tabs .dijitTabRtl {margin-left:0;}.dj_ie .tundra .dijitTabRtl .dijitTabInnerDiv {width : 0.1% !important;}.dj_iequirks-rtl .tundra .dijitTabContainerTopNone,.dj_iequirks-rtl .tundra .dijitTabContainerBottomNone {border-left: 1px solid #fff; border-right: 1px solid #fff;}.tundra .dijitSliderRtl .dijitSliderProgressBarH,.tundra .dijitSliderRtl .dijitSliderRemainingBarH,.tundra .dijitSliderRtl .dijitSliderLeftBumper,.tundra .dijitSliderRtl .dijitSliderRightBumper,.tundra .dijitSliderRtl .dijitSliderTopBumper {background-position: top right;}.tundra .dijitSliderRtl .dijitSliderProgressBarV,.tundra .dijitSliderRtl .dijitSliderRemainingBarV,.tundra .dijitSliderRtl .dijitSliderBottomBumper {background-position: bottom right;}.tundra .dijitSliderRtl .dijitSliderLeftBumper {border-left-width: 0; border-right-width: 1px;}.tundra .dijitSliderRtl .dijitSliderRightBumper {border-left-width: 1px; border-right-width: 0;}.tundra .dijitSliderRtl .dijitSliderIncrementIconH {background-position: -7px 0;}.tundra .dijitSliderRtl .dijitSliderDecrementIconH {background-position: -14px 0;} -------------------------------------------------------------------------------- /Butler/webapp/advanced/dojo/resources/LICENSE: -------------------------------------------------------------------------------- 1 | License Disclaimer: 2 | 3 | All contents of this directory are Copyright (c) the Dojo Foundation, with the 4 | following exceptions: 5 | ------------------------------------------------------------------------------- 6 | 7 | dojo.css: 8 | * parts Copyright (c) 2007, Yahoo! Inc. All rights reserved. 9 | Distributed under the terms of the BSD License 10 | 11 | The Program includes all or portions of the following software which was obtained under the terms and conditions of the BSD License. 12 | 13 | http://developer.yahoo.com/yui/license.html 14 | 15 | Copyright (c) 2007, Yahoo! Inc. 16 | All rights reserved. 17 | Redistribution and use of this software in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 18 | * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 19 | * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the 20 | documentation and/or other materials provided with the distribution. 21 | * Neither the name of Yahoo! Inc. nor the names of its contributors may be used to endorse or promote products derived from this software without 22 | specific prior written permission of Yahoo! Inc. 23 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY 24 | EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF 25 | MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE 26 | COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, 27 | OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 28 | LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, 29 | WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 30 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 31 | -------------------------------------------------------------------------------- /Butler/webapp/advanced/dojo/resources/_modules.js: -------------------------------------------------------------------------------- 1 | /*===== 2 | // Supplemental summaries for those hard-to-doc places your conventional doc parser can't reach. 3 | // Where possible, these summaries should appear inline in the code. 4 | // 5 | // this is "package level documentation" 6 | 7 | dojo.cldr = { 8 | // summary: transformation of relevant pieces of the Unicode.org Common Locale Data Repository 9 | // (see http://unicode.org/cldr) to JSON from the original XML with associated utility classes 10 | }; 11 | 12 | dojo.data = { 13 | // summary: A uniform data access layer 14 | }; 15 | 16 | dojo.dnd = { 17 | // summary: Drag and Drop resources 18 | }; 19 | 20 | dojo.io = { 21 | // summary: Additional I/O transports (Ajax) 22 | }; 23 | 24 | dojo.rpc = { 25 | // summary: Dojo remote-procedure-call resources 26 | }; 27 | 28 | // "variables" 29 | 30 | dojo.baseUrl = { 31 | // summary: The root relative path to dojo.js (as a string) 32 | // example: 33 | // if(typeof dojo != "undefined"){ console.log(dojo.baseUrl); } 34 | }; 35 | 36 | =====*/ 37 | -------------------------------------------------------------------------------- /Butler/webapp/advanced/dojo/resources/blank.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dewiweb/ALSA-RAVENNA-AES67-Driver/3c4fe34ca113870091038db4a43c6390336b6376/Butler/webapp/advanced/dojo/resources/blank.gif -------------------------------------------------------------------------------- /Butler/webapp/advanced/dojo/resources/blank.html: -------------------------------------------------------------------------------- 1 |
2 | -------------------------------------------------------------------------------- /Butler/webapp/advanced/dojo/resources/dnd.css: -------------------------------------------------------------------------------- 1 | .dojoDndAvatar {font-size: 75%; color: black;}.dojoDndAvatarHeader td {padding-left: 20px; padding-right: 4px; height: 16px;}.dojoDndAvatarHeader {background: #ccc;}.dojoDndAvatarItem {background: #eee;}.dojoDndMove .dojoDndAvatarHeader {background-image: url(images/dndNoMove.png); background-repeat: no-repeat;}.dojoDndCopy .dojoDndAvatarHeader {background-image: url(images/dndNoCopy.png); background-repeat: no-repeat;}.dojoDndMove .dojoDndAvatarCanDrop .dojoDndAvatarHeader {background-image: url(images/dndMove.png); background-repeat: no-repeat;}.dojoDndCopy .dojoDndAvatarCanDrop .dojoDndAvatarHeader {background-image: url(images/dndCopy.png); background-repeat: no-repeat;}.dojoDndHandle {cursor: move;}.dojoDndIgnore {cursor: default;}.dijit_a11y .dojoDndAvatar {font-size: 1em; font-weight:bold;}.dijit_a11y .dojoDndAvatarHeader td {padding-left:2px !important;}.dijit_a11y .dojoDndAvatarHeader td span {padding-right: 5px;} -------------------------------------------------------------------------------- /Butler/webapp/advanced/dojo/resources/dojo.css: -------------------------------------------------------------------------------- 1 | body, div, dl, dt, dd, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {margin: 0; padding: 0;}fieldset, img {border: 0 none;}address, caption, cite, code, dfn, th, var {font-style: normal; font-weight: normal;}caption, th {text-align: left;}q:before, q:after {content:"";}abbr, acronym {border:0;}body {font: 12px Myriad,Helvetica,Tahoma,Arial,clean,sans-serif; *font-size: 75%;}h1 {font-size: 1.5em; font-weight: normal; line-height: 1em; margin-top: 1em; margin-bottom:0;}h2 {font-size: 1.1667em; font-weight: bold; line-height: 1.286em; margin-top: 1.929em; margin-bottom:0.643em;}h3, h4, h5, h6 {font-size: 1em; font-weight: bold; line-height: 1.5em; margin-top: 1.5em; margin-bottom: 0;}p {font-size: 1em; margin-top: 1.5em; margin-bottom: 1.5em; line-height: 1.5em;}blockquote {font-size: 0.916em; margin-top: 3.272em; margin-bottom: 3.272em; line-height: 1.636em; padding: 1.636em; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc;}ol li, ul li {font-size: 1em; line-height: 1.5em; margin: 0;}pre, code {font-size:115%; *font-size:100%; font-family: Courier, "Courier New"; background-color: #efefef; border: 1px solid #ccc;}pre {border-width: 1px 0; padding: 1.5em;}table {font-size:100%;}.dojoTabular {border-collapse: collapse; border-spacing: 0; border: 1px solid #ccc; margin: 0 1.5em;}.dojoTabular th {text-align: center; font-weight: bold;}.dojoTabular thead,.dojoTabular tfoot {background-color: #efefef; border: 1px solid #ccc; border-width: 1px 0;}.dojoTabular th,.dojoTabular td {padding: 0.25em 0.5em;} -------------------------------------------------------------------------------- /Butler/webapp/advanced/dojo/resources/iframe_history.html: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 |This file is used in Dojo's back/fwd button management.
43 | 44 | 45 | -------------------------------------------------------------------------------- /Butler/webapp/advanced/dojo/resources/images/dndCopy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dewiweb/ALSA-RAVENNA-AES67-Driver/3c4fe34ca113870091038db4a43c6390336b6376/Butler/webapp/advanced/dojo/resources/images/dndCopy.png -------------------------------------------------------------------------------- /Butler/webapp/advanced/dojo/resources/images/dndMove.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dewiweb/ALSA-RAVENNA-AES67-Driver/3c4fe34ca113870091038db4a43c6390336b6376/Butler/webapp/advanced/dojo/resources/images/dndMove.png -------------------------------------------------------------------------------- /Butler/webapp/advanced/dojo/resources/images/dndNoCopy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dewiweb/ALSA-RAVENNA-AES67-Driver/3c4fe34ca113870091038db4a43c6390336b6376/Butler/webapp/advanced/dojo/resources/images/dndNoCopy.png -------------------------------------------------------------------------------- /Butler/webapp/advanced/dojo/resources/images/dndNoMove.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dewiweb/ALSA-RAVENNA-AES67-Driver/3c4fe34ca113870091038db4a43c6390336b6376/Butler/webapp/advanced/dojo/resources/images/dndNoMove.png -------------------------------------------------------------------------------- /Butler/webapp/advanced/images/UserManualButton.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dewiweb/ALSA-RAVENNA-AES67-Driver/3c4fe34ca113870091038db4a43c6390336b6376/Butler/webapp/advanced/images/UserManualButton.png -------------------------------------------------------------------------------- /Butler/webapp/advanced/images/WelcomeOffLine.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dewiweb/ALSA-RAVENNA-AES67-Driver/3c4fe34ca113870091038db4a43c6390336b6376/Butler/webapp/advanced/images/WelcomeOffLine.jpg -------------------------------------------------------------------------------- /Butler/webapp/advanced/images/create-session.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dewiweb/ALSA-RAVENNA-AES67-Driver/3c4fe34ca113870091038db4a43c6390336b6376/Butler/webapp/advanced/images/create-session.png -------------------------------------------------------------------------------- /Butler/webapp/advanced/images/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dewiweb/ALSA-RAVENNA-AES67-Driver/3c4fe34ca113870091038db4a43c6390336b6376/Butler/webapp/advanced/images/favicon.ico -------------------------------------------------------------------------------- /Butler/webapp/advanced/images/merging_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dewiweb/ALSA-RAVENNA-AES67-Driver/3c4fe34ca113870091038db4a43c6390336b6376/Butler/webapp/advanced/images/merging_logo.png -------------------------------------------------------------------------------- /Butler/webapp/advanced/images/network-error.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dewiweb/ALSA-RAVENNA-AES67-Driver/3c4fe34ca113870091038db4a43c6390336b6376/Butler/webapp/advanced/images/network-error.png -------------------------------------------------------------------------------- /Butler/webapp/advanced/images/network-offline.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dewiweb/ALSA-RAVENNA-AES67-Driver/3c4fe34ca113870091038db4a43c6390336b6376/Butler/webapp/advanced/images/network-offline.png -------------------------------------------------------------------------------- /Butler/webapp/advanced/images/network-receive-error.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dewiweb/ALSA-RAVENNA-AES67-Driver/3c4fe34ca113870091038db4a43c6390336b6376/Butler/webapp/advanced/images/network-receive-error.png -------------------------------------------------------------------------------- /Butler/webapp/advanced/images/network-receive.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dewiweb/ALSA-RAVENNA-AES67-Driver/3c4fe34ca113870091038db4a43c6390336b6376/Butler/webapp/advanced/images/network-receive.png -------------------------------------------------------------------------------- /Butler/webapp/advanced/images/network-transmit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dewiweb/ALSA-RAVENNA-AES67-Driver/3c4fe34ca113870091038db4a43c6390336b6376/Butler/webapp/advanced/images/network-transmit.png -------------------------------------------------------------------------------- /Butler/webapp/advanced/images/planet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dewiweb/ALSA-RAVENNA-AES67-Driver/3c4fe34ca113870091038db4a43c6390336b6376/Butler/webapp/advanced/images/planet.png -------------------------------------------------------------------------------- /Butler/webapp/advanced/images/ravenna.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dewiweb/ALSA-RAVENNA-AES67-Driver/3c4fe34ca113870091038db4a43c6390336b6376/Butler/webapp/advanced/images/ravenna.png -------------------------------------------------------------------------------- /Butler/webapp/advanced/images/ravenna_AES67.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dewiweb/ALSA-RAVENNA-AES67-Driver/3c4fe34ca113870091038db4a43c6390336b6376/Butler/webapp/advanced/images/ravenna_AES67.png -------------------------------------------------------------------------------- /Butler/webapp/advanced/images/ravenna_tm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dewiweb/ALSA-RAVENNA-AES67-Driver/3c4fe34ca113870091038db4a43c6390336b6376/Butler/webapp/advanced/images/ravenna_tm.png -------------------------------------------------------------------------------- /Butler/webapp/advanced/images/vendor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dewiweb/ALSA-RAVENNA-AES67-Driver/3c4fe34ca113870091038db4a43c6390336b6376/Butler/webapp/advanced/images/vendor.png -------------------------------------------------------------------------------- /Butler/webapp/advanced/images/vendor_alc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dewiweb/ALSA-RAVENNA-AES67-Driver/3c4fe34ca113870091038db4a43c6390336b6376/Butler/webapp/advanced/images/vendor_alc.png -------------------------------------------------------------------------------- /Butler/webapp/advanced/images/vendor_dot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dewiweb/ALSA-RAVENNA-AES67-Driver/3c4fe34ca113870091038db4a43c6390336b6376/Butler/webapp/advanced/images/vendor_dot.png -------------------------------------------------------------------------------- /Butler/webapp/advanced/images/vendor_dot1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dewiweb/ALSA-RAVENNA-AES67-Driver/3c4fe34ca113870091038db4a43c6390336b6376/Butler/webapp/advanced/images/vendor_dot1.png -------------------------------------------------------------------------------- /Butler/webapp/advanced/images/vendor_dsa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dewiweb/ALSA-RAVENNA-AES67-Driver/3c4fe34ca113870091038db4a43c6390336b6376/Butler/webapp/advanced/images/vendor_dsa.png -------------------------------------------------------------------------------- /Butler/webapp/advanced/images/vendor_genelec.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dewiweb/ALSA-RAVENNA-AES67-Driver/3c4fe34ca113870091038db4a43c6390336b6376/Butler/webapp/advanced/images/vendor_genelec.png -------------------------------------------------------------------------------- /Butler/webapp/advanced/images/vendor_lawo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dewiweb/ALSA-RAVENNA-AES67-Driver/3c4fe34ca113870091038db4a43c6390336b6376/Butler/webapp/advanced/images/vendor_lawo.png -------------------------------------------------------------------------------- /Butler/webapp/advanced/images/vendor_lsb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dewiweb/ALSA-RAVENNA-AES67-Driver/3c4fe34ca113870091038db4a43c6390336b6376/Butler/webapp/advanced/images/vendor_lsb.png -------------------------------------------------------------------------------- /Butler/webapp/advanced/images/vendor_merging.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dewiweb/ALSA-RAVENNA-AES67-Driver/3c4fe34ca113870091038db4a43c6390336b6376/Butler/webapp/advanced/images/vendor_merging.png -------------------------------------------------------------------------------- /Butler/webapp/advanced/images/vendor_schoeps.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dewiweb/ALSA-RAVENNA-AES67-Driver/3c4fe34ca113870091038db4a43c6390336b6376/Butler/webapp/advanced/images/vendor_schoeps.png -------------------------------------------------------------------------------- /Butler/webapp/advanced/images/vendor_template.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dewiweb/ALSA-RAVENNA-AES67-Driver/3c4fe34ca113870091038db4a43c6390336b6376/Butler/webapp/advanced/images/vendor_template.png -------------------------------------------------------------------------------- /Butler/webapp/advanced/images/vendor_vsm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dewiweb/ALSA-RAVENNA-AES67-Driver/3c4fe34ca113870091038db4a43c6390336b6376/Butler/webapp/advanced/images/vendor_vsm.png -------------------------------------------------------------------------------- /Butler/webapp/advanced/rickshaw/rickshaw.min.css: -------------------------------------------------------------------------------- 1 | .rickshaw_graph .detail .item.left,.rickshaw_graph .detail .x_label.left{left:0}.rickshaw_graph .detail .item.right,.rickshaw_graph .detail .x_label.right{right:0}.rickshaw_graph .detail .item,.rickshaw_graph .detail .x_label,.rickshaw_graph .x_tick .title{font-family:Arial,sans-serif;font-size:12px;white-space:nowrap}.rickshaw_graph .detail{pointer-events:none;position:absolute;top:0;z-index:2;background:rgba(0,0,0,.1);bottom:0;width:1px;transition:opacity .25s linear;-moz-transition:opacity .25s linear;-o-transition:opacity .25s linear;-webkit-transition:opacity .25s linear}.rickshaw_graph .detail.inactive{opacity:0}.rickshaw_graph .detail .item.active{opacity:1}.rickshaw_graph .detail .x_label{border-radius:3px;padding:6px;opacity:.5;border:1px solid #e0e0e0;position:absolute;background:#fff}.rickshaw_graph .detail .item{position:absolute;z-index:2;border-radius:3px;padding:.25em;opacity:0;background:rgba(0,0,0,.4);color:#fff;border:1px solid rgba(0,0,0,.4);margin-left:1em;margin-right:1em;margin-top:-1em}.rickshaw_graph .detail .item.active{background:rgba(0,0,0,.8)}.rickshaw_graph .detail .item:after{position:absolute;display:block;width:0;height:0;content:"";border:5px solid transparent}.rickshaw_graph .detail .item.left:after{top:1em;left:-5px;margin-top:-5px;border-right-color:rgba(0,0,0,.8);border-left-width:0}.rickshaw_graph .detail .item.right:after{top:1em;right:-5px;margin-top:-5px;border-left-color:rgba(0,0,0,.8);border-right-width:0}.rickshaw_graph .detail .dot{width:4px;height:4px;margin-left:-3px;margin-top:-3.5px;border-radius:5px;position:absolute;box-shadow:0 0 2px rgba(0,0,0,.6);box-sizing:content-box;-moz-box-sizing:content-box;background:#fff;border-width:2px;border-style:solid;display:none;background-clip:padding-box}.rickshaw_graph .detail .dot.active{display:block}.rickshaw_graph{position:relative}.rickshaw_graph svg{display:block;overflow:hidden}.rickshaw_graph .x_tick{position:absolute;top:0;bottom:0;width:0;border-left:1px dotted rgba(0,0,0,.2);pointer-events:none}.rickshaw_graph .x_tick .title{position:absolute;opacity:.5;margin-left:3px;bottom:1px}.rickshaw_annotation_timeline{height:1px;border-top:1px solid #e0e0e0;margin-top:10px;position:relative}.rickshaw_annotation_timeline .annotation{position:absolute;height:6px;width:6px;margin-left:-2px;top:-3px;border-radius:5px;background-color:rgba(0,0,0,.25)}.rickshaw_graph .annotation_line{position:absolute;top:0;bottom:-6px;width:0;border-left:2px solid rgba(0,0,0,.3);display:none}.rickshaw_graph .annotation_line.active{display:block}.rickshaw_graph .annotation_range{background:rgba(0,0,0,.1);display:none;position:absolute;top:0;bottom:-6px}.rickshaw_graph .annotation_range.active{display:block}.rickshaw_graph .annotation_range.active.offscreen{display:none}.rickshaw_annotation_timeline .annotation .content{background:#fff;color:#000;opacity:.9;box-shadow:0 0 2px rgba(0,0,0,.8);border-radius:3px;position:relative;z-index:20;font-size:12px;padding:6px 8px 8px;top:18px;left:-11px;width:160px;display:none;cursor:pointer}.rickshaw_annotation_timeline .annotation .content:before{content:"\25b2";position:absolute;top:-11px;color:#fff;text-shadow:0 -1px 1px rgba(0,0,0,.8)}.rickshaw_annotation_timeline .annotation.active,.rickshaw_annotation_timeline .annotation:hover{background-color:rgba(0,0,0,.8);cursor:none}.rickshaw_annotation_timeline .annotation .content:hover{z-index:50}.rickshaw_annotation_timeline .annotation.active .content{display:block}.rickshaw_annotation_timeline .annotation:hover .content{display:block;z-index:50}.rickshaw_graph .x_axis_d3,.rickshaw_graph .y_axis{fill:none}.rickshaw_graph .x_ticks_d3 .tick,.rickshaw_graph .y_ticks .tick line{stroke:rgba(0,0,0,.16);stroke-width:2px;shape-rendering:crisp-edges;pointer-events:none}.rickshaw_graph .x_grid_d3 .tick,.rickshaw_graph .y_grid .tick{z-index:-1;stroke:rgba(0,0,0,.2);stroke-width:1px;stroke-dasharray:1 1}.rickshaw_graph .y_grid .tick[data-y-value="0"]{stroke-dasharray:1 0}.rickshaw_graph .x_grid_d3 path,.rickshaw_graph .y_grid path{fill:none;stroke:none}.rickshaw_graph .x_ticks_d3 path,.rickshaw_graph .y_ticks path{fill:none;stroke:grey}.rickshaw_graph .x_ticks_d3 text,.rickshaw_graph .y_ticks text{opacity:.5;font-size:12px;pointer-events:none}.rickshaw_graph .x_tick.glow .title,.rickshaw_graph .y_ticks.glow text{fill:#000;color:#000;text-shadow:-1px 1px 0 rgba(255,255,255,.1),1px -1px 0 rgba(255,255,255,.1),1px 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1),0 -1px 0 rgba(255,255,255,.1),1px 0 0 rgba(255,255,255,.1),-1px 0 0 rgba(255,255,255,.1),-1px -1px 0 rgba(255,255,255,.1)}.rickshaw_graph .x_tick.inverse .title,.rickshaw_graph .y_ticks.inverse text{fill:#fff;color:#fff;text-shadow:-1px 1px 0 rgba(0,0,0,.8),1px -1px 0 rgba(0,0,0,.8),1px 1px 0 rgba(0,0,0,.8),0 1px 0 rgba(0,0,0,.8),0 -1px 0 rgba(0,0,0,.8),1px 0 0 rgba(0,0,0,.8),-1px 0 0 rgba(0,0,0,.8),-1px -1px 0 rgba(0,0,0,.8)}.rickshaw_legend{font-family:Arial;font-size:12px;color:#fff;background:#404040;display:inline-block;padding:12px 5px;border-radius:2px;position:relative}.rickshaw_legend:hover{z-index:10}.rickshaw_legend .swatch{width:10px;height:10px;border:1px solid rgba(0,0,0,.2)}.rickshaw_legend .line{clear:both;line-height:140%;padding-right:15px}.rickshaw_legend .line .swatch{display:inline-block;margin-right:3px;border-radius:2px}.rickshaw_legend .label{margin:0;white-space:nowrap;display:inline;font-size:inherit;background-color:transparent;color:inherit;font-weight:400;line-height:normal;padding:0;text-shadow:none}.rickshaw_legend .action:hover{opacity:.6}.rickshaw_legend .action{margin-right:.2em;opacity:.2;cursor:pointer;font-size:14px}.rickshaw_legend .line.disabled{opacity:.4}.rickshaw_legend ul{list-style-type:none;padding:0;margin:2px;cursor:pointer}.rickshaw_legend li{padding:0 0 0 2px;min-width:80px;white-space:nowrap}.rickshaw_legend li:hover{background:rgba(255,255,255,.08);border-radius:3px}.rickshaw_legend li:active{background:rgba(255,255,255,.2);border-radius:3px} -------------------------------------------------------------------------------- /Butler/webapp/advanced/rickshaw/src/css/detail.css: -------------------------------------------------------------------------------- 1 | .rickshaw_graph .detail { 2 | pointer-events: none; 3 | position: absolute; 4 | top: 0; 5 | z-index: 2; 6 | background: rgba(0, 0, 0, 0.1); 7 | bottom: 0; 8 | width: 1px; 9 | transition: opacity 0.25s linear; 10 | -moz-transition: opacity 0.25s linear; 11 | -o-transition: opacity 0.25s linear; 12 | -webkit-transition: opacity 0.25s linear; 13 | } 14 | .rickshaw_graph .detail.inactive { 15 | opacity: 0; 16 | } 17 | .rickshaw_graph .detail .item.active { 18 | opacity: 1; 19 | } 20 | .rickshaw_graph .detail .x_label { 21 | font-family: Arial, sans-serif; 22 | border-radius: 3px; 23 | padding: 6px; 24 | opacity: 0.5; 25 | border: 1px solid #e0e0e0; 26 | font-size: 12px; 27 | position: absolute; 28 | background: blue; 29 | color:White; 30 | white-space: nowrap; 31 | } 32 | .rickshaw_graph .detail .x_label.left { 33 | left: 0; 34 | } 35 | .rickshaw_graph .detail .x_label.right { 36 | right: 0; 37 | } 38 | .rickshaw_graph .detail .item { 39 | position: absolute; 40 | z-index: 2; 41 | border-radius: 3px; 42 | padding: 0.25em; 43 | font-size: 12px; 44 | font-family: Arial, sans-serif; 45 | opacity: 0; 46 | background: rgba(0, 0, 0, 0.4); 47 | color: white; 48 | border: 1px solid rgba(0, 0, 0, 0.4); 49 | margin-left: 1em; 50 | margin-right: 1em; 51 | margin-top: -1em; 52 | white-space: nowrap; 53 | } 54 | .rickshaw_graph .detail .item.left { 55 | left: 0; 56 | } 57 | .rickshaw_graph .detail .item.right { 58 | right: 0; 59 | } 60 | .rickshaw_graph .detail .item.active { 61 | opacity: 1; 62 | background: rgba(0, 0, 0, 0.8); 63 | } 64 | .rickshaw_graph .detail .item:after { 65 | position: absolute; 66 | display: block; 67 | width: 0; 68 | height: 0; 69 | 70 | content: ""; 71 | 72 | border: 5px solid transparent; 73 | } 74 | .rickshaw_graph .detail .item.left:after { 75 | top: 1em; 76 | left: -5px; 77 | margin-top: -5px; 78 | border-right-color: rgba(0, 0, 0, 0.8); 79 | border-left-width: 0; 80 | } 81 | .rickshaw_graph .detail .item.right:after { 82 | top: 1em; 83 | right: -5px; 84 | margin-top: -5px; 85 | border-left-color: rgba(0, 0, 0, 0.8); 86 | border-right-width: 0; 87 | } 88 | .rickshaw_graph .detail .dot { 89 | width: 4px; 90 | height: 4px; 91 | margin-left: -3px; 92 | margin-top: -3.5px; 93 | border-radius: 5px; 94 | position: absolute; 95 | box-shadow: 0 0 2px rgba(0, 0, 0, 0.6); 96 | box-sizing: content-box; 97 | -moz-box-sizing: content-box; 98 | background: white; 99 | border-width: 2px; 100 | border-style: solid; 101 | display: none; 102 | background-clip: padding-box; 103 | } 104 | .rickshaw_graph .detail .dot.active { 105 | display: block; 106 | } 107 | -------------------------------------------------------------------------------- /Butler/webapp/advanced/rickshaw/src/css/graph.css: -------------------------------------------------------------------------------- 1 | /* graph */ 2 | 3 | .rickshaw_graph { 4 | position: relative; 5 | } 6 | .rickshaw_graph svg { 7 | display: block; 8 | overflow: hidden; 9 | } 10 | 11 | /* ticks */ 12 | 13 | .rickshaw_graph .x_tick { 14 | position: absolute; 15 | top: 0; 16 | bottom: 0; 17 | width: 0px; 18 | border-left: 1px dotted rgba(0, 0, 0, 0.2); 19 | pointer-events: none; 20 | } 21 | .rickshaw_graph .x_tick .title { 22 | position: absolute; 23 | font-size: 12px; 24 | font-family: Arial, sans-serif; 25 | opacity: 0.5; 26 | white-space: nowrap; 27 | margin-left: 3px; 28 | bottom: 1px; 29 | } 30 | 31 | /* annotations */ 32 | 33 | .rickshaw_annotation_timeline { 34 | height: 1px; 35 | border-top: 1px solid #e0e0e0; 36 | margin-top: 10px; 37 | position: relative; 38 | } 39 | .rickshaw_annotation_timeline .annotation { 40 | position: absolute; 41 | height: 6px; 42 | width: 6px; 43 | margin-left: -2px; 44 | top: -3px; 45 | border-radius: 5px; 46 | background-color: rgba(0, 0, 0, 0.25); 47 | } 48 | .rickshaw_graph .annotation_line { 49 | position: absolute; 50 | top: 0; 51 | bottom: -6px; 52 | width: 0px; 53 | border-left: 2px solid rgba(0, 0, 0, 0.3); 54 | display: none; 55 | } 56 | .rickshaw_graph .annotation_line.active { 57 | display: block; 58 | } 59 | 60 | .rickshaw_graph .annotation_range { 61 | background: rgba(0, 0, 0, 0.1); 62 | display: none; 63 | position: absolute; 64 | top: 0; 65 | bottom: -6px; 66 | } 67 | .rickshaw_graph .annotation_range.active { 68 | display: block; 69 | } 70 | .rickshaw_graph .annotation_range.active.offscreen { 71 | display: none; 72 | } 73 | 74 | .rickshaw_annotation_timeline .annotation .content { 75 | background: white; 76 | color: black; 77 | opacity: 0.9; 78 | padding: 5px 5px; 79 | box-shadow: 0 0 2px rgba(0, 0, 0, 0.8); 80 | border-radius: 3px; 81 | position: relative; 82 | z-index: 20; 83 | font-size: 12px; 84 | padding: 6px 8px 8px; 85 | top: 18px; 86 | left: -11px; 87 | width: 160px; 88 | display: none; 89 | cursor: pointer; 90 | } 91 | .rickshaw_annotation_timeline .annotation .content:before { 92 | content: "\25b2"; 93 | position: absolute; 94 | top: -11px; 95 | color: white; 96 | text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.8); 97 | } 98 | .rickshaw_annotation_timeline .annotation.active, 99 | .rickshaw_annotation_timeline .annotation:hover { 100 | background-color: rgba(0, 0, 0, 0.8); 101 | cursor: none; 102 | } 103 | .rickshaw_annotation_timeline .annotation .content:hover { 104 | z-index: 50; 105 | } 106 | .rickshaw_annotation_timeline .annotation.active .content { 107 | display: block; 108 | } 109 | .rickshaw_annotation_timeline .annotation:hover .content { 110 | display: block; 111 | z-index: 50; 112 | } 113 | .rickshaw_graph .y_axis, 114 | .rickshaw_graph .x_axis_d3 { 115 | fill: none; 116 | } 117 | .rickshaw_graph .y_ticks .tick line, 118 | .rickshaw_graph .x_ticks_d3 .tick { 119 | stroke: #dddddd; /*rgba(0, 0, 0, 0.16);*/ 120 | stroke-width: 2px; 121 | shape-rendering: crisp-edges; 122 | pointer-events: none; 123 | } 124 | .rickshaw_graph .y_grid .tick, 125 | .rickshaw_graph .x_grid_d3 .tick { 126 | z-index: -1; 127 | stroke: #dddddd; /*rgba(255, 0, 0, 0.20);*/ 128 | stroke-width: 1px; 129 | stroke-dasharray: 1 1; 130 | } 131 | .rickshaw_graph .y_grid .tick[data-y-value="0"] { 132 | stroke-dasharray: 1 0; 133 | } 134 | .rickshaw_graph .y_grid path, 135 | .rickshaw_graph .x_grid_d3 path { 136 | fill: none; 137 | stroke: none; 138 | } 139 | .rickshaw_graph .y_ticks path, 140 | .rickshaw_graph .x_ticks_d3 path { 141 | fill: none; 142 | stroke: #FFFFFF; 143 | } 144 | .rickshaw_graph .y_ticks text, 145 | .rickshaw_graph .x_ticks_d3 text 146 | { 147 | stroke:#FFFFFF; 148 | /*opacity: 0.5;*/ 149 | font-size: 12px; 150 | font-family: Arial, sans-serif; 151 | pointer-events: none; 152 | } 153 | .rickshaw_graph .x_tick.glow .title, 154 | .rickshaw_graph .y_ticks.glow text { 155 | fill: black; 156 | color: black; 157 | text-shadow: 158 | -1px 1px 0 rgba(255, 255, 255, 0.1), 159 | 1px -1px 0 rgba(255, 255, 255, 0.1), 160 | 1px 1px 0 rgba(255, 255, 255, 0.1), 161 | 0px 1px 0 rgba(255, 255, 255, 0.1), 162 | 0px -1px 0 rgba(255, 255, 255, 0.1), 163 | 1px 0px 0 rgba(255, 255, 255, 0.1), 164 | -1px 0px 0 rgba(255, 255, 255, 0.1), 165 | -1px -1px 0 rgba(255, 255, 255, 0.1); 166 | } 167 | .rickshaw_graph .x_tick.inverse .title, 168 | .rickshaw_graph .y_ticks.inverse text { 169 | fill: white; 170 | color: white; 171 | text-shadow: 172 | -1px 1px 0 rgba(0, 0, 0, 0.8), 173 | 1px -1px 0 rgba(0, 0, 0, 0.8), 174 | 1px 1px 0 rgba(0, 0, 0, 0.8), 175 | 0px 1px 0 rgba(0, 0, 0, 0.8), 176 | 0px -1px 0 rgba(0, 0, 0, 0.8), 177 | 1px 0px 0 rgba(0, 0, 0, 0.8), 178 | -1px 0px 0 rgba(0, 0, 0, 0.8), 179 | -1px -1px 0 rgba(0, 0, 0, 0.8); 180 | } 181 | -------------------------------------------------------------------------------- /Butler/webapp/advanced/rickshaw/src/css/legend.css: -------------------------------------------------------------------------------- 1 | .rickshaw_legend { 2 | font-family: Arial; 3 | font-size: 12px; 4 | color: white; 5 | background: #404040; 6 | display: inline-block; 7 | padding: 12px 5px; 8 | border-radius: 2px; 9 | position: relative; 10 | } 11 | .rickshaw_legend:hover { 12 | z-index: 10; 13 | } 14 | .rickshaw_legend .swatch { 15 | width: 10px; 16 | height: 10px; 17 | border: 1px solid rgba(0, 0, 0, 0.2); 18 | } 19 | .rickshaw_legend .line { 20 | clear: both; 21 | line-height: 140%; 22 | padding-right: 15px; 23 | } 24 | .rickshaw_legend .line .swatch { 25 | display: inline-block; 26 | margin-right: 3px; 27 | border-radius: 2px; 28 | } 29 | .rickshaw_legend .label { 30 | margin: 0; 31 | white-space: nowrap; 32 | display: inline; 33 | font-size: inherit; 34 | background-color: transparent; 35 | color: inherit; 36 | font-weight: normal; 37 | line-height: normal; 38 | padding: 0px; 39 | text-shadow: none; 40 | } 41 | .rickshaw_legend .action:hover { 42 | opacity: 0.6; 43 | } 44 | .rickshaw_legend .action { 45 | margin-right: 0.2em; 46 | font-size: 10px; 47 | opacity: 0.2; 48 | cursor: pointer; 49 | font-size: 14px; 50 | } 51 | .rickshaw_legend .line.disabled { 52 | opacity: 0.4; 53 | } 54 | .rickshaw_legend ul { 55 | list-style-type: none; 56 | margin: 0; 57 | padding: 0; 58 | margin: 2px; 59 | cursor: pointer; 60 | } 61 | .rickshaw_legend li { 62 | padding: 0 0 0 2px; 63 | min-width: 80px; 64 | white-space: nowrap; 65 | } 66 | .rickshaw_legend li:hover { 67 | background: rgba(255, 255, 255, 0.08); 68 | border-radius: 3px; 69 | } 70 | .rickshaw_legend li:active { 71 | background: rgba(255, 255, 255, 0.2); 72 | border-radius: 3px; 73 | } 74 | -------------------------------------------------------------------------------- /CHANGELOG.md: -------------------------------------------------------------------------------- 1 | # Changelog 2 | 3 | ## v1.1.74 (28/06/2019) 4 | 5 | #### Enhancements: 6 | 7 | - [RAV-980](https://jira.merging.com/browse/RAV-980) ALSA mmap support 8 | - [RAV-988](https://jira.merging.com/browse/RAV-988) Remove the 8 channels limit of public ALSA driver when a Merging product is present 9 | - [RAV-944](https://jira.merging.com/browse/RAV-944) Webapp : check if user provides a valid IP in 10 | - [RAV-947](https://jira.merging.com/browse/RAV-947) Global safety playout delay added 11 | - [RAV-987](https://jira.merging.com/browse/RAV-987) SSM option added 12 | - [ZOEM-195](https://jira.merging.com/browse/ZOEM-195) Sources can be enabled/disabled 13 | 14 | #### Bug Fixes: 15 | 16 | - [RAV-990](https://jira.merging.com/browse/RAV-990) Advanded webpage may infinity popup new windows 17 | - [RAV-957](https://jira.merging.com/browse/RAV-957) Wrong TTL value in source's SDP 18 | - [ZOEM-185](https://jira.merging.com/browse/ZOEM-185) Session sink reports RTP status error while the audio is correct 19 | 20 | --- -------------------------------------------------------------------------------- /common/MTAL_IPC.h: -------------------------------------------------------------------------------- 1 | /**************************************************************************** 2 | * 3 | * Module Name : MT_PTPv2d_IPC.h 4 | * 5 | * Abstract : IPC for communication between Horus/zman and PTPv2d processes 6 | * 7 | * Written by : van Kempen Bertrand 8 | * Date : 22/03/2017 9 | * Modified by : 10 | * Date : 11 | * Modification : 12 | * Known problems : None 13 | * 14 | * Copyright 1993-2018 Merging Technologies S.A., All Rights Reserved - CONFIDENTIAL - 15 | ****************************************************************************/ 16 | 17 | #pragma once 18 | 19 | 20 | #ifdef __cplusplus 21 | extern "C" { 22 | #endif 23 | 24 | 25 | #include