]> matita.cs.unibo.it Git - helm.git/blob - matitaB/matita/html/register.html
mod change (-x)
[helm.git] / matitaB / matita / html / register.html
1 <html>
2 <head>
3 <link rel="stylesheet" type="text/css" href="matitaweb.css"/>
4 </head>
5                  
6 <body>
7 <img align="bottom" class="topimg" src="icons/matita-text.png"> 
8 <H1>Matita web: Register new user</H1>
9 <FORM action="register" method="post">
10 <table>
11   <tr>
12   <td>User id: </td>
13   <td><INPUT type="TEXT" name="userid"></td>
14   </tr>
15   <tr>
16   <td>Password: </td>
17   <td><INPUT type="PASSWORD" name="password"></td>
18   </tr>
19 </table>
20
21 <INPUT type="SUBMIT" value="Register">
22 <INPUT type="RESET" value="Reset">
23 </FORM>
24
25 </body>
26 </html> 
27