191 lines
5.8 KiB
Plaintext
191 lines
5.8 KiB
Plaintext
<%@ Page Title="" Language="C#" MasterPageFile="~/Standard.Master" AutoEventWireup="true" CodeBehind="MapTypB.aspx.cs" Inherits="TALAS_V5.MessagesMap.MapTypB" %>
|
|
|
|
<%@ Register assembly="DevExpress.Web.v19.2, Version=19.2.6.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" namespace="DevExpress.Web" tagprefix="dx" %>
|
|
|
|
<asp:Content ID="NaviContent" ContentPlaceHolderID="NaviContent" runat="server">
|
|
|
|
</asp:Content>
|
|
|
|
|
|
<asp:Content ID="Content" ContentPlaceHolderID="MainContent" runat="server" >
|
|
<script src="http://code.jquery.com/jquery-1.10.1.min.js"></script>
|
|
<script language="javascript" type="text/javascript">
|
|
|
|
|
|
function CallTestString() {
|
|
$.ajax({
|
|
type: "POST",
|
|
url: "../ClientData/WebServiceMap.asmx/Test1",
|
|
data: "",
|
|
contentType: "application/json; charset=utf-8",
|
|
dataType: "json",
|
|
success: function (response) {
|
|
TextBoxBeispiel1.value=response.d;
|
|
},
|
|
error: function (jqXHR, textStatus, errorThrown) {
|
|
//handle error here
|
|
}
|
|
});
|
|
}
|
|
|
|
|
|
function CallTestJSON() {
|
|
$.ajax({
|
|
type: "POST",
|
|
url: "../ClientData/WebServiceMap.asmx/Test2",
|
|
data: "",
|
|
contentType: "application/json; charset=utf-8",
|
|
dataType: "json",
|
|
success: function (response) {
|
|
TextBoxBeispiel2.value=response.d;
|
|
},
|
|
error: function (jqXHR, textStatus, errorThrown) {
|
|
//handle error here
|
|
}
|
|
});
|
|
}
|
|
|
|
function CallTestLineJSON() {
|
|
$.ajax({
|
|
type: "POST",
|
|
url: "../ClientData/WebServiceMap.asmx/Test3",
|
|
data: "",
|
|
contentType: "application/json; charset=utf-8",
|
|
dataType: "json",
|
|
success: function (response) {
|
|
TextBoxBeispiel3.value=response.d;
|
|
},
|
|
error: function (jqXHR, textStatus, errorThrown) {
|
|
//handle error here
|
|
}
|
|
});
|
|
}
|
|
</script>
|
|
|
|
<link rel="stylesheet" href="css/foundation.css">
|
|
<link rel="stylesheet" href="css/app.css">
|
|
<link rel="stylesheet" href="css/foundation-icons.css">
|
|
<style>
|
|
body {
|
|
margin: 0;
|
|
padding: 0;
|
|
overflow: hidden;
|
|
background-color: #FFFFFF;
|
|
}
|
|
</style>
|
|
|
|
<div class="off-canvas position-right" style="padding-left:20px;padding-right:20px;" id="offCanvasRight" data-off-canvas>
|
|
<br /><br />
|
|
<div style="padding-top:20px;">
|
|
<div class="card" style="border-radius: 5px; border: 1px solid #dddddd;">
|
|
<div class="card-divider" style="background:#f9f9f9!important;">
|
|
<b>Get TimeString</b>
|
|
</div>
|
|
<div class="card-section">
|
|
<input type="text" value="" id="TextBoxBeispiel1" style="width:280px" />
|
|
<input type="button" value="String laden" id="RequestButton1" onclick="CallTestString()" />
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div style="padding-top:20px;">
|
|
<div class="card" style="border-radius: 5px; border: 1px solid #dddddd;">
|
|
<div class="card-divider" style="background:#f9f9f9!important;">
|
|
<b>Aktuelle Bereichsdaten</b>
|
|
</div>
|
|
<div class="card-section">
|
|
<textarea id="TextBoxBeispiel2" cols="50" rows="8"></textarea>
|
|
<input type="button" value="Stationen JSON laden" id="RequestButton2" onclick="CallTestJSON()" />
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
<div style="padding-top:20px;">
|
|
<div class="card" style="border-radius: 5px; border: 1px solid #dddddd;">
|
|
<div class="card-divider" style="background:#f9f9f9!important;">
|
|
<b>Aktuelle Strangdaten</b>
|
|
</div>
|
|
<div class="card-section">
|
|
<textarea id="TextBoxBeispiel3" cols="50" rows="8"></textarea>
|
|
<input type="button" value="Stränge JSON laden" id="RequestButton3" onclick="CallTestLineJSON()" />
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
<div class="off-canvas-content" data-off-canvas-content>
|
|
|
|
|
|
<div class="grid-x">
|
|
<div class="large-9 medium-12 small-12 cell">
|
|
<div id="stage-parent">
|
|
<div id="container"></div>
|
|
</div>
|
|
</div>
|
|
<div id="info-stage-footer" style="position: fixed;left: 20;bottom: 0;padding:20px;">
|
|
<div class="card" style="border-radius: 5px; border: 1px solid #dddddd;">
|
|
<div class="card-section">
|
|
<b id="mousovertext">OGE Karte Version 0.6.2</b>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="large-3 medium-12 small-12 cell show-for-larger" style="padding:20px;">
|
|
<div id="info-stage"><br /><br />
|
|
<div class="card" style="border-radius: 5px; border: 1px solid #dddddd;">
|
|
|
|
<div class="title-bar">
|
|
<div class="title-bar-left">
|
|
<span class="title-bar-title" style="padding-left:10px;">Testumgebung</span>
|
|
</div>
|
|
<div class="title-bar-right"></div>
|
|
<a><i class="fi-clipboard-notes" style="color:white;font-size:1.5rem;padding-right:10px;" data-open="offCanvasRight"></i></a>
|
|
</div>
|
|
|
|
<div class="card-section">
|
|
<div class="expanded button-group">
|
|
<a class="button" onclick="sideReload()">Karte Zurücksetzen</a>
|
|
<a class="button warning" onclick="getConditions()">Meldungen generieren</a>
|
|
|
|
</div>
|
|
<a class="button expanded alert" onclick="stresstest()">Stresstest 60000 Punkte inkl. Tooltip laden</a>
|
|
</div>
|
|
</div>
|
|
<div class="card" style="border-radius: 5px; border: 1px solid #dddddd;">
|
|
|
|
<div class="title-bar">
|
|
<div class="title-bar-left">
|
|
<span class="title-bar-title" style="padding-left:10px;">Tolltip Ausgabe</span>
|
|
</div>
|
|
<div class="title-bar-right"></div>
|
|
|
|
</div>
|
|
|
|
<div class="card-section">
|
|
<div id="tooltipTest">
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<script src="js/vendor/jquery.js"></script>
|
|
<script src="js/vendor/what-input.js"></script>
|
|
<script src="js/vendor/foundation.js"></script>
|
|
<script src="js/app.js"></script>
|
|
<script src="js/konva.js"></script>
|
|
<script src="config.js"></script>
|
|
<script src="js/map.js"></script>
|
|
<script src="js/conditions.js"></script>
|
|
<script src="js/functions.js"></script>
|
|
|
|
</asp:Content>
|
|
|