Sicherung
This commit is contained in:
12
web/FSI.BT.IR.Plc.Settings.Log/.config/dotnet-tools.json
Normal file
12
web/FSI.BT.IR.Plc.Settings.Log/.config/dotnet-tools.json
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
{
|
||||||
|
"version": 1,
|
||||||
|
"isRoot": true,
|
||||||
|
"tools": {
|
||||||
|
"dotnet-ef": {
|
||||||
|
"version": "8.0.10",
|
||||||
|
"commands": [
|
||||||
|
"dotnet-ef"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -28,8 +28,4 @@
|
|||||||
</PackageReference>
|
</PackageReference>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
|
||||||
<Folder Include="wwwroot\lib\datatable\" />
|
|
||||||
</ItemGroup>
|
|
||||||
|
|
||||||
</Project>
|
</Project>
|
||||||
|
|||||||
@@ -54,6 +54,7 @@
|
|||||||
$(document).ready(function () {
|
$(document).ready(function () {
|
||||||
$("#dtMain").DataTable({
|
$("#dtMain").DataTable({
|
||||||
dom: "Blfrtip",
|
dom: "Blfrtip",
|
||||||
|
pageLength: 25,
|
||||||
buttons: [
|
buttons: [
|
||||||
{
|
{
|
||||||
text: "<i class='bi bi-plus-square'></i> Neu",
|
text: "<i class='bi bi-plus-square'></i> Neu",
|
||||||
|
|||||||
@@ -80,6 +80,7 @@
|
|||||||
$(document).ready(function () {
|
$(document).ready(function () {
|
||||||
$("#dtMain").DataTable({
|
$("#dtMain").DataTable({
|
||||||
dom: "Blfrtip",
|
dom: "Blfrtip",
|
||||||
|
pageLength: 25,
|
||||||
buttons: [
|
buttons: [
|
||||||
{
|
{
|
||||||
text: "<i class='bi bi-plus-square'></i> Neu",
|
text: "<i class='bi bi-plus-square'></i> Neu",
|
||||||
|
|||||||
@@ -99,6 +99,7 @@
|
|||||||
$(document).ready(function () {
|
$(document).ready(function () {
|
||||||
$("#dtMain").DataTable({
|
$("#dtMain").DataTable({
|
||||||
dom: "Blfrtip",
|
dom: "Blfrtip",
|
||||||
|
pageLength: 25,
|
||||||
buttons: [
|
buttons: [
|
||||||
{
|
{
|
||||||
text: "<i class='bi bi-plus-square'></i> Neu",
|
text: "<i class='bi bi-plus-square'></i> Neu",
|
||||||
|
|||||||
@@ -82,6 +82,7 @@
|
|||||||
$(document).ready(function () {
|
$(document).ready(function () {
|
||||||
$("#dtMain").DataTable({
|
$("#dtMain").DataTable({
|
||||||
dom: "Blfrtip",
|
dom: "Blfrtip",
|
||||||
|
pageLength: 25,
|
||||||
buttons: [
|
buttons: [
|
||||||
{
|
{
|
||||||
text: "<i class='bi bi-plus-square'></i> Neu",
|
text: "<i class='bi bi-plus-square'></i> Neu",
|
||||||
|
|||||||
@@ -1,25 +1,27 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="de">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>@ViewData["Title"] - FSI.BT.IR.Plc.Settings.Log</title>
|
<title>FSI - @ViewData["Title"]</title>
|
||||||
<link rel="stylesheet" href="~/lib/bootstrap/dist/css/bootstrap.min.css" />
|
<link rel="stylesheet" href="~/lib/bootstrap/dist/css/bootstrap.min.css" />
|
||||||
<link rel="stylesheet" href="~/css/site.css" asp-append-version="true" />
|
<link rel="stylesheet" href="~/css/site.css" asp-append-version="true" />
|
||||||
<link rel="stylesheet" href="~/FSI.BT.IR.Plc.Settings.Log.styles.css" asp-append-version="true" />
|
<link rel="stylesheet" href="~/FSI.BT.IR.Plc.Settings.Log.styles.css" asp-append-version="true" />
|
||||||
|
<link rel="shortcut icon" href="~/logo_klein.ico" />
|
||||||
|
|
||||||
<link href="~/lib/bootstrap/bootstrap-icons/font/bootstrap-icons.css" rel="stylesheet" />
|
<link href="~/lib/bootstrap/bootstrap-icons/font/bootstrap-icons.css" rel="stylesheet" />
|
||||||
<link href="~/lib/bootstrap/bootstrap-icons/font/bootstrap-icons.min.css" rel="stylesheet" />
|
<link href="~/lib/bootstrap/bootstrap-icons/font/bootstrap-icons.min.css" rel="stylesheet" />
|
||||||
|
|
||||||
|
|
||||||
<link href="~/lib/datatable/datatables.css" rel="stylesheet" />
|
<link href="~/lib/datatable/datatables.css" rel="stylesheet" />
|
||||||
<link href="~/lib/datatable/datatables.min.css" rel="stylesheet" />
|
<link href="~/lib/datatable/datatables.min.css" rel="stylesheet" />
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body data-bs-theme="dark">
|
||||||
<header>
|
<header>
|
||||||
<nav class="navbar navbar-expand-sm navbar-toggleable-sm navbar-light bg-white border-bottom box-shadow mb-3">
|
<nav class="navbar navbar-expand-sm navbar-toggleable-sm navbar-light bg-white border-bottom box-shadow mb-3">
|
||||||
<div class="container-fluid">
|
<div class="container-fluid">
|
||||||
<a class="navbar-brand" asp-area="" asp-controller="Home" asp-action="Index">FSI.BT.IR.Plc.Settings.Log</a>
|
<a class="navbar-brand" asp-area="" asp-controller="Home" asp-action="Index">Parameter aus SPS sichern/dokumentieren</a>
|
||||||
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target=".navbar-collapse" aria-controls="navbarSupportedContent"
|
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target=".navbar-collapse" aria-controls="navbarSupportedContent"
|
||||||
aria-expanded="false" aria-label="Toggle navigation">
|
aria-expanded="false" aria-label="Toggle navigation">
|
||||||
<span class="navbar-toggler-icon"></span>
|
<span class="navbar-toggler-icon"></span>
|
||||||
@@ -28,7 +30,7 @@
|
|||||||
<ul class="navbar-nav flex-grow-1">
|
<ul class="navbar-nav flex-grow-1">
|
||||||
<li class="nav-item">
|
<li class="nav-item">
|
||||||
<a class="nav-link text-dark" asp-area="" asp-controller="Home" asp-action="Index">Home</a>
|
<a class="nav-link text-dark" asp-area="" asp-controller="Home" asp-action="Index">Home</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<div class="dropdown">
|
<div class="dropdown">
|
||||||
<button class="btn btn-secondary dropdown-toggle" type="button" id="dbmManage" data-bs-toggle="dropdown" aria-expanded="false">
|
<button class="btn btn-secondary dropdown-toggle" type="button" id="dbmManage" data-bs-toggle="dropdown" aria-expanded="false">
|
||||||
@@ -44,6 +46,7 @@
|
|||||||
</ul>
|
</ul>
|
||||||
<!-- <partial name="_LoginPartial" /> -->
|
<!-- <partial name="_LoginPartial" /> -->
|
||||||
</div>
|
</div>
|
||||||
|
<img src="~/logo.png" height="50" />
|
||||||
</div>
|
</div>
|
||||||
</nav>
|
</nav>
|
||||||
</header>
|
</header>
|
||||||
@@ -66,11 +69,40 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="form-check form-switch mx-4">
|
||||||
|
<input
|
||||||
|
class="form-check-input p-2"
|
||||||
|
type="checkbox"
|
||||||
|
role="switch"
|
||||||
|
id="flexSwitchCheckChecked"
|
||||||
|
checked
|
||||||
|
onclick="myFunction()"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
|
||||||
<footer class="border-top footer text-muted">
|
<footer class="border-top footer text-muted">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
© 2024 - FSI.BT.IR.Plc.Settings.Log - <a asp-area="" asp-controller="Home" asp-action="Privacy">Privacy</a>
|
© 2024 - FSI.BT.IR.Plc.Settings.Log - <a asp-area="" asp-controller="Home" asp-action="Privacy">Privacy</a>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
function myFunction() {
|
||||||
|
var element = document.body;
|
||||||
|
element.dataset.bsTheme =
|
||||||
|
element.dataset.bsTheme == "light" ? "dark" : "light";
|
||||||
|
}
|
||||||
|
function stepFunction(event) {
|
||||||
|
debugger;
|
||||||
|
var element = document.getElementsByClassName("collapse");
|
||||||
|
for (var i = 0; i < element.length; i++) {
|
||||||
|
if (element[i] !== event.target.ariaControls) {
|
||||||
|
element[i].classList.remove("show");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
|
||||||
<script src="~/lib/jquery/dist/jquery.min.js"></script>
|
<script src="~/lib/jquery/dist/jquery.min.js"></script>
|
||||||
<script src="~/lib/bootstrap/dist/js/bootstrap.bundle.min.js"></script>
|
<script src="~/lib/bootstrap/dist/js/bootstrap.bundle.min.js"></script>
|
||||||
<script src="~/js/site.js" asp-append-version="true"></script>
|
<script src="~/js/site.js" asp-append-version="true"></script>
|
||||||
|
|||||||
@@ -9,6 +9,14 @@
|
|||||||
{
|
{
|
||||||
"library": "bootstrap-icons@1.11.3",
|
"library": "bootstrap-icons@1.11.3",
|
||||||
"destination": "wwwroot/lib/bootstrap/bootstrap-icons/"
|
"destination": "wwwroot/lib/bootstrap/bootstrap-icons/"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"library": "font-awesome@6.6.0",
|
||||||
|
"destination": "wwwroot/lib/font-awesome/"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"library": "bootstrap-dark-mode@1.0.2",
|
||||||
|
"destination": "wwwroot/lib/bootstrap-dark-mode/"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@@ -33,7 +33,6 @@ jQueryAjaxPost = form => {
|
|||||||
processData: false,
|
processData: false,
|
||||||
success: function (res) {
|
success: function (res) {
|
||||||
if (res.isValid) {
|
if (res.isValid) {
|
||||||
|
|
||||||
$("#form-modal .modal-body").html('');
|
$("#form-modal .modal-body").html('');
|
||||||
$("#form-modal .modal-title").html('');
|
$("#form-modal .modal-title").html('');
|
||||||
$("#form-modal").modal("hide");
|
$("#form-modal").modal("hide");
|
||||||
|
|||||||
BIN
web/FSI.BT.IR.Plc.Settings.Log/wwwroot/logo.png
Normal file
BIN
web/FSI.BT.IR.Plc.Settings.Log/wwwroot/logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.6 KiB |
BIN
web/FSI.BT.IR.Plc.Settings.Log/wwwroot/logo_klein.ico
Normal file
BIN
web/FSI.BT.IR.Plc.Settings.Log/wwwroot/logo_klein.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 164 KiB |
BIN
web/FSI.BT.IR.Plc.Settings.Log/wwwroot/logo_klein.png
Normal file
BIN
web/FSI.BT.IR.Plc.Settings.Log/wwwroot/logo_klein.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 816 B |
Reference in New Issue
Block a user