CINXE.COM

Home Organisation Selection

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>Home Organisation Selection</title> <meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta name="keywords" content="Discovery Service, WAYF, Shibboleth"> <meta name="description" content="Choose your home organization to authenticate"> <script language="JavaScript" type="text/javascript"> <!-- // Prevent that WAYF is loaded in an IFRAME function preventIframeEmbedding(){ if (top != self) { top.location = self.location; } } // Set focus to submit button or drop down list function setFocus(){ // Skip this if we cannot access the form elements if ( !document.IdPList || !document.IdPList.Select ){ return; } if ( document.IdPList.user_idp && document.IdPList.user_idp.selectedIndex == 0 ){ // Set focus to select document.IdPList.user_idp.focus(); } else { // Set focus to submit button document.IdPList.Select.focus(); } } // Confirm action function showConfirmation(){ return confirm(unescape('Are you sure that you want to set the selected entry as your default Home Organisation? Don\'t proceed if you have user accounts at multiple organisations.')); } // Confirm permanent selection function showPermanentConfirmation(){ return alert(unescape('You can reset the default setting by going to: https://wayf-ds.dsi.cnrs.fr/WAYF')); } // Perform input validation on WAYF form function checkForm(){ if( document.IdPList.user_idp && document.IdPList.user_idp.selectedIndex == 0 ){ alert(unescape('You must select a valid Home Organisation.')); return false; } else { if (document.IdPList.permanent && document.IdPList.permanent.checked){ return showConfirmation(); } else { return true; } } } //Setup the dom ready event function DomReady(func){ if(document.addEventListener){ //W3C document.addEventListener("DOMContentLoaded", func, false); } else { //IE document.onreadystatechange = function(){readyState(func)} } } //IE ready execution function function readyState(func){ //dom is ready for interaction if(document.readyState == "interactive"){ func(); } } // Init WAYF function init(){ preventIframeEmbedding(); setFocus(); } // Show/Hide de l'aide function toggle(Element){ var elm = document.getElementById(Element); if (elm.style.display == "none") { elm.style.display = "block"; } else { elm.style.display = "none"; } } // Add new DomReady function window.onDomReady = DomReady; // Attach init function window.onDomReady(init); --> </script> <style type="text/css"> <!-- BGI --> /* Copyright (c) 2011, SWITCH - Serving Swiss Universities */ h1 { font-family:Verdana, sans-serif; font-size: 13px; padding-bottom: 6px; text-align: left; } p { font-family:Verdana, sans-serif; font-size: 12px; text-align: left; } a { color: #00247D; text-decoration: underline; } a:visited { color: #00247D; text-decoration: underline; } a:focus, a:hover, a:active { color: #F39800; text-decoration: underline; } pre { text-align: left; } /* .box { width:600px; text-align: center; background-color: #FFFFFF; box-shadow: 1px 1px 8px #999999; border-radius: 13px; -webkit-box-shadow: 1px 1px 8px #999999; -webkit-border-radius: 13px; -moz-box-shadow: 1px 1px 8px #999999; -moz-border-radius: 13px; overflow: hidden; padding: 24px; } */ /* IE 6 hack */ * html .box { border: 2px #969696 solid; } /* IE 7 hack */ *+html .box { border: 2px #969696 solid; } /* IE 8 hack */ @media \0screen { .box { border: 2px #969696 solid; } } .menu { width: 100%; padding-left: 2px; margin-top: 10px; margin-left: 0; float: left; background: url("https://wayf-ds.dsi.cnrs.fr/images/dual_line.png") repeat-x scroll 0 100% transparent; font-family: Verdana, sans-serif; font-size: 12px; line-height: 45px; } .menu li { float: left; list-style:none; line-height:35px; margin-right:10px; } .menu li.last { background: url("https://wayf-ds.dsi.cnrs.fr/images/separator.png") no-repeat scroll left center transparent; padding-left: 8px; float: left; list-style:none; } #container { position: absolute; left: 50%; top: 50%; margin-left: -320px; margin-top: -200px; } #content { width: 98%; } #header { width: 100%; height: 50px; text-align: left; } #federationLogo { margin-top: 32px; margin-left: 2px; border: 0; float: left; } #organisationLogo { border: 0; float: right; } #userInputArea { width: 100%; margin-left: auto; margin-right: auto; background-color: #F0F0F0; border-color: #969696; border-width: 1px; border-style: solid; padding: 6px; } #userIdPSelection { width: 400px; } h1 { font-size: 20px; font-style: normal; } .box { width:600px; text-align: center; border-radius: 13px; -webkit-border-radius: 13px; -moz-border-radius: 13px; background-color: #FFFFFF; border-color: #32C6D7; border-width: 1px; border-style: solid; overflow: hidden; padding-left: 24px; padding-right: 24px; padding-bottom: 10px; } /* IE 6 hack */ * html .box { border: 1px #32C6D7 solid; } /* IE 7 hack */ *+html .box { border: 1px #32C6D7 solid; } /* IE 8 hack */ @media \0screen { .box { border: 1px #32C6D7 solid; } } #container { position: absolute; left: 50%; top: 50%; margin-left: -320px; margin-top: -300px; } #userInputArea { width: 100%; margin-left: auto; margin-right: auto; background-color: #DBEFFE; border-color: #203781; border-width: 1px; border-style: solid; padding: 6px; } .shadowcontainer .innerdiv{ /* Add container height here if desired */ background-color: white; border: 1px solid gray; padding: 6px; position: relative; left: -5px; /*shadow depth*/ top: -5px; /*shadow depth*/ text-align: left; font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #999999; font-style: italic; } .shadowcontainer{ width: 450px; /* container width*/ background-color: #d1cfd0; } .shiftcontainer{ position: relative; left: 5px; /*Number should match -left shadow depth below*/ top: 5px; /*Number should match -top shadow depth below*/ } .paddingleft { padding-left: 100px; } #AssistanceInfo { text-align: left; position:absolute; font: "New Century Schoolbook", Arial, Helvetica, sans-serif; color:#5574AE; } <!-- BGI --> </style> </head> <body> <script type="text/javascript" src="https://e-dem.cnrs.fr/jira/s/d41d8cd98f00b204e9800998ecf8427e-CDN/-nye9t/805007/753fef5b4abc529160e6acd5710c1f6e/2.2.4.7/_/download/batch/com.atlassian.plugins.jquery:jquery/com.atlassian.plugins.jquery:jquery.js?collectorId=3bfd899f"></script> <script type="text/javascript" src="https://e-dem.cnrs.fr/jira/s/49e6e134625eacc377017dbf753a3032-T/-nye9t/805007/753fef5b4abc529160e6acd5710c1f6e/4.0.0/_/download/batch/com.atlassian.jira.collector.plugin.jira-issue-collector-plugin:issuecollector/com.atlassian.jira.collector.plugin.jira-issue-collector-plugin:issuecollector.js?locale=fr-FR&collectorId=3bfd899f"></script> <script type="text/javascript"> window.ATL_JQ_PAGE_PROPS = { "triggerFunction": function(showCollectorDialog) { //Requires that jQuery is available! jQuery("#myCustomTrigger").click(function(e) { e.preventDefault(); showCollectorDialog(); }); }}; </script> <div id="container"> <div class="box"> <!-- <div id="header"> <a href="http://www.switch.ch/aai"><img src="https://wayf-ds.dsi.cnrs.fr/images/bandeau.jpg" alt="SWITCHaai" id="federationLogo"></a> <a href="http://www.switch.ch/"><img src="https://wayf-ds.dsi.cnrs.fr/images/switch-logo.png" alt="SWITCH" id="organisationLogo"></a> </div> --> <td align="right"> <img src="https://wayf-ds.dsi.cnrs.fr/images/bandeau.jpg" usemap="#Map" border="0"> </td> <tr> <td valign="bottom"> <div id="AssistanceInfo" style="display:none; position:absolute;"> <div class="paddingleft" class="shiftcontainer"> <div class="shadowcontainer"> <div class="innerdiv"> <strong>Assistance aux utilisateurs</strong><br/> En cas de difficult茅s avec l'application Janus, vous pouvez contacter l'assistance aux utilisateurs en remplissant <a href="" id="myCustomTrigger">ce formulaire</a>. <p id="CloseAssistanceInfo"><a href="#" onclick="toggle('AssistanceInfo');return false;" title="Close Username help">Fermer [x]</a></p> </div> </div> </div> </div> </td> </tr> <div id="content"> <!-- <ul class="menu"> <li><a href="http://www.switch.ch/en/aai/about/">About AAI</a></li> <li class="last"><a href="http://www.switch.ch/en/aai/faq/">FAQ</a></li> <li class="last"><a href="http://www.switch.ch/en/aai/help/">Help</a></li> <li class="last"><a href="http://www.switch.ch/en/aai/privacy/">Privacy</a></li> </ul> --> <!-- Body: Start --> <!-- Identity Provider Selection: Start --> <h1>Select your Home Organisation</h1> <form id="IdPList" name="IdPList" method="post" onSubmit="return checkForm()" action="/WAYF?entityID=https%3A%2F%2Femploi.cnrs.fr%2Fsp&amp;return=https%3A%2F%2Femploi.cnrs.fr%2FGestion%2FShibboleth.sso%2FLogin%3FSAMLDS%3D1%26target%3Dhttps%253A%252F%252Femploi.cnrs.fr%252FAide%252FGestion%252FGuide_Recruteur_HRS4R.pdf"> <div id="userInputArea"> <p>In order to access a service on host <tt>'emploi.cnrs.fr'</tt> please select the organisation you are affiliated with.</p> <div align="center"> <select name="user_idp" id="userIdPSelection"> <option value="-" selected="selected">Select the organisation you are affiliated with ...</option> <option value="https://janus.cnrs.fr/idp">CNRS - Personnels des unit&eacute;s</option> <option value="https://janus-ext.cnrs.fr/idp-ext">CNRS - Externes</option> <option value="https://janus-uhpi.cnrs.fr/idp-uhpi">CNRS - Prestataires et usagers des unit&eacute;s</option> </select> <input type="submit" name="Select" accesskey="s" value="Select"> </div> <div align="left"> <p> <!-- <input type="checkbox" name="session" id="rememberForSession" value="true"> --> <input type="checkbox" checked="checked" name="session" id="rememberForSession" value="true"> <label for="rememberForSession">Remember selection for this web browser session.</label><br> <!-- Value permanent must be a number which is equivalent to the days the cookie shall be valid --> <input type="checkbox" name="permanent" id="rememberPermanent" value="100"> <label for="rememberPermanent" />Remember selection permanently and bypass the WAYF service from now on.</label> </p> </div> </div> </form> <!-- <p><a href="http://www.switch.ch/" target="_blank">SWITCH</a> provides innovative, unique internet services for the Swiss universities and internet users.</p> --> <!-- Identity Provider Selection: End --> <!-- Body: End --> </div> </div> </div> <map name="Map" id="Map"> <!-- <area shape="rect" coords="114,50,239,94" href="https://janus-rec.dsi.cnrs.fr/" alt="Janus-recette" /> --> <area shape="rect" coords="497,143,553,172" href="#" onclick="toggle('AssistanceInfo');return false;" alt="Aide" /> <area shape="poly" coords="28,122,27,33,114,33,114,102,154,102,154,122" href="http://www.cnrs.fr/" alt="CNRS" /> </map> <script language="JavaScript" type="text/javascript"> if (document.getElementsByTagName) { var inputElements = document.getElementsByTagName("input"); for (i=0; inputElements[i]; i++) { if (inputElements[i].className && (inputElements[i].className.indexOf("disableAutoComplete") != -1)) { inputElements[i].setAttribute("autocomplete","off"); }//if current input element has the disableAutoComplete class set. }//loop thru input elements }//basic DOM-happiness-check </script> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10