| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- <!--
- IBM Confidential
- OCO Source Materials
- IBM Cognos Products: ps
- (C) Copyright IBM Corp. 2011
- The source code for this program is not published or otherwise divested of its trade secrets, irrespective of what has been deposited with the U.S. Copyright Office.
- -->
- <style type="text/css">
- img.logo {
- margin-top:50px; margin-bottom:50px; opacity:0.5; filter:alpha(opacity=50)
- }
- .footnote { font-size:60%; color:#000000; }
- body {
- background-image: url(../ps/login/samples/sample3/background.gif);
- background-repeat: repeat;
- }
- </style>
- <table width="100%" cellspacing="0" cellpadding="0" border="0">
- <tr><td width="100%"/><td nowrap="nowrap"><a style="color:#3399cc; font-weight:bold; font-size:70%" href="#" onclick="javascript:executeHelpCommand();">Help / Aide</a></td></tr>
- </table>
- <table width="100%" cellspacing="0" cellpadding="0" border="0">
- <tr>
- <td width="30%"/>
- <td width="40%">
- <img src="../ps/login/samples/sample3/sample3.jpg"/ class="logo">
- <div id="%CL_PROMPT%"></div>
- <a style="color:#3399cc; font-weight:bold; font-size:70%" href="#" onclick="javascript:executeOKCommand();">Log on / Se connecter</a>
- <a href="#" onclick="javascript:executeCancelCommand();"><img style="padding:0px;" alt="Go back / Retour" title="Go back / Retour" src="../ps/portal/images/icon_ref.gif"/></a>
- </td>
- <td width="30%"/>
- </tr>
- </table>
- <div id="%CL_PROMPT_namespace_label%">Namespace / Espace-noms:</div>
- <div id="%CL_PROMPT_username_label%">User Name / Code d'utilisateur:</div>
- <div id="%CL_PROMPT_password_label%">Password / Mot de passe:</div>
- <div id="%CL_PROMPT_oldPassword_label%">Old Password / Ancien mot de passe:</div>
- <div id="%CL_PROMPT_newPassword_label%">New password / Nouveau mot de passe:</div>
- <div id="%CL_PROMPT_newPasswordConfirm_label%">Confirm old password / Confirmez le nouveau mot de passe:
- <img style="vertical-align:middle" src="../ps/portal/images/state_warning_lrg.gif"/>
- </div>
- <div id="%CL_PROMPT_selectNamespace_caption%"><span style="color:gray">Please select a namespace / Veuillez sélectionner un espace-noms pour l'authentification.</span></div>
- <div id="%CL_PROMPT_enterCredentials_caption%"><span style="color:gray;">Enter your credentials / Saisissez vos références d'identification aux fins d'authentification. </span></div>
- <div id="%CL_PROMPT_badCredentialsEntered_caption%"><span style="color:red">The username or password you entered are not valid / Les références d'identification fournies ne sont pas valides. Saisissez vos références d'identification aux fins d'authentification.</span></div>
- <div id="%CL_PROMPT_passwordExpiry_caption%"><span style="color:red">Your password has expired / Votre mot de passe est expiré. Veuillez le modifier. Saisissez vos références d'identification aux fins d'authentification.</span></div>
- <div id="%CL_PROMPT_general_caption%"><span style="color:red">Authentication / Authentification</span></div>
- <script language="JavaScript">
- function customize() {
- var msgfr = "<p>Notre documentation comprend des guides d'utilisation, des guides de démarrage, des guides sur les nouvelles fonctions, des fichiers Lisezmoi et des informations complémentaires destinés à répondre aux besoins des différents utilisateurs. Les documents suivants contiennent des informations connexes et peuvent être mentionnés dans le présent manuel.</p>";
- var msgen = "<p>Our documentation includes user guides, getting started guides, new features guides, readmes, and other materials to meet the needs of our varied audience. The following documents contain related information and may be referred to in this document.</p>";
- var div = document.createElement("div");
- div.style.marginTop = "100px";
- div.innerHTML = "<span class=\"footnote\">" + msgen + msgfr + "</span>";
- document.body.appendChild(div);
- }
- </script>
|