Änderungen
This commit is contained in:
@@ -139,13 +139,13 @@
|
|||||||
border: none !important;
|
border: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.modal-dialog {
|
.modal-dialog {
|
||||||
height: 100% !important; /* required */
|
height: 100% !important; /* required */
|
||||||
margin: 0 0.5rem !important;
|
margin: 0 0.5rem !important;
|
||||||
padding: 0.5rem 0 !important;
|
padding: 0.5rem 0 !important;
|
||||||
overflow-y: auto !important; /* required */
|
overflow-y: auto !important; /* required */
|
||||||
width: 100%;
|
width: 100%;
|
||||||
position:center;
|
position: center;
|
||||||
|
|
||||||
@media (min-width: 4sm) {
|
@media (min-width: 4sm) {
|
||||||
margin:0 auto !important;
|
margin:0 auto !important;
|
||||||
@@ -166,8 +166,42 @@
|
|||||||
overflow-y: auto !important; /* required */
|
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>
|
<script src="js/netzwerk.js" type="text/javascript"></script>
|
||||||
|
|
||||||
<link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/>
|
<link rel="stylesheet" type="text/css" href="../stylesheets/style.css"/>
|
||||||
@@ -227,13 +261,20 @@
|
|||||||
</div>
|
</div>
|
||||||
<div id="main-page">
|
<div id="main-page">
|
||||||
<div class="pagecontent">
|
<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>
|
<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>
|
<br />
|
||||||
<asp:Panel ID="Panel1" runat="server">
|
<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">
|
<div Class="dropdown">
|
||||||
<button Class="dropbtn" data-toggle="tooltip" data-placement="top" title="Zum Auswählen einer Funktion bitte klicken!">Funktionen</button>
|
<button Class="dropbtn" data-toggle="tooltip" data-placement="top" title="Zum Auswählen einer Funktion bitte klicken!">Funktionen</button>
|
||||||
<div Class="dropdown-content">
|
<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="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="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>
|
<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 type="text/javascript" src="js/languageupdatescript.js"></script>
|
||||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
|
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
143
admin/admin.aspx
143
admin/admin.aspx
@@ -71,21 +71,21 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
#btnUpdate {
|
#btnUpdate {
|
||||||
background-color:#043381;
|
|
||||||
color: aliceblue;
|
|
||||||
}
|
|
||||||
#BtnAdd{
|
|
||||||
background-color:#043381;
|
|
||||||
color: aliceblue;
|
|
||||||
}
|
|
||||||
#btnDel{
|
|
||||||
background-color:#043381;
|
|
||||||
color: aliceblue;
|
|
||||||
}
|
|
||||||
#btnUpdate:hover {
|
|
||||||
background-color: aliceblue;
|
background-color: aliceblue;
|
||||||
color: #043381;
|
color: #043381;
|
||||||
}
|
}
|
||||||
|
#BtnAdd{
|
||||||
|
background-color: aliceblue;
|
||||||
|
color: #043381;
|
||||||
|
}
|
||||||
|
#btnDel{
|
||||||
|
background-color: aliceblue;
|
||||||
|
color: #043381;
|
||||||
|
}
|
||||||
|
#btnUpdate:hover {
|
||||||
|
background-color: #fff;
|
||||||
|
color: darkblue;
|
||||||
|
}
|
||||||
#BtnAdd:hover{
|
#BtnAdd:hover{
|
||||||
background-color: greenyellow;
|
background-color: greenyellow;
|
||||||
color: #043381;
|
color: #043381;
|
||||||
@@ -99,74 +99,73 @@
|
|||||||
color: aliceblue;
|
color: aliceblue;
|
||||||
}
|
}
|
||||||
#txtContent{
|
#txtContent{
|
||||||
color:aliceblue;
|
color:#043381;
|
||||||
background-color:#043381;
|
background-color:#fff;
|
||||||
}
|
}
|
||||||
#txtContent::selection{
|
#txtContent::selection{
|
||||||
background-color:aliceblue;
|
color:#043381;
|
||||||
color:black;
|
background-color:#fff;
|
||||||
}
|
}
|
||||||
#txtContent:invalid{
|
#txtContent:invalid{
|
||||||
color:red;
|
color:red;
|
||||||
}
|
}
|
||||||
#txtContent:hover{
|
#txtContent:hover{
|
||||||
color:floralwhite;
|
color:#043381;
|
||||||
background-color:#043384;
|
background-color: floralwhite;
|
||||||
}
|
}
|
||||||
#sqlText{
|
#sqlText{
|
||||||
color:aliceblue;
|
color:#043381;
|
||||||
background-color:#043381;
|
background-color:#fff;
|
||||||
}
|
}
|
||||||
#sqlText:hover{
|
#sqlText:hover{
|
||||||
color:floralwhite;
|
color:#043381;
|
||||||
background-color:#043384;
|
background-color: floralwhite;
|
||||||
}
|
}
|
||||||
#btnDoSql{
|
#btnDoSql{
|
||||||
color:aliceblue;
|
background-color: aliceblue;
|
||||||
background-color:#043381;
|
color: #043381;
|
||||||
}
|
}
|
||||||
#btnDoSql:hover{
|
#btnDoSql:hover{
|
||||||
color:floralwhite;
|
color:#043381;
|
||||||
background-color:#043384;
|
background-color: floralwhite;
|
||||||
}
|
}
|
||||||
|
|
||||||
#txtMenueBez{
|
#txtMenueBez{
|
||||||
color:aliceblue;
|
color:#043381;
|
||||||
background-color:#043381;
|
background-color:aliceblue;
|
||||||
}
|
}
|
||||||
#txtMenueBez:invalid{
|
#txtMenueBez:invalid{
|
||||||
color:red;
|
color:red;
|
||||||
}
|
}
|
||||||
#txtMenueBez:hover{
|
#txtMenueBez:hover{
|
||||||
color:floralwhite;
|
color:#043381;
|
||||||
background-color:#043384;
|
background-color: floralwhite;
|
||||||
}
|
}
|
||||||
#txtMenueSlogan{
|
#txtMenueSlogan{
|
||||||
color:aliceblue;
|
color:#043381;
|
||||||
background-color:#043381;
|
background-color:aliceblue;
|
||||||
}
|
}
|
||||||
#txtMenueSlogan:invalid::selection{
|
#txtMenueSlogan:invalid::selection{
|
||||||
color: red;
|
color: red;
|
||||||
}
|
}
|
||||||
#txtMenueSlogan:hover{
|
#txtMenueSlogan:hover{
|
||||||
color:floralwhite;
|
color:#043381;
|
||||||
background-color:#043384;
|
background-color: floralwhite;
|
||||||
}
|
}
|
||||||
#txtMenueIMGPfad{
|
#txtMenueIMGPfad{
|
||||||
color:aliceblue;
|
color:#043381;
|
||||||
background-color:#043381;
|
background-color:aliceblue;
|
||||||
}
|
}
|
||||||
#txtMenueIMGPfad:hover{
|
#txtMenueIMGPfad:hover{
|
||||||
color:floralwhite;
|
color:#043381;
|
||||||
background-color:#043384;
|
background-color: floralwhite;
|
||||||
}
|
}
|
||||||
#picMenue{
|
#picMenue{
|
||||||
color:aliceblue;
|
color:#043381;
|
||||||
background-color:#043381;
|
background-color:aliceblue;
|
||||||
}
|
}
|
||||||
#picMenue:hover{
|
#picMenue:hover{
|
||||||
color:floralwhite;
|
color:#043381;
|
||||||
background-color:#043384;
|
background-color: floralwhite;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<script type="text/javascript" src="../js/toptions/top_up-min.js"></script>
|
<script type="text/javascript" src="../js/toptions/top_up-min.js"></script>
|
||||||
@@ -200,42 +199,9 @@
|
|||||||
<!-- #include file="..\navigation.aspx" -->
|
<!-- #include file="..\navigation.aspx" -->
|
||||||
<div id="main-page" style="height:100%">
|
<div id="main-page" style="height:100%">
|
||||||
<div class="pagecontent" style="height:800px">
|
<div class="pagecontent" style="height:800px">
|
||||||
|
<nav class="navbar navbar-expand-lg navbar-light bg-light" style="background-color:#fff">
|
||||||
<nav class="navbar navbar-expand-lg navbar-light bg-light">
|
<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>
|
||||||
<div class="sidebar-header">
|
</nav>
|
||||||
<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>
|
|
||||||
|
|
||||||
<!-- <div class='content_all' style="height:600px">-->
|
<!-- <div class='content_all' style="height:600px">-->
|
||||||
<br />
|
<br />
|
||||||
@@ -283,14 +249,14 @@
|
|||||||
<td> </td>
|
<td> </td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
<div class="content_66" style="height:100%;">
|
<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 class="content_33" style="height:100%;">
|
||||||
<div style=" padding-left:40px">
|
<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 />
|
<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;'>
|
<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 />
|
<input type="button" id="BtnAdd" runat="server" value="Unterseite erstellen" style="width:60%" /><br />
|
||||||
@@ -301,17 +267,12 @@
|
|||||||
</a>
|
</a>
|
||||||
<br />
|
<br />
|
||||||
<br />
|
<br />
|
||||||
SQL:<br />
|
SQL:
|
||||||
|
<br />
|
||||||
<asp:TextBox id="sqlText" runat="server" TextMode="MultiLine" style="width:100%; height: 200px">
|
<asp:TextBox id="sqlText" runat="server" TextMode="MultiLine" style="width:100%; height: 200px"></asp:TextBox>
|
||||||
</asp:TextBox>
|
|
||||||
<asp:Button id="btnDoSql" runat="server" Text="SQL ausführen" style="width:60%" /><br />
|
<asp:Button id="btnDoSql" runat="server" Text="SQL ausführen" style="width:60%" /><br />
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</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/style.css"/>
|
||||||
<link rel="stylesheet" type="text/css" href="../../stylesheets/example.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">
|
<script type="text/javascript">
|
||||||
// Vergebe den Event-Handler
|
// Vergebe den Event-Handler
|
||||||
document.onkeydown = handleKeyEvent;
|
document.onkeydown = handleKeyEvent;
|
||||||
@@ -65,7 +75,7 @@
|
|||||||
</script>
|
</script>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body >
|
<body onload="FocusOnInput()">
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -19,39 +19,39 @@
|
|||||||
|
|
||||||
<style>
|
<style>
|
||||||
/*Button Dropdown Menue Language Picker*/
|
/*Button Dropdown Menue Language Picker*/
|
||||||
.dropbtn {
|
.dropbtn {
|
||||||
background-color: #fff;
|
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;
|
|
||||||
left: 60%;
|
left: 60%;
|
||||||
color:#043381;
|
right: auto;
|
||||||
background-color: white;
|
width: 100px;
|
||||||
min-width: 160px;
|
height: 20%;
|
||||||
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
|
position: relative;
|
||||||
z-index: 1000;
|
color: #043381;
|
||||||
}
|
padding: 0px;
|
||||||
|
font-size: 16px;
|
||||||
|
border: none;
|
||||||
|
z-index:512;
|
||||||
|
}
|
||||||
|
|
||||||
/* Links inside the dropdown */
|
/* Dropdown Content (Hidden by Default) */
|
||||||
.dropdown-content a {
|
.dropdown-content {
|
||||||
color: black;
|
display: none;
|
||||||
padding: 12px 16px;
|
position: relative;
|
||||||
text-decoration: none;
|
left: 60%;
|
||||||
z-index:812;
|
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 */
|
/* Change color of dropdown links on hover */
|
||||||
.dropdown-content a:hover {
|
.dropdown-content a:hover {
|
||||||
@@ -147,6 +147,7 @@
|
|||||||
<%
|
<%
|
||||||
For Each nav As cNavigation In navigation
|
For Each nav As cNavigation In navigation
|
||||||
%>
|
%>
|
||||||
|
|
||||||
<li Class="nav-item dropdown">
|
<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;">
|
<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") %>
|
<%= IIf(nav.bezeichnung <> "", nav.bezeichnung, "XXX") %>
|
||||||
@@ -162,7 +163,7 @@
|
|||||||
<%="<div class='menu_logo'><img src='" & nav.menu_logo & "'/></div>"%>
|
<%="<div class='menu_logo'><img src='" & nav.menu_logo & "'/></div>"%>
|
||||||
<% End If %>
|
<% End If %>
|
||||||
<ul>
|
<ul>
|
||||||
<li Class="nav-item>
|
<li Class="nav-item">
|
||||||
|
|
||||||
<%For Each nav2 As cNavigation In nav.subnavigation%>
|
<%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;
|
float: right;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<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">
|
<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;'>
|
<!--<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> -->
|
</div> -->
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<%
|
<%
|
||||||
End If
|
End If
|
||||||
'Response.Write(DB2.qry_contentNew(menuID, lan)) %>
|
'Response.Write(DB2.qry_contentNew(menuID, lan)) %>
|
||||||
|
|||||||
Reference in New Issue
Block a user