Berichtigung Abfrage Querystrings

This commit is contained in:
ja
2022-01-28 10:33:23 +01:00
parent 66cb3b8388
commit 7b6c2a2ce1
39 changed files with 3592 additions and 3349 deletions

View File

@@ -5,7 +5,7 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title></title>
<!-- Required meta tags -->
<meta charset="utf-8" />
@@ -15,7 +15,18 @@
<link rel="shortcut icon" href="../images/Icons/favicon/favicon.ico" />
<!-- <link rel="stylesheet" type="text/css" href="css/edit_main.css"> -->
<script src="js/netzwerk.js" type="text/javascript"></script>
<style>
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
/* display: none; <- Crashes Chrome on hover */
-webkit-appearance: none;
margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
input[type=number] {
-moz-appearance:textfield; /* Firefox */
}
</style>
<!-- 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" type="text/css" href="../css/main.css" />
@@ -98,16 +109,7 @@
<input id="txt_GueltigBis" readonly="readonly" runat="server" />
</div>
</div>
<div class="row" style="height: 40px;"></div>
<div id="checkboxes">
<asp:CheckBoxList runat="server" Enabled="false">
<asp:ListItem Text="Verloren" Value="Verloren" Selected="false"></asp:ListItem>
<asp:ListItem Text="Gestohlen" Value="Gestohlen" Enabled="false"></asp:ListItem>
<asp:ListItem Text="Gesperrt" Value="Gesperrt" Enabled="false"></asp:ListItem>
<asp:ListItem Text="Defekt" Value="Defekt" Enabled="false"></asp:ListItem>
<asp:ListItem Text="Archiviert" Value="Archiviert" Enabled="false"></asp:ListItem>
</asp:CheckBoxList>
</div>
<div class="row" style="height: 40px;"></div>
</div>
</div>
</div>