|
|
|
|
@@ -79,6 +79,7 @@
|
|
|
|
|
overflow-y: clip;
|
|
|
|
|
overflow-x: clip;
|
|
|
|
|
width:390px;
|
|
|
|
|
position: absolute;
|
|
|
|
|
}
|
|
|
|
|
#content_container {
|
|
|
|
|
display: flex;
|
|
|
|
|
@@ -324,15 +325,15 @@
|
|
|
|
|
<center>
|
|
|
|
|
<!-- Große Bildschirme-->
|
|
|
|
|
<div class="d-none d-md-block">
|
|
|
|
|
<table id="tbl_main" cellpadding="0" style="border:none; margin-left:-45px;margin-top:2%">
|
|
|
|
|
<table id="tbl_main" cellpadding="0" style="border:none; margin-left:-65px;margin-top:2%">
|
|
|
|
|
<tr style="color:#003680;height:28px;">
|
|
|
|
|
<td>
|
|
|
|
|
<asp:LinkButton ID="btn_Back" runat="server" Width="265" CssClass="btn btn-primary" CausesValidation="false" OnClick="btn_Back_Click" style="margin-left:49px;font-weight:300;font-size:20px" Height="40px"><center><label for="btn_Back" style="margin:0px 2px 2px auto" runat="server"><center>Back</center></label></center></asp:LinkButton>
|
|
|
|
|
<asp:LinkButton ID="btn_Back" runat="server" Width="265" CssClass="btn btn-primary" CausesValidation="false" OnClick="btn_Back_Click" style="margin-left:59px;font-weight:300;font-size:20px" Height="40px"><center><label for="btn_Back" style="margin:0px 2px 2px auto" runat="server"><center>Back</center></label></center></asp:LinkButton>
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr style="color:#003680; height:42px;font-size:14px">
|
|
|
|
|
<td align="center" colspan="2" style="color:#fff;font-kerning:auto;font-weight:700;">
|
|
|
|
|
<asp:Label ID="lbl_PWvergessen" Text="Forgot your Password?" runat="server" style="color:#003680; margin-left:79px;font-size:19px;font-weight:300"></asp:Label>
|
|
|
|
|
<asp:Label ID="lbl_PWvergessen" Text="Forgot your Password?" runat="server" style="color:#003680; margin-left:94px;font-size:19px;font-weight:300"></asp:Label>
|
|
|
|
|
</td></tr>
|
|
|
|
|
<!-- <tr style=" background-color:#fff; color:#003680; height:30px;font-size:12px">
|
|
|
|
|
<td align="center" colspan="2" style="color:#fff;font-kerning:auto;font-weight:700;">
|
|
|
|
|
@@ -340,27 +341,27 @@
|
|
|
|
|
</td></tr> -->
|
|
|
|
|
<tr style="color:#003680; height:38px;">
|
|
|
|
|
<td align="right" colspan="2">
|
|
|
|
|
<asp:label ID="lbl_filldatahere" runat="server" Text="Fill your data in here:" Font-Size="19px" style="margin-left:90px; margin-top:-4px;color:#003680;font-weight:300"></asp:label>
|
|
|
|
|
<asp:label ID="lbl_filldatahere" runat="server" Text="Fill your data in here:" Font-Size="19px" style="margin-left:105px; margin-top:-4px;color:#003680;font-weight:300"></asp:label>
|
|
|
|
|
</td></tr>
|
|
|
|
|
<tr style="color:#003680; height:38px;"><td colspan="2">
|
|
|
|
|
<asp:TextBox ID="txt_CustomerID" CssClass="bg-UID-icon" runat="server" ValidationGroup="val-desk" SetFocusOnError="true" Width="265" Placeholder="Customer-ID" style="margin-left:45px;color:#003680;border-radius: 8px 8px 8px 8px;-webkit-border-radius: 8px;-moz-border-radius: 8px;" Font-Size="1.125em"></asp:TextBox>
|
|
|
|
|
<asp:TextBox ID="txt_CustomerID" CssClass="bg-UID-icon" runat="server" ValidationGroup="val-desk" SetFocusOnError="true" Width="265" Placeholder="Customer-ID" style="margin-left:60px;color:#003680;border-radius: 8px 8px 8px 8px;-webkit-border-radius: 8px;-moz-border-radius: 8px;" Font-Size="1.125em"></asp:TextBox>
|
|
|
|
|
<asp:RequiredFieldValidator ID="CustomerIDrequired" runat="server" ControlToValidate="txt_CustomerID" SetFocusOnError="true" ForeColor="Red" Text="*" ErrorMessage="*" ValidationGroup="val-desk"></asp:RequiredFieldValidator>
|
|
|
|
|
</td></tr>
|
|
|
|
|
<tr style="color:#003680; height:38px;">
|
|
|
|
|
<td align="left" colspan="2">
|
|
|
|
|
<asp:TextBox ID="txtEmail" runat="server" Width="265" ValidationGroup="val-desk" ForeColor="Red" Font-Size="1.125em" Placeholder="E-Mail" CssClass="bg-email-icon" style="margin-left:45px;color:#003680;border-radius: 8px 8px 8px 8px;-webkit-border-radius: 8px;-moz-border-radius: 8px;"/>
|
|
|
|
|
<asp:TextBox ID="txtEmail" runat="server" Width="265" ValidationGroup="val-desk" ForeColor="Red" Font-Size="1.125em" Placeholder="E-Mail" CssClass="bg-email-icon" style="margin-left:60px;color:#003680;border-radius: 8px 8px 8px 8px;-webkit-border-radius: 8px;-moz-border-radius: 8px;"/>
|
|
|
|
|
<asp:RequiredFieldValidator ID="valreqtxtEmail" ControlToValidate="txtEmail" SetFocusOnError="true" ValidationGroup="val-desk" runat="server" Text="*" ErrorMessage="*" ForeColor="Red"></asp:RequiredFieldValidator>
|
|
|
|
|
</td></tr>
|
|
|
|
|
<tr style="color:#003680; height:38px;">
|
|
|
|
|
<td align="left" colspan="2">
|
|
|
|
|
<asp:TextBox ID="txt_Username" runat="server" CssClass="bg-user-icon" ValidationGroup="val-desk" Placeholder="Username" Font-Size="1.125em" Width="265" style="margin-left:45px;color:#003680;margin-bottom:-6px;border-radius: 8px 8px 8px 8px;-webkit-border-radius: 8px;-moz-border-radius: 8px;" />
|
|
|
|
|
<asp:TextBox ID="txt_Username" runat="server" CssClass="bg-user-icon" ValidationGroup="val-desk" Placeholder="Username" Font-Size="1.125em" Width="265" style="margin-left:60px;color:#003680;margin-bottom:-6px;border-radius: 8px 8px 8px 8px;-webkit-border-radius: 8px;-moz-border-radius: 8px;" />
|
|
|
|
|
<asp:RequiredFieldValidator ID="valreqtxtusername" SetFocusOnError="true" ControlToValidate="txt_Username" ValidationGroup="val-desk" runat="server" ForeColor="Red" Text="" ErrorMessage="*"></asp:RequiredFieldValidator>
|
|
|
|
|
</td></tr>
|
|
|
|
|
<tr style="color:#003680; height:52px;"><td>
|
|
|
|
|
<asp:LinkButton ID="btn_Send" runat="server" CssClass="btn btn-primary" Width="265px" Enabled="true" AutoPostBack="True" Font-Size="22px" style="margin-left:47px;margin-top:15px;border:none" OnClick="btn_Send_Click" Height="40px"><center><label for="btn_Send" style="color:#fff;margin:0 2px 2px auto;font-size:21px"><center>Send</center></label></center></asp:LinkButton>
|
|
|
|
|
<asp:LinkButton ID="btn_Send" runat="server" CssClass="btn btn-primary" Width="265px" Enabled="true" AutoPostBack="True" Font-Size="22px" style="margin-left:57px;margin-top:15px;border:none" OnClick="btn_Send_Click" Height="40px"><center><label for="btn_Send" style="color:#fff;margin:0 2px 2px auto;font-size:21px"><center>Send</center></label></center></asp:LinkButton>
|
|
|
|
|
</td></tr>
|
|
|
|
|
<tr style="color:#003680; height:38px;width:214px">
|
|
|
|
|
<td align="right" colspan="2" style="width:214px">
|
|
|
|
|
<tr style="color:#003680; height:38px;width:210px">
|
|
|
|
|
<td align="right" colspan="2">
|
|
|
|
|
<asp:Label ID="lblMessage" runat="server" Font-Size="19px" />
|
|
|
|
|
<asp:RegularExpressionValidator ID="valid_getNumberInput" ControlToValidate="txt_CustomerID" style="font-size:17px" ForeColor="Red" ValidationGroup="val-desk" runat="server" Display="Dynamic" SetFocusOnError="false" ErrorMessage="The Customer-ID is not valid." ValidationExpression="[0-9]{1,10}"></asp:RegularExpressionValidator>
|
|
|
|
|
<asp:RegularExpressionValidator ID="check_UserName_regex" ErrorMessage="The Username don't meet the requirements. Try again." ControlToValidate="txt_Username" ValidationGroup="val-desk" runat="server" Display="Dynamic" SetFocusOnError="true" ForeColor="Red" ValidationExpression="([a-zA-Z1-9]{4,30})"></asp:RegularExpressionValidator>
|
|
|
|
|
@@ -369,8 +370,8 @@
|
|
|
|
|
</td></tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<td>
|
|
|
|
|
<asp:Button Text="back" ID="btn_BACKafterlogin" style="background-color:#003680;color:#fff;visibility:hidden" runat="server" />
|
|
|
|
|
<asp:Button Text="sendtestMail" ClientIDMode="Predictable" ID="btn_Testmail" OnClick="btn_Testmail_Click" style="background-color:#043381; color:gray" runat="server" />
|
|
|
|
|
<asp:Button Text="back" ID="btn_BACKafterlogin" style="background-color:#003680;color:#fff;visibility:hidden;margin-left:10px;" runat="server" />
|
|
|
|
|
<asp:Button Text="sendtestMail" ClientIDMode="Predictable" ID="btn_Testmail" OnClick="btn_Testmail_Click" style="background-color:#043381; color:gray;margin-left:20px" runat="server" />
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
</table>
|
|
|
|
|
|