Changeset 372


Ignore:
Timestamp:
02/28/12 15:10:45 (12 years ago)
Author:
vmipsl
Message:

Transfert chewie --> vador
Look IE

Location:
ether_megapoli/trunk
Files:
1 added
6 edited

Legend:

Unmodified
Added
Removed
  • ether_megapoli/trunk/persistence/implementation/hibernate.cfg.xml

    r268 r372  
    1717                                <prop key="hibernate.bytecode.use_reflection_optimizer">false</prop> 
    1818                                <prop key="hibernate.connection.driver_class">org.postgresql.Driver</prop> 
    19                                 <!--<prop key="hibernate.connection.url">jdbc:postgresql://darkstar.ipslnet:5432/megapoli_2</prop>--> 
    20                                 <prop key="hibernate.connection.url">jdbc:postgresql://darkstar.private.ipsl.fr:5432/MEGAPOLI_VM4</prop> 
     19                                <prop key="hibernate.connection.url">jdbc:postgresql://darkstar.ipslnet:5432/megapoli_4</prop> 
     20                                <!--<prop key="hibernate.connection.url">jdbc:postgresql://darkstar.private.ipsl.fr:5432/MEGAPOLI_VM4</prop>--> 
    2121                                <prop key="hibernate.connection.username">postgres</prop> 
    2222                                <prop key="hibernate.dialect">org.hibernate.dialect.PostgreSQLDialect</prop> 
  • ether_megapoli/trunk/persistence/implementation/hibernate.properties

    r293 r372  
    11hibernate.connection.driver_class = org.postgresql.Driver 
    2 #hibernate.connection.url=jdbc:postgresql://darkstar.private.ipsl.fr:5432/megapoli_2 
    3 hibernate.connection.url=jdbc:postgresql://darkstar.private.ipsl.fr:5432/MEGAPOLI_VM4 
     2hibernate.connection.url=jdbc:postgresql://darkstar.private.ipsl.fr:5432/megapoli_4 
     3#hibernate.connection.url=jdbc:postgresql://darkstar.private.ipsl.fr:5432/MEGAPOLI_VM4 
    44hibernate.connection.username=postgres 
    55#hibernate.c3p0.min_size=5 
  • ether_megapoli/trunk/web/WEB-INF/megapoli_prod.properties

    r310 r372  
    11#les path d'acces aux données 
    2 data.upload.root=/www/Megapoli/megapoli_data/data/upload 
    3 data.access.root=/www/Megapoli/megapoli_data/data/download 
    4 data.upload.desc=/www/Megapoli/megapoli_data/data/xml/uploadHierarchie.xml 
    5 data.access.desc=/www/Megapoli/megapoli_data/data/xml/accessHierarchie.xml 
     2data.upload.root=/home/www/megapoli_data/data/upload 
     3data.access.root=/home/www/megapoli_data/data/download 
     4data.upload.desc=/home/www/megapoli_data/data/xml/uploadHierarchie.xml 
     5data.access.desc=/home/www/megapoli_data/data/xml/accessHierarchie.xml 
    66annuaire=/usr/local/megapoli/annuaire.xml 
    77 
    88#le path d'accÚs aux images 
    9 data.img=/www/Megapoli/megapoli_data/data/images 
     9data.img=/home/www/megapoli_data/data/images 
    1010 
    1111#le serveur mail 
     
    1313mail.webmaster=megapoli-admin@ipsl.jussieu.fr 
    1414mail.PI=Matthias.Beekmann@lisa.u-pec.fr 
    15 url.upload=http://chewie.private.ipsl.fr:8080/megapoli/InitLogon.do 
    16 url.extractcgi=http://chewie.private.ipsl.fr/cgi-bin/megapoli_extract.cgi 
     15url.upload=http://vador.private.ipsl.fr:8080/megapoli/InitLogon.do 
     16url.extractcgi=http://vador.private.ipsl.fr/cgi-bin/megapoli_extract.cgi 
    1717 
    1818#!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 
  • ether_megapoli/trunk/web/resources/css/megapoli.css

    r366 r372  
    3434    -webkit-border-radius: 4px 4px 4px 4px; 
    3535    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3); 
     36    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3); 
    3637    width: 80px; 
    3738    height: 80px; 
     
    4950    -webkit-border-radius: 4px 4px 4px 4px; 
    5051    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3); 
     52    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3); 
    5153    width: 980px; 
    5254    float: left; 
     
    9294    -webkit-border-radius: 4px 4px 4px 4px; 
    9395    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3); 
     96    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3); 
    9497    float: left; 
    9598    position: relative; 
     
    123126    -webkit-border-radius: 4px 4px 0 0; 
    124127    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); 
     128    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3); 
    125129    background-image: url("../images/fond_bleu2.png"); 
    126130    background-repeat: repeat-x; 
     
    140144    background: -moz-linear-gradient(white, #E8EFF3); 
    141145    background: -webkit-linear-gradient(white, #E8EFF3); 
     146    background: -ms-linear-gradient(white, #E8EFF3) repeat scroll 0 0 transparent; /*For IE10*/ 
     147    filter: progid:DXImageTransform.Microsoft.gradient(GradientType = 0, startColorstr = 'white', endColorstr = '#E8EFF3'); /*For IE7-8-9*/ 
    142148    min-height: 400px; 
    143149    text-align: justify; 
     
    243249    -webkit-border-radius: 4px 4px 0 0; 
    244250    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); 
     251    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3); 
    245252    margin-right: 1px; 
    246253    display: none; 
     
    259266    -webkit-border-radius: 4px; 
    260267    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); 
     268    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3); 
    261269} 
    262270 
     
    446454 
    447455.dataProtocolButton { 
    448     /*margin-left: 140px;*/ 
     456/*margin-left: 140px;*/ 
    449457} 
    450458 
  • ether_megapoli/trunk/web/resources/jsp/informations_en.jsp

    r295 r372  
    1212            <th>&nbsp;Browser&nbsp;</th> 
    1313            <th>&nbsp;Version&nbsp;</th> 
    14             <th>&nbsp;Interface&nbsp;</th> 
     14            <th>&nbsp;Design&nbsp;</th> 
    1515            <th>&nbsp;Features&nbsp;</th> 
    1616        </tr> 
     
    3636            <td><center><img src="resources/images/utils/ok.png" width="20px" height="20x"/></center></td> 
    3737        </tr> 
     38        <tr> 
     39            <td>Windows 2008</td> 
     40            <td>Internet Explorer</td> 
     41            <td>9.0.8</td> 
     42            <td><center><img src="resources/images/utils/not.png" width="20px" height="20x"/></center></td> 
     43            <td><center><img src="resources/images/utils/ok.png" width="20px" height="20x"/></center></td> 
     44        </tr> 
     45        <tr> 
     46            <td>Windows 2008</td> 
     47            <td>Mozilla Firefox</td> 
     48            <td>8.0</td> 
     49            <td><center><img src="resources/images/utils/ok.png" width="20px" height="20x"/></center></td> 
     50            <td><center><img src="resources/images/utils/ok.png" width="20px" height="20x"/></center></td> 
     51        </tr> 
    3852    </table> 
    3953 
  • ether_megapoli/trunk/web/resources/jsp/informations_fr.jsp

    r295 r372  
    1212            <th>&nbsp;Navigateur&nbsp;</th> 
    1313            <th>&nbsp;Version&nbsp;</th> 
    14             <th>&nbsp;Interface&nbsp;</th> 
     14            <th>&nbsp;Design&nbsp;</th> 
    1515            <th>&nbsp;Fonctionnalités&nbsp;</th> 
    1616        </tr> 
     
    3636            <td><center><img src="resources/images/utils/ok.png" width="20px" height="20x"/></center></td> 
    3737        </tr> 
     38        <tr> 
     39            <td>Windows 2008</td> 
     40            <td>Internet Explorer</td> 
     41            <td>9.0.8</td> 
     42            <td><center><img src="resources/images/utils/not.png" width="20px" height="20x"/></center></td> 
     43            <td><center><img src="resources/images/utils/ok.png" width="20px" height="20x"/></center></td> 
     44        </tr> 
     45        <tr> 
     46            <td>Windows 2008</td> 
     47            <td>Mozilla Firefox</td> 
     48            <td>8.0</td> 
     49            <td><center><img src="resources/images/utils/ok.png" width="20px" height="20x"/></center></td> 
     50            <td><center><img src="resources/images/utils/ok.png" width="20px" height="20x"/></center></td> 
     51        </tr> 
    3852    </table> 
    3953 
Note: See TracChangeset for help on using the changeset viewer.