source: tapas/web/resources/jsp/dataProtocol_en.jsp @ 416

Last change on this file since 416 was 416, checked in by vmipsl, 12 years ago

User : ajout laboratoire & pays
BO : idem
Création compte : idem
DataProtocole?
Clean accent properties
Language

File size: 1.6 KB
Line 
1<div class="title1">TAPAS Data Policy and Data Protocol</div>
2<BR/>
3qsdkmqldksfsdjfkl
4<BR/>
5<a href="project?methodName=downloadFileDataProtocol">
6    <button class="dataProtocolDownloadButton">Download</button>
7</a>
8
9<BR/><BR/>
10<hr width="50%">
11
12<div class="title1">Ask for an account</div>
13<BR/>
14
15<table class="roundTable" border="1">
16    <tr>
17        <td><label for="lastName">Last Name</label></td>
18        <td><input id="lastName" name="lastName" type="text" size="40"></td>
19    </tr>
20    <tr>
21        <td><label for="firstName">First Name</label></td>
22        <td><input id="firstName" name="firstName" type="text" size="40"></td>
23    </tr>
24    <tr>
25        <td><label for="email">Email</label></td>
26        <td><input id="email" name="email" type="text" size="40"></td>
27    </tr>
28    <tr>
29        <td><label for="password">Password</label></td>
30        <td><input id="password" name="password" type="text" size="40"></td>
31    </tr>
32    <tr>
33        <td><label for="laboratory">Laboratory</label></td>
34        <td><input id="laboratory" name="laboratory" type="text" size="40"></td>
35    </tr>
36    <tr>
37        <td><label for="country">Country</label></td>
38        <td><input id="country" name="country" type="text" size="40"></td>
39    </tr>
40    <tr>
41        <td>
42            <input id="checkboxUser" type="checkbox" class="dataProtocolCheckbox">
43
44            <div class="dataProtocolCheckboxText">I accept the data protocol</div>
45        </td>
46        <td>
47            <button onclick="javascript:onClickAcceptDataProtocol()" class="dataProtocolButton">Ask</button>
48        </td>
49    </tr>
50</table>
51
52<div id="infosAccount"></div>
53
Note: See TracBrowser for help on using the repository browser.