Responsive Julius Version1

This commit is contained in:
ja
2021-07-28 16:37:28 +02:00
parent 7937ab972e
commit 16b4f4e6b7
145 changed files with 122829 additions and 603 deletions

View File

@@ -1,23 +1,173 @@
<%@ Page Language="VB" Debug="true" ValidateRequest="false" AutoEventWireup="false" CodeFile="admin.aspx.vb" Inherits="admin_admin" %>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<!-- Bootstrap -->
<html lang="en">
<!-- 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">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<title>HOMEPAGE ADMIN</title>
<link rel="stylesheet" type="text/css" href="../css/main.css"/>
<link rel="stylesheet" type="text/css" href="../css/style.css"/>
<link rel="SHORTCUT ICON" href="../images/Icons/favicon/favicon.ico" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<style type="text/css">
<style type="text/css">
.admin_td {
width: 202px;
vertical-align:top
}
/* Dropdown */
.dropbtn {
background-color: #043381;
position: page:absolute;
color: white;
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: black;
padding: 12px 16px;
text-decoration: none;
display: block;
}
/* Change color of dropdown links on hover */
.dropdown-content a:hover {
background-color: #043381;
color: #fff;
}
/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
display: block;
}
/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
background-color: #043381;
}
#btnUpdate {
background-color:#043381;
color: aliceblue;
}
#BtnAdd{
background-color:#043381;
color: aliceblue;
}
#btnDel{
background-color:#043381;
color: aliceblue;
}
#btnUpdate:hover {
background-color: aliceblue;
color: #043381;
}
#BtnAdd:hover{
background-color: greenyellow;
color: #043381;
}
#btnDel:hover{
background-color: orangered;
color: aliceblue;
}
#btnDel:single-button{
background-color: orangered;
color: aliceblue;
}
#txtContent{
color:aliceblue;
background-color:#043381;
}
#txtContent::selection{
background-color:aliceblue;
color:black;
}
#txtContent:invalid{
color:red;
}
#txtContent:hover{
color:floralwhite;
background-color:#043384;
}
#sqlText{
color:aliceblue;
background-color:#043381;
}
#sqlText:hover{
color:floralwhite;
background-color:#043384;
}
#btnDoSql{
color:aliceblue;
background-color:#043381;
}
#btnDoSql:hover{
color:floralwhite;
background-color:#043384;
}
#txtMenueBez{
color:aliceblue;
background-color:#043381;
}
#txtMenueBez:invalid{
color:red;
}
#txtMenueBez:hover{
color:floralwhite;
background-color:#043384;
}
#txtMenueSlogan{
color:aliceblue;
background-color:#043381;
}
#txtMenueSlogan:invalid::selection{
color: red;
}
#txtMenueSlogan:hover{
color:floralwhite;
background-color:#043384;
}
#txtMenueIMGPfad{
color:aliceblue;
background-color:#043381;
}
#txtMenueIMGPfad:hover{
color:floralwhite;
background-color:#043384;
}
#picMenue{
color:aliceblue;
background-color:#043381;
}
#picMenue:hover{
color:floralwhite;
background-color:#043384;
}
</style>
<script type="text/javascript" src="../js/toptions/top_up-min.js"></script>
<!--[if IE]>
@@ -38,100 +188,132 @@
<!--[if gte IE 5.5]>
<link rel="stylesheet" type="text/css" href="../css/main.css">
<![endif]-->
<![endif]-->
<script type="text/javascript" src="js/languageupdatescript.js"></script>
</head>
<body style="height:100%">
<form id="form1" runat="server">
<div id="bodycontent" style="height:100%">
<div class="container-fluid">
<form id="form1" runat="server">
<div id="bodycontent" style="height:100%;place-content:center">
<!-- #include file="..\navigation.aspx" -->
<div id="main-page" style="height:100%">
<div class="pagecontent" style="height:800px">
<div class='content_all' style="height:600px">
<!-- #include file="..\navigation.aspx" -->
<div id="main-page" style="height:100%">
<div class="pagecontent" style="height:800px">
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<div class="sidebar-header">
<a class="navbar-brand" href="newpageJulius_Sidebar.aspx"><img src="images/Logo_small.png" width="140" height="40" alt="" data-toggle="tooltip" data-placement="top" title="https://www.verag.ag"/> </a>
</div>
<%
<br />
<h1 style="width:100%; border-bottom:1px solid #003688">ADMIN - HOMEPAGE BEARBEITUNG</h1>
<br />
<br />
Dim flagpath = "../images/flags/flagge_DE_AT.gif"
Select Case laenderkuerzel
Case "de" : flagpath = "../images/flags/flagge_DE_AT.gif"
Case "EN" : flagpath = "../images/flags/flagge_GB.gif"
Case "SRB" : flagpath = "../images/flags/flagge_BIH.gif"
Case "YU" : flagpath = "../images/flags/flagge_SM.gif"
Case "BG" : flagpath = "../images/flags/flagge_BG.gif"
Case "TR" : flagpath = "../images/flags/flagge_TR.gif"
<table style="width:100%;">
<tr>
<td class="auto-style1">Menü-Bezeichnung:</td>
<td class="auto-style2">Slogan (nur bei Hauptmenü):</td>
<td>Bild-Pfad:</td>
</tr>
<tr>
<td class="admin_td">
<asp:TextBox ID="txtMenueBez" runat="server" Width="100%"></asp:TextBox>
</td>
<td class="admin_td">
<asp:TextBox ID="txtMenueSlogan" runat="server" Width="100%"></asp:TextBox>
</td>
<td class="admin_td">
<asp:TextBox ID="txtMenueIMGPfad" runat="server" Width="100%"></asp:TextBox>
</td >
<td class="admin_td" rowspan="2">
<asp:Image ID="picMenue" runat="server" height="50" width="100"/>&nbsp;
End Select%>
<div Class="dropdown">
<button Class="dropbtn"> <img id="myImage" src="<%=flagpath%>" style="border:1px solid #000;width:30px;"/></button>
<div Class="dropdown-content">
<!-- <a id="ButtonOesterreichLangPicker" class="btn btn-primary btn-sm" onclick="changeflag(A)" href="<%'= navParent%>?menuID=<%'= curentMenuId %>&lan=de"><img src="<%'= imgPath%>images/flags/flagge_A.gif" <%' If laenderkuerzel = "de" Then Response.Write("style='border:1px solid #000'")%> /> DE</a> -->
<a id="ButtonDeutschLangPicker" class="btn btn-primary btn-sm" href="<%= navParent%>?menuID=<%= curentMenuId %>&lan=de"<img src="../<%= imgPath%>images/flags/flagge_DE_AT.gif" <% If laenderkuerzel = "de" Then Response.Write("style='border:1px solid #000'")%>/>DE/AT</a>
<a id="ButtonEnglischLangPicker" class="btn btn-primary btn-sm" href="<%= navParent%>?menuID=<%= curentMenuId %>&lan=EN"<img src="../<%= imgPath%>images/flags/flagge_GB.gif" <% If laenderkuerzel = "en" Then Response.Write("style='border:1px solid #000'")%>/>EN</a>
<a id="ButtonSerbischLangPicker" class="btn btn-primary btn-sm" href="<%= navParent%>?menuID=<%= curentMenuId %>&lan=SRB"<img src="../<%= imgPath%>images/flags/flagge_BIH.gif" <% If laenderkuerzel = "yu" Then Response.Write("style='border:1px solid #000'")%> />BIH</a>
<a id="ButtonSerbischZweiLangPicker" class="btn btn-primary btn-sm" href="<%= navParent%>?menuID=<%= curentMenuId %>&lan=SRB"<img src="../<%= imgPath%>images/flags/flagge_SM.gif" <% If laenderkuerzel = "yu" Then Response.Write("style='border:1px solid #000'")%> />SRB</a>
<a id="ButtonBulgariaLangPicker" class="btn btn-primary btn-sm" href="<%= navParent%>?menuID=<%= curentMenuId %>&lan=BG"<img src="../<%= imgPath%>images/flags/flagge_BG.gif" <% If laenderkuerzel = "bg" Then Response.Write("style='border:1px solid #000'")%>/>BG</a>
<a id="ButtonTürkeiLangPicker" class="btn btn-primary btn-sm" href="<%= navParent%>?menuID=<%= curentMenuId %>&lan=TR"<img src="../<%= imgPath%>images/flags/flagge_TR.gif" <% If laenderkuerzel = "tr" Then Response.Write("style='border:1px solid #000'")%>/>TR</a>
</div>
</div>
</nav>
<!-- <div class='content_all' style="height:600px">-->
<br />
<h1 style="width:100%; border-bottom:1px solid #003688">ADMIN - HOMEPAGE BEARBEITUNG</h1>
<br />
<br />
<table style="width:100%;">
<tr>
<td class="auto-style1">Menü-Bezeichnung:</td>
<td class="auto-style2">Slogan (nur bei Hauptmenü):</td>
<td>Bild-Pfad:</td>
</tr>
<tr>
<td class="admin_td">
<asp:TextBox ID="txtMenueBez" runat="server" Width="100%"></asp:TextBox>
</td>
<td class="admin_td">
<asp:TextBox ID="txtMenueSlogan" runat="server" Width="100%"></asp:TextBox>
</td>
<td class="admin_td">
<asp:TextBox ID="txtMenueIMGPfad" runat="server" Width="100%"></asp:TextBox>
</td >
<td class="admin_td" rowspan="2">
<asp:Image ID="picMenue" runat="server" height="50" width="100"/>&nbsp;
</td>
</tr>
<tr>
<td class="admin_td" colspan="2">
<!-- <nobr>Sprache:
<asp:DropDownList ID="Sprache" runat="server" OnSelectedIndexChanged="SpracheChanged" AutoPostBack="True">
<asp:ListItem Text="DE" Value="DE" />
<asp:ListItem Text="EN" Value="EN" />
<asp:ListItem Text="TR" Value="TR" />
<asp:ListItem Text="RO" Value="RO" />
<asp:ListItem Text="YU" Value="YU" />
<asp:ListItem Text="BG" Value="BG" />
</asp:DropDownList>
</nobr> -->
</td>
</tr>
<tr>
<td class="admin_td" colspan="2">
<nobr>Sprache:
<asp:DropDownList ID="Sprache" runat="server" OnSelectedIndexChanged="SpracheChanged" AutoPostBack="True">
<asp:ListItem Text="DE" Value="DE" />
<asp:ListItem Text="EN" Value="EN" />
<asp:ListItem Text="TR" Value="TR" />
<asp:ListItem Text="RO" Value="RO" />
<asp:ListItem Text="YU" Value="YU" />
<asp:ListItem Text="BG" Value="BG" />
</asp:DropDownList>
</nobr>
</td>
</tr>
<tr>
<td class="auto-style1">&nbsp;</td>
<td class="auto-style2">&nbsp;</td>
<td>&nbsp;</td>
</tr>
</table>
<div class="content_66" style="height:100%;">
</tr>
<tr>
<td class="auto-style1">&nbsp;</td>
<td class="auto-style2">&nbsp;</td>
<td>&nbsp;</td>
</tr>
</table>
<div class="content_66" style="height:100%;">
<asp:TextBox ID="txtContent" runat="server" Height="100%" Width="100%" TextMode="MultiLine"></asp:TextBox>
<asp:TextBox ID="txtContent" runat="server" Height="100%" Width="100%" TextMode="MultiLine"></asp:TextBox>
</div>
<div class="content_33" style="height:100%;">
<div style=" padding-left:40px">
<asp:Button ID="btnUpdate" runat="server" Text="Update" Width="60%" OnClick="Update_Click" /><br />
<br />
<a href="addHp.aspx?menuID=<%= menueId %>&lan=<%= laenderkuerzel %>" toptions="type = iframe, effect = fade, width = 500, height = 200, overlayClose = 1,shaded=0, layout = flatlook" style='padding:0px;margin:0px;width:50px;height:11px;color:#003688;text-decoration: none;'>
<input type="button" id="BtnAdd" runat="server" value="Unterseite erstellen" style="width:60%" /><br />
</a>
<br />
<a href="delHp.aspx?menuID=<%= menueId %>&lan=<%= laenderkuerzel %>" toptions="type = iframe, effect = fade, width = 500, height = 200, overlayClose = 1,shaded=0, layout = flatlook" style='padding:0px;margin:0px;width:50px;height:11px;color:#003688;text-decoration: none;'>
<input type="button" id="btnDel" runat="server" value="Diese Seite löschen" style="width:60%" /><br />
</a>
</div>
<div class="content_33" style="height:100%;">
<div style=" padding-left:40px">
<asp:Button ID="btnUpdate" runat="server" Text="Update" Width="60%" OnClick="Update_Click" /><br />
<br />
<br />
SQL:<br />
<a href="addHp.aspx?menuID=<%= menueId %>&lan=<%= laenderkuerzel %>" toptions="type = iframe, effect = fade, width = 500, height = 200, overlayClose = 1,shaded=0, layout = flatlook" style='padding:0px;margin:0px;width:50px;height:11px;color:#003688;text-decoration: none;'>
<input type="button" id="BtnAdd" runat="server" value="Unterseite erstellen" style="width:60%" /><br />
</a>
<br />
<a href="delHp.aspx?menuID=<%= menueId %>&lan=<%= laenderkuerzel %>" toptions="type = iframe, effect = fade, width = 500, height = 200, overlayClose = 1,shaded=0, layout = flatlook" style='padding:0px;margin:0px;width:50px;height:11px;color:#003688;text-decoration: none;'>
<input type="button" id="btnDel" runat="server" value="Diese Seite löschen" style="width:60%" /><br />
</a>
<br />
<br />
SQL:<br />
<asp:TextBox id="sqlText" runat="server" TextMode="MultiLine" style="width:100%; height: 200px">
</asp:TextBox>
<asp:Button id="btnDoSql" runat="server" Text="SQL ausführen" style="width:60%" /><br />
<asp:TextBox id="sqlText" runat="server" TextMode="MultiLine" style="width:100%; height: 200px">
</asp:TextBox>
<asp:Button id="btnDoSql" runat="server" Text="SQL ausführen" style="width:60%" /><br />
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- </div> -->
</div>
</form>
</form>
</div>
</body>
</html>