|
|
@ -42,35 +42,32 @@ callurl+=params; |
|
|
|
<title>Auswahl <%=fname %></title> |
|
|
|
<title>Auswahl <%=fname %></title> |
|
|
|
</head> |
|
|
|
</head> |
|
|
|
<style> |
|
|
|
<style> |
|
|
|
/*.cell { |
|
|
|
/* Abstand unter der Navbar für kleine Bildschirme */ |
|
|
|
position: sticky; |
|
|
|
@media screen and (max-width: 800px) { |
|
|
|
top: 0; |
|
|
|
body { |
|
|
|
z-index: 10; |
|
|
|
margin-top: 5rem; /* Platz für die fixe Navbar, Höhe anpassen */ |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.label { |
|
|
|
.navbar.is-fixed-top { |
|
|
|
font-size: 14px; } |
|
|
|
z-index: 1000; /* Stellt sicher, dass die Navbar immer im Vordergrund ist */ |
|
|
|
|
|
|
|
} |
|
|
|
.input-container { |
|
|
|
|
|
|
|
display: flex; |
|
|
|
.input-container { |
|
|
|
flex-direction: column; |
|
|
|
margin-top: 1rem; /* Zusätzlicher Abstand für Eingabefelder */ |
|
|
|
align-items: flex-start; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.input-container > .label { |
|
|
|
/* Abstand für größere Bildschirme */ |
|
|
|
margin-bottom: 0.25rem; |
|
|
|
@media screen and (min-width: 801px) { |
|
|
|
|
|
|
|
body { |
|
|
|
@media (min-width: 768px) { |
|
|
|
margin-top: 2rem; /* Platz für die Navbar */ |
|
|
|
.input-container { |
|
|
|
} |
|
|
|
flex-direction: row; |
|
|
|
} |
|
|
|
align-items: center; |
|
|
|
/**Breakpoints zur Info:**/ |
|
|
|
} |
|
|
|
/*Viewports bis 768px=tablet-Hochformat */ |
|
|
|
|
|
|
|
/*@media screen and (min-width: 585px) and (max-width: 768px) { */ |
|
|
|
.input-container > .label { |
|
|
|
/*Kleine Viewports */ |
|
|
|
margin-bottom: 0; |
|
|
|
/*@media screen and (max-width: 584px){*/ |
|
|
|
margin-right: 1rem; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
}*/ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</style> |
|
|
|
</style> |
|
|
|
<script type="text/javascript" language="javascript"> |
|
|
|
<script type="text/javascript" language="javascript"> |
|
|
@ -149,28 +146,28 @@ targetDiv.innerHTML=zs; |
|
|
|
<body onload="showCombo('<%=callurl %>','')"> |
|
|
|
<body onload="showCombo('<%=callurl %>','')"> |
|
|
|
<form name="selection" onsubmit="return false;"> |
|
|
|
<form name="selection" onsubmit="return false;"> |
|
|
|
<div id="nd_navi_top" style="margin-bottom:3rem"> |
|
|
|
<div id="nd_navi_top" style="margin-bottom:3rem"> |
|
|
|
<nav class="navbar is-fixed-top" role="navigation" ><!--aria-label="main navigation"--> |
|
|
|
<nav class="navbar is-fixed-top" role="navigation" ><!--aria-label="main navigation"--> |
|
|
|
<div class="navbar-brand"> |
|
|
|
<div class="navbar-brand"> |
|
|
|
|
|
|
|
|
|
|
|
<div class="navbar-item"> |
|
|
|
<div class="navbar-item"> |
|
|
|
<p><strong>Auswahl <%=fname %></strong></p> |
|
|
|
<p class="title is-4">Auswahl <%=fname %></p> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
<div class="navbar-item"> |
|
|
|
<div class="navbar-item"> |
|
|
|
|
|
|
|
|
|
|
|
<div class='input-container'> |
|
|
|
<div class='input-container'> |
|
|
|
<div class='field has-addons'><div class='control'> |
|
|
|
<div class='field has-addons'> |
|
|
|
<input id='comboSuche' class='input is-small is-active' type='text' placeholder='Suche' onBlur='renderCombo(comboContent,this.value);return false;'/> |
|
|
|
<div class='control'> |
|
|
|
</div><div class='control'><button class='button is-small is-rounded' onClick="renderCombo(comboContent,document.getElementById('comboSuche').value);return false;"> |
|
|
|
<input id='comboSuche' class='input is-small is-active' type='text' placeholder='Suche' onBlur='renderCombo(comboContent,this.value);return false;'/> |
|
|
|
<span class='icon' aria-hidden='true' alt='Suche' title='Suche'><img src='../../images/search_blue.svg'/></span></button> |
|
|
|
</div> |
|
|
|
</div></div> |
|
|
|
<div class='control'> |
|
|
|
</div> |
|
|
|
<button class='button is-small is-rounded' onClick="renderCombo(comboContent,document.getElementById('comboSuche').value);return false;"> |
|
|
|
|
|
|
|
<span class='icon' aria-hidden='true' alt='Suche' title='Suche'><img src='../../images/search_blue.svg'/></span></button> |
|
|
|
|
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div class="navbar-end"><span class="navbar-end"> |
|
|
|
<div class="navbar-end"><span class="navbar-end"> |
|
|
|
|
|
|
|
<div class="navbar-item is-hoverable"> |
|
|
|
<div class="navbar-item is-hoverable"> |
|
|
|
<div class="buttons"> |
|
|
|
<div class="buttons"> |
|
|
|
<p class="submit_button"> |
|
|
|
<p class="submit_button"> |
|
|
@ -211,19 +208,20 @@ targetDiv.innerHTML=zs; |
|
|
|
{ |
|
|
|
{ |
|
|
|
%> |
|
|
|
%> |
|
|
|
|
|
|
|
|
|
|
|
<div class="input-container"> <!--style="padding-top:1em;"--> |
|
|
|
<div class="input-container" style="margin-top:5em;"> |
|
|
|
<div class="buttons"> |
|
|
|
<div class="buttons"> |
|
|
|
<input type="checkbox" name="metaCheckox" value="" style="margin-left:1.5rem" onclick="ndMaskDialogToggleAllCheckboxes(document.forms['selection'],this)" />  alle markieren |
|
|
|
<input type="checkbox" name="metaCheckox" value="" style="margin-left:1.5rem;" onclick="ndMaskDialogToggleAllCheckboxes(document.forms['selection'],this)" />  alle markieren |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
<% |
|
|
|
<% |
|
|
|
} |
|
|
|
} |
|
|
|
%> |
|
|
|
%> |
|
|
|
<div class="input-container"> <!--style="padding-top:1em;"--> |
|
|
|
|
|
|
|
<div id="comboDiv" class="comboDiv">keine Auswahl möglich |
|
|
|
<div class="input-container" style="margin-left:5em; margin-top:1em;"> |
|
|
|
|
|
|
|
<div id="comboDiv" class="comboDiv">keine Auswahl möglich |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</form> |
|
|
|
</form> |
|
|
|