source: ether_megapoli/trunk/web/resources/jsp/dataProtocol_en.jsp @ 278

Last change on this file since 278 was 278, checked in by vmipsl, 13 years ago

Data protocole, inscription

File size: 1.3 KB
Line 
1The access to Megapoli data (download and upload) is managed by the following data protocol.<BR/>
2You have to accept to ask for an account. An email will be sent to inform you about the activation of your account.
3<BR/><BR/>
4
5
6<div class="title1">Data protocol</div>
7<BR/>
8bloubloubloubloublou....
9
10<BR/>
11<button onclick="javascript:onClickDownloadDataProtocol()" class="dataProtocolDownloadButton">Download</button>
12
13<BR/><BR/>
14<hr width="50%">
15
16<div class="title1">Ask for account</div>
17<BR/>
18
19<table class="roundTable" border="1">
20    <tr>
21        <td><label for="lastName">Last Name</label></td>
22        <td><input id="lastName" name="lastName" type="text" size="30"></td>
23    </tr>
24    <tr>
25        <td><label for="firstName">First Name</label></td>
26        <td><input id="firstName" name="firstName" type="text" size="30"></td>
27    </tr>
28    <tr>
29        <td><label for="email">Email</label></td>
30        <td><input id="email" name="email" type="text" size="30"></td>
31    </tr>
32    <tr>
33        <td>
34            <input id="checkboxUser" type="checkbox" class="dataProtocolCheckbox">
35
36            <div class="dataProtocolCheckboxText">I accept the data protocol</div>
37        </td>
38        <td>
39            <button onclick="javascript:onClickAcceptDataProtocol()" class="dataProtocolButton">Ask</button>
40        </td>
41    </tr>
42</table>
43
44<div id="infosAccount"></div>
45
Note: See TracBrowser for help on using the repository browser.