Ignore:
Timestamp:
11/15/12 11:01:02 (12 years ago)
Author:
vmipsl
Message:

account BD

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ether_statistics/web/project/statistics.jsp

    r663 r667  
    2222    <ether:htmlCss cssFile="printContent"/> 
    2323 
    24     <ether:htmlJs jsFile="library/jquery-1.8.2"/> 
     24    <ether:htmlJs jsFile="library/jquery-1.8.2.min"/> 
    2525    <ether:htmlJs jsFile="library/jquery-ui-1.9.0.custom"/> 
    2626    <ether:htmlJs jsFile="library/jquery.class"/> 
     
    5050 
    5151        <div id="login" class="containerToDrag"> 
    52             <img id="login_bg" src='resources/images/cloud.png' width="88px" height="71px"/> 
    53             <img id="login_button" src='resources/images/Milky/Chat.png' width="30px" height="30px"/> 
     52            <img id="login_bg" src='resources/images/cloud.png' width="500px" height="500px"/> 
     53            <img id="login_img" src='resources/images/Milky/Chat.png' width="30px" height="30px"/> 
    5454 
    5555            <div id="login_text"> 
    5656                <div id="login_text_title"><spring:message code="label.connection"/></div> 
    5757                <div id="login_text_content"> 
    58                     <spring:message code="label.firstname"/> : <input type="text" size="30"><BR/><BR/> 
    59                     <spring:message code="label.lastname"/> : <input type="text" size="30"><BR/><BR/><BR/> 
     58                    <spring:message code="label.login"/> : <input id="loginValue" type="text" size="30"><BR/><BR/> 
     59                    <spring:message code="label.pwd"/> : <input id="pwdValue" type="text" size="30"><BR/><BR/><BR/> 
    6060 
    6161                    <div style="float:right"> 
    62                         <button><spring:message code="label.connection"/></button> 
     62                        <button id="login_button"><spring:message code="label.connection"/></button> 
    6363                    </div> 
    6464                </div> 
    6565            </div> 
     66            <div id="login_user"></div> 
     67            <img id="logout_button" src='resources/images/utils/man_logout_small.png' width="25px" height="25px"/> 
    6668        </div> 
    6769 
     
    9496    </div> 
    9597 
    96     <div class="menuCircle" id="menuCircle"></div> 
     98    <div id="menuLogo" class="menuLogo"></div> 
    9799 
    98100    <div id="containerMiddle"></div> 
    99101 
    100     <div id="errors"></div> 
     102    <div id="errors" class="containerToDrag"></div> 
    101103 
    102104    <script type="text/javascript"> 
    103         var texts = $A( "" ); 
     105        var interfaceTexts = $A( "" ); 
     106        interfaceTexts["ERROR_PASSWORD"] = "<spring:message code='ERROR_PASSWORD'/>"; 
     107        interfaceTexts["ERROR_LOGIN_NOT_FOUND"] = "<spring:message code='ERROR_LOGIN_NOT_FOUND'/>"; 
     108        interfaceTexts["ERROR_ENCRYPT_PASSWORD"] = "<spring:message code='ERROR_ENCRYPT_PASSWORD'/>"; 
    104109 
    105110        new InterfaceStatistics(); 
Note: See TracChangeset for help on using the changeset viewer.