Commit d173bd156d68ef61945cdc4a9463b5356e652715
1 parent
ab55087c
Exists in
master
and in
109 other branches
modif page accueil et css
Showing
3 changed files
with
6 additions
and
5 deletions
Show diff stats
index.html
... | ... | @@ -37,8 +37,9 @@ |
37 | 37 | |
38 | 38 | <div id="PaveAnnoucements"> |
39 | 39 | <div id="TitrePaveAnnoucement">Announcements </div> |
40 | -<div id="DateAnnoucement">12/05/2016</div> | |
41 | -<div id="TexteAnnoucement">New instance for CU tests </div> | |
40 | +<div id="DateAnnoucement">29/06/2018</div> | |
41 | +<div id="TexteAnnoucement">New instance</div> | |
42 | +<div id="TexteAnnoucement">Access to <a href="http://amda.cdpp.eu" target="_blank">old version</a></div> | |
42 | 43 | </div> |
43 | 44 | |
44 | 45 | </div><!--TousLesBoutons--> | ... | ... |
js/resources/css/login.css
1 | 1 | body { background:#fff none; color:#000; font-family:verdana,tahoma,arial,verdana,sans-serif; font-size:11px; margin:0; } |
2 | 2 | p { margin:12px 0; } |
3 | -a { color:#ffcc33; } | |
3 | +a { color:#1b57b1; text-decoration:none; } | |
4 | 4 | img { border:0 none; } |
5 | 5 | input, textarea { font-family:verdana,tahoma,arial,verdana,sans-serif; font-size:12px; padding:3px; } |
6 | 6 | .qo-abs-position { position:absolute; } |
... | ... | @@ -21,4 +21,4 @@ input, textarea { font-family:verdana,tahoma,arial,verdana,sans-serif; font-size |
21 | 21 | #field2-label { left:410px; top:335px; } |
22 | 22 | #field2 { left:540px; top:333px; width:200px; } |
23 | 23 | .qo-submit { background:transparent url(../images/login/login.gif) no-repeat 0 0; height:22px; left:705px; top:373px; width:43px; } |
24 | -.qo-submit-over { background:transparent url(../images/login/login.gif) no-repeat 0 -38px; height:22px; left:705px; top:373px; width:43px; } | |
25 | 24 | \ No newline at end of file |
25 | +.qo-submit-over { background:transparent url(../images/login/login.gif) no-repeat 0 -38px; height:22px; left:705px; top:373px; width:43px; } | ... | ... |
public/wsdl/Methods_AMDA.wsdl
... | ... | @@ -1379,7 +1379,7 @@ of a set of typically orthogonal axes. |
1379 | 1379 | |
1380 | 1380 | <wsdl:service name="Methods_AMDA"> |
1381 | 1381 | <wsdl:port name="Methods_AMDAPort" binding="tns:Methods_AMDASoapBinding"> |
1382 | - <soap:address location="http://amdadev.irap.omp.eu/php/AMDA_METHODS_WSDL.php"/> | |
1382 | + <soap:address location="http://cdpp3.irap.omp.eu/php/AMDA_METHODS_WSDL.php"/> | |
1383 | 1383 | </wsdl:port> |
1384 | 1384 | </wsdl:service> |
1385 | 1385 | </wsdl:definitions> | ... | ... |