Skip to content

Instantly share code, notes, and snippets.

@seaukara
Last active November 13, 2019 22:03
Show Gist options
  • Save seaukara/57efa3c3ecb35eaaf01fbfd2a331d985 to your computer and use it in GitHub Desktop.
Save seaukara/57efa3c3ecb35eaaf01fbfd2a331d985 to your computer and use it in GitHub Desktop.
index page for JS app
<!DOCTYPE html>
<style>
html, body {
height: 100%;
margin: 0px;
padding: 0px;
width: 100%;
right: 1px;
overflow: hidden !important;
font-size: 9px !important;
font-family: Verdana !important;
visibility: visible !important;
top: 0px !important;
}
#BasemapToggle {
height: 0px;
}
#search {
display: block;
position: absolute;
z-index: 2;
top: 10px;
left: 15px;
float: right;
border: none;
font-size: 6px;
}
#map_zoom_slider {
z-index: 30;
top: 10px;
right: 95px;
left: initial;
}
.dijitContentPane {
display: table;
}
.applicationHeaderIcon {
float: left;
margin: 5px;
}
.carrierButton1 {
float: inherit;
vertical-align: -webkit-baseline-middle;
height: 70%;
margin-left: 15px;
margin-top: 5px;
width: 70px;
overflow: hidden;
background-color: white;
font-family: sans-serif;
font-size: initial;
font-weight: bold;
border-style: solid;
}
.carrierButton2 {
float: inherit;
vertical-align: -webkit-baseline-middle;
height: 70%;
margin-top: 5px;
width: 70px;
overflow: hidden;
background-color: white;
font-family: sans-serif;
font-size: initial;
font-weight: bold;
border-style: none;
}
.carrierButtonOther {
float: inherit;
vertical-align: -webkit-baseline-middle;
height: 70%;
margin-top: 5px;
width: 70px;
overflow: hidden;
background-color: white;
font-family: sans-serif;
font-size: initial;
font-weight: bold;
border-style: none;
}
.siteButton {
border-style: solid;
}
.basemapBG {
position: absolute;
float: right;
top: 10px;
right: 15px;
z-index: 50;
height: 68px;
width: 80px;
border: rgb(68, 68, 68);
border-width: 2px;
border-radius: 5px;
}
.techButtonLEGACY {
top: 85px;
float: right;
right: 15px;
position: absolute;
text-align: center;
height: 30px;
border-color: rgba(239, 239, 239, 0.8);
width: 50px;
border-style: outset;
font-family: inherit;
font-size: inherit;
font-weight: bold;
line-height: 3;
border-width: thin;
border-radius: 5px;
z-index: inherit;
}
.techButtonLTE {
border-color: rgba(68, 68, 68, 1);
top: 125px;
float: right;
right: 15px;
position: absolute;
height: 30px;
text-align: center;
width: 50px;
border-style: inset;
font-family: inherit;
font-size: inherit;
line-height: 3;
font-weight: bold;
border-width: thin;
border-radius: 5px;
z-index: inherit;
}
.onOFF {
float: right;
vertical-align: -webkit-baseline-middle;
margin-top: 5px;
width: 70px;
overflow: hidden;
background-color: white;
font-family: sans-serif;
font-size: initial;
font-weight: bold;
border-style: none;
}
.print {
float: right;
vertical-align: -webkit-baseline-middle;
margin-top: 5px;
width: 70px;
overflow: hidden;
background-color: white;
font-family: sans-serif;
font-size: initial;
font-weight: bold;
border-style: none;
}
.tableContent .esriSimpleSlider {
font-size: inherit;
}
.esriSimpleSlider div {
font-size: inherit;
height: inherit;
}
.esriIconFallbackText {
position: absolute;
visibility: hidden;
}
.esriPopup .sizer {
overflow: visible;
position: relative;
min-width: 270px;
width: inherit;
z-index: 1;
}
.popup .esriPopupWrapper {
background-color: blue;
padding-top: 0px;
}
.esriPopup .actionsPane {
background-color: #444444;
}
.esriPopup .contentPane {
overflow: scroll;
background-color: #d8d9f7;
}
.esriPopup a {
color: #dee4ea;
}
.pointer {
margin: 0px;
}
.esriPopup .outerPointer {
margin: 0px;
}
.siteButton {
float: left;
background-color: pink;
height: 30px;
width: 33.3%;
overflow: hidden;
}
.arcgisSearch .searchMenu {
font-size: 10px;
}
.esri-feature-table .esri-feature-table-content-pane {
padding-top:15px
}
</style>
<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="viewport" content="initial-scale=1, maximum-scale=1,user-scalable=no" />
<title>Searching</title>
<link rel="stylesheet" href="https://js.arcgis.com/3.18/dijit/themes/claro/claro.css">
<link rel="stylesheet" href="https://js.arcgis.com/3.18/esri/css/esri.css">
</head>
<body class="claro">
<script src=""></script>
<script src="https://js.arcgis.com/3.19/"></script>
<script src="" type="text/javascript"></script>
<div id="motherBorder" data-dojo-type="dijit/layout/BorderContainer" data-dojo-props="" style="width:100%; height:100%;">
<div data-dojo-type="dijit/layout/BorderContainer" data-dojo-props="gutters:false, splitter:true" region="top" style="width: 100%; height: 58px">
<div data-dojo-type="dijit/layout/ContentPane" data-dojo-props="region:'top'" style="height:100%">
<img src=""data-dojo-attach-point="applicationHeaderIcon" class="applicationHeaderIcon" />
<button id="carrierButton1" class="carrierButton1">
<span class="sr-only">1</span>
</button>
<button id="carrierButton2" class="carrierButton2">
<span class="sr-only">2</span>
</button>
<button id="carrierButtonOther" class="carrierButtonOther" data-toggle="collapse">
<span class="sr-only">Other</span>
</button>
<button id="print" class="print">PRINT MAP</button>
<button id="onOFF" class="onOFF" >TURN OFF</button>
</div>
</div>
<div data-dojo-type="dijit/layout/BorderContainer" data-dojo-props="gutters:false, splitter:true" region="center" style="width:100%; height:69%;">
<div data-dojo-type="dijit/layout/ContentPane" data-dojo-props="region:'center'" style="height:100%; ">
<div id="map" style="height: inherit; width: inherit;">
<div id="map_zoom_slider"></div>
<div id="BasemapToggle"></div>
<img id="loadingImg"src="https://developers.arcgis.com/javascript/3/samples/map_showloading/images/loading.gif" style="background-color: rgba(239, 239, 239, 0.8); position:absolute; right:50%; top:40%; z-index:100; border-style: solid; border-width: thin; padding: 2px; border-radius: 50px;width: 40px; height: 40px" />
<div id="search" class="search" data-dojo-attach-point="search" ></div>
</div>
</div>
<div id="popup"data-dojo-attach-point="popup" data-dojo-attach-event="onclick" class="popup"></div>
<div button type="button" id="techButtonLEGACY" class="techButtonLEGACY">2G/3G</div>
<div button type="button" id="techButtonLTE" class="techButtonLTE">VoLTE</div>
</div>
<div data-dojo-type="dijit/layout/BorderContainer" data-dojo-props="gutters:false, splitter:true" region="bottom" style="width:100%; height:25%">
<div class="tableContent" data-dojo-type="dijit/layout/ContentPane" data-dojo-props="region:'bottom'" style="height:95%; position:inherit">
<div id="featureTable" class="esri-feature-table" style="position:initial"></div>
</div>
</div>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment