Änderungen
This commit is contained in:
@@ -211,7 +211,6 @@
|
|||||||
<center>
|
<center>
|
||||||
<!-- Große Bildschirme-->
|
<!-- Große Bildschirme-->
|
||||||
<div class="d-none d-md-block">
|
<div class="d-none d-md-block">
|
||||||
|
|
||||||
<table id="tbl_main" summary="A table to show the content" style="margin: 25% 2px 2px 2px; border:none;">
|
<table id="tbl_main" summary="A table to show the content" style="margin: 25% 2px 2px 2px; border:none;">
|
||||||
<tr style="height:28px">
|
<tr style="height:28px">
|
||||||
<td colspan="14"><center>
|
<td colspan="14"><center>
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
<%@ Page Language="VB" Debug="true" AutoEventWireup="true" CodeFile="login_FLEX.aspx.vb" Inherits="login_FLEX" EnableSessionState="True" Async="true" %>
|
<%@Page Language="VB" Debug="true" AutoEventWireup="true" CodeFile="login_FLEX.aspx.vb" Inherits="login_FLEX" EnableSessionState="True" Async="true" %>
|
||||||
|
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
|
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
|
||||||
<head>
|
<head>
|
||||||
<%@ Import Namespace="MySql.Data.MySqlClient" %>
|
<%@Import Namespace="MySql.Data.MySqlClient" %>
|
||||||
<!-- Required meta tags -->
|
<!-- Required meta tags -->
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" title="Verag Spedition AG AvisoTV Flex" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" title="Verag Spedition AG AvisoTV Flex" />
|
||||||
|
|||||||
@@ -235,7 +235,7 @@ Partial Class login_FLEX
|
|||||||
'MsgBox(str)
|
'MsgBox(str)
|
||||||
'End If
|
'End If
|
||||||
|
|
||||||
FormsAuthentication.RedirectFromLoginPage(UserNaMe, True)
|
FormsAuthentication.RedirectFromLoginPage(UserNaMe, cb.Checked)
|
||||||
End If
|
End If
|
||||||
'MsgBox("Erfolgreich validiert.")
|
'MsgBox("Erfolgreich validiert.")
|
||||||
Session.Add("test", UserNaMe)
|
Session.Add("test", UserNaMe)
|
||||||
|
|||||||
Reference in New Issue
Block a user