Subversion Repositories eFlore/Applications.coel

Compare Revisions

Ignore whitespace Rev 60 → Rev 66

/trunk/src/org/tela_botanica/public/Coel.css
31,17 → 31,20
vertical-align:top;}
#loading-msg {
font: normal 10px arial, tahoma, sans-serif;}
/* #------------------------------------------------------------------------------------------------------# */
/* GÉNÉRAL */
/* #------------------------------------------------------------------------------------------------------# */
 
/* #------------------------------------------------------------------------------------------------------# */
/* ENTÊTE */
/* #------------------------------------------------------------------------------------------------------# */
#coel-entete {
color:white;
height:100px;
background:#1E4176 url(images/bg/hd-bg.png) repeat-x scroll 0pt;
border:0pt none;
padding-left:3px;}
#coel-titre {
color:white;
font-family:tahoma, arial, sans-serif;
font-size:16px;
font-size-adjust:none;
50,8 → 53,17
font-variant:normal;
font-weight:normal;
line-height:normal;
padding:6 0 8 6px;}
padding:0 0 8 6px;}
#coel-identification{
float:right;
margin:2 5 0 0px}
/* #------------------------------------------------------------------------------------------------------# */
/* AIDE */
/* #------------------------------------------------------------------------------------------------------# */
#coel-id-pano-aide{
font-size: 11px;
margin:5px;}
/* #------------------------------------------------------------------------------------------------------# */
/* PANNEAU DÉTAIL */
/* #------------------------------------------------------------------------------------------------------# */
.coel-detail {
/trunk/src/org/tela_botanica/public/config.js
1,4 → 1,6
var configuration = {
celUrl:"http://www.tela-botanica.org/cel/www/org.tela_botanica.Cel/Cel.html",
serviceBaseUrl:"http://localhost/jrest/"
aideBaseUrl:"http://www.tela-botanica.org/wikini/eflore/wakka.php?wiki={0}/raw",
serviceBaseUrl:"http://162.38.234.1/jrest/",
aideServiceUrl:"http://162.38.234.1/CoelAide/{0}"
};