193 lines
10 KiB
Plaintext
193 lines
10 KiB
Plaintext
@{
|
|
ViewBag.Title = System.Configuration.ConfigurationManager.AppSettings["TitlePostioningTool"];
|
|
Layout = "~/Views/Shared/_Layout.cshtml";
|
|
}
|
|
<div id="div_load">
|
|
<img src="../../Content/images/13.gif" style="position: absolute; top: 44%; left: 48%;" />
|
|
</div>
|
|
<div class="size25 left">
|
|
<div class="window">
|
|
<div class="titlebar">
|
|
<div class="title">
|
|
Controls
|
|
</div>
|
|
</div>
|
|
<div class="innerWindow">
|
|
<div class="menubar">
|
|
<div class="searchBox" title="Quick Search">
|
|
<div class="inputBox">
|
|
<input type="text" id="txtSearch" />
|
|
</div>
|
|
<div class="sIcon">
|
|
<img alt="" src="@Url.Content("~/Content/images/search-icon.png")" />
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="content contentoverflow">
|
|
<div class="listDetails">
|
|
<div class="ldSection shadow_btm">
|
|
<table class="themeTable" cellpadding="5" cellspacing="0">
|
|
<thead>
|
|
<th colspan="2" class="filter_head">
|
|
<img src="~/Content/css/images/filters-banner.jpg" border="0" />
|
|
</th>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
<td class="tableCelllabel">
|
|
<span class="darktxt">State</span>
|
|
</td>
|
|
<td class="tableCellinfo darktxt">
|
|
<input id="stateCombobox" style="width: 200px;" />
|
|
</td>
|
|
</tr>
|
|
@* <tr>
|
|
<td class="tableCelllabel">
|
|
<span class="darktxt">City</span>
|
|
</td>
|
|
<td class="tableCellinfo darktxt">
|
|
<input id="cityCombobox" style="width: 200px;" />
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="tableCelllabel">
|
|
<span class="darktxt ">Dealer</span>
|
|
</td>
|
|
<td class="tableCellinfo darktxt">
|
|
<input id="dealerCombobox" style="width: 200px;" />
|
|
</td>
|
|
</tr>*@
|
|
<tr>
|
|
<td class="tableCelllabel">
|
|
<span class="darktxt ">SLA (Minutes)</span>
|
|
</td>
|
|
<td class="tableCellinfo darktxt">
|
|
<input id="slaCombobox" style="width: 200px;" />
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<div class="btn_wrapper aling_left">
|
|
<table width="100%" cellspacing="0" cellpadding="0" border="0">
|
|
<tr>
|
|
<td>
|
|
<input id="get_van_coverage" type="button" value="Submit" class="button_blue custom_postool_btn" onclick="getAllVansOnGeoView()" /></td>
|
|
<td>
|
|
<input id="reset_van_coverage" type="button" value="Reset" class="button_blue custom_postool_btn" onclick="resetVanCoverage()" style="display: none;" /></td>
|
|
<td>
|
|
<input id="update_van_coverage" type="button" value="Update Coverage" class="button_blue custom_postool_btn" onclick="updateVanCoverage()" style="display: none; width: 134px;" /></td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
|
|
<div id="blindSpot_toolbox" class="shadow_btm">
|
|
<table class="themeTable" cellpadding="5" cellspacing="0">
|
|
<thead>
|
|
<tr>
|
|
<th colspan="2">
|
|
<img src="~/Content/css/images/blind-spotool-banner.png" border="0" />
|
|
</th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr>
|
|
@*<td class="tableCelllabel">
|
|
<span class="darktxt">WayPoint</span>
|
|
</td>*@
|
|
<td class="tableCellinfo AlignCenter bdrightnone">
|
|
<div class="tooltip">
|
|
<input type="button" id="bs_waypoint" onclick="enable_bs_waypoint_tool()" />
|
|
<span>
|
|
<img class="callout" src="~/Content/css/images/callout.gif" />
|
|
<strong>Way Point</strong>
|
|
</span>
|
|
</div>
|
|
</td>
|
|
<td class="AlignCenter bdright">
|
|
<div class="tooltip">
|
|
<input type="button" id="bs_van" onclick="enable_bs_van_tool()" />
|
|
<span>
|
|
<img class="callout" src="~/Content/css/images/callout.gif" />
|
|
<strong>Spot Van</strong>
|
|
</span>
|
|
</div>
|
|
</td>
|
|
</tr>
|
|
@*<tr>
|
|
<td class="tableCelllabel">
|
|
<span class="darktxt">Van</span>
|
|
</td>
|
|
<td class="tableCellinfo" colspan="2">
|
|
<div class="tooltip">
|
|
<input type="button" id="bs_van" onclick="enable_bs_van_tool()" />
|
|
<span>
|
|
<img class="callout" src="~/Content/css/images/callout.gif" />
|
|
<strong>Spot Van</strong>
|
|
</span>
|
|
</div>
|
|
</td>
|
|
</tr>*@
|
|
@*<tr>
|
|
<td class="tableCellinfo AlignCenter">
|
|
<input type="button" value="RESET" class="button_blue" onclick="resetBlindSpotGenerator()" />
|
|
</td>
|
|
<td class="tableCellinfo AlignCenter">
|
|
<input type="button" value="GENERATE BLINDSPOT" class="button_blue" style="width:auto;" onclick="BlindSpotGenerator()" />
|
|
</td>
|
|
</tr>*@
|
|
</tbody>
|
|
</table>
|
|
<div class="btn_wrapper">
|
|
<table width="100%" cellspacing="0" cellpadding="0" border="0">
|
|
<tr>
|
|
<td class="bdrbtmnone">
|
|
<input type="button" value="RESET" class="button_blue" style="margin: -3px 0px 0 0" onclick="resetBlindSpotGenerator()" /></td>
|
|
<td class="bdrbtmnone">
|
|
<input type="button" value="GENERATE BLINDSPOT" class="button_blue" style="width: auto; margin: -3px 0 0 0" onclick="BlindSpotGenerator()" /></td>
|
|
</tr>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
@*<div class="statusbar">*@
|
|
@*<input type="button" value="RESET" class="button_blue" style="margin:-3px 5px 0 0" onclick="resetBlindSpotGenerator()" />
|
|
<input type="button" value="GENERATE BLINDSPOT" class="button_blue" style="width:auto; margin:-3px 0 0 0" onclick="BlindSpotGenerator()" />*@
|
|
@*<input id="get_van_coverage" type="button" value="Submit" class="button_blue custom_postool_btn" onclick="getAllVansOnGeoView()" />
|
|
<input id="reset_van_coverage" type="button" value="Reset" class="button_blue custom_postool_btn" onclick="resetVanCoverage()" style="display: none;" />
|
|
<input id="update_van_coverage" type="button" value="Update Coverage" class="button_blue custom_postool_btn" onclick="updateVanCoverage()" style="display: none;" />*@
|
|
@*</div>*@
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="size75 right">
|
|
<div class="window">
|
|
<div class="titlebar">
|
|
<div class="title fleft">
|
|
Van on Map
|
|
</div>
|
|
</div>
|
|
<div id="divDetail" class="innerWindow">
|
|
<div id="map-canvas" class="content">
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div id="divDetails" style="display: none;">
|
|
</div>
|
|
@{
|
|
|
|
var mapApiKey = System.Configuration.ConfigurationManager.AppSettings["GoogleId"];
|
|
//(mapApiKey);
|
|
var src1 = "https://maps.googleapis.com/maps/api/js?v=3&sensor=false&type=restaurant,establishment,fire_station&libraries=geometry&key="+mapApiKey;
|
|
}
|
|
<script src="@src1"></script>
|
|
<script type="text/javascript">
|
|
|
|
var securityToken = '@ViewBag.SecurityToken';
|
|
var UtcMinutes = '@ViewBag.UtcMinutes';
|
|
var userId = '@ViewBag.Userid';
|
|
|
|
</script>
|