GUI Anpassungen

This commit is contained in:
ja
2022-02-14 15:32:53 +01:00
parent e52ca4dd10
commit bf8a91210c

View File

@@ -462,7 +462,7 @@
<table id="tbl_main_M" cellpadding="0" style="margin: 0 auto; border: none"> <table id="tbl_main_M" cellpadding="0" style="margin: 0 auto; border: none">
<tr style="color: #003680; height: 25px;"> <tr style="color: #003680; height: 25px;">
<td align="left" style="color: #fff; font-kerning: auto;"> <td align="left" style="color: #fff; font-kerning: auto;">
<asp:Label ID="lbl_login_M" runat="server" Text="Login" Style="color: #003680; font-size: 2.320901320901321em; font-weight: 800; margin-left: 132px; margin-top: 20px"></asp:Label> <asp:Label ID="lbl_login_M" runat="server" Text="Login" Style="color: #003680; font-size: 2.32090132090132em; font-weight: 800; margin-left: 132px; margin-top: 20px"></asp:Label>
</td> </td>
</tr> </tr>
<tr style="color: #003680; height: 48px"> <tr style="color: #003680; height: 48px">
@@ -473,14 +473,14 @@
</tr> </tr>
<tr style="color: #003680; height: 48px;"> <tr style="color: #003680; height: 48px;">
<td align="left" colspan="2"> <td align="left" colspan="2">
<asp:TextBox ID="Username" runat="server" CssClass="bg-user-icon" TextMode="SingleLine" Width="325" ValidationGroup="Login_M" Placeholder="Username" required="true" Font-Size="2.025em" Style="margin-left: 16px; color: #003680; border-radius: 8px 8px 8px 8px; -webkit-border-radius: 8px; -moz-border-radius: 8px;"></asp:TextBox> <asp:TextBox ID="Username_m" runat="server" CssClass="bg-user-icon" TextMode="SingleLine" Width="325" ValidationGroup="Login_M" Placeholder="Username" required="true" Font-Size="2.025em" Style="margin-left: 16px; color: #003680; border-radius: 8px 8px 8px 8px; -webkit-border-radius: 8px; -moz-border-radius: 8px;"></asp:TextBox>
<asp:RequiredFieldValidator ID="UserName_M_required" runat="server" ControlToValidate="Username" Font-Size="18px" ErrorMessage="*" ForeColor="Red" Style="margin-left: 22px;" ValidationGroup="Login_M" SetFocusOnError="false"></asp:RequiredFieldValidator> <asp:RequiredFieldValidator ID="UserName_M_required" runat="server" ControlToValidate="Username_m" Font-Size="18px" ErrorMessage="*" ForeColor="Red" Style="margin-left: 22px;" ValidationGroup="Login_M" SetFocusOnError="false"></asp:RequiredFieldValidator>
</td> </td>
</tr> </tr>
<tr style="color: #003680; height: 48px;"> <tr style="color: #003680; height: 48px;">
<td align="left" colspan="2"> <td align="left" colspan="2">
<asp:TextBox ID="Password" runat="server" CssClass="bg-key-icon" TextMode="Password" ToolTip="Please provide the Password" required="true" Width="325" Font-Size="2.025em" ValidationGroup="Login_M" MaxLength="30" AutoCompleteType="Enabled" CausesValidation="true" Style="margin-left: 16px; color: #003680; border-radius: 8px 8px 8px 8px; -webkit-border-radius: 8px; -moz-border-radius: 8px;" Placeholder="Password" Text="Password"></asp:TextBox> <asp:TextBox ID="txt_Password" runat="server" CssClass="bg-key-icon" TextMode="Password" ToolTip="Please provide the Password" required="true" Width="325" Font-Size="2.025em" ValidationGroup="Login_M" MaxLength="30" AutoCompleteType="Enabled" CausesValidation="true" Style="margin-left: 16px; color: #003680; border-radius: 8px 8px 8px 8px; -webkit-border-radius: 8px; -moz-border-radius: 8px;" Placeholder="Password" Text="Password"></asp:TextBox>
<asp:RequiredFieldValidator ID="Passwordrequired_M" runat="server" SetFocusOnError="true" Font-Size="18px" ControlToValidate="Password" Style="margin-left: 22px; color: red;" ErrorMessage="*" ForeColor="Red" ValidationGroup="Login_M"></asp:RequiredFieldValidator> <asp:RequiredFieldValidator ID="Passwordrequired_M" runat="server" SetFocusOnError="true" Font-Size="18px" ControlToValidate="txt_Password" Style="margin-left: 22px; color: red;" ErrorMessage="*" ForeColor="Red" ValidationGroup="Login_M"></asp:RequiredFieldValidator>
</td> </td>
</tr> </tr>
<tr style="color: #003680; height: 70px;"> <tr style="color: #003680; height: 70px;">
@@ -499,7 +499,7 @@
<tr style="color: #003680; height: 12px"> <tr style="color: #003680; height: 12px">
<td align="center" style="width: 295px" colspan="2"> <td align="center" style="width: 295px" colspan="2">
<asp:Literal ID="FailureText_M" runat="server" EnableViewState="False"></asp:Literal> <asp:Literal ID="FailureText_M" runat="server" EnableViewState="False"></asp:Literal>
<asp:RegularExpressionValidator ID="check_UserName_M_regex" ControlToValidate="Username" ValidationGroup="Login_M" ForeColor="Red" Font-Size="18px" runat="server" Style="margin-left: 132px; color: red" Display="Dynamic" SetFocusOnError="true" ValidationExpression="^([a-zA-Z1-9]{4,30})$" ErrorMessage="Username does not meet the requirements."></asp:RegularExpressionValidator> <asp:RegularExpressionValidator ID="check_UserName_M_regex" ControlToValidate="Username_m" ValidationGroup="Login_M" ForeColor="Red" Font-Size="18px" runat="server" Style="margin-left: 132px; color: red" Display="Dynamic" SetFocusOnError="true" ValidationExpression="^([a-zA-Z1-9]{4,30})$" ErrorMessage="Username does not meet the requirements."></asp:RegularExpressionValidator>
<asp:RegularExpressionValidator ID="valid_getNumber_M_Input" ControlToValidate="txt_CustomerID_M" ValidationGroup="Login_M" ForeColor="Red" Font-Size="18px" runat="server" Style="margin-left: 22px;" Display="Dynamic" SetFocusOnError="false" ValidationExpression="[0-9]{4,10}" ErrorMessage="The Customer-ID is not valid."></asp:RegularExpressionValidator> <asp:RegularExpressionValidator ID="valid_getNumber_M_Input" ControlToValidate="txt_CustomerID_M" ValidationGroup="Login_M" ForeColor="Red" Font-Size="18px" runat="server" Style="margin-left: 22px;" Display="Dynamic" SetFocusOnError="false" ValidationExpression="[0-9]{4,10}" ErrorMessage="The Customer-ID is not valid."></asp:RegularExpressionValidator>
</td> </td>
</tr> </tr>