Changeset 817 for tapas


Ignore:
Timestamp:
03/20/15 16:16:46 (9 years ago)
Author:
rboipsl
Message:

changement logo
champs locality/lieu desactives

Location:
tapas
Files:
1 added
11 edited
1 moved

Legend:

Unmodified
Added
Removed
  • tapas/service/implementation/com/ether/TapasServiceImpl.java

    r816 r817  
    8181            String oneTransmission; 
    8282 
    83  
    8483            while ( indice <= iii ) 
    8584            { 
  • tapas/web/project/formTapas_script.jsp

    r816 r817  
    371371        input4.attr( {id: inputId4,class:"containerText",size:4} ); 
    372372 
     373        input1.attr( {disabled: true} ); 
     374        input2.attr( {disabled: true} ); 
     375        input3.attr( {disabled: true} ); 
     376        input4.attr( {disabled: true} ); 
     377 
     378        input1.css("backgroundColor", "#bfafd6"); 
     379        input2.css("backgroundColor", "#bfafd6"); 
     380        input3.css("backgroundColor", "#bfafd6"); 
     381        input4.css("backgroundColor", "#bfafd6"); 
     382 
    373383        input1.bind( "change", ["2"], jQuery.proxy(this.locationChoice,this)); 
    374384        input2.bind( "change", ["2"], jQuery.proxy(this.locationChoice,this)); 
     
    383393 
    384394 
     395        /* 
    385396        var img = $( document.createElement( "img" ) ); 
    386397        var a = $( document.createElement( "a" ) ); 
     
    390401        img.bind( "click", ["spectral_range",450,100,this], this.onClickInfos ); 
    391402        a.append( img ); 
    392         td1.append( a ); 
     403        td1.append( a );*/ 
    393404        td1.append( texte1 ); 
     405 
    394406 
    395407        //img.onclick(this.onClickInfos("spectral_range",1200,440)); 
     
    11781190        this.createTrList( tapasTexts["label.observatory"], "iobservatory_" + this.nbRequest, this.nbRequest, tabObservation, 'observatories', true, "" ); 
    11791191        this.createTrTxt( tapasTexts["label.or"], tabObservation ); 
    1180         this.createTr3Input( tapasTexts["label.locality"], tapasTexts["label.altitude"], tapasTexts["label.latitude"],tapasTexts["label.longitude"],"ilocality_" + this.nbRequest, "ialtitude_" + this.nbRequest, "ilatitude_" + this.nbRequest, "ilongitude_" + this.nbRequest , tabObservation, "[decimal]"," m" ); 
     1192        this.createTr3Input( tapasTexts["label.locality"], tapasTexts["label.altitude"], tapasTexts["label.latitude"],tapasTexts["label.longitude"],"ilocality_" + this.nbRequest, "ialtitude_" + this.nbRequest, "ilatitude_" + this.nbRequest, "ilongitude_" + this.nbRequest , tabObservation, "[decimal]"," <b>m</b>" ); 
    11811193 
    11821194        this.createCalendar( tabObservation, tapasTexts["label.datemesure"], tapasTexts["label.cpydatemesure"], "iobservation_date_" + this.nbRequest, "iobservation_cpydate_" + this.nbRequest, false, true ); 
  • tapas/web/resources/css/backoffice.css

    r523 r817  
    1616 
    1717.containerTitle { 
    18     color: #be0026; 
     18    color: #000000; 
    1919    padding-left: 236px; 
     20    font-size: 24px; 
     21    font-family: Comic Sans MS; 
    2022} 
    2123 
     
    2729    float: right; 
    2830    position: relative; 
    29     width: 800px; 
    3031    height: 39px; 
    3132    color: #969696; 
    32     top: 4px; 
    3333    margin-bottom: 18px; 
    34     padding-left: 10px; 
    3534    font-size: 11px; 
    3635} 
     
    3837.containerTitleContent { 
    3938    background-image: none; 
     39    border-radius: 8px 8px 0 0; 
    4040    -moz-border-radius: 4px 4px 0 0; 
    4141    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); 
     
    4343    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); 
    4444    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3); 
    45     background: -moz-linear-gradient(#778899, white) repeat scroll 0 0 transparent; 
    46     background: -ms-linear-gradient(#778899, white) repeat scroll 0 0 transparent; /*For IE10*/ 
     45    background: -moz-linear-gradient(#778899, #000000) repeat scroll 0 0 transparent; 
     46    background: -ms-linear-gradient(#778899, #000000) repeat scroll 0 0 transparent; /*For IE10*/ 
    4747    filter: progid:DXImageTransform.Microsoft.gradient(GradientType = 0, startColorstr = '#778899', endColorstr = 'white'); /*For IE7-8-9*/ 
    4848    float: right; 
    4949    position: relative; 
    50     width: 800px; 
     50    width: 90px; 
    5151    height: 26px; 
    5252    color: white; 
     
    5454    padding-left: 10px; 
    5555    padding-top: 4px; 
    56     margin: 0; 
    57     top: 0; 
     56    margin-right: -1px; 
     57    top: 51px; 
    5858    text-decoration: none; 
    5959} 
    6060 
    6161.containerCenter { 
    62     background: -moz-linear-gradient(white, #778899); 
     62    background: -moz-linear-gradient(#000000, #778899); 
     63    top: 59px; 
    6364} 
    6465 
     
    6667    background-image: none; 
    6768    background-color: #778899; 
     69    top:53px; 
    6870} 
    6971 
  • tapas/web/resources/css/button.css

    r816 r817  
    7474button.negative { 
    7575    color: #d12f19; 
     76    border-radius:8px; 
    7677} 
    7778 
     
    8081    border: 1px solid #fbc2c4; 
    8182    color: #d12f19; 
     83 
    8284} 
    8385 
     
    193195 
    194196button.tapas1:hover { 
    195     background-color: #bfafd6; 
    196  
    197 } 
    198  
    199  
     197    background-color: #574176; 
     198 
     199} 
     200 
     201 
  • tapas/web/resources/css/mainEther.css

    r816 r817  
    4242 
    4343input { 
    44     -moz-border-radius: 4px 4px 4px 4px; 
    45     -webkit-border-radius: 4px 4px 4px 4px; 
     44    //-moz-border-radius: 4px 4px 4px 4px; 
     45    //-webkit-border-radius: 4px 4px 4px 4px; 
     46    border-radius: 6px 6px 6px 6px; 
    4647} 
    4748 
  • tapas/web/resources/css/select.css

    r409 r817  
    1111    width: 6px; 
    1212    float: left; 
     13    border-radius: 8px 0px 2px 8px; 
     14 
    1315} 
    1416 
     
    3234    width: 20px; 
    3335    float: left; 
     36    border-radius: 0px 8px 5px 0px; 
    3437} 
    3538 
  • tapas/web/resources/css/tapas.css

    r816 r817  
    153153    padding-left: 0px; 
    154154    background-color: white; 
     155    border-radius: 6px 6px 6px 6px; 
    155156 
    156157 
     
    163164    background-color: #cccccc; 
    164165    font-weight:bold; 
     166   border-radius: 6px 6px 6px 6px; 
    165167 
    166168 
     
    261263    margin-left: 31px; 
    262264    width: 120px; 
    263     top: 54px; 
     265    top: 50px; 
    264266    position: absolute; 
    265267} 
     
    307309    z-index: 1; 
    308310    left: -10px; 
    309     width: 810px; 
     311    width: 100px; 
    310312} 
    311313 
     
    329331    padding-left: 10px; 
    330332    padding-top: 4px; 
    331     top: 9px; 
     333    top: 15px; 
    332334    margin-right: 600px; 
    333335    text-decoration: underline; 
     
    343345    font-weight: bold; 
    344346    font-size: 14px; 
    345  
     347    border-radius: 6px 6px 6px 6px; 
    346348 
    347349} 
     
    372374    text-align: justify; 
    373375    position: relative; 
    374     top: 6px; 
     376    top: 11px; 
    375377    padding: 10px; 
    376378    width: 1028px; 
     
    569571    background-image: url(../../resources/icons/transparent_loading.gif); 
    570572    height: 37px; 
    571     margin-left: 21px; 
    572     margin-top: -169px; 
    573     position: absolute; 
     573     margin-top: 462px; 
     574    //margin-top: 1046px; 
     575    //margin-left: 21px; 
     576    margin-left: 1046px; 
     577    position: relative; 
    574578    width: 36px; 
    575579} 
  • tapas/web/resources/js/library/jquery-ui-1.8.16.custom/development-bundle/demos/demos.css

    r416 r817  
    115115        background: #f3f3f3; 
    116116        color:#000; 
    117         -moz-border-radius: 5px; -webkit-border-radius: 5px; 
     117        //-moz-border-radius: 5px; -webkit-border-radius: 5px; 
    118118} 
    119119 .demos-nav dd a.selected { 
  • tapas/web/resources/templates/templateBackoffice.jsp

    r816 r817  
    6161        <div id="tools" align="right"> 
    6262            <div id="loginModule" align="right"></div> 
     63            <div id="menuBO" class="containerMenu"></div> 
    6364        </div> 
    6465 
     
    6768    <%-- ****************** LOGO ****************** --%> 
    6869    <div id="logo" class="containerLogo"> 
    69         <a href="#"><img src="resources/images/logo_tapas.gif" height="60px" width="60px"></a> 
     70       <a href="#"><img src="resources/images/logo_tapas.gif" height="60px" width="60px"></a> 
    7071    </div> 
    7172 
    7273    <%-- ****************** MENU ****************** --%> 
    73     <div id="menuBO" class="containerMenu"></div> 
     74    <!--<div id="menuBO" class="containerMenu"></div>--> 
    7475 
    7576    <%-- ****************** TITLE CONTENT ****************** --%> 
  • tapas/web/resources/templates/templateEther.jsp

    r816 r817  
    6565    <%-- ****************** LOGO ****************** --%> 
    6666    <div id="logo" class="containerLogo"> 
    67         <a href="#"><img src="resources/images/logo_tapas.gif" height="70px" width="70px"></a> 
     67        <a href="#"><img src="resources/images/logo_tapas.gif" height="82px" width="86px"></a> 
    6868    </div> 
    6969 
Note: See TracChangeset for help on using the changeset viewer.