Commit 30818739c4f5f4176ec508511b6e2b04d22bb936
1 parent
e68ca9d7
Exists in
master
and in
94 other branches
warning for maintenance
Showing
1 changed file
with
54 additions
and
0 deletions
Show diff stats
... | ... | @@ -0,0 +1,54 @@ |
1 | +<!DOCTYPE HTML> | |
2 | +<html> | |
3 | +<head> | |
4 | +<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> | |
5 | +<title>Welcome on Amda</title> | |
6 | +<link href="js/resources/css/AccueilAmda.css" rel="stylesheet" type="text/css"> | |
7 | +<!-- Login --> | |
8 | +<link rel="stylesheet" type="text/css" href="js/resources/css/login.css" /> | |
9 | +<link rel="icon" href="favicon.ico" type="image/x-icon"> | |
10 | +<link rel="shortcut icon" href="favicon.ico" type="image/x-icon"> | |
11 | +</head> | |
12 | + | |
13 | +<body> | |
14 | +<div id="centrage"> | |
15 | + | |
16 | +<div id="trou"> | |
17 | + | |
18 | +<div id="couvercle"></div> | |
19 | + | |
20 | +<div id="TousLesBoutons"> | |
21 | +<div id="Btn_FirstVisit" onclick="location.href='help.html';"></div> | |
22 | +<div id="Btn_Rules" onclick="location.href='help/policy.html';"></div> | |
23 | +<form method="POST" action="desktop.php"> | |
24 | + <input type="text" name="username" placeholder="LOGIN" id="Btn_EnterLogin" class="PlaceHolder" /> | |
25 | + <input type="password" name="password" placeholder="PASSWORD" id="Btn_EnterPassword" class="PlaceHolder"/> | |
26 | + <div><input id="Btn_Login" type="submit" value=""/></div> | |
27 | +</form> | |
28 | +<a href="mailto:amda@irap.omp.eu?subject=AMDA registration" id="Btn_Register"></a> | |
29 | +<a href="mailto:amda@irap.omp.eu?subject=AMDA contact" id="Btn_Contact"></a> | |
30 | +<div id="Btn_About" onclick="location.href='help/info.html';"></div><div id="textAbout">AMDA Info</div> | |
31 | +<a href="http://www.cdpp.eu/" id="Logo_CDPP"></a> | |
32 | +<div id="PaveGuest"> | |
33 | +<div id="TitrePaveGuest">Try AMDA as a guest</div> | |
34 | +<div id="TextePaveGuest">login: guest</div> | |
35 | +<div id="TextePaveGuest">password : your e-mail address</div> | |
36 | +</div> | |
37 | +<div id="Logos_partenaires"></div> | |
38 | + | |
39 | +<div id="PaveAnnoucements"> | |
40 | +<div id="TitrePaveAnnoucement">Announcements </div> | |
41 | +<div id="DateAnnoucementRed">26/04/2019</div><div id="TexteAnnoucementRed">AMDA is temporary out of service<br/>Sorry for the inconvenience.</div> | |
42 | +<div id="DateAnnoucement">09/07/2018</div> | |
43 | +<div id="TexteAnnoucement">New instance :</div> | |
44 | +<div id="TexteAnnoucement">New plot module with more complete options</div> | |
45 | +<div id="TexteAnnoucement">New analysis functionalities: statistics, catalogues</div> | |
46 | +<div id="TexteAnnoucement">New data: JUNO, EISCAT, DSCVR</div> | |
47 | +<div id="TexteAnnoucement">Access to <a href="http://amda-old.cdpp.eu" target="_blank">old version</a></div> | |
48 | +</div> | |
49 | + | |
50 | +</div><!--TousLesBoutons--> | |
51 | +</div><!--trou--> | |
52 | +</div><!--centrage--> | |
53 | +</body> | |
54 | +</html> | ... | ... |