├── ArcGIS Workflow Manager JavaScript Viewer - Acknowlegements.pdf ├── ArcGIS Workflow Manager JavaScript Viewer - What's new.pdf ├── CONTRIBUTING.md ├── License.txt ├── README.md ├── README.pdf ├── css ├── bootstrap.min.css ├── images │ ├── glyphicons-halflings-white.png │ └── glyphicons-halflings.png ├── main.css └── themes │ └── bootstrap │ ├── dgrid │ └── css │ │ ├── TouchScroll.css │ │ ├── columnset.css │ │ ├── dgrid.css │ │ ├── dgrid_rtl.css │ │ ├── extensions │ │ ├── ColumnHider.css │ │ ├── ColumnReorder.css │ │ ├── ColumnResizer.css │ │ ├── CompoundColumns.css │ │ └── Pagination.css │ │ ├── has-transforms3d.css │ │ ├── images │ │ ├── ui-icons_222222_256x240.png │ │ └── ui-icons_222222_256x240_white.png │ │ └── skins │ │ ├── images │ │ └── row_back.png │ │ └── skin.css │ ├── dojo │ ├── Calendar.css │ ├── Calendar_rtl.css │ ├── ColorPalette.css │ ├── Common.css │ ├── Dialog.css │ ├── Dialog_rtl.css │ ├── Editor.css │ ├── Editor_rtl.css │ ├── InlineEditBox.css │ ├── Menu.css │ ├── Menu_rtl.css │ ├── ProgressBar.css │ ├── TimePicker.css │ ├── TimePicker_rtl.css │ ├── TitlePane.css │ ├── TitlePane_rtl.css │ ├── Toolbar.css │ ├── Toolbar_rtl.css │ ├── Tree.css │ ├── bootstrap.css │ ├── dijit.css │ ├── dijit_rtl.css │ ├── document.css │ ├── form │ │ ├── Button.css │ │ ├── Button_rtl.css │ │ ├── Checkbox.css │ │ ├── Common.css │ │ ├── Common_rtl.css │ │ ├── NumberSpinner.css │ │ ├── RadioButton.css │ │ ├── Select.css │ │ ├── Slider.css │ │ ├── Slider_rtl.css │ │ └── images │ │ │ ├── buttonArrows - Copy.png │ │ │ ├── buttonArrows.png │ │ │ ├── buttonDisabled.png │ │ │ ├── buttonDisabled.svg │ │ │ ├── buttonEnabled.png │ │ │ ├── buttonEnabled.svg │ │ │ ├── buttonEnabled1.png │ │ │ ├── checkboxAndRadioButtons_IE6.png │ │ │ ├── checkboxRadioButtonStates.png │ │ │ ├── checkboxRadioButtonStates.png.old │ │ │ ├── commonFormArrows.png │ │ │ ├── error.png │ │ │ ├── glyphicons-halflings-white.png │ │ │ ├── glyphicons-halflings.png │ │ │ └── sliderThumbs.png │ ├── icons │ │ ├── commonIcons.css │ │ ├── commonIcons_rtl.css │ │ ├── editorIcons.css │ │ ├── editorIcons_rtl.css │ │ └── images │ │ │ ├── commonIconsObjActDisabled.png │ │ │ ├── commonIconsObjActDisabled_rtl.png │ │ │ ├── commonIconsObjActEnabled.png │ │ │ ├── commonIconsObjActEnabled8bit.png │ │ │ ├── commonIconsObjActEnabled8bit_rtl.png │ │ │ ├── commonIconsObjActEnabled_rtl.png │ │ │ ├── editorIconsDisabled.png │ │ │ ├── editorIconsDisabled_rtl.png │ │ │ ├── editorIconsEnabled.png │ │ │ ├── editorIconsEnabled_rtl.png │ │ │ └── loadingAnimation_rtl.gif │ ├── images │ │ ├── activeGradient.png │ │ ├── activeGradient.svg │ │ ├── calendar.png │ │ ├── calendarArrows.png │ │ ├── calendarArrows8bit.png │ │ ├── checkmarkNoBorder.gif │ │ ├── checkmarkNoBorder.png │ │ ├── dialogCloseIcon.png │ │ ├── dialogCloseIcon.png.old │ │ ├── dialogCloseIcon8bit.png │ │ ├── dnd.png │ │ ├── glyphicons-halflings-white.png │ │ ├── glyphicons-halflings.png │ │ ├── loadingAnimation.gif │ │ ├── popup.png │ │ ├── progressBarAnim.gif │ │ ├── progressBarFull.png │ │ ├── progressBarStrips.png │ │ ├── spriteArrows.png │ │ ├── standardGradient.png │ │ ├── standardGradient.svg │ │ ├── tooltip.png │ │ ├── tooltip.png.old │ │ ├── tooltip8bit.png │ │ ├── treeExpandImages.png │ │ └── treeExpandImages8bit.png │ ├── layout │ │ ├── AccordionContainer.css │ │ ├── BorderContainer.css │ │ ├── ContentPane.css │ │ ├── TabContainer.css │ │ ├── TabContainer_rtl.css │ │ └── images │ │ │ └── tabClose.png │ └── theme_rtl.css │ └── esri │ ├── css │ ├── ZoomSlider.css │ ├── dojo_override.css │ ├── dojox_datagrid_override.css │ ├── esri.css │ └── map_base.css │ ├── dijit │ ├── analysis │ │ ├── css │ │ │ ├── analysis.css │ │ │ ├── helppopup.css │ │ │ └── spacing.css │ │ └── images │ │ │ ├── AggregatePoints32.png │ │ │ ├── Analysis16.png │ │ │ ├── Around32.png │ │ │ ├── AttributeCalculator32.png │ │ │ ├── BufferAttribute32.png │ │ │ ├── BufferDistance32.png │ │ │ ├── ClipAndShip32.png │ │ │ ├── CorrelationFinder32.png │ │ │ ├── CreateBuffers32.png │ │ │ ├── CreateDensitySurface32.png │ │ │ ├── CreateDriveTimeAreas32.png │ │ │ ├── CreateInterpolatedSurface32.png │ │ │ ├── Disks32.png │ │ │ ├── DisksDisabled32.png │ │ │ ├── Dissolve32.png │ │ │ ├── DissolveBoundaries32.png │ │ │ ├── DrivingDistance32.png │ │ │ ├── DrivingDistance32.png.png │ │ │ ├── DrivingTime32.png │ │ │ ├── DrivingTime32.png.png │ │ │ ├── Erase32.png │ │ │ ├── EraseDisabled32.png │ │ │ ├── Exclude32.png │ │ │ ├── FindExistingLocations32.png │ │ │ ├── FindHotSpots32.png │ │ │ ├── FindNearest32.png │ │ │ ├── FindNewLocations32.png │ │ │ ├── Flat32.png │ │ │ ├── GeoenrichFeatures32.png │ │ │ ├── Help16.png │ │ │ ├── Include32.png │ │ │ ├── Intersect32.png │ │ │ ├── IntersectDisabled32.png │ │ │ ├── Left32.png │ │ │ ├── MergeLayers32.png │ │ │ ├── Overlap32.png │ │ │ ├── OverlayLayers32.png │ │ │ ├── Right32.png │ │ │ ├── Rings32.png │ │ │ ├── RingsDisabled32.png │ │ │ ├── Round32.png │ │ │ ├── Split32.png │ │ │ ├── StraightLineDistance32.png │ │ │ ├── SummarizeNearby32.png │ │ │ ├── SummarizeWithin32.png │ │ │ ├── Union32.png │ │ │ ├── UnionDisabled32.png │ │ │ ├── close.gif │ │ │ ├── findRouteIcon.png │ │ │ ├── helpIcon.png │ │ │ └── treeExpandImages.png │ ├── css │ │ ├── AttributeInspector.css │ │ ├── BasemapGallery.css │ │ ├── Bookmarks.css │ │ ├── Directions.css │ │ ├── DirectionsPrint.css │ │ ├── Gallery.css │ │ ├── Gauge.css │ │ ├── Geocoder.css │ │ ├── InfoWindow.css │ │ ├── Legend.css │ │ ├── Measurement.css │ │ ├── OverviewMap.css │ │ ├── Popup.css │ │ ├── PopupMobile.css │ │ ├── Print.css │ │ ├── Scalebar.css │ │ ├── TimeSlider.css │ │ └── temporal.css │ ├── editing │ │ ├── css │ │ │ ├── TemplatePicker.css │ │ │ ├── attachment.css │ │ │ ├── drawingToolbar.css │ │ │ └── editor.css │ │ └── images │ │ │ └── toolbar_icons.png │ └── images │ │ ├── Directions │ │ ├── bluePoint.png │ │ ├── bluePointMove.png │ │ ├── greenPoint.png │ │ ├── greenPointMove.png │ │ ├── loading-32.gif │ │ ├── maneuvers │ │ │ ├── esriDMTBearLeft.png │ │ │ ├── esriDMTBearRight.png │ │ │ ├── esriDMTDepart.png │ │ │ ├── esriDMTDoorPassage.png │ │ │ ├── esriDMTElevator.png │ │ │ ├── esriDMTEndOfFerry.png │ │ │ ├── esriDMTEscalator.png │ │ │ ├── esriDMTFerry.png │ │ │ ├── esriDMTForkCenter.png │ │ │ ├── esriDMTForkLeft.png │ │ │ ├── esriDMTForkRight.png │ │ │ ├── esriDMTHighwayChange.png │ │ │ ├── esriDMTHighwayExit.png │ │ │ ├── esriDMTHighwayMerge.png │ │ │ ├── esriDMTPedestrianRamp.png │ │ │ ├── esriDMTRampLeft.png │ │ │ ├── esriDMTRampRight.png │ │ │ ├── esriDMTRoundabout.png │ │ │ ├── esriDMTSharpLeft.png │ │ │ ├── esriDMTSharpRight.png │ │ │ ├── esriDMTStairs.png │ │ │ ├── esriDMTStop.png │ │ │ ├── esriDMTStopDestination.png │ │ │ ├── esriDMTStopOrigin.png │ │ │ ├── esriDMTStraight.png │ │ │ ├── esriDMTTripItem.png │ │ │ ├── esriDMTTurnLeft.png │ │ │ ├── esriDMTTurnLeftLeft.png │ │ │ ├── esriDMTTurnLeftRight.png │ │ │ ├── esriDMTTurnRight.png │ │ │ ├── esriDMTTurnRightLeft.png │ │ │ ├── esriDMTTurnRightRight.png │ │ │ ├── esriDMTUTurn.png │ │ │ └── esriDMTUnknown.png │ │ ├── print.png │ │ ├── redPoint.png │ │ ├── redPointMove.png │ │ ├── remove-destination.png │ │ └── reverse.png │ │ ├── HistogramTimeSlider │ │ ├── hide.png │ │ ├── hide_over.png │ │ ├── min.png │ │ ├── min_over.png │ │ ├── page_left.png │ │ ├── page_left_over.png │ │ ├── page_right.png │ │ ├── page_right_over.png │ │ ├── pause.png │ │ ├── pause_over.png │ │ ├── play.png │ │ └── play_over.png │ │ ├── Measure_Area16.png │ │ ├── Measure_Distance16.png │ │ ├── Measure_Point16.png │ │ ├── ajax-loader-blue.gif │ │ ├── ajax-loader.gif │ │ ├── arcgisGeocoder.png │ │ ├── attribute_inspector_sprite.png │ │ ├── basemapselected.png │ │ ├── button-active.png │ │ ├── button-hover.png │ │ ├── claro.infowindow.png │ │ ├── close.gif │ │ ├── edit.png │ │ ├── flag.png │ │ ├── geocoder.png │ │ ├── infowindow.png │ │ ├── infowindow.psd │ │ ├── leftlongarrow.png │ │ ├── loading.gif │ │ ├── nihilo.infowindow.png │ │ ├── overview.png │ │ ├── pointerbottom.png │ │ ├── pointertop.png │ │ ├── popup.png │ │ ├── remove-24x24.png │ │ ├── rightlongarrow.png │ │ ├── simpleGeocoder.png │ │ ├── soria.infowindow.png │ │ ├── spinner.gif │ │ ├── squarearrow.png │ │ ├── time_slider_sprite.png │ │ ├── transparent.gif │ │ ├── tundra.infowindow.png │ │ ├── whitedown.png │ │ ├── whitel.png │ │ ├── whiter.png │ │ ├── whiteup.png │ │ └── whitex.png │ ├── images │ ├── map │ │ ├── bing-logo-lg.png │ │ ├── fixed-pan-sprite-white.png │ │ ├── fixed-pan-sprite.png │ │ ├── fixed-pan-sprite.png.old │ │ ├── fixed-pan-sprite.psd │ │ ├── logo-med.png │ │ ├── logo-sm.png │ │ ├── powered_by.png │ │ └── zoom-slider.png │ ├── pixel.png │ └── symbol │ │ └── sfs │ │ ├── backwarddiagonal.png │ │ ├── cross.png │ │ ├── diagonalcross.png │ │ ├── forwarddiagonal.png │ │ ├── horizontal.png │ │ ├── sfs.psd │ │ └── vertical.png │ └── toolbars │ ├── css │ └── edit.css │ └── images │ └── delete.png ├── index.html ├── js ├── app │ ├── WorkflowManager.js │ └── WorkflowManager │ │ ├── Alert.js │ │ ├── Aoi.js │ │ ├── AttachmentItem.js │ │ ├── Attachments.js │ │ ├── ExtendedProperties.js │ │ ├── ExtendedPropertiesItem.js │ │ ├── ExtendedPropertiesRecord.js │ │ ├── ExtendedPropertiesTableList.js │ │ ├── Filter.js │ │ ├── Grid.js │ │ ├── Header.js │ │ ├── History.js │ │ ├── Holds.js │ │ ├── Notes.js │ │ ├── Properties.js │ │ ├── Statistics.js │ │ ├── Workflow.js │ │ ├── WorkflowConfiguration.js │ │ ├── WorkflowImage.js │ │ ├── config │ │ ├── AppConfig.js │ │ └── Topics.js │ │ ├── css │ │ └── WorkflowManager.css │ │ ├── images │ │ ├── EsriGlobe.png │ │ ├── EsriGlobeWhite.png │ │ ├── GenericCheckMark32.png │ │ ├── GenericRun32.png │ │ ├── RefreshWorkflow32.png │ │ ├── embed_link.png │ │ ├── file_link.png │ │ └── url_link.png │ │ ├── libs │ │ └── workflowmanager │ │ │ ├── Enum.js │ │ │ ├── WMAOILayerTask.js │ │ │ ├── WMConfigurationTask.js │ │ │ ├── WMJobTask.js │ │ │ ├── WMNotificationTask.js │ │ │ ├── WMReportTask.js │ │ │ ├── WMTokenTask.js │ │ │ ├── WMWorkflowTask.js │ │ │ ├── _BaseTask.js │ │ │ ├── _Util.js │ │ │ └── supportclasses │ │ │ ├── AOIEvaluator.js │ │ │ ├── AuxRecordDescription.js │ │ │ ├── ChangeRule.js │ │ │ ├── DatasetConfiguration.js │ │ │ ├── DatasetEvaluator.js │ │ │ ├── EmailNotifier.js │ │ │ ├── JobCreationParameters.js │ │ │ ├── JobQueryParameters.js │ │ │ ├── JobUpdateParameters.js │ │ │ └── WhereCondition.js │ │ ├── nls │ │ └── Strings.js │ │ ├── templates │ │ ├── Aoi.html │ │ ├── AoiMap.html │ │ ├── AttachmentItem.html │ │ ├── Attachments.html │ │ ├── ExtendedProperties.html │ │ ├── ExtendedPropertiesItem.html │ │ ├── ExtendedPropertiesRecord.html │ │ ├── ExtendedPropertiesTableList.html │ │ ├── Filter.html │ │ ├── Grid.html │ │ ├── Header.html │ │ ├── History.html │ │ ├── Holds.html │ │ ├── JobDialog.html │ │ ├── Map.html │ │ ├── Notes.html │ │ ├── Properties.html │ │ ├── Statistics.html │ │ ├── Workflow.html │ │ └── WorkflowImage.html │ │ ├── utils │ │ ├── MapUtil.js │ │ ├── URLUtil.js │ │ └── WMUtil.js │ │ └── widgets │ │ ├── AoiFunctions │ │ ├── AoiFunctions.html │ │ └── nls │ │ │ └── Strings.js │ │ ├── SaveExtendedProps.js │ │ ├── SaveExtendedProps │ │ ├── SaveExtendedProps.html │ │ └── nls │ │ │ └── Strings.js │ │ ├── SaveProps.js │ │ ├── SaveProps │ │ ├── SaveProps.html │ │ └── nls │ │ │ └── Strings.js │ │ ├── Wizard.js │ │ ├── Wizard │ │ ├── ProjectCard.js │ │ ├── _ProjectCardItem.js │ │ ├── css │ │ │ └── Wizard.css │ │ ├── nls │ │ │ └── Strings.js │ │ └── templates │ │ │ ├── ProjectCard.html │ │ │ ├── Wizard.html │ │ │ └── _ProjectCardItem.html │ │ └── aoiFunctions.js ├── utils │ ├── DataStore.js │ ├── Expander.js │ ├── Expander │ │ ├── css │ │ │ ├── Expander.css │ │ │ └── images │ │ │ │ ├── expander-close-icon.png │ │ │ │ └── expander-open-icon.png │ │ ├── nls │ │ │ └── Strings.js │ │ └── templates │ │ │ └── Expander.html │ ├── Panel.js │ └── Panel │ │ ├── css │ │ └── Panel.css │ │ ├── libs │ │ └── spin.js │ │ ├── nls │ │ └── Strings.js │ │ └── templates │ │ └── Panel.html └── widget │ ├── Login.js │ ├── Login │ ├── css │ │ └── Login.css │ ├── nls │ │ └── Strings.js │ └── templates │ │ └── Login.html │ ├── charting │ ├── BarChart.js │ ├── BarChart │ │ ├── css │ │ │ ├── BarChart.css │ │ │ └── images │ │ │ │ └── bar-gradient.png │ │ ├── nls │ │ │ └── Strings.js │ │ └── templates │ │ │ └── BarChart.html │ ├── LineChart.js │ ├── LineChart │ │ ├── css │ │ │ └── LineChart.css │ │ ├── nls │ │ │ └── Strings.js │ │ └── templates │ │ │ └── LineChart.html │ ├── PieChart.js │ ├── PieChart │ │ ├── css │ │ │ ├── PieChart.css │ │ │ └── images │ │ │ │ ├── pie-background-extra-large.png │ │ │ │ ├── pie-background-large.png │ │ │ │ ├── pie-background-medium.png │ │ │ │ └── pie-background-small.png │ │ ├── nls │ │ │ └── Strings.js │ │ └── templates │ │ │ └── PieChart.html │ ├── StackedBarChart.js │ └── StackedBarChart │ │ ├── css │ │ ├── StackedBarChart.css │ │ └── images │ │ │ └── bar-gradient.png │ │ ├── nls │ │ └── Strings.js │ │ └── templates │ │ └── StackedBarChart.html │ └── gis │ ├── BasemapGallery.js │ ├── BasemapGallery │ ├── css │ │ └── BasemapGallery.css │ ├── images │ │ ├── gray.jpg │ │ ├── hybrid.jpg │ │ ├── national-geographic.jpg │ │ ├── oceans.jpg │ │ ├── osm.jpg │ │ ├── satellite.jpg │ │ ├── streets.jpg │ │ ├── terrain_labels.jpg │ │ └── topo.jpg │ ├── nls │ │ └── Strings.js │ └── templates │ │ └── BasemapGallery.html │ ├── Coordinates.js │ ├── Coordinates │ ├── css │ │ └── Coordinates.css │ ├── nls │ │ └── Strings.js │ └── templates │ │ └── Coordinates.html │ ├── DrawTool.js │ ├── DrawTool │ ├── css │ │ └── DrawTool.css │ ├── images │ │ ├── clear.png │ │ ├── save.png │ │ └── toolbar_icons.png │ ├── nls │ │ └── Strings.js │ └── templates │ │ └── DrawTool.html │ ├── EsriLegend.js │ ├── EsriLegend │ ├── css │ │ └── EsriLegend.css │ ├── nls │ │ └── Strings.js │ └── templates │ │ └── EsriLegend.html │ ├── EsriMap.js │ ├── EsriMap │ ├── css │ │ └── EsriMap.css │ ├── nls │ │ └── Strings.js │ └── templates │ │ └── EsriMap.html │ ├── EsriSearch.js │ ├── EsriSearch │ ├── nls │ │ └── Strings.js │ └── templates │ │ ├── EsriSearch.html │ │ └── EsriSearchDropDown.html │ ├── EsriSearchDropDown.js │ ├── LayerList.js │ ├── LayerList │ ├── css │ │ ├── LayerList.css │ │ └── images │ │ │ └── dialogCloseIcon.png │ ├── nls │ │ └── Strings.js │ └── templates │ │ └── LayerList.html │ └── _empty │ ├── Reports.js │ └── Reports │ ├── css │ └── Reports.css │ ├── nls │ └── Strings.js │ └── templates │ └── Reports.html ├── json └── jobQueries.json ├── proxy ├── proxy.ashx └── proxy.config ├── web.config └── workflowmanager-viewer-js.png /ArcGIS Workflow Manager JavaScript Viewer - Acknowlegements.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/ArcGIS Workflow Manager JavaScript Viewer - Acknowlegements.pdf -------------------------------------------------------------------------------- /ArcGIS Workflow Manager JavaScript Viewer - What's new.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/ArcGIS Workflow Manager JavaScript Viewer - What's new.pdf -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- 1 | Esri welcomes contributions from anyone and everyone. Please see our [guidelines for contributing](https://github.com/esri/contributing). 2 | 3 | ##### Contributing to ArcGIS Workflow Manager (Classic) JavaScript Viewer 4 | There are many ways you can contribute to the ArcGIS Workflow Manager (Classic) JavaScript Viewer. 5 | 6 | * Be active on the [forum](http://forums.arcgis.com/forums/71-Workflow-Manager). 7 | * Suggest enhancements on [ArcGIS Ideas](http://ideas.arcgis.com/). 8 | * Report potential bugs to [Esri Support](http://support.esri.com/en/). 9 | -------------------------------------------------------------------------------- /README.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/README.pdf -------------------------------------------------------------------------------- /css/images/glyphicons-halflings-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/images/glyphicons-halflings-white.png -------------------------------------------------------------------------------- /css/images/glyphicons-halflings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/images/glyphicons-halflings.png -------------------------------------------------------------------------------- /css/themes/bootstrap/dgrid/css/TouchScroll.css: -------------------------------------------------------------------------------- 1 | /* styles for scrollbars during touch-scroll */ 2 | 3 | .touchscroll-x, .touchscroll-y { 4 | display: none; /* overridden below */ 5 | overflow: hidden; /* cut off ends of scrollbar during rubber-banding */ 6 | position: absolute; 7 | /* establish base style for scrollbar fade-in/out */ 8 | opacity: 0.7; 9 | } 10 | .touchscroll-fadeout .touchscroll-x, .touchscroll-fadeout .touchscroll-y { 11 | opacity: 0; 12 | -webkit-transition: opacity 0.3s ease-out 0.1s; 13 | -moz-transition: opacity 0.3s ease-out 0.1s; 14 | -o-transition: opacity 0.3s ease-out 0.1s; 15 | transition: opacity 0.3s ease-out 0.1s; 16 | } 17 | 18 | .touchscroll-bar { 19 | background-color: rgba(88,88,88,0.97); 20 | border: 1px solid rgba(88,88,88,1); 21 | border-radius: 3px; 22 | 23 | /* the borders aren't anti-aliased on Android, so this smooths it out a bit */ 24 | -webkit-box-shadow: 0 0 1px rgba(88,88,88,0.4); 25 | } 26 | 27 | .touchscroll-x { 28 | left: 1px; 29 | right: 3px; 30 | bottom: 1px; 31 | height: 5px; 32 | } 33 | .touchscroll-y { 34 | top: 1px; 35 | bottom: 3px; 36 | right: 1px; 37 | width: 5px; 38 | } 39 | 40 | .touchscroll-scrollable-x .touchscroll-x, .touchscroll-scrollable-y .touchscroll-y { 41 | display: block; /* display scrollbar when appropriate */ 42 | } 43 | 44 | .touchscroll-bar { 45 | /* Establish transition property and timing function for scrollbars */ 46 | -webkit-transition: transform cubic-bezier(0.33, 0.66, 0.66, 1); 47 | -moz-transition: transform cubic-bezier(0.33, 0.66, 0.66, 1); 48 | -o-transition: transform cubic-bezier(0.33, 0.66, 0.66, 1); 49 | transition: transform cubic-bezier(0.33, 0.66, 0.66, 1); 50 | } 51 | 52 | /* indicator of a successful load */ 53 | #dgrid-css-TouchScroll-loaded { 54 | display: none; 55 | } -------------------------------------------------------------------------------- /css/themes/bootstrap/dgrid/css/columnset.css: -------------------------------------------------------------------------------- 1 | .dgrid-column-set { 2 | overflow: hidden; 3 | width: 100%; 4 | position: relative; /* This is needed because we setting position: relative on cells in the grid for focus in IE7*/ 5 | } 6 | 7 | .dgrid-column-set-cell { 8 | vertical-align: top; 9 | } 10 | .dgrid-column-set-scroller { 11 | position: absolute; 12 | bottom: 0px; 13 | overflow-x: auto; 14 | overflow-y: hidden; 15 | } 16 | .dgrid-column-set-scroller-content { 17 | position: relative; 18 | height: 1px; 19 | } 20 | 21 | /* UA-specific hacks*/ 22 | html.has-mozilla .dgrid-column-set *:focus, html.has-safari .dgrid-column-set *:focus { 23 | /* firefox and opera's outline gets cropped by the overflow: hidden, so we add a border*/ 24 | border: 1px dotted black; 25 | outline: 1px dotted black; 26 | } 27 | html.has-ie-7 .dgrid-column-set { 28 | /* in IE7 (strangely not IE6 or IE8+) this is needed instead of 100% to make it not create a horizontal scroll bar*/ 29 | width: auto; 30 | } 31 | 32 | html.has-quirks .dgrid-column-set { 33 | /* at it works in quirks even in IE7*/ 34 | width: 100%; 35 | } 36 | 37 | /* indicator of a successful load */ 38 | #dgrid-css-columnset-loaded { 39 | display: none; 40 | } -------------------------------------------------------------------------------- /css/themes/bootstrap/dgrid/css/dgrid_rtl.css: -------------------------------------------------------------------------------- 1 | /* rtl support 2 | 3 | IMPORTANT: 4 | WebKit places the scrollbars on the RIGHT, even when in RTL mode :( 5 | .dgrid-rtl is added to the domNode if the grid's isRTL is true 6 | .dgrid-rtl-nonwebkit is also added to the domNode if 7 | the grid's isRTL is true AND the client isn't WebKit 8 | */ 9 | .dgrid-rtl-nonwebkit .dgrid-header { 10 | right: 0; 11 | left: 17px; 12 | } 13 | .dgrid-rtl-nonwebkit .dgrid-header-scroll { 14 | left: 0px; 15 | right: auto; 16 | } 17 | .dgrid-rtl .dgrid-cell { 18 | text-align: right; 19 | } 20 | /* Reverse position of sort arrow */ 21 | .dgrid-rtl .dgrid-sort-arrow { 22 | float: left; 23 | margin: 0 4px; 24 | } 25 | /* Reverse arrows for tree expando states */ 26 | .dgrid-rtl .ui-icon-triangle-1-e { 27 | background-position: -96px -16px; 28 | } 29 | .dgrid-rtl .ui-icon-triangle-1-se { 30 | background-position: -80px -16px; 31 | } 32 | -------------------------------------------------------------------------------- /css/themes/bootstrap/dgrid/css/extensions/ColumnHider.css: -------------------------------------------------------------------------------- 1 | .dgrid-hider-toggle { 2 | background-position: 0 -192px; 3 | cursor: pointer; 4 | position: absolute; 5 | right: 2.5px; 6 | /* scrollbar's width minus width of the icon and divide this value by 2, which is the spacing it needs to center the icon */ 7 | top: 50%; 8 | margin-top: -8px; 9 | } 10 | .dgrid-hider-menu { 11 | position: absolute; 12 | top: 0; 13 | right: 18.5px; 14 | width: 184px; 15 | -moz-border-radius: 4px; 16 | border-radius: 4px; 17 | -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2); 18 | -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2); 19 | box-shadow: 0 5px 10px rgba(0,0,0,0.2); 20 | border: 1px solid #ccc; 21 | background-color: #fff; 22 | z-index: 99999; 23 | padding: 4px; 24 | overflow-x: hidden; 25 | overflow-y: auto; 26 | } 27 | .dgrid-hider-menu-row { 28 | position: relative; 29 | padding: 4px; 30 | } 31 | .dgrid-hider-menu-check { 32 | position: absolute; 33 | top: 4px; 34 | left: 4px; 35 | padding: 0; 36 | } 37 | .dgrid-hider-menu-label { 38 | display: block; 39 | padding-left: 20px; 40 | /* width of a checkbox plus value of the default padding */ 41 | } 42 | html.has-quirks .dgrid-hider-menu-check, 43 | html.has-ie-6-7 .dgrid-hider-menu-check { 44 | /* IE < 8 seems to ignore padding: 0, so counteract */ 45 | top: 0; 46 | left: 0; 47 | } 48 | #dgrid-css-extensions-ColumnHider-loaded { 49 | display: none; 50 | } 51 | -------------------------------------------------------------------------------- /css/themes/bootstrap/dgrid/css/extensions/ColumnReorder.css: -------------------------------------------------------------------------------- 1 | .dgrid-header .dgrid-cell { 2 | display: table-cell; 3 | /* override any spurious dojoDndItem settings elsewhere */ 4 | } 5 | .dgrid-header .dojoDndItemBefore { 6 | border-left: 2px dotted #0081c2 !important; 7 | } 8 | .dgrid-header .dojoDndItemAfter { 9 | border-right: 2px dotted #0081c2 !important; 10 | } 11 | #dgrid-css-extensions-ColumnReorder-loaded { 12 | /* load indicator for xstyle */ 13 | display: none; 14 | } 15 | -------------------------------------------------------------------------------- /css/themes/bootstrap/dgrid/css/extensions/ColumnResizer.css: -------------------------------------------------------------------------------- 1 | .dgrid-column-resizer { 2 | position: absolute; 3 | width: 2px; 4 | background-color: #666; 5 | z-index: 1000; 6 | } 7 | 8 | .dgrid-resize-handle { 9 | height: 100px; 10 | width: 0; 11 | position: absolute; 12 | right: -4px; 13 | top:-4px; 14 | cursor: col-resize; 15 | z-index: 999; 16 | border-left: 5px solid transparent; 17 | outline: none; 18 | } 19 | html.has-ie-6 .dgrid-resize-handle { 20 | border-color: pink; 21 | filter: chroma(color=pink); 22 | } 23 | .dgrid-resize-header-container { 24 | height:100%; 25 | } 26 | 27 | /* make the resize handles larger on touch-capable devices */ 28 | html.has-touch .dgrid-resize-handle { 29 | border-left: 20px solid transparent; 30 | } 31 | html.has-touch .dgrid-column-resizer { 32 | width: 2px; 33 | } 34 | 35 | html.has-no-quirks .dgrid-resize-header-container { 36 | /* set to relative so we can do the resizing against this node... 37 | except when in quirks mode, where we have to use the th */ 38 | position: relative; 39 | } 40 | html.has-ie-6 .dgrid-resize-header-container { 41 | position: static; /* and in IE6 we have to do the th hack */ 42 | } 43 | .dgrid-header .dgrid-cell-padding { 44 | overflow: hidden; 45 | } 46 | html.has-ie-6 .dgrid-header .dgrid-cell-padding { 47 | margin-right: 4px; /* for IE6, keep the resizer visible */ 48 | } 49 | html.has-ie-6 .dgrid-header .dgrid-sort-arrow { 50 | margin-right: 0; /* for IE6, zero out the right margin due to the right margin for the container */ 51 | } 52 | html.has-quirks .dgrid-header .dgrid-cell-padding, html.has-ie-6 .dgrid-header .dgrid-cell { 53 | position:relative; 54 | } 55 | 56 | #dgrid-css-extensions-ColumnResizer-loaded { 57 | display: none; 58 | } 59 | -------------------------------------------------------------------------------- /css/themes/bootstrap/dgrid/css/extensions/CompoundColumns.css: -------------------------------------------------------------------------------- 1 | .dgrid-spacer-row th { /* Need to make these cells zero height/invisible, but still force the table layout */ 2 | padding-top: 0; 3 | padding-bottom: 0; 4 | border-top: none; 5 | border-bottom: none; 6 | } 7 | 8 | #dgrid-css-extensions-CompoundColumns-loaded { display: none; } -------------------------------------------------------------------------------- /css/themes/bootstrap/dgrid/css/extensions/Pagination.css: -------------------------------------------------------------------------------- 1 | .dgrid-status { 2 | margin: 4px; 3 | } 4 | .dgrid-pagination .dgrid-status { 5 | float: left; 6 | line-height: 20px; 7 | } 8 | .dgrid-pagination .dgrid-navigation, 9 | .dgrid-pagination .dgrid-page-size { 10 | float: right; 11 | margin: 4px; 12 | line-height: 20px; 13 | } 14 | .dgrid-navigation a { 15 | font-weight: bold; 16 | text-decoration: none; 17 | color: inherit; 18 | padding: 0 4px; 19 | } 20 | .has-ie-6-7 .dgrid-navigation a, 21 | .has-ie.has-quirks .dgrid-navigation a { 22 | /* IE < 8 (and IE quirksmode) doesn't support inherit in most cases. 23 | Unfortunately this makes more work for some skins as well... 24 | */ 25 | color: #333; 26 | } 27 | .dgrid-first, 28 | .dgrid-last, 29 | .dgrid-next, 30 | .dgrid-previous { 31 | font-size: 130%; 32 | } 33 | .dgrid-pagination .dgrid-page-disabled, 34 | .has-ie-6-7 .dgrid-navigation .dgrid-page-disabled, 35 | .has-ie.has-quirks .dgrid-navigation .dgrid-page-disabled { 36 | color: #999; 37 | cursor: default; 38 | } 39 | .dgrid-page-input { 40 | width: 2em; 41 | text-align: center; 42 | } 43 | /* indicator of a successful load */ 44 | #dgrid-css-extensions-Pagination-loaded { 45 | display: none; 46 | } 47 | -------------------------------------------------------------------------------- /css/themes/bootstrap/dgrid/css/has-transforms3d.css: -------------------------------------------------------------------------------- 1 | /* these media queries assist in feature detection of 3D transforms */ 2 | 3 | .has-csstransforms3d { 4 | position: absolute; 5 | visibility: hidden; 6 | } 7 | @media (transform-3d) { .csstransforms3d { left: 9px; } } 8 | @media (-ms-transform-3d) { .csstransforms3d { left: 10px; } } 9 | @media (-o-transform-3d) { .csstransforms3d { left: 11px; } } 10 | @media (-moz-transform-3d) { .csstransforms3d { left: 12px; } } 11 | @media (-webkit-transform-3d) { .csstransforms3d { left: 13px; } } 12 | 13 | /* indicator of a successful load via xstyle */ 14 | #dgrid-css-has-transforms3d-loaded { 15 | display: none; 16 | } -------------------------------------------------------------------------------- /css/themes/bootstrap/dgrid/css/images/ui-icons_222222_256x240.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/dgrid/css/images/ui-icons_222222_256x240.png -------------------------------------------------------------------------------- /css/themes/bootstrap/dgrid/css/images/ui-icons_222222_256x240_white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/dgrid/css/images/ui-icons_222222_256x240_white.png -------------------------------------------------------------------------------- /css/themes/bootstrap/dgrid/css/skins/images/row_back.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/dgrid/css/skins/images/row_back.png -------------------------------------------------------------------------------- /css/themes/bootstrap/dojo/Calendar_rtl.css: -------------------------------------------------------------------------------- 1 | /* .{$theme-name} .dijitCalendarRtl .dijitCalendarIncrease{ 2 | background-position: 0 0; 3 | } 4 | .{$theme-name} .dijitCalendarRtl .dijitCalendarDecrease { 5 | background-position: -18px 0 6 | } 7 | .{$theme-name} .dijitCalendarRtl .dijitCalendarArrowHover .dijitCalendarIncrease { 8 | background-position: -36px 0 9 | } 10 | .{$theme-name} .dijitCalendarRtl .dijitCalendarArrowHover .dijitCalendarDecrease { 11 | background-position: -55px 0 12 | } 13 | .{$theme-name} .dijitCalendarRtl .dijitCalendarArrowActive .dijitCalendarIncrease { 14 | background-position: -72px 0 15 | } 16 | .{$theme-name} .dijitCalendarRtl .dijitCalendarArrowActive .dijitCalendarDecrease { 17 | background-position: -91px 0 18 | } 19 | 20 | */ 21 | -------------------------------------------------------------------------------- /css/themes/bootstrap/dojo/ColorPalette.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/dojo/ColorPalette.css -------------------------------------------------------------------------------- /css/themes/bootstrap/dojo/Dialog_rtl.css: -------------------------------------------------------------------------------- 1 | /* Dialog */ 2 | .bootstrap .dijitDialogRtl .dijitDialogCloseIcon { 3 | right: auto; 4 | left: 12px; 5 | } 6 | .bootstrap .dijitDialogRtl .dijitDialogPaneActionBar { 7 | text-align: left; 8 | } 9 | -------------------------------------------------------------------------------- /css/themes/bootstrap/dojo/Editor.css: -------------------------------------------------------------------------------- 1 | /* Editor 2 | * 3 | * Styling Editor means styling the Editor inside iframe container (dijitEditorIFrameContainer) 4 | * 5 | * 1. Editor iframe container (default styling): 6 | * .dijitEditorIFrameContainer - normal state styles: background-color, border, padding 7 | * 8 | * 2. hovered Editor iframe container (ie, mouse hover on editor) 9 | * .dijitEditorHover .dijitEditorIFrameContainer/dijitEditorIFrame - styles when mouse hover on the container 10 | * 11 | * 3. focused Editor iframe container (ie, mouse focus on the editor pane) 12 | * .dijitEditorFocused .dijitEditorIFrameContainer/dijitEditorIFrame - styles when container focused 13 | * 14 | * 3. disabled Editor iframe container 15 | * .dijitEditorDisabled - editor's inner iframe container disable status styles: background, border 16 | */ 17 | .claro .dijitEditorIFrameContainer { 18 | padding: 3px 3px 1px 10px; 19 | } 20 | .claro .dijitEditorIFrame { 21 | background-color: #fff; 22 | } 23 | .claro .dijitEditor { 24 | border: 1px solid #ccc; 25 | } 26 | .claro .dijitEditor .dijitEditorIFrameContainer { 27 | background-color: #fff; 28 | background-repeat: repeat-x; 29 | } 30 | .claro .dijitEditorHover .dijitEditorIFrameContainer, 31 | .claro .dijitEditorHover .dijitEditorIFrameContainer .dijitEditorIFrame { 32 | background-color: #e6e6e6; 33 | } 34 | .claro .dijitEditorFocused .dijitEditorIFrameContainer, 35 | .claro .dijitEditorFocused .dijitEditorIFrameContainer .dijitEditorIFrame { 36 | background-color: #fff; 37 | } 38 | /* Disabled */ 39 | .claro .dijitEditorDisabled { 40 | border: 1px solid #ccc; 41 | color: #999; 42 | } 43 | .claro .dijitDisabled .dijitEditorIFrame, 44 | .claro .dijitDisabled .dijitEditorIFrameContainer, 45 | .claro .dijitDisabled .dijitEditorIFrameContainer .dijitEditorIFrame { 46 | background-color: #e6e6e6; 47 | background-image: none; 48 | } 49 | -------------------------------------------------------------------------------- /css/themes/bootstrap/dojo/Editor_rtl.css: -------------------------------------------------------------------------------- 1 | /* Editor */ 2 | .claro .dijitEditorRtl .dijitEditorIFrameContainer { 3 | padding: 3px 10px 1px 3px; 4 | } 5 | -------------------------------------------------------------------------------- /css/themes/bootstrap/dojo/InlineEditBox.css: -------------------------------------------------------------------------------- 1 | /* InlineEditBox 2 | * 3 | * Styling InlineEditBox mainly includes: 4 | * 5 | * 1. Normal state 6 | * .dijitInlineEditBoxDisplayMode - for border 7 | * 8 | * 2. Hover state 9 | * .dijitInlineEditBoxDisplayModeHover - for border and background color 10 | */ 11 | .claro .dijitInlineEditBoxDisplayMode { 12 | border: 1px solid transparent; 13 | } 14 | .claro .dijitInlineEditBoxDisplayModeHover { 15 | background-color: #e6e6e6; 16 | border: solid 1px rgba(0,0,0,0.1) rgba(0,0,0,0.1) #a4a4a4; 17 | } 18 | .dj_ie6 .claro .dijitInlineEditBoxDisplayMode { 19 | border: none; 20 | } 21 | -------------------------------------------------------------------------------- /css/themes/bootstrap/dojo/Menu_rtl.css: -------------------------------------------------------------------------------- 1 | .bootstrap .dijitMenuItemRtl .dijitMenuExpand { 2 | background-position: -7px 0; 3 | margin-right: 0; 4 | margin-left: 3px; 5 | } 6 | .bootstrap .dijitMenuItemRtl .dijitMenuItemIcon { 7 | margin: 0 4px 0 0; 8 | } 9 | -------------------------------------------------------------------------------- /css/themes/bootstrap/dojo/TimePicker_rtl.css: -------------------------------------------------------------------------------- 1 | /* TimePicker */ 2 | .dj_ie .bootstrap .dijitTimePickerRtl .dijitTimePickerTickHover, 3 | .dj_ie .bootstrap .dijitTimePickerRtl .dijitTimePickerMarkerHover, 4 | .dj_ie .bootstrap .dijitTimePickerRtl .dijitTimePickerMarkerSelected, 5 | .dj_ie .bootstrap .dijitTimePickerRtl .dijitTimePickerTickSelected { 6 | margin-left: -6px; 7 | margin-right: -8px; 8 | width: 114%; 9 | } 10 | -------------------------------------------------------------------------------- /css/themes/bootstrap/dojo/TitlePane_rtl.css: -------------------------------------------------------------------------------- 1 | /* TitlePane */ 2 | .claro .dijitTitlePaneRtl .dijitClosed .dijitArrowNode { 3 | background-position: -7px 0; 4 | } 5 | -------------------------------------------------------------------------------- /css/themes/bootstrap/dojo/Toolbar_rtl.css: -------------------------------------------------------------------------------- 1 | /* Toolbar RTL */ 2 | /* Repeated rules from Toolbar.css to override rule from Button_rtl.css, which is loaded after Toolbar.css */ 3 | .claro .dijitToolbar .dijitComboButtonRtl .dijitButtonNode { 4 | border-width: 0; 5 | padding: 2px; 6 | } 7 | .claro .dijitToolbar .dijitComboButtonRtlHover .dijitButtonNode, 8 | .claro .dijitToolbar .dijitComboButtonRtlActive .dijitButtonNode { 9 | border-width: 1px; 10 | padding: 1px; 11 | } 12 | .claro .dijitToolbar .dijitComboButtonRtl .dijitStretch { 13 | /* no rounded border on side adjacent to arrow */ 14 | -moz-border-radius: 0 2px 2px 0; 15 | border-radius: 0 2px 2px 0; 16 | } 17 | .claro .dijitToolbar .dijitComboButtonRtl .dijitArrowButton { 18 | /* no rounded border on side adjacent to button */ 19 | -moz-border-radius: 2px 0 0 2px; 20 | border-radius: 2px 0 0 2px; 21 | } 22 | .claro .dijitToolbar .dijitComboButtonRtlHover .dijitArrowButton, 23 | .claro .dijitToolbar .dijitComboButtonRtlActive .dijitArrowButton { 24 | /* border between button and arrow */ 25 | border-left-width: 1px; 26 | border-right-width: 0; 27 | padding-left: 1px; 28 | padding-right: 2px; 29 | } 30 | -------------------------------------------------------------------------------- /css/themes/bootstrap/dojo/bootstrap.css: -------------------------------------------------------------------------------- 1 | @import url("dijit.css"); 2 | @import url("icons/commonIcons.css");/*sprite containing common icons to be used by all themes*/ 3 | @import url("Common.css"); 4 | @import url("form/Common.css"); 5 | @import url("form/Button.css"); 6 | @import url("form/Checkbox.css"); 7 | @import url("form/RadioButton.css"); 8 | @import url("form/Select.css"); 9 | @import url("layout/TabContainer.css"); 10 | @import url("Dialog.css"); 11 | @import url("layout/AccordionContainer.css"); 12 | @import url("layout/ContentPane.css"); 13 | @import url("Calendar.css"); 14 | @import url("Menu.css"); 15 | @import url("form/Slider.css"); 16 | @import url("ColorPalette.css"); 17 | @import url("InlineEditBox.css"); 18 | @import url("ProgressBar.css"); 19 | @import url("TimePicker.css"); 20 | @import url("layout/BorderContainer.css"); 21 | @import url("Tree.css"); 22 | @import url("Toolbar.css"); 23 | @import url("Editor.css");/*in order to test button or menu item with icon */ 24 | @import url("icons/editorIcons.css"); /*sprite for editor icons to be used by all themes*/ 25 | @import url("TitlePane.css"); 26 | @import url("form/NumberSpinner.css"); 27 | 28 | @import url("theme_rtl.css"); -------------------------------------------------------------------------------- /css/themes/bootstrap/dojo/document.css: -------------------------------------------------------------------------------- 1 | /* ======= Styling for the document itself (overriding dojo.css) ======== */ 2 | @import url("../../../dojo/resources/dojo.css"); 3 | .claro { 4 | font-family: Verdana, Arial, Helvetica, sans-serif; 5 | font-size: 0.688em; 6 | color: #131313; 7 | } 8 | /* Headings */ 9 | .claro h1 { 10 | font-size: 1.545em; 11 | margin-bottom: 0.727em; 12 | } 13 | .claro h2 { 14 | font-size: 1.364em; 15 | line-height: 1.455em; 16 | margin-top: 1em; 17 | margin-bottom: 0.6em; 18 | font-weight: normal; 19 | } 20 | .claro h3, 21 | .claro h4, 22 | .claro h5, 23 | .claro h6 { 24 | font-size: 1.091em; 25 | font-weight: normal; 26 | } 27 | /* paragraphs, quotes and lists */ 28 | .claro p { 29 | line-height: 1.3em; 30 | } 31 | /* pre and code */ 32 | .claro pre, 33 | .claro code { 34 | font-family: inherit; 35 | background-color: #efefef; 36 | border: 1px solid #999; 37 | } 38 | /* tables */ 39 | .claro table.dojoTabular thead, 40 | .claro table.dojoTabular tfoot { 41 | background-color: #efefef; 42 | border: 1px solid #999; 43 | } 44 | -------------------------------------------------------------------------------- /css/themes/bootstrap/dojo/form/Button_rtl.css: -------------------------------------------------------------------------------- 1 | /* Combo Button */ 2 | .bootstrap .dijitComboButtonRtl .dijitStretch { 3 | -moz-border-radius: 0 4px 4px 0; 4 | border-radius: 0 4px 4px 0; 5 | } 6 | .bootstrap .dijitComboButtonRtl .dijitArrowButton { 7 | -moz-border-radius: 4px 0 0 4px; 8 | border-radius: 4px 0 0 4px; 9 | padding: 3px 0 4px; 10 | border-left-width: 1px; 11 | border-right-width: 0; 12 | } 13 | /* End Combo Button */ 14 | -------------------------------------------------------------------------------- /css/themes/bootstrap/dojo/form/Common_rtl.css: -------------------------------------------------------------------------------- 1 | /* claro/form/Common_rtl.css */ 2 | .bootstrap .dijitTextBoxRtlError .dijitValidationContainer { 3 | border-left-width: 0 !important; 4 | border-right-width: 1px !important; 5 | } 6 | -------------------------------------------------------------------------------- /css/themes/bootstrap/dojo/form/Slider_rtl.css: -------------------------------------------------------------------------------- 1 | /* 2 | .{$theme-name} .dijitSliderRtl .dijitSliderProgressBarH, 3 | .{$theme-name} .dijitSliderRtl .dijitSliderRemainingBarH, 4 | .{$theme-name} .dijitSliderRtl .dijitSliderLeftBumper, 5 | .{$theme-name} .dijitSliderRtl .dijitSliderRightBumper, 6 | .{$theme-name} .dijitSliderRtl .dijitSliderTopBumper { 7 | background-position: top right 8 | } 9 | 10 | .{$theme-name} .dijitSliderRtl .dijitSliderProgressBarV, 11 | .{$theme-name} .dijitSliderRtl .dijitSliderRemainingBarV, 12 | .{$theme-name} .dijitSliderRtl .dijitSliderBottomBumper { 13 | background-position: bottom right 14 | } 15 | */ 16 | .$theme-name .dijitSliderRtl .dijitSliderLeftBumper { 17 | border-left-width: 0; 18 | border-right-width: 1px; 19 | } 20 | .$theme-name .dijitSliderRtl .dijitSliderRightBumper { 21 | border-left-width: 1px; 22 | border-right-width: 0; 23 | } 24 | .$theme-name .dijitSliderRtl .dijitSliderIncrementIconH { 25 | background-position: -357px 50%; 26 | } 27 | .$theme-name .dijitSliderRtl .dijitSliderDecrementIconH { 28 | background-position: -251px 50%; 29 | } 30 | -------------------------------------------------------------------------------- /css/themes/bootstrap/dojo/form/images/buttonArrows - Copy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/dojo/form/images/buttonArrows - Copy.png -------------------------------------------------------------------------------- /css/themes/bootstrap/dojo/form/images/buttonArrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/dojo/form/images/buttonArrows.png -------------------------------------------------------------------------------- /css/themes/bootstrap/dojo/form/images/buttonDisabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/dojo/form/images/buttonDisabled.png -------------------------------------------------------------------------------- /css/themes/bootstrap/dojo/form/images/buttonDisabled.svg: -------------------------------------------------------------------------------- 1 | 2 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 22 | 23 | -------------------------------------------------------------------------------- /css/themes/bootstrap/dojo/form/images/buttonEnabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/dojo/form/images/buttonEnabled.png -------------------------------------------------------------------------------- /css/themes/bootstrap/dojo/form/images/buttonEnabled.svg: -------------------------------------------------------------------------------- 1 | 2 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 23 | 24 | -------------------------------------------------------------------------------- /css/themes/bootstrap/dojo/form/images/buttonEnabled1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/dojo/form/images/buttonEnabled1.png -------------------------------------------------------------------------------- /css/themes/bootstrap/dojo/form/images/checkboxAndRadioButtons_IE6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/dojo/form/images/checkboxAndRadioButtons_IE6.png -------------------------------------------------------------------------------- /css/themes/bootstrap/dojo/form/images/checkboxRadioButtonStates.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/dojo/form/images/checkboxRadioButtonStates.png -------------------------------------------------------------------------------- /css/themes/bootstrap/dojo/form/images/checkboxRadioButtonStates.png.old: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/dojo/form/images/checkboxRadioButtonStates.png.old -------------------------------------------------------------------------------- /css/themes/bootstrap/dojo/form/images/commonFormArrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/dojo/form/images/commonFormArrows.png -------------------------------------------------------------------------------- /css/themes/bootstrap/dojo/form/images/error.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/dojo/form/images/error.png -------------------------------------------------------------------------------- /css/themes/bootstrap/dojo/form/images/glyphicons-halflings-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/dojo/form/images/glyphicons-halflings-white.png -------------------------------------------------------------------------------- /css/themes/bootstrap/dojo/form/images/glyphicons-halflings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/dojo/form/images/glyphicons-halflings.png -------------------------------------------------------------------------------- /css/themes/bootstrap/dojo/form/images/sliderThumbs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/dojo/form/images/sliderThumbs.png -------------------------------------------------------------------------------- /css/themes/bootstrap/dojo/icons/editorIcons_rtl.css: -------------------------------------------------------------------------------- 1 | 2 | .dijitEditorRtl .dijitEditorIcon { 3 | background-image: url('images/editorIconsEnabled_rtl.png'); 4 | } 5 | .dijitEditorRtlDisabled .dijitEditorIcon { 6 | background-image: url('images/editorIconsDisabled_rtl.png'); 7 | } 8 | .dijitToolbarRtl .dijitToolbarSeparator { 9 | background-image: url('images/editorIconsEnabled_rtl.png'); 10 | } 11 | -------------------------------------------------------------------------------- /css/themes/bootstrap/dojo/icons/images/commonIconsObjActDisabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/dojo/icons/images/commonIconsObjActDisabled.png -------------------------------------------------------------------------------- /css/themes/bootstrap/dojo/icons/images/commonIconsObjActDisabled_rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/dojo/icons/images/commonIconsObjActDisabled_rtl.png -------------------------------------------------------------------------------- /css/themes/bootstrap/dojo/icons/images/commonIconsObjActEnabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/dojo/icons/images/commonIconsObjActEnabled.png -------------------------------------------------------------------------------- /css/themes/bootstrap/dojo/icons/images/commonIconsObjActEnabled8bit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/dojo/icons/images/commonIconsObjActEnabled8bit.png -------------------------------------------------------------------------------- /css/themes/bootstrap/dojo/icons/images/commonIconsObjActEnabled8bit_rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/dojo/icons/images/commonIconsObjActEnabled8bit_rtl.png -------------------------------------------------------------------------------- /css/themes/bootstrap/dojo/icons/images/commonIconsObjActEnabled_rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/dojo/icons/images/commonIconsObjActEnabled_rtl.png -------------------------------------------------------------------------------- /css/themes/bootstrap/dojo/icons/images/editorIconsDisabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/dojo/icons/images/editorIconsDisabled.png -------------------------------------------------------------------------------- /css/themes/bootstrap/dojo/icons/images/editorIconsDisabled_rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/dojo/icons/images/editorIconsDisabled_rtl.png -------------------------------------------------------------------------------- /css/themes/bootstrap/dojo/icons/images/editorIconsEnabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/dojo/icons/images/editorIconsEnabled.png -------------------------------------------------------------------------------- /css/themes/bootstrap/dojo/icons/images/editorIconsEnabled_rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/dojo/icons/images/editorIconsEnabled_rtl.png -------------------------------------------------------------------------------- /css/themes/bootstrap/dojo/icons/images/loadingAnimation_rtl.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/dojo/icons/images/loadingAnimation_rtl.gif -------------------------------------------------------------------------------- /css/themes/bootstrap/dojo/images/activeGradient.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/dojo/images/activeGradient.png -------------------------------------------------------------------------------- /css/themes/bootstrap/dojo/images/activeGradient.svg: -------------------------------------------------------------------------------- 1 | 2 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /css/themes/bootstrap/dojo/images/calendar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/dojo/images/calendar.png -------------------------------------------------------------------------------- /css/themes/bootstrap/dojo/images/calendarArrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/dojo/images/calendarArrows.png -------------------------------------------------------------------------------- /css/themes/bootstrap/dojo/images/calendarArrows8bit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/dojo/images/calendarArrows8bit.png -------------------------------------------------------------------------------- /css/themes/bootstrap/dojo/images/checkmarkNoBorder.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/dojo/images/checkmarkNoBorder.gif -------------------------------------------------------------------------------- /css/themes/bootstrap/dojo/images/checkmarkNoBorder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/dojo/images/checkmarkNoBorder.png -------------------------------------------------------------------------------- /css/themes/bootstrap/dojo/images/dialogCloseIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/dojo/images/dialogCloseIcon.png -------------------------------------------------------------------------------- /css/themes/bootstrap/dojo/images/dialogCloseIcon.png.old: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/dojo/images/dialogCloseIcon.png.old -------------------------------------------------------------------------------- /css/themes/bootstrap/dojo/images/dialogCloseIcon8bit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/dojo/images/dialogCloseIcon8bit.png -------------------------------------------------------------------------------- /css/themes/bootstrap/dojo/images/dnd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/dojo/images/dnd.png -------------------------------------------------------------------------------- /css/themes/bootstrap/dojo/images/glyphicons-halflings-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/dojo/images/glyphicons-halflings-white.png -------------------------------------------------------------------------------- /css/themes/bootstrap/dojo/images/glyphicons-halflings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/dojo/images/glyphicons-halflings.png -------------------------------------------------------------------------------- /css/themes/bootstrap/dojo/images/loadingAnimation.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/dojo/images/loadingAnimation.gif -------------------------------------------------------------------------------- /css/themes/bootstrap/dojo/images/popup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/dojo/images/popup.png -------------------------------------------------------------------------------- /css/themes/bootstrap/dojo/images/progressBarAnim.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/dojo/images/progressBarAnim.gif -------------------------------------------------------------------------------- /css/themes/bootstrap/dojo/images/progressBarFull.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/dojo/images/progressBarFull.png -------------------------------------------------------------------------------- /css/themes/bootstrap/dojo/images/progressBarStrips.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/dojo/images/progressBarStrips.png -------------------------------------------------------------------------------- /css/themes/bootstrap/dojo/images/spriteArrows.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/dojo/images/spriteArrows.png -------------------------------------------------------------------------------- /css/themes/bootstrap/dojo/images/standardGradient.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/dojo/images/standardGradient.png -------------------------------------------------------------------------------- /css/themes/bootstrap/dojo/images/standardGradient.svg: -------------------------------------------------------------------------------- 1 | 2 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | -------------------------------------------------------------------------------- /css/themes/bootstrap/dojo/images/tooltip.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/dojo/images/tooltip.png -------------------------------------------------------------------------------- /css/themes/bootstrap/dojo/images/tooltip.png.old: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/dojo/images/tooltip.png.old -------------------------------------------------------------------------------- /css/themes/bootstrap/dojo/images/tooltip8bit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/dojo/images/tooltip8bit.png -------------------------------------------------------------------------------- /css/themes/bootstrap/dojo/images/treeExpandImages.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/dojo/images/treeExpandImages.png -------------------------------------------------------------------------------- /css/themes/bootstrap/dojo/images/treeExpandImages8bit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/dojo/images/treeExpandImages8bit.png -------------------------------------------------------------------------------- /css/themes/bootstrap/dojo/layout/ContentPane.css: -------------------------------------------------------------------------------- 1 | /* ContentPane 2 | * 3 | * .dijitContentPane 4 | * set padding for basic content pane 5 | * 6 | * Nested layouts: 7 | * 8 | * .dijitTabContainerTop-dijitContentPane, 9 | * .dijitTabContainerLeft-dijitContentPane, 10 | * .dijitTabContainerBottom-dijitContentPane, 11 | * .dijitTabContainerRight-dijitContentPane 12 | * set background-color and padding of ContentPanes nested within TabContainer (can do top, left, bottom, or right) or Accordion Container 13 | * 14 | * .dijitAccordionContainer-dijitContentPane 15 | * set background-color and padding of ContentPane nested within Accordion 16 | * 17 | * .dijitSplitContainer-dijitContentPane, 18 | * set background-color and padding of ContentPane nested within a SplitContainer 19 | * 20 | * .dijitBorderContainer-dijitContentPane 21 | * set background-color and padding of ContentPane nested within a BorderContainer 22 | */ 23 | .bootstrap .dijitContentPane { 24 | background: #fff; 25 | padding: 4px; 26 | -moz-border-radius: 0; 27 | border-radius: 0; 28 | -webkit-box-shadow: none; 29 | -moz-box-shadow: none; 30 | box-shadow: none; 31 | } 32 | /* contentpane in other layouts */ 33 | .bootstrap .dijitTabContainerTop-dijitContentPane, 34 | .bootstrap .dijitTabContainerLeft-dijitContentPane, 35 | .bootstrap .dijitTabContainerBottom-dijitContentPane, 36 | .bootstrap .dijitTabContainerRight-dijitContentPane, 37 | .bootstrap .dijitAccordionContainer-dijitContentPane { 38 | background: #fff; 39 | padding: 4px; 40 | left: 0 !important; 41 | top: 0 !important; 42 | } 43 | -------------------------------------------------------------------------------- /css/themes/bootstrap/dojo/layout/TabContainer_rtl.css: -------------------------------------------------------------------------------- 1 | .bootstrap .dijitTabContainerTop-tabs .dijitTabRtl, 2 | .bootstrap .dijitTabContainerBottom-tabs .dijitTabRtl { 3 | margin-right: 0; 4 | margin-left: 1px; 5 | } 6 | -------------------------------------------------------------------------------- /css/themes/bootstrap/dojo/layout/images/tabClose.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/dojo/layout/images/tabClose.png -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/css/dojo_override.css: -------------------------------------------------------------------------------- 1 | .dojoxRangeSlider .dijitSliderLeftBumper, 2 | .dojoxRangeSlider .dijitSliderBottomBumper { 3 | background: #fff !important; 4 | } 5 | .dojoxRangeSliderBarContainer { 6 | position: relative; 7 | } 8 | .dojoxRangeSlider .dijitSliderProgressBarV { 9 | position: relative !important; 10 | } 11 | .dojoxRangeSlider .dijitSliderProgressBar { 12 | overflow: hidden; 13 | cursor: pointer; 14 | } 15 | .dojoxRangeSlider .dijitSliderProgressBarV { 16 | position: absolute !important; 17 | border-width: 0px; 18 | } 19 | .dojoxRangeSlider .dijitSliderImageHandleH { 20 | left: -50%; 21 | } 22 | .dijitSlider .dojoxRangeSliderBarContainer .dijitSliderProgressBarH, 23 | .dojoxRangeSlider .dijitSliderMoveableH { 24 | right: auto !important; 25 | } 26 | -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/css/esri.css: -------------------------------------------------------------------------------- 1 | /* map */ 2 | @import url("map_base.css"); 3 | /* Zoom Slider */ 4 | @import url("ZoomSlider.css"); 5 | /* edit */ 6 | @import url("../toolbars/css/edit.css"); 7 | /* AttributeInspector */ 8 | @import url("../dijit/css/AttributeInspector.css"); 9 | /* BasemapGallery */ 10 | @import url("../dijit/css/BasemapGallery.css"); 11 | /* Bookmarks */ 12 | @import url("../dijit/css/Bookmarks.css"); 13 | /* Directions */ 14 | @import url("../dijit/css/Directions.css"); 15 | /* Gallery */ 16 | @import url("../dijit/css/Gallery.css"); 17 | /* Geocoder */ 18 | @import url("../dijit/css/Geocoder.css"); 19 | /* Gauge */ 20 | @import url("../dijit/css/Gauge.css"); 21 | /* InfoWindow */ 22 | @import url("../dijit/css/InfoWindow.css"); 23 | /* Legend */ 24 | @import url("../dijit/css/Legend.css"); 25 | /* Measurement */ 26 | @import url("../dijit/css/Measurement.css"); 27 | /* OverviewMap */ 28 | @import url("../dijit/css/OverviewMap.css"); 29 | /* Popup */ 30 | @import url("../dijit/css/Popup.css"); 31 | /* PopupMobile */ 32 | @import url("../dijit/css/PopupMobile.css"); 33 | /* Print */ 34 | @import url("../dijit/css/Print.css"); 35 | /* Scalebar */ 36 | @import url("../dijit/css/Scalebar.css"); 37 | /* override certain dojo styles */ 38 | @import url("dojo_override.css"); 39 | /* TimeSlider */ 40 | @import url("../dijit/css/TimeSlider.css"); 41 | /* temporal */ 42 | @import url("../dijit/css/temporal.css"); 43 | /* drawingToolbar */ 44 | @import url("../dijit/editing/css/drawingToolbar.css"); 45 | /* editor */ 46 | @import url("../dijit/editing/css/editor.css"); 47 | /* override dojox datagrid */ 48 | @import url("dojox_datagrid_override.css"); 49 | /* TemplatePicker */ 50 | @import url("../dijit/editing/css/TemplatePicker.css"); 51 | /* analysis */ 52 | @import url("../dijit/analysis/css/analysis.css"); -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/dijit/analysis/css/helppopup.css: -------------------------------------------------------------------------------- 1 | .esriHelpPopup { 2 | position: absolute; 3 | z-index: 40; 4 | box-shadow: 0 0 0.75em #777777; 5 | -moz-box-shadow: 0 0 0.75em #777777; 6 | -webkit-box-shadow: 0 0 0.75em #777777; 7 | -o-box-shadow: 0 0 0.75em #777777; 8 | font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 9 | font-size: 12px; 10 | border-radius: 5px; 11 | -moz-border-radius: 5px; 12 | -webkit-border-radius: 5px; 13 | -o-border-radius: 5px; 14 | } 15 | 16 | .esriHelpPopup .esriHelpPopupWrapper { 17 | box-shadow: 0 0 0.75em #777777; 18 | -moz-box-shadow: 0 0 0.75em #777777; 19 | -webkit-box-shadow: 0 0 0.75em #777777; 20 | -o-box-shadow: 0 0 0.75em #777777; 21 | border-radius: 5px; 22 | -moz-border-radius: 5px; 23 | -webkit-border-radius: 5px; 24 | -o-border-radius: 5px; 25 | } 26 | 27 | .esriHelpPopup .hidden { 28 | display: none; 29 | } 30 | 31 | .esriHelpPopup .sizer { 32 | width: 420px; 33 | } 34 | 35 | .esriHelpPopup a { 36 | color: #336699; 37 | text-decoration: underline; 38 | } 39 | 40 | .esriHelpPopup .titlePane { 41 | background-color: #444444; 42 | color: #FFFFFF; 43 | line-height: 20px; 44 | padding-left: 6px; 45 | border-radius: 5px 5px 0px 0px; 46 | -moz-border-radius: 5px 5px 0px 0px; 47 | -webkit-border-radius: 5px 5px 0px 0px; 48 | -o-border-radius: 5px 5px 0px 0px; 49 | cursor: default; 50 | border-bottom: none; 51 | } 52 | 53 | .esriHelpPopup .contentPane { 54 | position: relative; 55 | max-height: none; 56 | overflow: visible; 57 | padding: 10px 6px 6px 10px; 58 | background-color: #F7F7F7; 59 | border-top: none; 60 | border-bottom: none; 61 | color: #333333; 62 | } 63 | 64 | .esriHelpPopup .actionsPane { 65 | padding: 2px 10px 4px 10px; 66 | background-color: #F7F7F7; 67 | border-radius: 0px 0px 5px 5px; 68 | -moz-border-radius: 0px 0px 5px 5px; 69 | -webkit-border-radius: 0px 0px 5px 5px; 70 | -o-border-radius: 0px 0px 5px 5px; 71 | border-top: none; 72 | } 73 | 74 | .esriHelpPopup .actionsPane .action { 75 | margin-right: 10px; 76 | } 77 | 78 | .esriHelpPopup .dijitTooltipConnector { 79 | display: none; 80 | } 81 | 82 | .esriHelpPopup .dijitTooltipContainer { 83 | box-shadow: 0 0 0.75em #777777; 84 | -moz-box-shadow: 0 0 0.75em #777777; 85 | -webkit-box-shadow: 0 0 0.75em #777777; 86 | -o-box-shadow: 0 0 0.75em #777777; 87 | border-radius: 5px; 88 | -moz-border-radius: 5px; 89 | -webkit-border-radius: 5px; 90 | -o-border-radius: 5px; 91 | padding: 0px; 92 | } 93 | -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/dijit/analysis/images/AggregatePoints32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/esri/dijit/analysis/images/AggregatePoints32.png -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/dijit/analysis/images/Analysis16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/esri/dijit/analysis/images/Analysis16.png -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/dijit/analysis/images/Around32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/esri/dijit/analysis/images/Around32.png -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/dijit/analysis/images/AttributeCalculator32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/esri/dijit/analysis/images/AttributeCalculator32.png -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/dijit/analysis/images/BufferAttribute32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/esri/dijit/analysis/images/BufferAttribute32.png -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/dijit/analysis/images/BufferDistance32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/esri/dijit/analysis/images/BufferDistance32.png -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/dijit/analysis/images/ClipAndShip32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/esri/dijit/analysis/images/ClipAndShip32.png -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/dijit/analysis/images/CorrelationFinder32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/esri/dijit/analysis/images/CorrelationFinder32.png -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/dijit/analysis/images/CreateBuffers32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/esri/dijit/analysis/images/CreateBuffers32.png -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/dijit/analysis/images/CreateDensitySurface32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/esri/dijit/analysis/images/CreateDensitySurface32.png -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/dijit/analysis/images/CreateDriveTimeAreas32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/esri/dijit/analysis/images/CreateDriveTimeAreas32.png -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/dijit/analysis/images/CreateInterpolatedSurface32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/esri/dijit/analysis/images/CreateInterpolatedSurface32.png -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/dijit/analysis/images/Disks32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/esri/dijit/analysis/images/Disks32.png -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/dijit/analysis/images/DisksDisabled32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/esri/dijit/analysis/images/DisksDisabled32.png -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/dijit/analysis/images/Dissolve32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/esri/dijit/analysis/images/Dissolve32.png -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/dijit/analysis/images/DissolveBoundaries32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/esri/dijit/analysis/images/DissolveBoundaries32.png -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/dijit/analysis/images/DrivingDistance32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/esri/dijit/analysis/images/DrivingDistance32.png -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/dijit/analysis/images/DrivingDistance32.png.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/esri/dijit/analysis/images/DrivingDistance32.png.png -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/dijit/analysis/images/DrivingTime32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/esri/dijit/analysis/images/DrivingTime32.png -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/dijit/analysis/images/DrivingTime32.png.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/esri/dijit/analysis/images/DrivingTime32.png.png -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/dijit/analysis/images/Erase32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/esri/dijit/analysis/images/Erase32.png -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/dijit/analysis/images/EraseDisabled32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/esri/dijit/analysis/images/EraseDisabled32.png -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/dijit/analysis/images/Exclude32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/esri/dijit/analysis/images/Exclude32.png -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/dijit/analysis/images/FindExistingLocations32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/esri/dijit/analysis/images/FindExistingLocations32.png -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/dijit/analysis/images/FindHotSpots32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/esri/dijit/analysis/images/FindHotSpots32.png -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/dijit/analysis/images/FindNearest32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/esri/dijit/analysis/images/FindNearest32.png -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/dijit/analysis/images/FindNewLocations32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/esri/dijit/analysis/images/FindNewLocations32.png -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/dijit/analysis/images/Flat32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/esri/dijit/analysis/images/Flat32.png -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/dijit/analysis/images/GeoenrichFeatures32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/esri/dijit/analysis/images/GeoenrichFeatures32.png -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/dijit/analysis/images/Help16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/esri/dijit/analysis/images/Help16.png -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/dijit/analysis/images/Include32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/esri/dijit/analysis/images/Include32.png -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/dijit/analysis/images/Intersect32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/esri/dijit/analysis/images/Intersect32.png -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/dijit/analysis/images/IntersectDisabled32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/esri/dijit/analysis/images/IntersectDisabled32.png -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/dijit/analysis/images/Left32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/esri/dijit/analysis/images/Left32.png -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/dijit/analysis/images/MergeLayers32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/esri/dijit/analysis/images/MergeLayers32.png -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/dijit/analysis/images/Overlap32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/esri/dijit/analysis/images/Overlap32.png -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/dijit/analysis/images/OverlayLayers32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/esri/dijit/analysis/images/OverlayLayers32.png -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/dijit/analysis/images/Right32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/esri/dijit/analysis/images/Right32.png -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/dijit/analysis/images/Rings32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/esri/dijit/analysis/images/Rings32.png -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/dijit/analysis/images/RingsDisabled32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/esri/dijit/analysis/images/RingsDisabled32.png -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/dijit/analysis/images/Round32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/esri/dijit/analysis/images/Round32.png -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/dijit/analysis/images/Split32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/esri/dijit/analysis/images/Split32.png -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/dijit/analysis/images/StraightLineDistance32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/esri/dijit/analysis/images/StraightLineDistance32.png -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/dijit/analysis/images/SummarizeNearby32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/esri/dijit/analysis/images/SummarizeNearby32.png -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/dijit/analysis/images/SummarizeWithin32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/esri/dijit/analysis/images/SummarizeWithin32.png -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/dijit/analysis/images/Union32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/esri/dijit/analysis/images/Union32.png -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/dijit/analysis/images/UnionDisabled32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/esri/dijit/analysis/images/UnionDisabled32.png -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/dijit/analysis/images/close.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/esri/dijit/analysis/images/close.gif -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/dijit/analysis/images/findRouteIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/esri/dijit/analysis/images/findRouteIcon.png -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/dijit/analysis/images/helpIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/esri/dijit/analysis/images/helpIcon.png -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/dijit/analysis/images/treeExpandImages.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/esri/dijit/analysis/images/treeExpandImages.png -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/dijit/css/AttributeInspector.css: -------------------------------------------------------------------------------- 1 | .esriAttributeInspector { 2 | width: 100%; 3 | z-index: 99; 4 | } 5 | 6 | .esriAttributeInspector .atiLayerName { 7 | margin: 5px auto; 8 | font-weight: bold; 9 | border-bottom: 1px solid #A9A9A9; 10 | } 11 | 12 | .esriAttributeInspector .atiField { 13 | margin: 1px; 14 | } 15 | 16 | .esriAttributeInspector .atiRichTextField { 17 | margin: 5px auto; 18 | } 19 | 20 | .esriAttributeInspector .atiTextAreaField { 21 | } 22 | 23 | .esriAttributeInspector .atiLabel { 24 | margin: 1px; 25 | padding-right: 5px; 26 | } 27 | 28 | .esriAttributeInspector .atiTooltip { 29 | } 30 | 31 | .esriAttributeInspector .atiNavMessage { 32 | float: left; 33 | margin: 5px 5px auto auto; 34 | } 35 | 36 | .esriAttributeInspector .atiButtons { 37 | margin: 5px auto; 38 | padding-top: 5px; 39 | border-top: 1px solid #A9A9A9; 40 | } 41 | 42 | .esriAttributeInspector .atiNavButtons { 43 | float: right; 44 | } 45 | 46 | .esriAttributeInspector .atiButton { 47 | margin: 0px; 48 | width: 16px; 49 | height: 16px; 50 | background-image: url(../images/attribute_inspector_sprite.png); 51 | } 52 | 53 | .esriAttributeInspector .atiPrevIcon { 54 | background-position: -32px 0px; 55 | } 56 | 57 | .esriAttributeInspector .atiNextIcon { 58 | background-position: -48px 0px; 59 | } 60 | 61 | .esriAttributeInspector .atiFirstIcon { 62 | background-position: -16px 0px; 63 | } 64 | 65 | .esriAttributeInspector .atiLastIcon { 66 | background-position: 0px 0px; 67 | } 68 | 69 | .esriAttributeInspector .atiDeleteButton { 70 | float: left; 71 | } 72 | 73 | .esriAttributeInspector .atiAttachmentEditor { 74 | padding: 10px; 75 | } 76 | 77 | .esriAttributeInspector .atiEditorTrackingInfo { 78 | padding-top: 10px; 79 | } 80 | 81 | .esriAttributeInspector .dijitTextBoxDisabled input { 82 | color: black; 83 | } 84 | 85 | .dj_ie7 .dijitButtonNode > BUTTON.dijitButtonContents > * { 86 | position: static; 87 | } 88 | -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/dijit/css/BasemapGallery.css: -------------------------------------------------------------------------------- 1 | .esriBasemapGallery { 2 | background: transparent; 3 | border: 0 none; 4 | padding: 0; 5 | -moz-border-radius: 0; 6 | border-radius: 0; 7 | -webkit-box-shadow: none; 8 | -moz-box-shadow: none; 9 | box-shadow: none; 10 | } 11 | 12 | .esriBasemapGalleryNode { 13 | width: 114px; 14 | height: 115px; 15 | float: left; 16 | margin: 8px 4px 0 4px; 17 | } 18 | 19 | .esriBasemapGalleryNode a { 20 | background: #fff; 21 | border: 1px solid #ccc; 22 | display: inline-block; 23 | padding: 2px; 24 | -moz-border-radius: 0; 25 | border-radius: 0; 26 | -webkit-box-shadow: none; 27 | -moz-box-shadow: none; 28 | box-shadow: none; 29 | position: relative; 30 | } 31 | 32 | .esriBasemapGallerySelectedNode a:after { 33 | background: url("../images/basemapSelected.png") no-repeat center center #0081c2; 34 | bottom: 2px; 35 | content: ""; 36 | display: block; 37 | height: 20px; 38 | position: absolute; 39 | right: 2px; 40 | width: 30px; 41 | } 42 | 43 | .esriBasemapGalleryNode a img { 44 | vertical-align: middle; 45 | } 46 | 47 | .esriBasemapGalleryLabelContainer { 48 | width: 100px; 49 | background: transparent; 50 | text-align: center; 51 | width: 100%; 52 | overflow: hidden; 53 | display: block; 54 | } 55 | 56 | .esriBasemapGalleryThumbnail { 57 | height: 67px; 58 | width: 100px; 59 | border: 4px solid #fff; 60 | -moz-border-radius: 0; 61 | border-radius: 0; 62 | -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.2); 63 | -moz-box-shadow: 0 0 3px rgba(0,0,0,0.2); 64 | box-shadow: 0 0 3px rgba(0,0,0,0.2); 65 | margin: 0; 66 | } 67 | 68 | .esriBasemapGallerySelectedNode .esriBasemapGalleryThumbnail { 69 | background: #fff; 70 | border: 4px solid #0081c2; 71 | -moz-border-radius: 0; 72 | border-radius: 0; 73 | -webkit-box-shadow: none; 74 | -moz-box-shadow: none; 75 | box-shadow: none; 76 | margin: 0; 77 | } 78 | -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/dijit/css/DirectionsPrint.css: -------------------------------------------------------------------------------- 1 | .simpleDirections table { 2 | margin: 0; 3 | padding: 0; 4 | border-collapse: collapse; 5 | border-spacing: 0; 6 | width: 100%; 7 | page-break-inside: avoid; 8 | } 9 | 10 | .simpleDirections .esriRouteIconColumn { 11 | width: 21px; 12 | padding: .5em; 13 | vertical-align: top; 14 | border-bottom: 1px solid #8b8b8b; 15 | page-break-inside: avoid; 16 | } 17 | 18 | .simpleDirections .esriRouteTextColumn { 19 | padding: .5em .25em .5em 0; 20 | vertical-align: top; 21 | border-bottom: 1px solid #8b8b8b; 22 | page-break-inside: avoid; 23 | } 24 | 25 | .simpleDirections .esriRouteIcon { 26 | font-family: Arial, Helvetica, sans-serif; 27 | display: inline-block; 28 | height: 21px; 29 | width: 21px; 30 | margin: 0; 31 | line-height: 21px; 32 | vertical-align: middle; 33 | font-size: 75%; 34 | text-align: center; 35 | color: #fff; 36 | background-repeat: no-repeat; 37 | background-position: left top; 38 | } 39 | 40 | .simpleDirections .esriPrintPage { 41 | padding: 0; 42 | font: 12pt Georgia, "Times New Roman", Times, serif; 43 | line-height: 1.3; 44 | color: #000; 45 | margin: 0; 46 | float: none; 47 | background: #fff url(none); 48 | } 49 | 50 | .simpleDirections .esriPrintBar { 51 | display: none; 52 | } 53 | 54 | .simpleDirections .esriPrintName { 55 | font-weight: bold; 56 | font-size: 120%; 57 | margin-bottom: .5em; 58 | } 59 | 60 | .simpleDirections .esriPrintLength { 61 | font-weight: bold; 62 | margin-bottom: .5em; 63 | } 64 | 65 | .simpleDirections .esriPrintStopLabel { 66 | color: #000; 67 | display: inline-block; 68 | width: 21px; 69 | height: 21px; 70 | line-height: 21px; 71 | border: 1px solid #000; 72 | text-align: center; 73 | border-radius: 50%; 74 | } 75 | 76 | .simpleDirections .esriPrintNotes { 77 | width: auto; 78 | margin: 0; 79 | margin-bottom: .5em; 80 | display: block; 81 | border: none; 82 | border-collapse: collapse; 83 | resize: none; 84 | } 85 | 86 | .simpleDirections .esriPrintFooter { 87 | font-size: 75%; 88 | } 89 | -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/dijit/css/Gallery.css: -------------------------------------------------------------------------------- 1 | .esriMobileGallery { 2 | overflow: hidden; 3 | } 4 | 5 | .esriMobileGallery .thumbnailcontainer { 6 | float: left; 7 | overflow: hidden; 8 | margin: 0 10px 0 0; 9 | width: 200px; 10 | } 11 | 12 | .esriMobileGallery .thumbnailcontainer.small { 13 | margin: 0 4px 0 0; 14 | width: 100px; 15 | } 16 | 17 | .esriMobileGallery .thumbnail { 18 | width: 192px; 19 | height: 133px; 20 | padding: 0px; 21 | border: 4px solid #ccc; 22 | } 23 | 24 | .esriMobileGallery .thumbnail.selected { 25 | border: 4px solid #F99; 26 | } 27 | 28 | .esriMobileGallery .thumbnail.small { 29 | width: 96px; 30 | height: 67px; 31 | border: 2px solid #ccc; 32 | } 33 | 34 | .esriMobileGallery .thumbnail.small.selected { 35 | border: 2px solid #F99; 36 | } 37 | 38 | .esriMobileGallery .title { 39 | overflow: hidden; 40 | text-align: center; 41 | border-color: #fff; 42 | font-size: 14px; 43 | } 44 | 45 | .esriMobileGallery .title.small { 46 | font-size: 12px; 47 | } 48 | -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/dijit/css/Gauge.css: -------------------------------------------------------------------------------- 1 | .gaugeContainer { 2 | background: #fff; 3 | border-top: 1px solid #ccc; 4 | color: #444; 5 | font-family: arial; 6 | font-size: 0.8em; 7 | height: 170px; 8 | padding: 5px 5px 5px 5px; 9 | width: 280px; 10 | } 11 | 12 | .gaugeCaption { 13 | height: 1em; 14 | margin: 0; 15 | } 16 | -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/dijit/css/Legend.css: -------------------------------------------------------------------------------- 1 | .esriLegendService { 2 | padding-top: 4px; 3 | margin-bottom: 4px; 4 | border-top: 1px solid #ccc; 5 | } 6 | .esriLegendService:first-child { 7 | padding-top: 0; 8 | border: 0; 9 | } 10 | .esriLegendService:last-child { 11 | margin-bottom: 0; 12 | } 13 | .esriLegendServiceLabel { 14 | display: block; 15 | font-weight: bold; 16 | color: #000; 17 | padding-bottom: 8px; 18 | position: relative; 19 | width: 100%; 20 | } 21 | .esriLegendServiceLabel:after { 22 | border-top: 1px dashed #d9d9d9; 23 | bottom: 0; 24 | content: ""; 25 | display: block; 26 | height: 0; 27 | left: 0; 28 | position: absolute; 29 | width: 100%; 30 | } 31 | .esriLegendLayerLabel { 32 | color: #808080; 33 | padding-left: 8px; 34 | } 35 | .esriLegendLayer { 36 | padding-left: 8px; 37 | } 38 | .esriLegendGroupLayer { 39 | padding-top: 8px; 40 | } 41 | .esriLegendLeft { 42 | padding-left: 12px; 43 | } 44 | .esriLegendRight { 45 | padding-right: 12px; 46 | } 47 | -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/dijit/css/Print.css: -------------------------------------------------------------------------------- 1 | .esriPrint { 2 | padding: 8px; 3 | } 4 | 5 | .esriPrintButton { 6 | } 7 | 8 | .esriPrintout { 9 | } 10 | -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/dijit/css/Scalebar.css: -------------------------------------------------------------------------------- 1 | .scalebar_top-left { 2 | left: 10px; 3 | top: 10px; 4 | } 5 | .scalebar_top-center { 6 | left: 50%; 7 | top: 10px; 8 | } 9 | .scalebar_top-right { 10 | right: 30px; 11 | top: 10px; 12 | } 13 | .scalebar_bottom-left { 14 | left: 25px; 15 | bottom: 25px; 16 | } 17 | .scalebar_bottom-center { 18 | left: 50%; 19 | bottom: 25px; 20 | } 21 | .scalebar_bottom-right { 22 | right: 100px; 23 | bottom: 25px; 24 | } 25 | .esriScalebar { 26 | z-index: 30; 27 | position: absolute; 28 | width: 0px; 29 | height: 20px; 30 | } 31 | .esriScalebarRuler { 32 | overflow: hidden; 33 | position: relative; 34 | width: 100%; 35 | height: 6px; 36 | background: #fff; 37 | border: 1px solid #444; 38 | } 39 | .esriScalebarRulerBlock { 40 | overflow: hidden; 41 | position: absolute; 42 | height: 50%; 43 | background: #444; 44 | } 45 | .upper_firstpiece { 46 | top: 0%; 47 | left: 0%; 48 | width: 25%; 49 | } 50 | .upper_secondpiece { 51 | top: 0%; 52 | left: 50%; 53 | width: 25%; 54 | } 55 | .lower_firstpiece { 56 | top: 50%; 57 | left: 25%; 58 | width: 25%; 59 | } 60 | .lower_secondpiece { 61 | top: 50%; 62 | left: 75%; 63 | width: 30%; 64 | } 65 | .esriScalebarLine { 66 | overflow: hidden; 67 | position: relative; 68 | width: 100%; 69 | height: 6px; 70 | border: 2px solid #444; 71 | } 72 | .esriScalebarMetricLineBackground { 73 | border: 4px solid #fff; 74 | position: absolute; 75 | left: -1px; 76 | bottom: 2px; 77 | } 78 | .esriScalebarMetricLine { 79 | border-top-style: none; 80 | } 81 | .esriScalebarEnglishLine { 82 | border-bottom-style: none; 83 | top: -$map-scalebar-line-thickness; 84 | } 85 | .esriScaleLabelDiv { 86 | position: relative; 87 | top: -5px; 88 | width: 100%; 89 | padding: 2px; 90 | } 91 | .scaleLabelDiv { 92 | position: relative; 93 | width: 100%; 94 | height: 5px; 95 | } 96 | .esriScalebarLabel { 97 | font-size: 11px; 98 | position: absolute; 99 | width: 10%; 100 | text-align: center; 101 | color: #666; 102 | font-weight: bolder; 103 | height: 5px; 104 | top: -1px; 105 | } 106 | .esriScalebarLineLabel { 107 | position: relative; 108 | } 109 | .esriScalebarFirstNumber { 110 | left: 45%; 111 | } 112 | .esriScalebarSecondNumber { 113 | left: 95%; 114 | } 115 | -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/dijit/css/TimeSlider.css: -------------------------------------------------------------------------------- 1 | .esriTimeSlider { 2 | width: 100%; 3 | z-index: 999; 4 | position: relative; 5 | } 6 | 7 | .esriTimeSlider .tsButton { 8 | width: 16px; 9 | height: 16px; 10 | background-repeat: no-repeat; 11 | background-image: url(../images/time_slider_sprite.png); 12 | } 13 | 14 | .esriTimeSlider .tsPlayButton { 15 | background-position: -32px -0px; 16 | } 17 | 18 | .esriTimeSlider .tsPauseButton { 19 | background-position: -16px -0px; 20 | } 21 | 22 | .esriTimeSlider .tsPrevButton { 23 | background-position: -48px -0px; 24 | } 25 | 26 | .esriTimeSlider .tsNextButton { 27 | background-position: 0px 0px; 28 | } 29 | 30 | .esriTimeSlider .ts { 31 | padding: 10px 3px 3px 3px; 32 | margin: 3px; 33 | } 34 | 35 | .esriTimeSlider .tsTicks { 36 | height: 10px; 37 | margin-bottom: -5px; 38 | } 39 | 40 | .esriTimeSlider .tsLabels { 41 | font-size: .7em; 42 | margin-top: 5px; 43 | } 44 | -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/dijit/editing/css/TemplatePicker.css: -------------------------------------------------------------------------------- 1 | .templatePicker { 2 | border: 1px solid #7EABCD; 3 | padding: 3px; 4 | -o-border-radius: 4px; 5 | -moz-border-radius: 4px; 6 | -webkit-border-radius: 4px; 7 | border-radius: 4px; 8 | } 9 | 10 | .templatePicker .tooltip { 11 | width: 100px; 12 | position: absolute; 13 | border: 1px solid #7EABCD; 14 | background-color: white; 15 | padding: 5px; 16 | -o-border-radius: 4px; 17 | -moz-border-radius: 4px; 18 | -webkit-border-radius: 4px; 19 | border-radius: 4px; 20 | } 21 | 22 | .templatePicker .grid .dojoxGridHeader { 23 | display: none; 24 | } 25 | 26 | .templatePicker .dojoxGrid { 27 | background-color: white; 28 | font-size: 0.85em; 29 | } 30 | 31 | .templatePicker .grid .dojoxGridRowOver .dojoxGridCell { 32 | background-color: #FFFFFF; 33 | color: #000000; 34 | } 35 | 36 | .templatePicker .grid .dojoxGridRowSelected { 37 | background-color: #FFFFFF; 38 | } 39 | 40 | .templatePicker .grid .dojoxGridCell { 41 | border: 1px solid #FFFFFF; 42 | outline: none; 43 | } 44 | 45 | .dj_ie6 .templatePicker .grid .dojoxGridCell { 46 | border: 1px solid white; 47 | } 48 | 49 | .templatePicker .grid .dojoxGridCellOver { 50 | border: 1px solid #FFFFFF; 51 | } 52 | 53 | .templatePicker .grid .dojoxGridRow { 54 | border-color: #FFFFFF; 55 | } 56 | 57 | .templatePicker .grid .dojoxGridRowOver { 58 | border-bottom-color: #FFFFFF; 59 | border-top-color: #FFFFFF; 60 | } 61 | 62 | .templatePicker .grid .dojoxGridCellFocus { 63 | border: 1px solid #FFFFFF !important; 64 | } 65 | 66 | .templatePicker .grid .selectedItem { 67 | border: 1px solid #7EABCD !important; 68 | background-color: #aec7e3 !important; 69 | -o-border-radius: 4px; 70 | -moz-border-radius: 4px; 71 | -webkit-border-radius: 4px; 72 | border-radius: 4px; 73 | } 74 | 75 | .templatePicker .grid .dojoxGridRowOdd { 76 | background-color: #FFFFFF; 77 | } 78 | 79 | .templatePicker .grid .groupLabel { 80 | text-align: center; 81 | padding: 0px; 82 | font-weight: bold; 83 | } 84 | 85 | .templatePicker .grid .item { 86 | cursor: default; 87 | } 88 | 89 | .templatePicker .grid .dojoxGridRowTable tr { 90 | vertical-align: top; 91 | } 92 | -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/dijit/editing/css/attachment.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/esri/dijit/editing/css/attachment.css -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/dijit/editing/css/drawingToolbar.css: -------------------------------------------------------------------------------- 1 | .esriDrawingToolbar .dijitToolbar { 2 | font-size: 11px; 3 | font-family: Verdana; 4 | } 5 | 6 | .esriDrawingToolbar .dijitTitleNode { 7 | font-size: 11px; 8 | font-family: Verdana; 9 | } 10 | 11 | .toolbarIcon { 12 | background-image: url(../images/toolbar_icons.png); 13 | width: 16px; 14 | height: 16px; 15 | } 16 | 17 | .pointIcon { 18 | background-position: 0px 0px; 19 | } 20 | 21 | .pointIconDisabled { 22 | background-position: -16px 0px; 23 | } 24 | 25 | .polylineIcon { 26 | background-position: -34px 0px; 27 | } 28 | 29 | .polylineIconDisabled { 30 | background-position: -50px 0px; 31 | } 32 | 33 | .polygonIcon { 34 | background-position: -69px 0px; 35 | } 36 | 37 | .polygonIconDisabled { 38 | background-position: -84px 0px; 39 | } 40 | 41 | .freehandPolylineIcon { 42 | background-position: -101px 0px; 43 | } 44 | 45 | .freehandPolylineIconDisabled { 46 | background-position: -118px 0px; 47 | } 48 | 49 | .freehandPolygonIcon { 50 | background-position: -135px 0px; 51 | } 52 | 53 | .freehandPolygonIconDisabled { 54 | background-position: -152px 0px; 55 | } 56 | 57 | .unionIcon { 58 | background-position: -169px 0px; 59 | } 60 | 61 | .cutIcon { 62 | background-position: -186px 0px; 63 | } 64 | 65 | .reshapeIcon { 66 | background-position: -203px 0px; 67 | } 68 | 69 | .autoCompleteIcon { 70 | background-position: -220px 0px; 71 | } 72 | 73 | .newSelectionIcon { 74 | background-position: -237px 0px; 75 | } 76 | 77 | .addToSelectionIcon { 78 | background-position: -254px 0px; 79 | } 80 | 81 | .removeFromSelectionIcon { 82 | background-position: -271px 0px; 83 | } 84 | 85 | .clearSelectionIcon { 86 | background-position: -288px 0px; 87 | } 88 | 89 | .attributesIcon { 90 | background-position: -305px 0px; 91 | } 92 | 93 | .deleteFeatureIcon { 94 | background-position: -322px 0px; 95 | } 96 | 97 | .rectangleIcon { 98 | background-position: -339px 0px; 99 | } 100 | 101 | .triangleIcon { 102 | background-position: -356px 0px; 103 | } 104 | 105 | .ellipseIcon { 106 | background-position: -373px 0px; 107 | } 108 | 109 | .circleIcon { 110 | background-position: -390px 0px; 111 | } 112 | 113 | .arrowIcon { 114 | background-position: -407px 0px; 115 | } 116 | 117 | .arrowDownIcon { 118 | background-position: -424px 0px; 119 | } 120 | 121 | .arrowLeftIcon { 122 | background-position: -441px 0px; 123 | } 124 | 125 | .arrowUpIcon { 126 | background-position: -458px 0px; 127 | } 128 | -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/dijit/editing/css/editor.css: -------------------------------------------------------------------------------- 1 | .esriEditor { 2 | font-family: Verdana; 3 | font-size: 11px; 4 | } 5 | 6 | .esriEditor .progressBar { 7 | display: none; 8 | width: 80%; 9 | margin: 5px auto; 10 | } 11 | -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/dijit/editing/images/toolbar_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/esri/dijit/editing/images/toolbar_icons.png -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/dijit/images/Directions/bluePoint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/esri/dijit/images/Directions/bluePoint.png -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/dijit/images/Directions/bluePointMove.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/esri/dijit/images/Directions/bluePointMove.png -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/dijit/images/Directions/greenPoint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/esri/dijit/images/Directions/greenPoint.png -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/dijit/images/Directions/greenPointMove.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/esri/dijit/images/Directions/greenPointMove.png -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/dijit/images/Directions/loading-32.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/esri/dijit/images/Directions/loading-32.gif -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/dijit/images/Directions/maneuvers/esriDMTBearLeft.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/esri/dijit/images/Directions/maneuvers/esriDMTBearLeft.png -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/dijit/images/Directions/maneuvers/esriDMTBearRight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/esri/dijit/images/Directions/maneuvers/esriDMTBearRight.png -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/dijit/images/Directions/maneuvers/esriDMTDepart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/esri/dijit/images/Directions/maneuvers/esriDMTDepart.png -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/dijit/images/Directions/maneuvers/esriDMTDoorPassage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/esri/dijit/images/Directions/maneuvers/esriDMTDoorPassage.png -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/dijit/images/Directions/maneuvers/esriDMTElevator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/esri/dijit/images/Directions/maneuvers/esriDMTElevator.png -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/dijit/images/Directions/maneuvers/esriDMTEndOfFerry.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/esri/dijit/images/Directions/maneuvers/esriDMTEndOfFerry.png -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/dijit/images/Directions/maneuvers/esriDMTEscalator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/esri/dijit/images/Directions/maneuvers/esriDMTEscalator.png -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/dijit/images/Directions/maneuvers/esriDMTFerry.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/esri/dijit/images/Directions/maneuvers/esriDMTFerry.png -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/dijit/images/Directions/maneuvers/esriDMTForkCenter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/esri/dijit/images/Directions/maneuvers/esriDMTForkCenter.png -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/dijit/images/Directions/maneuvers/esriDMTForkLeft.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/esri/dijit/images/Directions/maneuvers/esriDMTForkLeft.png -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/dijit/images/Directions/maneuvers/esriDMTForkRight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/esri/dijit/images/Directions/maneuvers/esriDMTForkRight.png -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/dijit/images/Directions/maneuvers/esriDMTHighwayChange.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/esri/dijit/images/Directions/maneuvers/esriDMTHighwayChange.png -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/dijit/images/Directions/maneuvers/esriDMTHighwayExit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/esri/dijit/images/Directions/maneuvers/esriDMTHighwayExit.png -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/dijit/images/Directions/maneuvers/esriDMTHighwayMerge.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/esri/dijit/images/Directions/maneuvers/esriDMTHighwayMerge.png -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/dijit/images/Directions/maneuvers/esriDMTPedestrianRamp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/esri/dijit/images/Directions/maneuvers/esriDMTPedestrianRamp.png -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/dijit/images/Directions/maneuvers/esriDMTRampLeft.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/esri/dijit/images/Directions/maneuvers/esriDMTRampLeft.png -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/dijit/images/Directions/maneuvers/esriDMTRampRight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/esri/dijit/images/Directions/maneuvers/esriDMTRampRight.png -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/dijit/images/Directions/maneuvers/esriDMTRoundabout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/esri/dijit/images/Directions/maneuvers/esriDMTRoundabout.png -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/dijit/images/Directions/maneuvers/esriDMTSharpLeft.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/esri/dijit/images/Directions/maneuvers/esriDMTSharpLeft.png -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/dijit/images/Directions/maneuvers/esriDMTSharpRight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/esri/dijit/images/Directions/maneuvers/esriDMTSharpRight.png -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/dijit/images/Directions/maneuvers/esriDMTStairs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/esri/dijit/images/Directions/maneuvers/esriDMTStairs.png -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/dijit/images/Directions/maneuvers/esriDMTStop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/esri/dijit/images/Directions/maneuvers/esriDMTStop.png -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/dijit/images/Directions/maneuvers/esriDMTStopDestination.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/esri/dijit/images/Directions/maneuvers/esriDMTStopDestination.png -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/dijit/images/Directions/maneuvers/esriDMTStopOrigin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/esri/dijit/images/Directions/maneuvers/esriDMTStopOrigin.png -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/dijit/images/Directions/maneuvers/esriDMTStraight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/esri/dijit/images/Directions/maneuvers/esriDMTStraight.png -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/dijit/images/Directions/maneuvers/esriDMTTripItem.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/esri/dijit/images/Directions/maneuvers/esriDMTTripItem.png -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/dijit/images/Directions/maneuvers/esriDMTTurnLeft.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/esri/dijit/images/Directions/maneuvers/esriDMTTurnLeft.png -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/dijit/images/Directions/maneuvers/esriDMTTurnLeftLeft.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/esri/dijit/images/Directions/maneuvers/esriDMTTurnLeftLeft.png -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/dijit/images/Directions/maneuvers/esriDMTTurnLeftRight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/esri/dijit/images/Directions/maneuvers/esriDMTTurnLeftRight.png -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/dijit/images/Directions/maneuvers/esriDMTTurnRight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/esri/dijit/images/Directions/maneuvers/esriDMTTurnRight.png -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/dijit/images/Directions/maneuvers/esriDMTTurnRightLeft.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/esri/dijit/images/Directions/maneuvers/esriDMTTurnRightLeft.png -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/dijit/images/Directions/maneuvers/esriDMTTurnRightRight.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/esri/dijit/images/Directions/maneuvers/esriDMTTurnRightRight.png -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/dijit/images/Directions/maneuvers/esriDMTUTurn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/esri/dijit/images/Directions/maneuvers/esriDMTUTurn.png -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/dijit/images/Directions/maneuvers/esriDMTUnknown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/esri/dijit/images/Directions/maneuvers/esriDMTUnknown.png -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/dijit/images/Directions/print.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/esri/dijit/images/Directions/print.png -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/dijit/images/Directions/redPoint.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/esri/dijit/images/Directions/redPoint.png -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/dijit/images/Directions/redPointMove.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/esri/dijit/images/Directions/redPointMove.png -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/dijit/images/Directions/remove-destination.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/esri/dijit/images/Directions/remove-destination.png -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/dijit/images/Directions/reverse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/esri/dijit/images/Directions/reverse.png -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/dijit/images/HistogramTimeSlider/hide.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/esri/dijit/images/HistogramTimeSlider/hide.png -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/dijit/images/HistogramTimeSlider/hide_over.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/esri/dijit/images/HistogramTimeSlider/hide_over.png -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/dijit/images/HistogramTimeSlider/min.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/esri/dijit/images/HistogramTimeSlider/min.png -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/dijit/images/HistogramTimeSlider/min_over.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/esri/dijit/images/HistogramTimeSlider/min_over.png -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/dijit/images/HistogramTimeSlider/page_left.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/esri/dijit/images/HistogramTimeSlider/page_left.png -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/dijit/images/HistogramTimeSlider/page_left_over.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/esri/dijit/images/HistogramTimeSlider/page_left_over.png -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/dijit/images/HistogramTimeSlider/page_right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/esri/dijit/images/HistogramTimeSlider/page_right.png -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/dijit/images/HistogramTimeSlider/page_right_over.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/esri/dijit/images/HistogramTimeSlider/page_right_over.png -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/dijit/images/HistogramTimeSlider/pause.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/esri/dijit/images/HistogramTimeSlider/pause.png -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/dijit/images/HistogramTimeSlider/pause_over.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/esri/dijit/images/HistogramTimeSlider/pause_over.png -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/dijit/images/HistogramTimeSlider/play.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/esri/dijit/images/HistogramTimeSlider/play.png -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/dijit/images/HistogramTimeSlider/play_over.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/esri/dijit/images/HistogramTimeSlider/play_over.png -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/dijit/images/Measure_Area16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/esri/dijit/images/Measure_Area16.png -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/dijit/images/Measure_Distance16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/esri/dijit/images/Measure_Distance16.png -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/dijit/images/Measure_Point16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/esri/dijit/images/Measure_Point16.png -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/dijit/images/ajax-loader-blue.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/esri/dijit/images/ajax-loader-blue.gif -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/dijit/images/ajax-loader.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/esri/dijit/images/ajax-loader.gif -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/dijit/images/arcgisGeocoder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/esri/dijit/images/arcgisGeocoder.png -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/dijit/images/attribute_inspector_sprite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/esri/dijit/images/attribute_inspector_sprite.png -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/dijit/images/basemapselected.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/esri/dijit/images/basemapselected.png -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/dijit/images/button-active.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/esri/dijit/images/button-active.png -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/dijit/images/button-hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/esri/dijit/images/button-hover.png -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/dijit/images/claro.infowindow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/esri/dijit/images/claro.infowindow.png -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/dijit/images/close.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/esri/dijit/images/close.gif -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/dijit/images/edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/esri/dijit/images/edit.png -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/dijit/images/flag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/esri/dijit/images/flag.png -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/dijit/images/geocoder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/esri/dijit/images/geocoder.png -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/dijit/images/infowindow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/esri/dijit/images/infowindow.png -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/dijit/images/infowindow.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/esri/dijit/images/infowindow.psd -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/dijit/images/leftlongarrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/esri/dijit/images/leftlongarrow.png -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/dijit/images/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/esri/dijit/images/loading.gif -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/dijit/images/nihilo.infowindow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/esri/dijit/images/nihilo.infowindow.png -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/dijit/images/overview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/esri/dijit/images/overview.png -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/dijit/images/pointerbottom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/esri/dijit/images/pointerbottom.png -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/dijit/images/pointertop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/esri/dijit/images/pointertop.png -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/dijit/images/popup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/esri/dijit/images/popup.png -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/dijit/images/remove-24x24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/esri/dijit/images/remove-24x24.png -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/dijit/images/rightlongarrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/esri/dijit/images/rightlongarrow.png -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/dijit/images/simpleGeocoder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/esri/dijit/images/simpleGeocoder.png -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/dijit/images/soria.infowindow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/esri/dijit/images/soria.infowindow.png -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/dijit/images/spinner.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/esri/dijit/images/spinner.gif -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/dijit/images/squarearrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/esri/dijit/images/squarearrow.png -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/dijit/images/time_slider_sprite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/esri/dijit/images/time_slider_sprite.png -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/dijit/images/transparent.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/esri/dijit/images/transparent.gif -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/dijit/images/tundra.infowindow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/esri/dijit/images/tundra.infowindow.png -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/dijit/images/whitedown.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/esri/dijit/images/whitedown.png -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/dijit/images/whitel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/esri/dijit/images/whitel.png -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/dijit/images/whiter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/esri/dijit/images/whiter.png -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/dijit/images/whiteup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/esri/dijit/images/whiteup.png -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/dijit/images/whitex.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/esri/dijit/images/whitex.png -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/images/map/bing-logo-lg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/esri/images/map/bing-logo-lg.png -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/images/map/fixed-pan-sprite-white.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/esri/images/map/fixed-pan-sprite-white.png -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/images/map/fixed-pan-sprite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/esri/images/map/fixed-pan-sprite.png -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/images/map/fixed-pan-sprite.png.old: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/esri/images/map/fixed-pan-sprite.png.old -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/images/map/fixed-pan-sprite.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/esri/images/map/fixed-pan-sprite.psd -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/images/map/logo-med.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/esri/images/map/logo-med.png -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/images/map/logo-sm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/esri/images/map/logo-sm.png -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/images/map/powered_by.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/esri/images/map/powered_by.png -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/images/map/zoom-slider.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/esri/images/map/zoom-slider.png -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/images/pixel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/esri/images/pixel.png -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/images/symbol/sfs/backwarddiagonal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/esri/images/symbol/sfs/backwarddiagonal.png -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/images/symbol/sfs/cross.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/esri/images/symbol/sfs/cross.png -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/images/symbol/sfs/diagonalcross.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/esri/images/symbol/sfs/diagonalcross.png -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/images/symbol/sfs/forwarddiagonal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/esri/images/symbol/sfs/forwarddiagonal.png -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/images/symbol/sfs/horizontal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/esri/images/symbol/sfs/horizontal.png -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/images/symbol/sfs/sfs.psd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/esri/images/symbol/sfs/sfs.psd -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/images/symbol/sfs/vertical.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/esri/images/symbol/sfs/vertical.png -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/toolbars/css/edit.css: -------------------------------------------------------------------------------- 1 | .vertexDeleteIcon { 2 | background-image: url('../images/delete.png'); 3 | background-repeat: no-repeat; 4 | text-align: center; 5 | width: 16px; 6 | height: 16px; 7 | background-position: 1px 1px; 8 | } 9 | -------------------------------------------------------------------------------- /css/themes/bootstrap/esri/toolbars/images/delete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/css/themes/bootstrap/esri/toolbars/images/delete.png -------------------------------------------------------------------------------- /js/app/WorkflowManager/Alert.js: -------------------------------------------------------------------------------- 1 | define([ 2 | "dijit/Dialog", 3 | "dojo/i18n!./nls/Strings" 4 | ], function( 5 | Dialog, i18n 6 | ) { 7 | return { 8 | 9 | show: function(title, message, error) { 10 | var dialogMsg = ""; 11 | if (message && message != "") { 12 | dialogMsg = message + "

"; 13 | } 14 | if (error) { 15 | if (error.message) { 16 | dialogMsg += error.message; 17 | } 18 | if (error.details && error.details.length > 0) { 19 | dialogMsg += " " + error.details[0]; 20 | } 21 | } 22 | var messageDialog = new Dialog({ 23 | title: title, 24 | style: "width: 600px;", 25 | "class": "error-dialog", 26 | draggable: false, 27 | content: "
" + 28 | dialogMsg + 29 | "

" + 30 | "
" 31 | //This is causing some errors so I've removed it for now 32 | //"
" + 33 | // "" + 34 | //"
" 35 | }); 36 | messageDialog.show(); 37 | } 38 | }; 39 | }); -------------------------------------------------------------------------------- /js/app/WorkflowManager/WorkflowImage.js: -------------------------------------------------------------------------------- 1 | define([ 2 | "dojo/topic", 3 | "dojo/_base/declare", 4 | "dijit/_WidgetBase", 5 | "dijit/_TemplatedMixin", 6 | "dijit/_WidgetsInTemplateMixin", 7 | 8 | "dojo/text!./templates/WorkflowImage.html", 9 | "dojo/i18n!./nls/Strings", 10 | 11 | "dojo/_base/lang", 12 | "dojo/_base/connect", 13 | "dojo/_base/array", 14 | "dojo/parser", 15 | "dojo/query", 16 | "dojo/on", 17 | "dojo/dom-style", 18 | "dojo/dom", 19 | "dijit/registry", 20 | 21 | "dijit/form/FilteringSelect", 22 | "dijit/form/TextBox", 23 | "dijit/form/Button", 24 | "dijit/form/DropDownButton" 25 | 26 | 27 | ], 28 | 29 | function ( 30 | topic, declare, WidgetBase, TemplatedMixin, WidgetsInTemplateMixin, 31 | template, i18n, 32 | lang, connect, arrayUtil, parser, query, on, domStyle, dom, registry, 33 | FilteringSelect, TextBox, Button, DropDownButton) { 34 | 35 | return declare([WidgetBase, TemplatedMixin, WidgetsInTemplateMixin], { 36 | 37 | templateString: template, 38 | widgetsInTemplate: false, 39 | 40 | constructor: function () { 41 | 42 | }, 43 | 44 | postCreate: function () { 45 | this.inherited(arguments); 46 | }, 47 | 48 | startup: function () { }, 49 | 50 | setImage: function(img){ 51 | this.workflowImageContainer.src = img; 52 | } 53 | }); 54 | }); -------------------------------------------------------------------------------- /js/app/WorkflowManager/images/EsriGlobe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/js/app/WorkflowManager/images/EsriGlobe.png -------------------------------------------------------------------------------- /js/app/WorkflowManager/images/EsriGlobeWhite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/js/app/WorkflowManager/images/EsriGlobeWhite.png -------------------------------------------------------------------------------- /js/app/WorkflowManager/images/GenericCheckMark32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/js/app/WorkflowManager/images/GenericCheckMark32.png -------------------------------------------------------------------------------- /js/app/WorkflowManager/images/GenericRun32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/js/app/WorkflowManager/images/GenericRun32.png -------------------------------------------------------------------------------- /js/app/WorkflowManager/images/RefreshWorkflow32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/js/app/WorkflowManager/images/RefreshWorkflow32.png -------------------------------------------------------------------------------- /js/app/WorkflowManager/images/embed_link.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/js/app/WorkflowManager/images/embed_link.png -------------------------------------------------------------------------------- /js/app/WorkflowManager/images/file_link.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/js/app/WorkflowManager/images/file_link.png -------------------------------------------------------------------------------- /js/app/WorkflowManager/images/url_link.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/js/app/WorkflowManager/images/url_link.png -------------------------------------------------------------------------------- /js/app/WorkflowManager/libs/workflowmanager/WMAOILayerTask.js: -------------------------------------------------------------------------------- 1 | define("workflowmanager/WMAOILayerTask", [ 2 | "dojo/_base/declare", 3 | "workflowmanager/_BaseTask" 4 | ], function(declare, BaseTask) { 5 | return declare([BaseTask], { 6 | constructor: function (url) { 7 | this.url = url; 8 | this.disableClientCaching = true; 9 | }, 10 | getServiceInfo: function (successCallBack, errorCallBack) { 11 | var params = {}; 12 | this.sendRequest(params, "", successCallBack, errorCallBack); 13 | }, 14 | getJobIdField: function (successCallBack, errorCallBack) { 15 | var params = {}; 16 | this.sendRequest(params, "", function (data) { 17 | var JOB_ID = "JOB_ID"; 18 | var jobIDField = null; 19 | var fieldName = null; 20 | 21 | var fields = data.fields; 22 | if (fields == null) 23 | errorCallBack(new Error()); 24 | 25 | for (var i=0,len=fields.length; i 0) { 42 | str += arr[0]; 43 | for (var i = 1; i < arr.length; i++) { 44 | str += joiner + arr[i]; 45 | } 46 | } 47 | return str; 48 | } 49 | }); 50 | }); -------------------------------------------------------------------------------- /js/app/WorkflowManager/libs/workflowmanager/supportclasses/AOIEvaluator.js: -------------------------------------------------------------------------------- 1 | define("workflowmanager/supportclasses/AOIEvaluator", [ 2 | "dojo/_base/declare" 3 | ], function(declare) { 4 | return declare(null, { 5 | // instance properties 6 | type: null, 7 | name: null, 8 | relation: null, 9 | inverse: null, 10 | useJobAOI: null, 11 | aoi: null 12 | }); 13 | }); -------------------------------------------------------------------------------- /js/app/WorkflowManager/libs/workflowmanager/supportclasses/AuxRecordDescription.js: -------------------------------------------------------------------------------- 1 | define("workflowmanager/supportclasses/AuxRecordDescription", [ 2 | "dojo/_base/declare" 3 | ], function(declare) { 4 | return declare(null, { 5 | // instance properties 6 | recordId: null, 7 | tableName: null, 8 | properties: null 9 | }); 10 | }); 11 | -------------------------------------------------------------------------------- /js/app/WorkflowManager/libs/workflowmanager/supportclasses/ChangeRule.js: -------------------------------------------------------------------------------- 1 | define("workflowmanager/supportclasses/ChangeRule", [ 2 | "dojo/_base/declare" 3 | ], function(declare) { 4 | return declare(null, { 5 | // instance properties 6 | id: null, 7 | name: null, 8 | description: null, 9 | summarize: null, 10 | notifier: null, 11 | evaluators: [] 12 | }); 13 | }); -------------------------------------------------------------------------------- /js/app/WorkflowManager/libs/workflowmanager/supportclasses/DatasetConfiguration.js: -------------------------------------------------------------------------------- 1 | define("workflowmanager/supportclasses/DatasetConfiguration", [ 2 | "dojo/_base/declare" 3 | ], function(declare) { 4 | return declare(null, { 5 | // instance properties 6 | name: null, 7 | dataWorkspaceId: null, 8 | dataset: null, 9 | changeFields: null, 10 | changeCondition: null, 11 | whereConditions: [] 12 | }); 13 | }); -------------------------------------------------------------------------------- /js/app/WorkflowManager/libs/workflowmanager/supportclasses/DatasetEvaluator.js: -------------------------------------------------------------------------------- 1 | define("workflowmanager/supportclasses/DatasetEvaluator", [ 2 | "dojo/_base/declare" 3 | ], function(declare) { 4 | return declare(null, { 5 | // instance properties 6 | type: null, 7 | name: null, 8 | datasetConfigurations: null 9 | }); 10 | }); -------------------------------------------------------------------------------- /js/app/WorkflowManager/libs/workflowmanager/supportclasses/EmailNotifier.js: -------------------------------------------------------------------------------- 1 | define("workflowmanager/supportclasses/EmailNotifier", [ 2 | "dojo/_base/declare" 3 | ], function(declare) { 4 | return declare(null, { 5 | // instance properties 6 | type: null, 7 | name: null, 8 | subject: null, 9 | message: null, 10 | senderEmail: null, 11 | senderName: null, 12 | subscribers: [], 13 | attachJobAttachments: false 14 | }); 15 | }); -------------------------------------------------------------------------------- /js/app/WorkflowManager/libs/workflowmanager/supportclasses/JobCreationParameters.js: -------------------------------------------------------------------------------- 1 | define("workflowmanager/supportclasses/JobCreationParameters", [ 2 | "dojo/_base/declare", 3 | "workflowmanager/Enum" 4 | ], function(declare, Enum) { 5 | return declare(null, { 6 | // instance properties 7 | aoi: null, 8 | assignedTo: null, 9 | assignedType: null, 10 | autoCommitWorkflow: null, 11 | autoExecute: null, 12 | dataWorkspaceId: null, 13 | description: null, 14 | dueDate: null, 15 | id: null, 16 | jobTypeId: null, 17 | loi: null, 18 | name: null, 19 | numJobs: null, 20 | ownedBy: null, 21 | parentJobId: null, 22 | parentVersion: null, 23 | priority: null, 24 | startDate: null 25 | }); 26 | }); 27 | -------------------------------------------------------------------------------- /js/app/WorkflowManager/libs/workflowmanager/supportclasses/JobQueryParameters.js: -------------------------------------------------------------------------------- 1 | define("workflowmanager/supportclasses/JobQueryParameters", [ 2 | "dojo/_base/declare" 3 | ], function(declare) { 4 | return declare(null, { 5 | // instance properties 6 | fields: null, 7 | aliases: null, 8 | tables: null, 9 | where: null, 10 | orderBy: null 11 | }); 12 | }); -------------------------------------------------------------------------------- /js/app/WorkflowManager/libs/workflowmanager/supportclasses/JobUpdateParameters.js: -------------------------------------------------------------------------------- 1 | define("workflowmanager/supportclasses/JobUpdateParameters", [ 2 | "dojo/_base/declare" 3 | ], function(declare) { 4 | return declare(null, { 5 | // instance properties 6 | aoi: null, 7 | assignedTo: null, 8 | assignedType: null, 9 | clearAOI: null, 10 | clearDueDate: null, 11 | clearStartDate: null, 12 | dataWorkspaceId: null, 13 | description: null, 14 | dueDate: null, 15 | jobId: null, 16 | loi: null, 17 | name: null, 18 | ownedBy: null, 19 | parentJobId: null, 20 | parentVersion: null, 21 | percent: null, 22 | priority: null, 23 | startDate: null, 24 | status: null, 25 | versionName: null 26 | }); 27 | }); 28 | -------------------------------------------------------------------------------- /js/app/WorkflowManager/libs/workflowmanager/supportclasses/WhereCondition.js: -------------------------------------------------------------------------------- 1 | define("workflowmanager/supportclasses/WhereCondition", [ 2 | "dojo/_base/declare" 3 | ], function(declare) { 4 | return declare(null, { 5 | // instance properties 6 | field: null, 7 | operator: null, 8 | compareValue: null 9 | }); 10 | }); -------------------------------------------------------------------------------- /js/app/WorkflowManager/templates/Aoi.html: -------------------------------------------------------------------------------- 1 | 
2 |
3 | 4 |
5 | 14 | 17 |
18 | -------------------------------------------------------------------------------- /js/app/WorkflowManager/templates/AoiMap.html: -------------------------------------------------------------------------------- 1 | 
2 |
3 |
4 |
5 |
6 | 7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 | 16 |
17 |
18 | 19 |
20 |
21 |
22 | 23 |
-------------------------------------------------------------------------------- /js/app/WorkflowManager/templates/AttachmentItem.html: -------------------------------------------------------------------------------- 1 | 
2 |
3 |

${i18n_NoFilename}

4 |

${i18n_NoAttachmentType}

5 | 6 |
7 |
8 |
9 |
10 |
11 | ${i18n_DialogPrompt} 12 |
13 | 16 |
17 | 18 |
19 |
20 |
21 |
-------------------------------------------------------------------------------- /js/app/WorkflowManager/templates/ExtendedProperties.html: -------------------------------------------------------------------------------- 1 |
2 |

${i18n_NoExtendedProperties}

3 |
4 |
5 |

6 | 7 | * 8 | ${i18n_Required} 9 |

10 | 11 |
12 |
-------------------------------------------------------------------------------- /js/app/WorkflowManager/templates/ExtendedPropertiesItem.html: -------------------------------------------------------------------------------- 1 | 
2 |
3 |

4 |

5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 |

13 |
14 |
15 |
-------------------------------------------------------------------------------- /js/app/WorkflowManager/templates/ExtendedPropertiesRecord.html: -------------------------------------------------------------------------------- 1 | 
2 |
3 | 4 |
5 |
6 |
-------------------------------------------------------------------------------- /js/app/WorkflowManager/templates/ExtendedPropertiesTableList.html: -------------------------------------------------------------------------------- 1 | 
-------------------------------------------------------------------------------- /js/app/WorkflowManager/templates/Header.html: -------------------------------------------------------------------------------- 1 |
2 | 3 |

${i18n_Title}

4 |

${i18n_SubHeader}

5 | 6 | 11 |
-------------------------------------------------------------------------------- /js/app/WorkflowManager/templates/History.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |
4 | 5 | 6 |
7 |
8 | 9 | 10 |
11 |
12 |
13 | 14 | 15 |
16 |
17 |
18 |
19 |
20 | -------------------------------------------------------------------------------- /js/app/WorkflowManager/templates/Holds.html: -------------------------------------------------------------------------------- 1 | 
2 |
3 | 4 | 5 |
6 |
7 |
8 |
9 | 10 |
11 |
12 | 13 | 14 |
15 |
16 |
18 |
19 |
20 | 21 | 22 |
23 |
24 | 25 | 26 |
27 |
28 |
29 | 30 |

31 | 32 |

33 |
34 |
35 |
36 | -------------------------------------------------------------------------------- /js/app/WorkflowManager/templates/JobDialog.html: -------------------------------------------------------------------------------- 1 | 
2 | 3 |
4 | 5 | 6 |
7 |
-------------------------------------------------------------------------------- /js/app/WorkflowManager/templates/Map.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |
4 |
5 |
6 | 7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 | 19 |
20 |
21 | 22 |
23 |
24 |
25 | 26 |
27 | -------------------------------------------------------------------------------- /js/app/WorkflowManager/templates/Notes.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |
4 | 5 |
6 |
7 | 8 |
9 |
10 |
-------------------------------------------------------------------------------- /js/app/WorkflowManager/templates/Statistics.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |
4 |
5 | ${i18n_CategorizedBy} 6 | 7 |
8 |
9 | ${i18n_GroupedBy} 10 | 11 |
12 |
13 |
14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 |
23 |
24 |
25 | 26 |
27 |
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
-------------------------------------------------------------------------------- /js/app/WorkflowManager/templates/WorkflowImage.html: -------------------------------------------------------------------------------- 1 | 
2 |
3 |
-------------------------------------------------------------------------------- /js/app/WorkflowManager/utils/MapUtil.js: -------------------------------------------------------------------------------- 1 | define(function() { 2 | return { 3 | 4 | /* 5 | * Converts a comma-separated list of layer IDs into an Array that can 6 | * be applied to the visibleLayers property of ArcGISDynamicMapServiceLayer and 7 | * ArcIMSMapServiceLayer. 8 | */ 9 | parseLayerList: function (layers, asNumbers) 10 | { 11 | if (layers == null || layers.length == 0) 12 | { 13 | return null; 14 | } 15 | var layerIds = layers.split(","); 16 | for (var i = 0; i < layerIds.length; i++) 17 | { 18 | layerIds[i] = layerIds[i].trim(); 19 | if (asNumbers) 20 | { 21 | layerIds[i] = parseInt(layerIds[i]); 22 | } 23 | } 24 | //return new ArrayCollection(layerIds); 25 | return layerIds; 26 | }, 27 | 28 | /* 29 | * Convenience function for converting a layer definition query list from 30 | * a compact representation to the expanded form expected by ArcGISDynamicMapServiceLayer. 31 | * 32 | * For example, an input of: 33 | * [ { "layerId":3, "query":"FIELD = 42" } ] 34 | * is converted to: 35 | * [ "", "", "", "FIELD = 42" ] 36 | */ 37 | formatLayerDefinitions: function (layerDefs) 38 | { 39 | var result = []; 40 | 41 | if (layerDefs == null || layerDefs.length == 0) 42 | return result; 43 | 44 | var length = layerDefs.length; 45 | for (var i = 0; i < length; i++) 46 | //for (var layerDef:Object in layerDefs) 47 | { 48 | var layerDef = layerDefs[i]; 49 | var layerId = layerDef.layerId; 50 | var query = layerDef.query; 51 | 52 | var index = result.length; 53 | while (index <= layerId) 54 | { 55 | result[index++] = ""; 56 | //result.push(""); 57 | } 58 | result[layerId] = query; 59 | } 60 | return result; 61 | }, 62 | 63 | getLayerDefinition: function (layerId, query) 64 | { 65 | return { "layerId":layerId, "query":query }; 66 | } 67 | }; 68 | }); 69 | -------------------------------------------------------------------------------- /js/app/WorkflowManager/utils/WMUtil.js: -------------------------------------------------------------------------------- 1 | define(function() { 2 | return { 3 | 4 | /** 5 | * Determines if one string ends with another string. 6 | */ 7 | endsWith: function(str, suffix) { 8 | return (str != null) && (suffix != null) 9 | && (str.substring(str.length - suffix.length) == suffix); 10 | }, 11 | 12 | /** 13 | * Removed a string from the end 14 | */ 15 | removeFromEnd: function(str, suffix) { 16 | if (str != null && suffix != null) 17 | { 18 | var i = str.indexOf(suffix); 19 | if (i != -1) 20 | return str.substring(0, i); 21 | } 22 | return str; 23 | }, 24 | 25 | /** 26 | * Determines whether two field names are equivalent. 27 | * Either the specified field names must be the same, or the expected field name 28 | * must be a suffix of the actual field name (e.g. [schema/user].[table].[field]). 29 | */ 30 | isField: function(actualFieldName, expectedFieldName) { 31 | if (actualFieldName == null || expectedFieldName == null) 32 | return false; 33 | 34 | actualFieldName = actualFieldName.toUpperCase(); 35 | expectedFieldName = expectedFieldName.toUpperCase(); 36 | return (actualFieldName == expectedFieldName) || this.endsWith(actualFieldName, "."+expectedFieldName); 37 | } 38 | 39 | }; 40 | }); -------------------------------------------------------------------------------- /js/app/WorkflowManager/widgets/AoiFunctions/AoiFunctions.html: -------------------------------------------------------------------------------- 1 | 
2 |
3 |
4 |

${i18n_ClearDialogContent}

5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 | -------------------------------------------------------------------------------- /js/app/WorkflowManager/widgets/AoiFunctions/nls/Strings.js: -------------------------------------------------------------------------------- 1 | define({ 2 | root: ({ 3 | confirmClear: "Yes, delete LOI", 4 | declineClear: "No, don't delete LOI", 5 | clearDialogContent: "Are you sure you want to delete the LOI for this job?", 6 | clearDialogTitle: "Delete LOI" 7 | }), 8 | 9 | es: true, 10 | it: true, 11 | ru: true, 12 | tr: true, 13 | "zh-cn": true 14 | }); -------------------------------------------------------------------------------- /js/app/WorkflowManager/widgets/SaveExtendedProps/SaveExtendedProps.html: -------------------------------------------------------------------------------- 1 | 
2 |
3 |
4 |

${i18n_SavePrompt}

5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 | -------------------------------------------------------------------------------- /js/app/WorkflowManager/widgets/SaveExtendedProps/nls/Strings.js: -------------------------------------------------------------------------------- 1 | define({ 2 | root: ({ 3 | saveProperties: "Save Extended Properties?", 4 | savePrompt: "Would you like to save your changes to Extended Properties before navigating away from this page?", 5 | confirmSave: "Yes, save changes", 6 | declineSave: "No, don't save" 7 | }), 8 | 9 | es: true, 10 | it: true, 11 | ru: true, 12 | tr: true, 13 | "zh-cn": true 14 | }); -------------------------------------------------------------------------------- /js/app/WorkflowManager/widgets/SaveProps/SaveProps.html: -------------------------------------------------------------------------------- 1 | 
2 |
3 |
4 |

${i18n_SavePrompt}

5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 | -------------------------------------------------------------------------------- /js/app/WorkflowManager/widgets/SaveProps/nls/Strings.js: -------------------------------------------------------------------------------- 1 | define({ 2 | root: ({ 3 | saveProperties: "Save Properties?", 4 | savePrompt: "Would you like to save your changes to Properties before navigating away from this page?", 5 | confirmSave: "Yes, save changes", 6 | declineSave: "No, don't save" 7 | }), 8 | 9 | es: true, 10 | it: true, 11 | ru: true, 12 | tr: true, 13 | "zh-cn": true 14 | }); -------------------------------------------------------------------------------- /js/app/WorkflowManager/widgets/Wizard/_ProjectCardItem.js: -------------------------------------------------------------------------------- 1 | define([ 2 | "dojo/_base/declare", 3 | "dijit/_WidgetBase", 4 | "dijit/_TemplatedMixin", 5 | "dijit/_WidgetsInTemplateMixin", 6 | 7 | "dojo/topic", 8 | "dojo/on", 9 | "dojo/dom", 10 | "dojo/dom-style", 11 | "dojo/dom-class", 12 | "dojo/dom-attr", 13 | "dojo/_base/lang", 14 | "dojo/_base/fx", 15 | 16 | "dojo/text!./templates/_ProjectCardItem.html", 17 | "dojo/i18n!./nls/Strings" 18 | ], 19 | 20 | function ( 21 | declare, _WidgetBase, _TemplatedMixin, _WidgetsInTemplateMixin, 22 | topic, on, dom, domStyle, domClass, domAttr, lang, fx, 23 | template, i18n 24 | ) { 25 | 26 | return declare("app._ProjectCardItem", [_WidgetBase, _TemplatedMixin, _WidgetsInTemplateMixin], { 27 | templateString: template, 28 | widgetsInTemplate: true, 29 | i18n: i18n, 30 | 31 | postCreate: function () { 32 | this.inherited(arguments); 33 | this.setNumber(this.number); 34 | this.setLabel(this.label); 35 | }, 36 | 37 | startup: function () { 38 | 39 | }, 40 | 41 | setNumber: function(number){ 42 | this.icon.innerHTML = number; 43 | }, 44 | 45 | setLabel: function (label) { 46 | this.text.innerHTML = label; 47 | }, 48 | 49 | setImage: function (type) { 50 | dojo.removeClass(this.icon); 51 | var styleClass = ""; 52 | switch (type) { 53 | case "succeeded": 54 | styleClass = "icon-ok icon-white"; 55 | break; 56 | 57 | case "uncompleted": 58 | styleClass = "icon-question icon-white"; 59 | break; 60 | default: 61 | styleClass = ""; 62 | } 63 | dojo.addClass(this.icon, styleClass); 64 | }, 65 | setContainerTypeClass: function (type) { 66 | domClass.remove(this.container, ["done", "active", "missing", "question", "empty"]); 67 | domClass.add(this.container, type); 68 | } 69 | 70 | }); 71 | 72 | }); -------------------------------------------------------------------------------- /js/app/WorkflowManager/widgets/Wizard/nls/Strings.js: -------------------------------------------------------------------------------- 1 | define({ 2 | root: { 3 | } /*, 4 | 5 | es: true, 6 | it: true, 7 | ru: true, 8 | tr: true, 9 | "zh-cn": true */ 10 | }); -------------------------------------------------------------------------------- /js/app/WorkflowManager/widgets/Wizard/templates/ProjectCard.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |

Create New Project

4 | 9 |
10 |
11 |
12 |
13 | -------------------------------------------------------------------------------- /js/app/WorkflowManager/widgets/Wizard/templates/Wizard.html: -------------------------------------------------------------------------------- 1 |
2 | 3 |
4 | Steps: 5 |
6 | 7 |
8 | 9 |
10 |

-----

11 |
12 | 13 |
14 |
15 |
16 | 17 |
18 |
19 | 23 | 27 |
28 |
29 |
30 | 31 | 32 |
33 |
34 | -------------------------------------------------------------------------------- /js/app/WorkflowManager/widgets/Wizard/templates/_ProjectCardItem.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |
4 | 5 |
6 |
7 |

8 | 9 |
10 | 11 | 12 |
13 |
-------------------------------------------------------------------------------- /js/utils/Expander/css/Expander.css: -------------------------------------------------------------------------------- 1 | .expander { 2 | /*background: rgba(0, 0, 0, 0.7);*/ 3 | background: rgba(0, 0, 0, 0.65); 4 | border-radius: 2px; 5 | position: fixed; 6 | cursor: pointer; 7 | transition: left .6s, top .6s; 8 | -webkit-transition: left .6s, top .6s; /* Safari */ 9 | z-index: 99; 10 | } 11 | 12 | .expander.expanderLeft { 13 | border-top-left-radius: 0; 14 | border-bottom-left-radius: 0; 15 | } 16 | 17 | .expander.expanderRight { 18 | border-top-right-radius: 0; 19 | border-bottom-right-radius: 0; 20 | } 21 | 22 | .expanderIcon { 23 | display: block; 24 | padding: 12px 5px 12px 3px; 25 | transition: margin-top .6s; 26 | -webkit-transition: margin-top .6s; /* Safari */ 27 | } 28 | .expanderIcon i { 29 | display: block; 30 | font-size: 16px; 31 | color: #fff; 32 | } 33 | .expanderCloseIcon { 34 | } 35 | 36 | .expanderOpenIcon { 37 | } 38 | -------------------------------------------------------------------------------- /js/utils/Expander/css/images/expander-close-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/js/utils/Expander/css/images/expander-close-icon.png -------------------------------------------------------------------------------- /js/utils/Expander/css/images/expander-open-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/js/utils/Expander/css/images/expander-open-icon.png -------------------------------------------------------------------------------- /js/utils/Expander/nls/Strings.js: -------------------------------------------------------------------------------- 1 | define({ 2 | root: { 3 | left: { 4 | open: "Open left panel", 5 | close: "Close left panel" 6 | }, 7 | right: { 8 | open: "Open right panel", 9 | close: "Close right panel" 10 | } 11 | }, 12 | 13 | es: true, 14 | it: true, 15 | ru: true, 16 | tr: true, 17 | "zh-cn": true 18 | }); -------------------------------------------------------------------------------- /js/utils/Expander/templates/Expander.html: -------------------------------------------------------------------------------- 1 |
2 | 3 | 4 | 5 |
-------------------------------------------------------------------------------- /js/utils/Panel/css/Panel.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/js/utils/Panel/css/Panel.css -------------------------------------------------------------------------------- /js/utils/Panel/nls/Strings.js: -------------------------------------------------------------------------------- 1 | define({ 2 | root: { 3 | Reports_Label: "Reports" 4 | }, 5 | 6 | es: true, 7 | it: true, 8 | ru: true, 9 | tr: true, 10 | "zh-cn": true 11 | }); -------------------------------------------------------------------------------- /js/utils/Panel/templates/Panel.html: -------------------------------------------------------------------------------- 1 |
2 | 3 |
-------------------------------------------------------------------------------- /js/widget/Login/css/Login.css: -------------------------------------------------------------------------------- 1 | .loginPage { 2 | opacity: 0; 3 | -moz-transition: opacity 1s; 4 | -o-transition: opacity 1s; 5 | -webkit-transition: opacity 1s; /* Safari */ 6 | transition: opacity 1s; 7 | } 8 | #loginContainer form { 9 | margin: 0 auto; 10 | width: 300px; 11 | } 12 | #loginContainer .login-input { 13 | width: 100%; 14 | font-size: 1.4em; 15 | margin: 5px 0; 16 | } 17 | #loginContainer .login-input.login-submit { 18 | margin-top: 24px; 19 | } 20 | #loginContainer .login-input .dijitButtonNode{ 21 | width: 100%; 22 | padding: 4px 0 5px; 23 | } -------------------------------------------------------------------------------- /js/widget/Login/nls/Strings.js: -------------------------------------------------------------------------------- 1 | define({ 2 | root: ({ 3 | placeholders: { 4 | username: "username", 5 | password: "password" 6 | }, 7 | 8 | button: { 9 | title: "Login", 10 | titleLoginAttempt: "Trying to login..." 11 | }, 12 | 13 | error: { 14 | invalidUsername: "Invalid username", 15 | invalidUsernameOrPassword: "Invalid username or password", 16 | invalidPassword: "Invalid password", 17 | missingDomain: "User is not part of a domain" 18 | } 19 | }), 20 | 21 | es: true, 22 | it: true, 23 | ru: true, 24 | tr: true, 25 | "zh-cn": true 26 | }); -------------------------------------------------------------------------------- /js/widget/Login/templates/Login.html: -------------------------------------------------------------------------------- 1 |
2 |
3 | 7 |
8 | 12 |
13 | 17 |
18 |

19 |
20 | -------------------------------------------------------------------------------- /js/widget/charting/BarChart/css/BarChart.css: -------------------------------------------------------------------------------- 1 | .bar-container { 2 | position:relative; 3 | margin: 5px 5px 0; 4 | } 5 | 6 | .bar-label, 7 | .bar-wrapper, 8 | .bar-value { 9 | display:inline-block; 10 | } 11 | 12 | .bar-label { 13 | color: #888888; 14 | float: left; 15 | text-align: left; 16 | width: 100%; 17 | } 18 | 19 | .bar-wrapper { 20 | width: 75%; 21 | background-color: #F7F7F7; 22 | background-image: linear-gradient(to bottom, #F5F5F5, #F9F9F9); 23 | background-repeat: repeat-x; 24 | border-radius: 4px 4px 4px 4px; 25 | box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset; 26 | margin-bottom: 8px; 27 | overflow: hidden; 28 | padding: 3px; 29 | margin: 1px -4px 4px; 30 | vertical-align:middle; 31 | } 32 | 33 | .bar-wrapper .bar { 34 | height:18px; 35 | border-radius:3px; 36 | background-image: url('images/bar-gradient.png'); 37 | background-position: top left; 38 | background-repeat: repeat-x; 39 | } 40 | 41 | .bar-value { 42 | color: #888888; 43 | display: block; 44 | padding: 4px 8px; 45 | position: absolute; 46 | right: 5%; 47 | text-align: center; 48 | bottom: 2px; 49 | width: 15%; 50 | border-radius:4px; 51 | } 52 | 53 | .bar-container:hover .bar-wrapper .bar { 54 | background-position: 0 -34px; 55 | box-shadow:1px 1px 2px #888; 56 | } 57 | 58 | .bar-container:hover .bar-value { 59 | background: #000; 60 | opacity:0.8; 61 | filter:alpha(opacity=80); 62 | color:white; 63 | } 64 | 65 | .bar-container:hover .bar-value:before { 66 | content: ""; 67 | border-top: 5px solid transparent; 68 | border-left: 5px solid transparent; 69 | border-right: 5px solid #000; 70 | border-bottom: 5px solid transparent; 71 | left: -10px; 72 | position: absolute; 73 | top: 10px; 74 | width: 0; 75 | height: 0; 76 | display: block; 77 | } -------------------------------------------------------------------------------- /js/widget/charting/BarChart/css/images/bar-gradient.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/js/widget/charting/BarChart/css/images/bar-gradient.png -------------------------------------------------------------------------------- /js/widget/charting/BarChart/nls/Strings.js: -------------------------------------------------------------------------------- 1 | define({ 2 | root: ({ 3 | 4 | }), 5 | 6 | es: true, 7 | it: true, 8 | ru: true, 9 | tr: true, 10 | "zh-cn": true 11 | }); -------------------------------------------------------------------------------- /js/widget/charting/BarChart/templates/BarChart.html: -------------------------------------------------------------------------------- 1 |
2 | 5 |
6 |
7 |

8 | 15 |
16 |
17 |
18 |
19 |
20 |
21 | -------------------------------------------------------------------------------- /js/widget/charting/LineChart/css/LineChart.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/js/widget/charting/LineChart/css/LineChart.css -------------------------------------------------------------------------------- /js/widget/charting/LineChart/nls/Strings.js: -------------------------------------------------------------------------------- 1 | define({ 2 | root: { 3 | Reports_Label: "Reports" 4 | }, 5 | 6 | es: true, 7 | it: true, 8 | ru: true, 9 | tr: true, 10 | "zh-cn": true 11 | }); -------------------------------------------------------------------------------- /js/widget/charting/LineChart/templates/LineChart.html: -------------------------------------------------------------------------------- 1 |
2 | 3 | 4 | 5 | 8 | 9 | 10 | 13 | 16 | 17 | 18 |
6 |

7 |
11 |
12 |
14 |
15 |
19 |
-------------------------------------------------------------------------------- /js/widget/charting/PieChart/css/PieChart.css: -------------------------------------------------------------------------------- 1 | .pie, 2 | .stacked { 3 | text-shadow: 0 1px 0 white; 4 | } 5 | .pie svg, 6 | .pie > div { 7 | background: url(images/pie-background-extra-large.png) center center no-repeat; 8 | } 9 | 10 | .pieSlice-label { 11 | color: #888888; 12 | float: left; 13 | text-align: left; 14 | width: 100%; 15 | display: none; 16 | } 17 | 18 | .pie-container { 19 | opacity: 1; 20 | background: none repeat scroll 0 0 #EEEEEE; 21 | border: 1px solid #CCCCCC; 22 | clear: both; 23 | margin-bottom: 10px; 24 | width: 100%; 25 | } -------------------------------------------------------------------------------- /js/widget/charting/PieChart/css/images/pie-background-extra-large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/js/widget/charting/PieChart/css/images/pie-background-extra-large.png -------------------------------------------------------------------------------- /js/widget/charting/PieChart/css/images/pie-background-large.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/js/widget/charting/PieChart/css/images/pie-background-large.png -------------------------------------------------------------------------------- /js/widget/charting/PieChart/css/images/pie-background-medium.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/js/widget/charting/PieChart/css/images/pie-background-medium.png -------------------------------------------------------------------------------- /js/widget/charting/PieChart/css/images/pie-background-small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/js/widget/charting/PieChart/css/images/pie-background-small.png -------------------------------------------------------------------------------- /js/widget/charting/PieChart/nls/Strings.js: -------------------------------------------------------------------------------- 1 | define({ 2 | root: ({ 3 | 4 | }), 5 | 6 | es: true, 7 | it: true, 8 | ru: true, 9 | tr: true, 10 | "zh-cn": true 11 | }); -------------------------------------------------------------------------------- /js/widget/charting/PieChart/templates/PieChart.html: -------------------------------------------------------------------------------- 1 |
2 | 5 |
6 | 7 | 8 | 9 | 12 | 13 | 14 | 17 | 21 | 22 | 23 |
10 |

11 |
15 |
16 |
18 |
19 |
20 |
24 |
25 | -------------------------------------------------------------------------------- /js/widget/charting/StackedBarChart/css/StackedBarChart.css: -------------------------------------------------------------------------------- 1 | .stackedBar-container { 2 | position:relative; 3 | margin: 5px 5px 0; 4 | } 5 | 6 | .stackedBar-label, 7 | .stackedBar-wrapper, 8 | .stackedBar-value { 9 | display:inline-block; 10 | } 11 | 12 | .stackedBar-label { 13 | color: #888888; 14 | float: left; 15 | text-align: left; 16 | width: 100%; 17 | } 18 | 19 | .stackedBar-wrapper { 20 | width: 75%; 21 | background-color: #F7F7F7; 22 | background-image: linear-gradient(to bottom, #F5F5F5, #F9F9F9); 23 | background-repeat: repeat-x; 24 | border-radius: 4px 4px 4px 4px; 25 | box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset; 26 | margin-bottom: 8px; 27 | overflow: hidden; 28 | padding: 3px; 29 | margin: 1px -4px 4px; 30 | vertical-align:middle; 31 | } 32 | 33 | .stackedBar-wrapper .stackedBar { 34 | height:18px; 35 | background-image: url('images/bar-gradient.png'); 36 | background-position: top left; 37 | background-repeat: repeat-x; 38 | } 39 | 40 | .stackedBar-value { 41 | color: #888888; 42 | display: block; 43 | padding: 4px 8px; 44 | position: absolute; 45 | right: 5%; 46 | text-align: center; 47 | bottom: 2px; 48 | width: 15%; 49 | border-radius:4px; 50 | } 51 | 52 | .stackedBar-container:hover .stackedBar-wrapper .stackedBar { 53 | background-position: 0 -34px; 54 | box-shadow:1px 1px 2px #888; 55 | } 56 | 57 | .stackedBar-container:hover .stackedBar-value { 58 | background: #000; 59 | opacity:0.8; 60 | filter:alpha(opacity=80); 61 | color:white; 62 | } 63 | 64 | .stackedBar-container:hover .stackedBar-value:before { 65 | content: ""; 66 | border-top: 5px solid transparent; 67 | border-left: 5px solid transparent; 68 | border-right: 5px solid #000; 69 | border-bottom: 5px solid transparent; 70 | left: -10px; 71 | position: absolute; 72 | top: 10px; 73 | width: 0; 74 | height: 0; 75 | display: block; 76 | } 77 | 78 | .stackedBarLegend-container { 79 | margin-top: 20px; 80 | } 81 | 82 | .stackedBarLegend-symbol { 83 | width: 12px; 84 | height: 12px; 85 | float: left; 86 | margin: 3px; 87 | clear: both; 88 | } -------------------------------------------------------------------------------- /js/widget/charting/StackedBarChart/css/images/bar-gradient.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/js/widget/charting/StackedBarChart/css/images/bar-gradient.png -------------------------------------------------------------------------------- /js/widget/charting/StackedBarChart/nls/Strings.js: -------------------------------------------------------------------------------- 1 | define({ 2 | root: ({ 3 | 4 | }), 5 | 6 | es: true, 7 | it: true, 8 | ru: true, 9 | tr: true, 10 | "zh-cn": true 11 | }); -------------------------------------------------------------------------------- /js/widget/charting/StackedBarChart/templates/StackedBarChart.html: -------------------------------------------------------------------------------- 1 |
2 | 5 |
6 |
7 |

8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 | -------------------------------------------------------------------------------- /js/widget/gis/BasemapGallery/css/BasemapGallery.css: -------------------------------------------------------------------------------- 1 |  -------------------------------------------------------------------------------- /js/widget/gis/BasemapGallery/images/gray.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/js/widget/gis/BasemapGallery/images/gray.jpg -------------------------------------------------------------------------------- /js/widget/gis/BasemapGallery/images/hybrid.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/js/widget/gis/BasemapGallery/images/hybrid.jpg -------------------------------------------------------------------------------- /js/widget/gis/BasemapGallery/images/national-geographic.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/js/widget/gis/BasemapGallery/images/national-geographic.jpg -------------------------------------------------------------------------------- /js/widget/gis/BasemapGallery/images/oceans.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/js/widget/gis/BasemapGallery/images/oceans.jpg -------------------------------------------------------------------------------- /js/widget/gis/BasemapGallery/images/osm.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/js/widget/gis/BasemapGallery/images/osm.jpg -------------------------------------------------------------------------------- /js/widget/gis/BasemapGallery/images/satellite.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/js/widget/gis/BasemapGallery/images/satellite.jpg -------------------------------------------------------------------------------- /js/widget/gis/BasemapGallery/images/streets.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/js/widget/gis/BasemapGallery/images/streets.jpg -------------------------------------------------------------------------------- /js/widget/gis/BasemapGallery/images/terrain_labels.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/js/widget/gis/BasemapGallery/images/terrain_labels.jpg -------------------------------------------------------------------------------- /js/widget/gis/BasemapGallery/images/topo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/js/widget/gis/BasemapGallery/images/topo.jpg -------------------------------------------------------------------------------- /js/widget/gis/BasemapGallery/nls/Strings.js: -------------------------------------------------------------------------------- 1 | define({ 2 | root: ({ 3 | BasemapGallery_Label: "Basemaps", 4 | Basemap_Streets: "Streets", 5 | Basemap_Satellite: "Satellite", 6 | Basemap_Hybrid: "Hybrid", 7 | Basemap_Topographic: "Topographic", 8 | Basemap_Gray: "Gray", 9 | Basemap_NatGeo: "National Geographic", 10 | Basemap_Dark: "Dark" 11 | }), 12 | 13 | es: true, 14 | it: true, 15 | ru: true, 16 | tr: true, 17 | "zh-cn": true 18 | }); -------------------------------------------------------------------------------- /js/widget/gis/BasemapGallery/templates/BasemapGallery.html: -------------------------------------------------------------------------------- 1 |
2 |
3 | ${i18n_BasemapGallery_Label} 4 |
5 |
-------------------------------------------------------------------------------- /js/widget/gis/Coordinates.js: -------------------------------------------------------------------------------- 1 | define([ 2 | "dojo/_base/declare", 3 | "dijit/_WidgetBase", 4 | "dijit/_TemplatedMixin", 5 | "dijit/_WidgetsInTemplateMixin", 6 | 7 | "dojo/topic", 8 | "dojo/dom", 9 | "dojo/dom-style", 10 | "dojo/dom-construct", 11 | "dojo/dom-class", 12 | "dojo/_base/lang", 13 | "dojo/string", 14 | 15 | "esri/geometry/webMercatorUtils", 16 | 17 | "dojo/text!./Coordinates/templates/Coordinates.html", 18 | "dojo/i18n!./Coordinates/nls/Strings" 19 | ], 20 | 21 | function( 22 | declare, _WidgetBase, _TemplatedMixin, _WidgetsInTemplateMixin, 23 | topic, dom, domStyle, domConstruct, domClass, lang, string, 24 | webMercatorUtils, 25 | template, i18n 26 | ) { 27 | 28 | //anonymous function to load CSS files required for this module 29 | (function() { 30 | var css = [require.toUrl("./js/widget/gis/Coordinates/css/Coordinates.css")]; 31 | var head = document.getElementsByTagName("head").item(0), 32 | link; 33 | for(var i = 0, il = css.length; i < il; i++) { 34 | link = document.createElement("link"); 35 | link.type = "text/css"; 36 | link.rel = "stylesheet"; 37 | link.href = css[i].toString(); 38 | head.appendChild(link); 39 | } 40 | }()); 41 | 42 | // main geolocation widget 43 | return declare("widget.gis.Coordinates", [_WidgetBase, _TemplatedMixin, _WidgetsInTemplateMixin], { 44 | templateString: template, 45 | widgetsInTemplate: true, 46 | 47 | postCreate: function() { 48 | this.inherited(arguments); 49 | 50 | dojo.connect(this.map, "onMouseMove", lang.hitch(this, "showCoordinates")); 51 | dojo.connect(this.map, "onMouseDrag", lang.hitch(this, "showCoordinates")); 52 | }, 53 | 54 | startup: function() { 55 | console.log("Coordinates started"); 56 | }, 57 | 58 | showCoordinates: function(evt) { 59 | // get mapPoint from event 60 | // The map is in web mercator - modify the map point to display the results in geographic 61 | var mp = webMercatorUtils.webMercatorToGeographic(evt.mapPoint); 62 | // display mouse coordinates 63 | this.mapCoordinatesContent.innerHTML = mp.x.toFixed(3) + ", " + mp.y.toFixed(3); 64 | } 65 | 66 | }); 67 | 68 | }); -------------------------------------------------------------------------------- /js/widget/gis/Coordinates/css/Coordinates.css: -------------------------------------------------------------------------------- 1 | /* Coordinates */ 2 | .map-coordinates-container { 3 | background: #FFF; 4 | opacity:0.6; 5 | filter:alpha(opacity=60); 6 | z-index: 200; 7 | } 8 | .map-coordinates-content { 9 | margin: 0 5px; 10 | } -------------------------------------------------------------------------------- /js/widget/gis/Coordinates/nls/Strings.js: -------------------------------------------------------------------------------- 1 | define({ 2 | root: { 3 | Coordinates_Label: "Coordinates" 4 | }, 5 | 6 | es: true, 7 | it: true, 8 | ru: true, 9 | tr: true, 10 | "zh-cn": true 11 | }); -------------------------------------------------------------------------------- /js/widget/gis/Coordinates/templates/Coordinates.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |
0 --- 0
4 |
5 |
-------------------------------------------------------------------------------- /js/widget/gis/DrawTool/css/DrawTool.css: -------------------------------------------------------------------------------- 1 | .gis_DrawDijit { 2 | } 3 | 4 | .gis_DrawDijit .polyIcon { 5 | background-image: url(../images/toolbar_icons.png); 6 | background-position: -68px 0; 7 | width: 16px; 8 | height: 16px; 9 | } 10 | 11 | .gis_DrawDijit .pointIcon { 12 | background-image: url(../images/toolbar_icons.png); 13 | background-position: 0px 0; 14 | width: 16px; 15 | height: 16px; 16 | } 17 | 18 | .gis_DrawDijit .lineIcon { 19 | background-image: url(../images/toolbar_icons.png); 20 | background-position: -34px 0; 21 | width: 16px; 22 | height: 16px; 23 | } 24 | 25 | .gis_DrawDijit .saveIcon { 26 | background-image: url(../images/save.png); 27 | width: 16px; 28 | height: 16px; 29 | } 30 | 31 | .gis_DrawDijit .clearIcon { 32 | background-image: url(../images/clear.png); 33 | width: 16px; 34 | height: 16px; 35 | } 36 | 37 | .gis_DrawDijit .lassoIcon { 38 | background-image: url(../images/toolbar_icons.png); 39 | background-position: -102px 0; 40 | width: 16px; 41 | height: 16px; 42 | } 43 | 44 | .gis_DrawDijit .rectangleIcon { 45 | background-image: url(../images/toolbar_icons.png); 46 | background-position: -340px 0; 47 | width: 16px; 48 | height: 16px; 49 | } 50 | 51 | .gis_DrawDijit .cancelIcon { 52 | background-image: url(../images/toolbar_icons.png); 53 | background-position: -323px 0; 54 | width: 16px; 55 | height: 16px; 56 | } 57 | 58 | .gis_DrawDijit .drawToolsContainer { 59 | width: 100%; 60 | } -------------------------------------------------------------------------------- /js/widget/gis/DrawTool/images/clear.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/js/widget/gis/DrawTool/images/clear.png -------------------------------------------------------------------------------- /js/widget/gis/DrawTool/images/save.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/js/widget/gis/DrawTool/images/save.png -------------------------------------------------------------------------------- /js/widget/gis/DrawTool/images/toolbar_icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/js/widget/gis/DrawTool/images/toolbar_icons.png -------------------------------------------------------------------------------- /js/widget/gis/DrawTool/nls/Strings.js: -------------------------------------------------------------------------------- 1 | define({ 2 | root: ({ 3 | point: "Point", 4 | multipoint: "MultiPoint", 5 | line: "Line", 6 | polygon: "Polygon", 7 | rectangle: "Rectangle", 8 | lasso: "Lasso", 9 | save: "Save", 10 | deleteAOI: "Delete AOI", 11 | deleteLOI: "Delete LOI", 12 | cancel: "Cancel Draw" 13 | }), 14 | 15 | es: true, 16 | it: true, 17 | ru: true, 18 | tr: true, 19 | "zh-cn": true 20 | }); -------------------------------------------------------------------------------- /js/widget/gis/DrawTool/templates/DrawTool.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |
${i18n_Point}
4 |
${i18n_MultiPoint}
5 |
${i18n_Line}
6 |
${i18n_Polygon}
7 |
${i18n_Rectangle}
8 |
${i18n_Lasso}
9 | 10 | 11 | 12 | 13 |
14 |
15 | -------------------------------------------------------------------------------- /js/widget/gis/EsriLegend/css/EsriLegend.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/js/widget/gis/EsriLegend/css/EsriLegend.css -------------------------------------------------------------------------------- /js/widget/gis/EsriLegend/nls/Strings.js: -------------------------------------------------------------------------------- 1 | define({ 2 | root: ({ 3 | Legend_Label: "Legend" 4 | }), 5 | 6 | es: true, 7 | it: true, 8 | ru: true, 9 | tr: true, 10 | "zh-cn": true 11 | }); -------------------------------------------------------------------------------- /js/widget/gis/EsriLegend/templates/EsriLegend.html: -------------------------------------------------------------------------------- 1 |
2 | 3 |
4 | ${i18n_Legend_Label} 5 |
6 | 7 | 15 | 16 | 17 |
18 | 19 |
-------------------------------------------------------------------------------- /js/widget/gis/EsriMap/css/EsriMap.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/js/widget/gis/EsriMap/css/EsriMap.css -------------------------------------------------------------------------------- /js/widget/gis/EsriMap/nls/Strings.js: -------------------------------------------------------------------------------- 1 | define({ 2 | root: ({ 3 | openJob: "Open Job", 4 | loadingJobInfo: "Loading Job Info", 5 | loading: "Loading", 6 | selectAJob: "Select A Job", 7 | 8 | // AOI identify window 9 | createdBy: "Created By", 10 | assignedTo: "Assigned To", 11 | priority: "Priority", 12 | status: "Status", 13 | navInfo: "{0} of {1}", 14 | next: "Next", 15 | back: "Back" 16 | }), 17 | 18 | es: true, 19 | it: true, 20 | ru: true, 21 | tr: true, 22 | "zh-cn": true 23 | }); -------------------------------------------------------------------------------- /js/widget/gis/EsriMap/templates/EsriMap.html: -------------------------------------------------------------------------------- 1 |
2 | 3 |
-------------------------------------------------------------------------------- /js/widget/gis/EsriSearch.js: -------------------------------------------------------------------------------- 1 | define([ 2 | "dojo/_base/declare", 3 | "dijit/_WidgetBase", 4 | "dijit/_TemplatedMixin", 5 | "dijit/_WidgetsInTemplateMixin", 6 | 7 | "dijit/form/Button", 8 | "dojo/_base/lang", 9 | "dojo/_base/Color", 10 | "dojo/_base/connect", 11 | "dojo/on", 12 | "dojo/dom-style", 13 | "dojo/_base/array", 14 | "dojo/topic", 15 | 16 | "dojo/i18n!./EsriSearch/nls/Strings", 17 | 18 | "esri/dijit/Search", 19 | "dojo/text!./EsriSearch/templates/EsriSearch.html", 20 | "app/WorkflowManager/config/Topics" 21 | ], 22 | 23 | function( 24 | declare, _WidgetBase, _TemplatedMixin, _WidgetsInTemplateMixin, 25 | Button, lang, Color, connect, on, domStyle, arrayUtil, topic, 26 | i18n, 27 | Search, Template, appTopics) { 28 | 29 | return declare([_WidgetBase, _TemplatedMixin, _WidgetsInTemplateMixin], { 30 | widgetsInTemplate: true, 31 | templateString: Template, 32 | toolbar: null, 33 | graphics: null, 34 | 35 | postCreate: function() { 36 | this.inherited(arguments); 37 | var self = lang.hitch(this); 38 | 39 | this.search = new Search({ 40 | map: this.map, 41 | zoomScale: this.zoomLevel, 42 | }, this.EsriSearchContainer); 43 | if (this.customSources) 44 | this.search.set('sources', this.sources); 45 | this.search.startup(); 46 | on(this.search, 'select-result', function (e) { 47 | self.cleanup(); 48 | }); 49 | }, 50 | 51 | startup: function () { 52 | console.log("Esri Search Tool started"); 53 | 54 | }, 55 | 56 | focusOnButton: function () { 57 | var self = lang.hitch(this); 58 | setTimeout(function () { 59 | self.search.submitNode.focus(); 60 | }, 5); 61 | 62 | } 63 | }); 64 | }); -------------------------------------------------------------------------------- /js/widget/gis/EsriSearch/nls/Strings.js: -------------------------------------------------------------------------------- 1 | define({ 2 | root: ({ 3 | findAddressLabel: "Find Address" 4 | }), 5 | 6 | es: true, 7 | it: true, 8 | ru: true, 9 | tr: true, 10 | "zh-cn": true 11 | }); -------------------------------------------------------------------------------- /js/widget/gis/EsriSearch/templates/EsriSearch.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |
4 |
5 |
6 | -------------------------------------------------------------------------------- /js/widget/gis/EsriSearch/templates/EsriSearchDropDown.html: -------------------------------------------------------------------------------- 1 |
2 |
3 | 4 |
5 |
-------------------------------------------------------------------------------- /js/widget/gis/EsriSearchDropDown.js: -------------------------------------------------------------------------------- 1 | define([ 2 | "dojo/_base/declare", 3 | "dijit/_WidgetBase", 4 | "dijit/_TemplatedMixin", 5 | "dijit/_WidgetsInTemplateMixin", 6 | 7 | "dojo/topic", 8 | "dojo/query", 9 | "dojo/on", 10 | "dojo/dom", 11 | "dojo/dom-style", 12 | "dojo/dom-construct", 13 | "dojo/dom-class", 14 | "dojo/_base/lang", 15 | "dojo/string", 16 | "dojox/lang/functional", 17 | 18 | "esri/dijit/Basemap", 19 | "esri/dijit/BasemapLayer", 20 | "esri/dijit/BasemapGallery", 21 | 22 | "widget/gis/EsriSearch", 23 | 24 | "dijit/form/DropDownButton", 25 | "dijit/TooltipDialog", 26 | 27 | "dojo/text!./EsriSearch/templates/EsriSearchDropDown.html", 28 | "dojo/i18n!./EsriSearch/nls/Strings" 29 | ], 30 | 31 | function( 32 | declare, _WidgetBase, _TemplatedMixin, _WidgetsInTemplateMixin, 33 | topic, query, on, dom, domStyle, domConstruct, domClass, lang, string, functional, 34 | Basemap, BasemapLayer, BasemapGallery, 35 | Search, 36 | DropDownButton, TooltipDialog, 37 | template, i18n 38 | ) { 39 | 40 | return declare([_WidgetBase, _TemplatedMixin, _WidgetsInTemplateMixin], { 41 | templateString: template, 42 | widgetsInTemplate: true, 43 | 44 | i18n_FindAddressLabel: i18n.findAddressLabel, 45 | 46 | postCreate: function() { 47 | this.inherited(arguments); 48 | var self = lang.hitch(this); 49 | 50 | this.SearchDropDown = new TooltipDialog({ 51 | "content": new Search({ 52 | map: this.map, 53 | zoomLevel: this.zoomLevel, 54 | customSources: this.customSources, 55 | sources: this.sources 56 | }) 57 | }); 58 | 59 | this.SearchDropDownButton = new DropDownButton({ 60 | label: self.i18n_FindAddressLabel, 61 | dropDown: self.SearchDropDown, 62 | }, this.dropDownButton); 63 | 64 | this.SearchDropDown.content.cleanup = function () { 65 | self.SearchDropDownButton.closeDropDown(); 66 | } 67 | 68 | on(this.SearchDropDownButton, 'click', function (e) { 69 | self.SearchDropDown.content.focusOnButton(); 70 | }); 71 | }, 72 | 73 | startup: function() { 74 | console.log("Esri Search DropDown started"); 75 | }, 76 | }); 77 | 78 | }); -------------------------------------------------------------------------------- /js/widget/gis/LayerList/css/images/dialogCloseIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/js/widget/gis/LayerList/css/images/dialogCloseIcon.png -------------------------------------------------------------------------------- /js/widget/gis/LayerList/nls/Strings.js: -------------------------------------------------------------------------------- 1 | define({ 2 | root: { 3 | Title: "Layers" 4 | }, 5 | 6 | es: true, 7 | it: true, 8 | ru: true, 9 | tr: true, 10 | "zh-cn": true 11 | }); -------------------------------------------------------------------------------- /js/widget/gis/_empty/Reports.js: -------------------------------------------------------------------------------- 1 | define([ 2 | "dojo/_base/declare", 3 | "dijit/_WidgetBase", 4 | "dijit/_TemplatedMixin", 5 | "dijit/_WidgetsInTemplateMixin", 6 | 7 | "dojo/topic", 8 | "dojo/dom", 9 | "dojo/dom-style", 10 | "dojo/dom-construct", 11 | "dojo/dom-class", 12 | "dojo/_base/lang", 13 | "dojo/string", 14 | 15 | "dojo/text!./Reports/templates/Reports.html", 16 | "dojo/i18n!./Reports/nls/Strings" 17 | ], 18 | 19 | function( 20 | declare, _WidgetBase, _TemplatedMixin, _WidgetsInTemplateMixin, 21 | topic, dom, domStyle, domConstruct, domClass, lang, string, 22 | template, i18n 23 | ) { 24 | 25 | //anonymous function to load CSS files required for this module 26 | (function() { 27 | var css = [require.toUrl("dijit/gis/Reports/css/Reports.css")]; 28 | var head = document.getElementsByTagName("head").item(0), 29 | link; 30 | for(var i = 0, il = css.length; i < il; i++) { 31 | link = document.createElement("link"); 32 | link.type = "text/css"; 33 | link.rel = "stylesheet"; 34 | link.href = css[i].toString(); 35 | head.appendChild(link); 36 | } 37 | }()); 38 | 39 | // main geolocation widget 40 | return declare("dijit.gis.Reports", [_WidgetBase, _TemplatedMixin, _WidgetsInTemplateMixin], { 41 | templateString: template, 42 | widgetsInTemplate: true, 43 | 44 | postCreate: function() { 45 | this.inherited(arguments); 46 | 47 | }, 48 | 49 | startup: function() { 50 | console.log("Reports started"); 51 | } 52 | }); 53 | 54 | }); -------------------------------------------------------------------------------- /js/widget/gis/_empty/Reports/css/Reports.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/js/widget/gis/_empty/Reports/css/Reports.css -------------------------------------------------------------------------------- /js/widget/gis/_empty/Reports/nls/Strings.js: -------------------------------------------------------------------------------- 1 | define({ 2 | root: { 3 | Reports_Label: "Reports" 4 | }, 5 | 6 | es: true, 7 | it: true, 8 | ru: true, 9 | tr: true, 10 | "zh-cn": true 11 | }); -------------------------------------------------------------------------------- /js/widget/gis/_empty/Reports/templates/Reports.html: -------------------------------------------------------------------------------- 1 |
2 | 3 |
-------------------------------------------------------------------------------- /json/jobQueries.json: -------------------------------------------------------------------------------- 1 | [ 2 | {"label":"All Jobs","id":"1"}, 3 | {"label":"Unassigned","id":"2"}, 4 | {"label":"Assigned to my groups", "id":"3"}, 5 | {"label":"With steps assigned to my groups", "id":"4"}, 6 | {"label":"Assigned to me", "id":"5"}, 7 | {"label":"With steps assigned to me", "id":"6"}, 8 | {"label":"Detailed query", "id":"7"} 9 | ] -------------------------------------------------------------------------------- /proxy/proxy.config: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 30 | 37 | 38 | 39 | 40 | -------------------------------------------------------------------------------- /web.config: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /workflowmanager-viewer-js.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Esri/workflowmanager-viewer-js/07fc5c8a4e78ef957a3ee4cf335bc92f313cd99e/workflowmanager-viewer-js.png --------------------------------------------------------------------------------