seance du 14.11.19
parent
89f740d5f5
commit
29af9e0482
@ -1,7 +0,0 @@
|
||||
<%@ Page Title="About" Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true" CodeBehind="About.aspx.cs" Inherits="boutique.About" %>
|
||||
|
||||
<asp:Content ID="BodyContent" ContentPlaceHolderID="MainContent" runat="server">
|
||||
<h2><%: Title %>.</h2>
|
||||
<h3>Your application description page.</h3>
|
||||
<p>Use this area to provide additional information.</p>
|
||||
</asp:Content>
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -1 +1 @@
|
||||
b104c2d57e224fb17d7fffeb3c24c1659367d8eb
|
||||
fc16e12974ea0de8dbd24e5985fcb97bdfd6e1dc
|
||||
|
Binary file not shown.
Binary file not shown.
@ -0,0 +1,31 @@
|
||||
<%@ 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>
|
Loading…
Reference in New Issue