Uhrzeit wird korrekt gesplittet fast fertig
This commit is contained in:
@@ -43,7 +43,7 @@
|
||||
<h1>Kundencenter:</h1>
|
||||
<div id="line" style="width: 92%;"></div>
|
||||
<br/>
|
||||
<h3>Hier finden Sie Informationen zu den aktuell an der Grenze stehenden LKWs.</h3>
|
||||
<h3>Hier finden Sie Informationen zu den aktuellen Aufträgen.</h3>
|
||||
<%Try
|
||||
VERAG_PROG_ALLGEMEIN.cAllgemein.ERR_OP_GLOBAL = VERAG_PROG_ALLGEMEIN.ERROR_OP.SHOW
|
||||
'Dim AD As New VERAG_PROG_ALLGEMEIN.cAdressen(799124)
|
||||
@@ -74,9 +74,46 @@
|
||||
<asp:RadioButton ID="rbt_Ankunft" runat="server" Text="Ankunft"/>
|
||||
<asp:RadioButton ID="rbt_Freig" runat="server" Text="Freigabe" onclick="rbt_Freig_Click"/>
|
||||
<asp:Label ID="lbl_von" runat="server" Text="Von:"></asp:Label>
|
||||
<asp:Calendar id="pickdate1" runat="server"></asp:Calendar>
|
||||
<asp:Label ID="lbl_von2" runat="server" Text="format:dd.mm.yyyy"></asp:Label>
|
||||
<asp:TextBox ID="txt_pickdate1" runat="server"></asp:TextBox>
|
||||
<button class="btn btn-primary" id="btn_pickdate1" type="button" data-bs-toggle="collapse" data-bs-target="#collapseExample" aria-expanded="false" aria-controls="collapseExample" title="Für die grafische Auswahl des Datums auf die Uhr tippen."><center><img src="../images/Icons/main/uhr.gif" style="width:12px; height:12px"/></center></button>
|
||||
<div class="collapse" id="collapseExample">
|
||||
<div class="row">
|
||||
<div class="col-4">
|
||||
<asp:Calendar id="pickdate1" runat="server"></asp:Calendar>
|
||||
</div>
|
||||
<div class="col-5">
|
||||
<div class="col-1">
|
||||
<asp:CheckBox ID="ckb_Uhrzeit1" OnCheckedChanged="ckb_Uhrzeit1_CheckedChanged" runat="server" data-bs-toggle="tooltip" data-bs-placement="left" title="Zum Uhrzeit miteinbeziehen anwählen."/>
|
||||
</div>
|
||||
<div class="col-4">
|
||||
<asp:Label ID="lbl_Uhrzeit1_von" runat="server" Text="Uhrzeit von:"></asp:Label>
|
||||
<asp:TextBox ID="txt_Uhrzeit1_von" TextMode="Time" runat="server"></asp:TextBox>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<asp:Label ID="lbl_bis" runat="server" Text="Bis:"></asp:Label>
|
||||
<asp:Calendar id="pickdate2" runat="server"></asp:Calendar>
|
||||
<asp:Label ID="lbl_bis2" runat="server" Text="Format:dd.mm.yyyy"></asp:Label>
|
||||
<asp:TextBox ID="txt_pickdate2" runat="server"></asp:TextBox>
|
||||
<button class="btn btn-primary" id="btn_pickdate2" type="button" data-bs-toggle="collapse" data-bs-target="#collapseExample2" aria-expanded="false" aria-controls="collapseExample2" title="Für die grafische Auswahl des Datums auf die Uhr tippen."><center><img src="../images/Icons/main/uhr.gif" style="width:12px; height:12px"/></center></button>
|
||||
<div class="collapse" id="collapseExample2">
|
||||
<div class="row">
|
||||
<div class="col-4">
|
||||
<asp:Calendar id="pickdate2" runat="server"></asp:Calendar>
|
||||
</div>
|
||||
<div class="col-5">
|
||||
<div class="col-1">
|
||||
<asp:CheckBox ID="ckb_Uhrzeit2" runat="server" data-bs-toggle="tooltip" data-bs-placement="left" title="Zum Uhrzeit miteinbeziehen anwählen."/>
|
||||
</div>
|
||||
<div class="col-4">
|
||||
|
||||
<asp:Label ID="lbl_Uhrzeit2_bis" runat="server" Text="Uhrzeit bis:"></asp:Label>
|
||||
<asp:TextBox ID="txt_Uhrzeit2_bis" TextMode="Time" runat="server"></asp:TextBox>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Optionale Suchparameter-->
|
||||
<asp:Label ID="lbl_Absender" runat="server" Text="Absender"></asp:Label>
|
||||
<asp:TextBox ID="txt_Absender" runat="server" ></asp:TextBox>
|
||||
|
||||
Reference in New Issue
Block a user