You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
1.1 KiB
Plaintext
32 lines
1.1 KiB
Plaintext
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="session1.aspx.cs" Inherits="boutique.session1" %>
|
|
|
|
<!DOCTYPE html>
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head runat="server">
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
|
<title></title>
|
|
</head>
|
|
<body>
|
|
<form id="form1" runat="server">
|
|
<div>
|
|
<asp:Label ID="LabelIdentifiant" runat="server" Text="Entrer votre identifiant"></asp:Label>
|
|
<br />
|
|
<br />
|
|
<asp:TextBox ID="TextBoxIdentifiant" runat="server">identifiant</asp:TextBox>
|
|
<br />
|
|
<br />
|
|
<asp:Label ID="Label1" runat="server" Text="Entrer votre mot de passe"></asp:Label>
|
|
<br />
|
|
<br />
|
|
<input id="TextBoxPassword" type="password" /><br />
|
|
<br />
|
|
<asp:Button ID="ButtonEntrer" runat="server" OnClick="ButtonEntrer_Click" Text="Entrer" />
|
|
<br />
|
|
<br />
|
|
<asp:LinkButton ID="LinkButtonSuite" runat="server">Suite</asp:LinkButton>
|
|
</div>
|
|
</form>
|
|
</body>
|
|
</html>
|