Files
VERAG_Homepage/Customers/Default2.aspx

88 lines
4.3 KiB
Plaintext

<%@ Page Title="" Language="VB" MasterPageFile="~/Customers/Customers.master" AutoEventWireup="false" CodeFile="Default2.aspx.vb" Inherits="Customers_Default2" Async="true" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder2" Runat="Server"><%If String.Equals(Page.User.Identity.Name, "Admin") = False Then
FormsAuthentication.RedirectToLoginPage()
End If %>
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="head" Runat="Server">
<!-- Bootstrap -->
<html lang="en"></html>
<!-- Required meta tags -->
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1" title="Verag Spedition AG Test Site Not Important"/>
<link rel="shortcut icon" href="../images/Icons/favicon/favicon.ico"/>
<link rel="stylesheet" type="text/css" href="../css/main.css"/>
<link rel="stylesheet" type="text/css" href="../css/style.css"/>
<!-- 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"/>
<link rel="stylesheet" type="text/css" href="../css/Dropdown.css"/>
<!-- <link rel="stylesheet" type="text/css" href="../css/style.css"/>-->
<link rel="stylesheet" type="text/css" href="../css/Customers/MasterpageCustomers.css"/>
<link rel="stylesheet" type="text/css" href="../css/navbarsidebar2.css"/>
</asp:Content>
<asp:Content ID="Content3" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<asp:ScriptManager ID="script2" runat="server"></asp:ScriptManager>
<asp:UpdatePanel ID="panelupdate2" runat="server"><ContentTemplate>
<table contenteditable="false">
<tr>
<td>
<h1>Dies ist eine Testseite!</h1>
</td>
</tr>
<tr>
<td>
<h2>Sie dient nur zu Debugzwecken!</h2>
</td>
</tr>
<tr>
<td>
<asp:Label ID="Label1" runat="server" Text="Gib eine Zahl ein in Dezimal"></asp:Label>
</td>
<td>
<asp:TextBox ID="TextBox1" runat="server"></asp:TextBox>
</td>
</tr>
<tr>
<td>
<asp:Label ID="Label4" runat="server" Text="Bis Dezimal"></asp:Label>
</td>
<td>
<asp:TextBox ID="TextBox2" runat="server"></asp:TextBox>
</td>
</tr>
<tr>
<td>
<asp:Label ID="Label_Fehlercode" runat="server" Text="Hier bitte den Fehlercode eingeben:"></asp:Label>
</td>
<td>
<asp:TextBox ID="txt_Fehlercode" runat="server"></asp:TextBox>
</td>
</tr>
<tr><td>
<asp:Label ID="Label3" runat="server" Text="Zahl in Fehlercode von:"></asp:Label>
</td></tr>
<tr><td>
<asp:Label ID="Label2" runat="server" Text="Hier erscheint die Zahl"></asp:Label>
</td></tr>
<tr>
<td>
<asp:Label ID="label_FehlercodetoZahl" runat="server" Text="Fehlercode in der Dezimalzahl erscheint hier:"></asp:Label>
</td>
<td>
<asp:Label ID="txt_Fehlercodezuzahl" runat="server" Text="Hier erscheint der Fehlercode als normale Zahl"></asp:Label>
</td>
</tr>
<tr><td>
<tr><td><asp:Button ID="Button1" runat="server" Text="Button" OnClick="Button1_Click" /></td></tr>
<tr><td><asp:Button ID="btn_TesthashrateServer" runat="server" Font-Overline="false" BorderStyle="Dashed" ClientIDMode="AutoID" OnClick="btn_TesthashrateServer_ClickAsync" Text="Test hashrate of Server!" /></td></tr>
</table>
</ContentTemplate>
</asp:UpdatePanel>
</asp:Content>