Änderungen
This commit is contained in:
@@ -139,13 +139,13 @@
|
||||
border: none !important;
|
||||
}
|
||||
|
||||
.modal-dialog {
|
||||
height: 100% !important; /* required */
|
||||
margin: 0 0.5rem !important;
|
||||
padding: 0.5rem 0 !important;
|
||||
overflow-y: auto !important; /* required */
|
||||
width: 100%;
|
||||
position:center;
|
||||
.modal-dialog {
|
||||
height: 100% !important; /* required */
|
||||
margin: 0 0.5rem !important;
|
||||
padding: 0.5rem 0 !important;
|
||||
overflow-y: auto !important; /* required */
|
||||
width: 100%;
|
||||
position: center;
|
||||
|
||||
@media (min-width: 4sm) {
|
||||
margin:0 auto !important;
|
||||
@@ -166,8 +166,42 @@
|
||||
overflow-y: auto !important; /* required */
|
||||
}
|
||||
|
||||
</style>
|
||||
@media (max-width: 768px) {
|
||||
h2{
|
||||
font-size:32px;
|
||||
font-size:2em;
|
||||
}
|
||||
#ButtonHauptpage{
|
||||
font-size:28px;
|
||||
font-size:1.75em;
|
||||
}
|
||||
#dropdown{
|
||||
font-size:28px;
|
||||
font-size:1.75em;
|
||||
}
|
||||
.Label1{
|
||||
font-size:18px;
|
||||
font-size:1.125em;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 768px) {
|
||||
h2 {
|
||||
font-size: 28px;
|
||||
font-size:1.75em;
|
||||
}
|
||||
|
||||
#ButtonHauptpage {
|
||||
font-size: 17px;
|
||||
font-size:1.063em;
|
||||
}
|
||||
|
||||
#dropdown {
|
||||
font-size: 32px;
|
||||
font-size:2em;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
<script src="js/netzwerk.js" type="text/javascript"></script>
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/>
|
||||
@@ -227,13 +261,20 @@
|
||||
</div>
|
||||
<div id="main-page">
|
||||
<div class="pagecontent">
|
||||
<h2>Willkommen im Kundenportal:</h2>
|
||||
<br />
|
||||
|
||||
<p><h2>Willkommen im Kundenportal:</h2></p>
|
||||
<br />
|
||||
<a id="ButtonHauptpage" class="btn btn-primary btn-sm" href="newpageJulius_Sidebar.aspx?AvisoId=<%=Request.QueryString("AvisoId")%>&lan2=DE" data-toggle="tooltip" data-placement="top" title="Zur Hauptzeite wechseln." style="background-color:#043381">Home</a>
|
||||
<asp:Label ID="Label1" runat="server" Text="Bitte wählen sie eine der unten aufgeführten Funktionen:"></asp:Label>
|
||||
<asp:Panel ID="Panel1" runat="server">
|
||||
<br />
|
||||
<br />
|
||||
<p><asp:Label ID="Label1" runat="server" Text="Bitte wählen sie eine der unten aufgeführten Funktionen:"></asp:Label></p>
|
||||
<br />
|
||||
<asp:Panel ID="Panel1" runat="server">
|
||||
<div Class="dropdown">
|
||||
<button Class="dropbtn" data-toggle="tooltip" data-placement="top" title="Zum Auswählen einer Funktion bitte klicken!">Funktionen</button>
|
||||
<div Class="dropdown-content">
|
||||
<a id="Buttonlabeltitleenue" style="background-color:#043381;color:#fff"><b style="font-weight:700;font-kerning:auto;font-size:medium;">Kunden-Menü:</b></a>
|
||||
<a id="Buttonadmin" class="btn btn-primary btn-sm" href="admin/admin.aspx?AvisoId=<%=Request.QueryString("AvisoId")%>&lan2=DE" data-toggle="tooltip" data-placement="top" title="Lässt das Admin-Panel erscheinen." style="background-color:#fff;color:#043381">Admin-Panel</a>
|
||||
<a id="ButtonaFlexTV" class="btn btn-primary btn-sm" href="AvisoTV_FLEX.aspx?AvisoId=<%=Request.QueryString("AvisoId")%>&lan2=DE" data-toggle="tooltip" data-placement="top" title="Zeigt das AVISP TV an." style="background-color:#fff;color:#043381">AVISO TV-Panel</a>
|
||||
<a id="ButtonaStatus" class="btn btn-primary btn-sm" href="status_Julius.aspx?AvisoId=<%=Request.QueryString("AvisoId")%>&lan2=DE" data-toggle="tooltip" data-placement="top" title="Zeigt den Status einer bestimmten vom AVISO Panel ausgegebenen sowie codierten AVISO-Nummer aus." style="background-color:#fff;color:#043381">Status-Panel</a>
|
||||
@@ -264,6 +305,5 @@
|
||||
<script type="text/javascript" src="js/languageupdatescript.js"></script>
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
143
admin/admin.aspx
143
admin/admin.aspx
@@ -71,21 +71,21 @@
|
||||
}
|
||||
|
||||
#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{
|
||||
background-color: aliceblue;
|
||||
color: #043381;
|
||||
}
|
||||
#btnDel{
|
||||
background-color: aliceblue;
|
||||
color: #043381;
|
||||
}
|
||||
#btnUpdate:hover {
|
||||
background-color: #fff;
|
||||
color: darkblue;
|
||||
}
|
||||
#BtnAdd:hover{
|
||||
background-color: greenyellow;
|
||||
color: #043381;
|
||||
@@ -99,74 +99,73 @@
|
||||
color: aliceblue;
|
||||
}
|
||||
#txtContent{
|
||||
color:aliceblue;
|
||||
background-color:#043381;
|
||||
color:#043381;
|
||||
background-color:#fff;
|
||||
}
|
||||
#txtContent::selection{
|
||||
background-color:aliceblue;
|
||||
color:black;
|
||||
color:#043381;
|
||||
background-color:#fff;
|
||||
}
|
||||
#txtContent:invalid{
|
||||
color:red;
|
||||
}
|
||||
#txtContent:hover{
|
||||
color:floralwhite;
|
||||
background-color:#043384;
|
||||
color:#043381;
|
||||
background-color: floralwhite;
|
||||
}
|
||||
#sqlText{
|
||||
color:aliceblue;
|
||||
background-color:#043381;
|
||||
color:#043381;
|
||||
background-color:#fff;
|
||||
}
|
||||
#sqlText:hover{
|
||||
color:floralwhite;
|
||||
background-color:#043384;
|
||||
color:#043381;
|
||||
background-color: floralwhite;
|
||||
}
|
||||
#btnDoSql{
|
||||
color:aliceblue;
|
||||
background-color:#043381;
|
||||
background-color: aliceblue;
|
||||
color: #043381;
|
||||
}
|
||||
#btnDoSql:hover{
|
||||
color:floralwhite;
|
||||
background-color:#043384;
|
||||
color:#043381;
|
||||
background-color: floralwhite;
|
||||
}
|
||||
|
||||
#txtMenueBez{
|
||||
color:aliceblue;
|
||||
background-color:#043381;
|
||||
color:#043381;
|
||||
background-color:aliceblue;
|
||||
}
|
||||
#txtMenueBez:invalid{
|
||||
color:red;
|
||||
}
|
||||
#txtMenueBez:hover{
|
||||
color:floralwhite;
|
||||
background-color:#043384;
|
||||
color:#043381;
|
||||
background-color: floralwhite;
|
||||
}
|
||||
#txtMenueSlogan{
|
||||
color:aliceblue;
|
||||
background-color:#043381;
|
||||
color:#043381;
|
||||
background-color:aliceblue;
|
||||
}
|
||||
#txtMenueSlogan:invalid::selection{
|
||||
color: red;
|
||||
}
|
||||
#txtMenueSlogan:hover{
|
||||
color:floralwhite;
|
||||
background-color:#043384;
|
||||
color:#043381;
|
||||
background-color: floralwhite;
|
||||
}
|
||||
#txtMenueIMGPfad{
|
||||
color:aliceblue;
|
||||
background-color:#043381;
|
||||
color:#043381;
|
||||
background-color:aliceblue;
|
||||
}
|
||||
#txtMenueIMGPfad:hover{
|
||||
color:floralwhite;
|
||||
background-color:#043384;
|
||||
color:#043381;
|
||||
background-color: floralwhite;
|
||||
}
|
||||
#picMenue{
|
||||
color:aliceblue;
|
||||
background-color:#043381;
|
||||
color:#043381;
|
||||
background-color:aliceblue;
|
||||
}
|
||||
#picMenue:hover{
|
||||
color:floralwhite;
|
||||
background-color:#043384;
|
||||
color:#043381;
|
||||
background-color: floralwhite;
|
||||
}
|
||||
</style>
|
||||
<script type="text/javascript" src="../js/toptions/top_up-min.js"></script>
|
||||
@@ -200,42 +199,9 @@
|
||||
<!-- #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>
|
||||
<%
|
||||
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"
|
||||
|
||||
End Select%>
|
||||
<div class="dropdown" style="background-color:#fff">
|
||||
<button class="dropbtn" style="background-color:#fff;color:#043381;"> <img id="myImage" src="<%=flagpath%>" style="border:1px solid #fff;width:30px; justify-items:center"/></button>
|
||||
<div class="dropdown-content">
|
||||
<% Dim stringDE = "  DE"
|
||||
Dim stringEN = "  EN"
|
||||
Dim stringBIH = "  BIH"
|
||||
Dim stringSRB = "  SRB"
|
||||
Dim stringBG = "  BG"
|
||||
Dim stringTR = "  TR"%>
|
||||
<!--<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%>&lan2=DE" style="background-color:#fff;color:#043381;"><img src="<%= imgPath%>images/flags/flagge_DE_AT.gif" <% If laenderkuerzel = "de" Then Response.Write("style='border:1px solid #000'")%>/><%=stringDE%></a>
|
||||
<a id="ButtonEnglischLangPicker" class="btn btn-primary btn-sm" href="<%= navParent%>&lan2=EN" style="background-color:#fff;color:#043381;"><img src="<%= imgPath%>images/flags/flagge_GB.gif" <% If laenderkuerzel = "en" Then Response.Write("style='border:1px solid #000'")%>/><%=stringEN%></a>
|
||||
<a id="ButtonSerbischLangPicker" class="btn btn-primary btn-sm" href="<%= navParent%>&lan2=SRB" style="background-color:#fff;color:#043381;"><img src="<%= imgPath%>images/flags/flagge_BIH.gif" <% If laenderkuerzel = "yu" Then Response.Write("style='border:1px solid #000'")%> /><%=stringBIH%></a>
|
||||
<a id="ButtonSerbischZweiLangPicker" class="btn btn-primary btn-sm" href="<%= navParent%>&lan2=SM" style="background-color:#fff;color:#043381;"><img src="<%= imgPath%>images/flags/flagge_SM.gif" <% If laenderkuerzel = "yu" Then Response.Write("style='border:1px solid #000'")%> /><%=stringSRB%></a>
|
||||
<a id="ButtonBulgariaLangPicker" class="btn btn-primary btn-sm" href="<%= navParent%>&lan2=BG" style="background-color:#fff;color:#043381;"><img src="<%= imgPath%>images/flags/flagge_BG.gif" <% If laenderkuerzel = "bg" Then Response.Write("style='border:1px solid #000'")%>/><%=stringBG%></a>
|
||||
<a id="ButtonTürkeiLangPicker" class="btn btn-primary btn-sm" href="<%= navParent%>&lan2=TR" style="background-color:#fff;color:#043381;"><img src="<%= imgPath%>images/flags/flagge_TR.gif" <% If laenderkuerzel = "yu" Then Response.Write("style='border:1px solid #000'")%>/><%=stringTR%></a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</nav>
|
||||
<nav class="navbar navbar-expand-lg navbar-light bg-light" style="background-color:#fff">
|
||||
<a class="navbar-brand" href="../newpageJulius_Sidebar.aspx"><img src="../images/Logo_small.png" alt="Logo VERAG AG Blaue Schrift bis zum grauen AG" data-toggle="tooltip" data-placement="top" title="https://www.verag.ag"/> </a>
|
||||
</nav>
|
||||
|
||||
<!-- <div class='content_all' style="height:600px">-->
|
||||
<br />
|
||||
@@ -283,14 +249,14 @@
|
||||
<td> </td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<div class="content_66" style="height:100%;">
|
||||
<asp:TextBox ID="txtContent" runat="server" Height="100%" Width="100%" TextMode="MultiLine"></asp:TextBox>
|
||||
</div>
|
||||
|
||||
<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 />
|
||||
<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 />
|
||||
@@ -301,17 +267,12 @@
|
||||
</a>
|
||||
<br />
|
||||
<br />
|
||||
SQL:<br />
|
||||
|
||||
<asp:TextBox id="sqlText" runat="server" TextMode="MultiLine" style="width:100%; height: 200px">
|
||||
</asp:TextBox>
|
||||
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 />
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<!-- </div> -->
|
||||
|
||||
@@ -18,6 +18,16 @@
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="../../stylesheets/style.css"/>
|
||||
<link rel="stylesheet" type="text/css" href="../../stylesheets/example.css"/>
|
||||
<style>
|
||||
@media (min-width: 768px) {
|
||||
|
||||
}
|
||||
</style>
|
||||
<script type="text/javascript">
|
||||
function FocusOnInput() {
|
||||
document.getElementById("UserName").focus();
|
||||
}
|
||||
</script>
|
||||
<script type="text/javascript">
|
||||
// Vergebe den Event-Handler
|
||||
document.onkeydown = handleKeyEvent;
|
||||
@@ -65,7 +75,7 @@
|
||||
</script>
|
||||
</head>
|
||||
|
||||
<body >
|
||||
<body onload="FocusOnInput()">
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -19,39 +19,39 @@
|
||||
|
||||
<style>
|
||||
/*Button Dropdown Menue Language Picker*/
|
||||
.dropbtn {
|
||||
background-color: #fff;
|
||||
left: 60%;
|
||||
right: auto;
|
||||
width: 100px;
|
||||
height: 20%;
|
||||
position: relative;
|
||||
color: #043381;
|
||||
padding: 0px;
|
||||
font-size: 16px;
|
||||
border: none;
|
||||
z-index:512;
|
||||
}
|
||||
|
||||
/* Dropdown Content (Hidden by Default) */
|
||||
.dropdown-content {
|
||||
display: none;
|
||||
position: relative;
|
||||
.dropbtn {
|
||||
background-color: #fff;
|
||||
left: 60%;
|
||||
color:#043381;
|
||||
background-color: white;
|
||||
min-width: 160px;
|
||||
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
|
||||
z-index: 1000;
|
||||
}
|
||||
right: auto;
|
||||
width: 100px;
|
||||
height: 20%;
|
||||
position: relative;
|
||||
color: #043381;
|
||||
padding: 0px;
|
||||
font-size: 16px;
|
||||
border: none;
|
||||
z-index:512;
|
||||
}
|
||||
|
||||
/* Links inside the dropdown */
|
||||
.dropdown-content a {
|
||||
color: black;
|
||||
padding: 12px 16px;
|
||||
text-decoration: none;
|
||||
z-index:812;
|
||||
}
|
||||
/* Dropdown Content (Hidden by Default) */
|
||||
.dropdown-content {
|
||||
display: none;
|
||||
position: relative;
|
||||
left: 60%;
|
||||
color:#043381;
|
||||
background-color: white;
|
||||
min-width: 160px;
|
||||
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
|
||||
z-index: 1000;
|
||||
}
|
||||
|
||||
/* Links inside the dropdown */
|
||||
.dropdown-content a {
|
||||
color: black;
|
||||
padding: 12px 16px;
|
||||
text-decoration: none;
|
||||
z-index:812;
|
||||
}
|
||||
|
||||
/* Change color of dropdown links on hover */
|
||||
.dropdown-content a:hover {
|
||||
@@ -147,6 +147,7 @@
|
||||
<%
|
||||
For Each nav As cNavigation In navigation
|
||||
%>
|
||||
|
||||
<li Class="nav-item dropdown">
|
||||
<a Class="nav-link dropdown-toggle" href="<%= navParent%>?menuID=<%= nav.id %>&lan=<%= laenderKuerzel %>" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" style="background-color:#fff; color:#043381;">
|
||||
<%= IIf(nav.bezeichnung <> "", nav.bezeichnung, "XXX") %>
|
||||
@@ -162,7 +163,7 @@
|
||||
<%="<div class='menu_logo'><img src='" & nav.menu_logo & "'/></div>"%>
|
||||
<% End If %>
|
||||
<ul>
|
||||
<li Class="nav-item>
|
||||
<li Class="nav-item">
|
||||
|
||||
<%For Each nav2 As cNavigation In nav.subnavigation%>
|
||||
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -340,14 +340,10 @@
|
||||
float: right;
|
||||
}
|
||||
</style>
|
||||
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<!-- jQuery CDN - Slim version (=without AJAX) -->
|
||||
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
|
||||
|
||||
<form id="leftLinks" runat="server">
|
||||
|
||||
<!--<a href="sendFeedback.aspx" toptions="type = iframe, effect = fade, width = 500, height = 500, overlayClose = 1,shaded=0, layout = flatlook" style='padding:0px;margin:0px;width:50px;height:11px;color:#fff;text-decoration: none;'>
|
||||
@@ -522,7 +518,6 @@
|
||||
</div>
|
||||
</div> -->
|
||||
</div>
|
||||
|
||||
<%
|
||||
End If
|
||||
'Response.Write(DB2.qry_contentNew(menuID, lan)) %>
|
||||
|
||||
Reference in New Issue
Block a user