- 01
- 02
- 03
- 04
- 05
- 06
- 07
- 08
- 09
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 22
- 23
- 24
- 25
- 26
- 27
- 28
- 29
- 30
- 31
<form id="form1" runat="server" >
<div id="something" style="position: absolute; height: 200px; width: 400px; margin: -100px 0 0 -200px; top: 50%; left: 50%;">
<table width="100%" >
<tr>
<td colspan="3">
</td>
</tr>
<tr>
<td width="40%">
</td>
<td width="20%">
<asp:Login ID="Login4" runat="server" BackColor="#F7F7DE" BorderColor="#CCCC99"
BorderStyle="Solid" BorderWidth="1px"
DisplayRememberMe="False" FailureText="Введите правильные логин и пароль"
Font-Names="Verdana" Font-Size="10pt"
onloggedin="Login1_LoggedIn" PasswordLabelText="Пароль"
UserNameLabelText="Логин" Width="100%">
<TitleTextStyle BackColor="#6B696B" Font-Bold="True"
ForeColor="#FFFFFF" />
</asp:Login>
</td>
<td width="40%">
</td>
</tr>
<tr>
<td colspan="3">
</td>
</tr>
</table>
</div>
</form>
booratihno 11.03.2021 12:43 # 0