269 lines
12 KiB
Plaintext
269 lines
12 KiB
Plaintext
<%@ Page Language="VB" AutoEventWireup="false" CodeFile="KundenseiteJulius.aspx.vb" Inherits="KundenseiteJulius" %>
|
|
|
|
<!DOCTYPE html>
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<!-- Bootstrap -->
|
|
<html lang="en"></html>
|
|
<!-- Required meta tags -->
|
|
<meta charset="utf-8"/>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
<!-- Bootstrap CSS -->
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous"/>
|
|
<link rel="stylesheet" href="https://unpkg.com/bootstrap-table@1.18.3/dist/bootstrap-table.min.css"/>
|
|
|
|
<%@ import Namespace="MySql.Data.MySqlClient" %>
|
|
<script runat="server">
|
|
|
|
Sub Page_Load() Handles Me.Load
|
|
|
|
'Login-Validierung
|
|
If Not Me.Page.User.Identity.IsAuthenticated Then
|
|
FormsAuthentication.RedirectToLoginPage()
|
|
End If
|
|
|
|
' MsgBox ("test")
|
|
'Dim con As New MySqlConnection
|
|
'Dim cmd As New MySqlCommand
|
|
' Dim reader As MySqlDataReader
|
|
|
|
' con.ConnectionString = "Server=localhost;Database=verag_homepage;Uid=sec_user;Pwd=eKcGZr59zAa2BEWU;"
|
|
' cmd.Connection = con
|
|
'cmd.CommandText = "select * from map"
|
|
'Try
|
|
'con.Open()
|
|
'MsgBox("conn")
|
|
'reader = cmd.ExecuteReader
|
|
'grid.DataSource = reader
|
|
'reader.Read()
|
|
|
|
'MsgBox(reader("title"))
|
|
'DataBind()
|
|
'reader.Close()
|
|
|
|
'Catch ex As Exception
|
|
' MsgBox("err")
|
|
' End Try
|
|
' con.Close()
|
|
|
|
'If Ver.LIST.Contains(Environment.UserName) == True Then '
|
|
|
|
' Response.Redirect("~{login/login.aspx")'
|
|
'End If '
|
|
End Sub
|
|
|
|
' Public ReadOnly Property CurrentCity() As String
|
|
' Get
|
|
' Return "asd"
|
|
' End Get
|
|
|
|
' End Property,
|
|
</script>
|
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
|
|
<title>VERAG AVISO-TV Online</title>
|
|
<link rel="stylesheet" type="text/css" href="css/main.css"/>
|
|
<link rel="stylesheet" type="text/css" href="css/style.css"/>
|
|
<link rel="stylesheet" type="text/css" href="css/status.css"/>
|
|
<LINK REL="SHORTCUT ICON" HREF="images/Icons/favicon/favicon.ico" />
|
|
<!-- <link rel="stylesheet" type="text/css" href="css/edit_main.css"> -->
|
|
|
|
<style>
|
|
.dropbtn {
|
|
color: #043381;
|
|
position: absolute;
|
|
background-color: #fff;
|
|
padding: 16px;
|
|
font-size: 16px;
|
|
border: none;
|
|
}
|
|
|
|
/* Dropdown Content (Hidden by Default) */
|
|
.dropdown-content {
|
|
display: none;
|
|
position: absolute;
|
|
background-color: #fff;
|
|
min-width: 160px;
|
|
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
|
|
z-index: 1;
|
|
}
|
|
|
|
/* Links inside the dropdown */
|
|
.dropdown-content a {
|
|
color: #043381;
|
|
padding: 12px 16px;
|
|
text-decoration: solid;
|
|
display: block;
|
|
}
|
|
|
|
/* Change color of dropdown links on hover */
|
|
.dropdown-content a:hover {
|
|
background-color: #043384;
|
|
color: #fff;
|
|
text-shadow:5px;
|
|
}
|
|
|
|
/* Show the dropdown menu on hover */
|
|
.dropdown:hover .dropdown-content {
|
|
display: block;
|
|
background-color:#fff;
|
|
border-color:#043384;
|
|
|
|
}
|
|
|
|
/* Change the background color of the dropdown button when the dropdown content is shown */
|
|
.dropdown:hover .dropbtn {
|
|
background-color: #043389;
|
|
}
|
|
|
|
table{
|
|
border-collapse: collapse;
|
|
border-spacing: 0;
|
|
width: 100%;
|
|
border: 1px solid #ddd;
|
|
}
|
|
|
|
#flex-container {
|
|
width: 2600px;
|
|
min-height: 0.52em;
|
|
max-height: 1.6em;
|
|
min-width: 0.32em;
|
|
max-width:fit-content;
|
|
}
|
|
|
|
/*Modal*/
|
|
.modal-header,
|
|
.modal-footer {
|
|
border: none !important;
|
|
}
|
|
|
|
.modal-dialog {
|
|
height: 100% !important; /* required */
|
|
margin: 0 0.5rem !important;
|
|
padding: 0.5rem 0 !important;
|
|
overflow-y: auto !important; /* required */
|
|
width: 100%;
|
|
position:center;
|
|
|
|
@media (min-width: 4sm) {
|
|
margin:0 auto !important;
|
|
padding:1.75rem 0 !important;
|
|
max-width:initial !important; // overwrite default max-width
|
|
width: fit-content !important; // flexible width
|
|
min-width:1500px !important; // makes it fat enough by default
|
|
}
|
|
}
|
|
|
|
.modal-content {
|
|
max-height: 100% !important; /* required */
|
|
width:auto;
|
|
}
|
|
|
|
.modal-body {
|
|
padding-top: 0 !important;
|
|
overflow-y: auto !important; /* required */
|
|
}
|
|
|
|
</style>
|
|
|
|
<script src="js/netzwerk.js" type="text/javascript"></script>
|
|
|
|
<link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/>
|
|
<link rel="stylesheet" type="text/css" href="../stylesheets/example.css"/>
|
|
<script type="text/javascript">
|
|
// Vergebe den Event-Handler
|
|
document.onkeydown = handleKeyEvent;
|
|
// Funktion, die den Event verarbeitet
|
|
function handleKeyEvent(e) {
|
|
// MSIE nimmt das Event-Objekt aus window.event, DOM-kompatible Browser aus dem e-Funktionsparameter
|
|
if (!e) e = window.event;
|
|
// keyCode muss 70 sein und ctrlKey true
|
|
if (e.keyCode == 68 && e.ctrlKey) {
|
|
alert('Strg+D wurde gedrückt');
|
|
//topup
|
|
}
|
|
}
|
|
</script>
|
|
|
|
<link rel="stylesheet" type="text/css" href="css/StyleSheetWebsiteNew.css"/>
|
|
|
|
|
|
<!-- <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script> -->
|
|
</head>
|
|
<body>
|
|
|
|
<!-- <a href="login/login_TEST.aspx" style="position:absolute;left:10px;top:10px;">LOGIN</a>-->
|
|
<div class="container-xxl align-self-auto">
|
|
<div class="align-self-center">
|
|
<form id="leftLinks" runat="server">
|
|
|
|
<!--<a href="sendFeedback.aspx" toptions="type = iframe, effect = fade, width = 500, height = 500, overlayClose = 1,shaded=0, layout = flatlook" style='padding:0px;margin:0px;width:50px;height:11px;color:#fff;text-decoration: none;'>
|
|
<div class="feedback">
|
|
<div class="feedback_txt">
|
|
Feedback
|
|
</div>
|
|
</div>
|
|
</a>
|
|
<a href="sendFeedback.php" toptions="type = iframe, effect = fade, width = 500, height = 500, overlayClose = 1,shaded=0, layout = flatlook" style='padding:0px;margin:0px;width:50px;height:11px;color:#fff;text-decoration: none;'>
|
|
<div class="aviso">
|
|
<div class="aviso_txt">
|
|
<nobr>Neues Aviso</nobr>
|
|
</div>
|
|
</div>
|
|
</a>
|
|
-->
|
|
<div id="bodycontent">
|
|
<!-- Dropdown Button Languages-->
|
|
|
|
<div class="container-xxl">
|
|
<!-- <div id="nav-main">
|
|
<div id="art-logo"></div>
|
|
</div>
|
|
|
|
<div id="main-menu">
|
|
</div> -->
|
|
</div>
|
|
<div id="main-page">
|
|
<div class="pagecontent">
|
|
<h2>Willkommen im Kundenportal:</h2>
|
|
<a id="ButtonHauptpage" class="btn btn-primary btn-sm" href="newpageJulius_Sidebar.aspx?AvisoId=<%=Request.QueryString("AvisoId")%>&lan2=DE" data-toggle="tooltip" data-placement="top" title="Zur Hauptzeite wechseln." style="background-color:#043381">Home</a>
|
|
<asp:Label ID="Label1" runat="server" Text="Bitte wählen sie eine der unten aufgeführten Funktionen:"></asp:Label>
|
|
<asp:Panel ID="Panel1" runat="server">
|
|
<div Class="dropdown">
|
|
<button Class="dropbtn" data-toggle="tooltip" data-placement="top" title="Zum Auswählen einer Funktion bitte klicken!">Funktionen</button>
|
|
<div Class="dropdown-content">
|
|
<a id="Buttonadmin" class="btn btn-primary btn-sm" href="admin/admin.aspx?AvisoId=<%=Request.QueryString("AvisoId")%>&lan2=DE" data-toggle="tooltip" data-placement="top" title="Lässt das Admin-Panel erscheinen." style="background-color:#fff;color:#043381">Admin-Panel</a>
|
|
<a id="ButtonaFlexTV" class="btn btn-primary btn-sm" href="AvisoTV FLEX.aspx?AvisoId=<%=Request.QueryString("AvisoId")%>&lan2=DE" data-toggle="tooltip" data-placement="top" title="Zeigt das AVISP TV an." style="background-color:#fff;color:#043381">AVISO TV-Panel</a>
|
|
<a id="ButtonaStatus" class="btn btn-primary btn-sm" href="status Julius.aspx?AvisoId=<%=Request.QueryString("AvisoId")%>&lan2=DE" data-toggle="tooltip" data-placement="top" title="Zeigt den Status einer bestimmten vom AVISO Panel ausgegebenen sowie codierten AVISO-Nummer aus." style="background-color:#fff;color:#043381">Status-Panel</a>
|
|
</div>
|
|
</div>
|
|
</asp:Panel>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</form>
|
|
</div>
|
|
<!-- Bootstrap-->
|
|
<script type="text/javascript" src="js/toptions/top_up-min.js"></script>
|
|
|
|
<!-- Scroll Script-->
|
|
<script src="//code.jquery.com/jquery-1.11.3.min.js"></script>
|
|
<script type="text/javascript" src="js/scrollscript.js"></script>
|
|
|
|
<!--Hover Info -->
|
|
<script type="text/javascript">
|
|
|
|
$(document).ready(function () {
|
|
$(".btn").click(function () {
|
|
$("#myModal").modal("show");
|
|
});
|
|
});
|
|
</script>
|
|
<script type="text/javascript" src="js/languageupdatescript.js"></script>
|
|
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
|
|
</div>
|
|
|
|
</body>
|
|
</html> |