forked from pspc-spac/avadepth
-
Notifications
You must be signed in to change notification settings - Fork 0
/
register-inscrire-fra.html
33 lines (28 loc) · 1.01 KB
/
register-inscrire-fra.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<!--#include virtual="/includes/header-eng.html" -->
<h1>Register</h1>
<form name="update" method="post">
<div class="span-3">
<h2>User Information</h2>
<label for="txtName">Name</label>
<input id="txtName" type="text" />
<label for="txtName">Company/Organization</label>
<input id="txtCompany" type="text" />
<label for="txtCity">City</label>
<input id="txtCity" type="text" />
<label for="txtCountry">Country</label>
<input id="txtCountry" type="text" />
<label for="txtEmail">E-Mail</label>
<input id="txtEmail" type="text" />
</div>
<div class="span-3">
<h2>Login Credentials</h2>
<label for="txtLogin">Username</label>
<input id="txtLogin" type="text" />
<label for="txtPwd">Password</label>
<input id="txtPwd" type="password" />
<label for="txtPwdConfirm">Confirm Password</label>
<input id="txtPwdConfirm" type="password" />
<input type="submit" value="Submit" />
</div>
</form>
<!--#include virtual="/includes/footer-eng.html" -->