Ignore:
Timestamp:
12/15/11 14:29:01 (13 years ago)
Author:
vmipsl
Message:

clean textes pour login

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ether_megapoli/trunk/web/resources/templates/templateMegapoli.jsp

    r299 r306  
    109109 
    110110            <li class="last"> 
    111                 <html:link page="/visualization?methodName=view"><span><bean:message key="all.visualization"/></span></html:link> 
     111                <html:link page="/visualization?methodName=view"><span><bean:message key="visualization"/></span></html:link> 
    112112                <div> 
    113113                    <ul> 
    114                         <li><html:link page="/visualization?methodName=viewParametersByPlateform"><span><bean:message key="data.visualization"/></span></html:link></li> 
     114                        <li><html:link page="/visualization?methodName=viewParametersByPlateform"><span><bean:message key="visualization"/></span></html:link></li> 
    115115                        <li><html:link page="/visualization?methodName=viewInWork"><span><bean:message key="simulation.visualization"/></span></html:link></li> 
    116116                    </ul> 
     
    160160    templateTexts["app.mentions"] = '<bean:message key="app.mentions"/>'; 
    161161    templateTexts["app.infos"] = '<bean:message key="app.infos"/>'; 
    162     templateTexts["app.dataProtocolAccept"] = "<bean:message key="app.dataProtocolAccept"/>"; 
    163     templateTexts["app.dataProtocolFields"] = "<bean:message key="app.dataProtocolFields"/>"; 
    164     templateTexts["app.dataProtocol.account"] = "<bean:message key="app.dataProtocol.account"/>"; 
    165     templateTexts["<%=WebException.WebCode.USER_ALREADY_EXISTS%>"] = "<bean:message key="app.dataProtocol.alreadyExist"/>"; 
     162    templateTexts["login.dataProtocolAccept"] = "<bean:message key="login.dataProtocolAccept"/>"; 
     163    templateTexts["login.dataProtocolFields"] = "<bean:message key="login.dataProtocolFields"/>"; 
     164    templateTexts["login.dataProtocol.account"] = "<bean:message key="login.dataProtocol.account"/>"; 
     165    templateTexts["<%=WebException.WebCode.USER_ALREADY_EXISTS%>"] = "<bean:message key="login.dataProtocol.alreadyExist"/>"; 
    166166 
    167167    // Needed texts if you use the library LoginButton.js 
    168168    var loginTexts = $A( "" ); 
    169169    loginTexts["app.connexion"] = '<bean:message key="app.connexion"/>'; 
    170     loginTexts["data.authentification.login"] = '<bean:message key="data.authentification.login"/>'; 
    171     loginTexts["data.authentification.password"] = '<bean:message key="data.authentification.password"/>'; 
    172     loginTexts["data.authentification.sign"] = '<bean:message key="data.authentification.sign"/>'; 
    173     loginTexts["data.authentification.pwdForget"] = '<bean:message key="data.authentification.pwdForget"/>'; 
    174     loginTexts["data.authentification.loginForget.help"] = '<bean:message key="data.authentification.loginForget.help"/>'; 
    175     loginTexts["data.authentification.loginForget"] = '<bean:message key="data.authentification.loginForget"/>'; 
    176     loginTexts["data.authentification.inscription"] = '<bean:message key="data.authentification.inscription"/>'; 
    177     loginTexts["errors.logon.notFound"] = "<bean:message key='errors.logon.notFound'/>"; 
    178     loginTexts["errors.logon.wrongPassword"] = "<bean:message key='errors.logon.wrongPassword'/>"; 
    179     loginTexts["errors.logon.failed"] = "<bean:message key='errors.logon.failed' arg0="<%=Context.getWebmaster( request )%>"/>"; 
    180     loginTexts["errors.logon.notAccepted"] = "<bean:message key='errors.logon.notAccepted'/>"; 
    181     loginTexts["data.authentification.text"] = "<bean:message key="data.authentification.text"/>"; 
     170    loginTexts["login"] = '<bean:message key="login"/>'; 
     171    loginTexts["login.password"] = '<bean:message key="login.password"/>'; 
     172    loginTexts["login.sign"] = '<bean:message key="login.sign"/>'; 
     173    loginTexts["login.pwdForget"] = '<bean:message key="login.pwdForget"/>'; 
     174    loginTexts["login.loginForget.help"] = '<bean:message key="login.loginForget.help"/>'; 
     175    loginTexts["login.loginForget"] = '<bean:message key="login.loginForget"/>'; 
     176    loginTexts["login.inscription"] = '<bean:message key="login.inscription"/>'; 
     177    loginTexts["login.error.notFound"] = "<bean:message key='login.error.notFound'/>"; 
     178    loginTexts["login.error.wrongPassword"] = "<bean:message key='login.error.wrongPassword'/>"; 
     179    loginTexts["login.error.failed"] = "<bean:message key='login.error.failed' arg0="<%=Context.getWebmaster( request )%>"/>"; 
     180    loginTexts["login.error.notAccepted"] = "<bean:message key='login.error.notAccepted'/>"; 
     181    loginTexts["login.text"] = "<bean:message key="login.text"/>"; 
    182182    loginTexts["<%=UserRole.ADMINISTRATOR%>"] = '<bean:message key="app.administrator"/>'; 
    183183    loginTexts["<%=UserRole.TECHNICIEN%>"] = '<bean:message key="app.technician"/>'; 
Note: See TracChangeset for help on using the changeset viewer.