1 / 1

mti02

luann
Télécharger la présentation

mti02

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. <?xml version="1.0" encoding="utf-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html> <head> <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" /> <title>Columbia Discovery Service</title> <!-- to correct the unsightly Flash of Unstyled Content. http://www.bluerobot.com/web/css/fouc.asp --> <script type="text/javascript"></script> <style type="text/css" media="all"> @import "ciao.css"; </style> </head> <body id="ciao-cero-login"> <div id="container"> <div id="pageHeader"> <div id="logos"> <div id="ciaoLogo"> <img src="images/logo-ciao.png" alt="Columbia International Affairs Online" /></div> </div> </div> <div id="intro"> <h1>Select an Institution</h1> <div>To login using your usual CIAO user name and password, select CIAO Login and then click Select. You will be directed to the login page where you can enter your user name and password</div> <div style="font-weight:bold; margin-top:5px;">If your institution appears in the list below, select your institution and provide the login credentials provided by your institution.</div> </div> <form method="get" action='/shibds/ciaods/DS'> <div id="idpselect"> <input type="hidden" name="entityID" value='https://www.ciaonet.org/shibboleth' /> <input type="hidden" name="returnX" value='https://www.ciaonet.org/Shibboleth.sso/DS?SAMLDS=1&amp;target=cookie%3A550df2fb' /> <input type="hidden" name="returnIDParam" value='entityID' /> <table id="tab"> <tr> <th>Federation</th> <th>Institution</th> </tr> <tr> <td><select name="FedSelector" size="20" id="FedSelect" style="width:250px;" tabindex="30" onchange="changedFed(this.form.origin, this.form.FedSelector[this.form.FedSelector.selectedIndex].value);"> <option value='Columbia International Affairs Online' selected="selected">Columbia International Affairs Online</option> <!-- More than one site so select the 'All' --> <option value="ALL">All Sites</option> </select></td> <td><input type="hidden" name="action" value="selection" /> <select name="origin" size="20" id="originIdp" tabindex="40" style="width:450px;"> <option value='https://brpidp.cc.columbia.edu/brpidp/shibboleth' selected="selected">CIAO Login</option> </select></td> </tr> </table> <p> <!-- Remember me:&nbsp <select name="cache" tabindex="50"> <option value="false">don't remember me</option> <option value="session" selected="selected">for session</option> <option value="perm">for a week</option> </select> --> <input type="submit" value="Select" tabindex="60" /> </p> </div> </form> <div class="search"><span class="option">or</span> <h2>Search for my institution:</h2> <form method="get" action='/shibds/ciaods/DS'> <div> <p> <input type="hidden" name="entityID" value='https://www.ciaonet.org/shibboleth' /> <input type="hidden" name="returnX" value='https://www.ciaonet.org/Shibboleth.sso/DS?SAMLDS=1&amp;target=cookie%3A550df2fb' /> <input type="hidden" name="returnIDParam" value='entityID' /> <input type="hidden" name="action" value="search" /> <input type="text" name="string" tabindex="70" size="55"/> <input type="submit" value="Search" tabindex="80" /></p> </div> </form> </div> <div class="footer"> <p class="text">Need assistance? Send mail to <a tabindex="120" href="mailto:columbiaonline@columbia.edu">Shibboleth Support</a> with description.</p> </div> <script language="javascript" type="text/javascript"> <!-- function changedFed(X, Selected) { while (X.length > 0) { X.options[(X.length-1)] = null; } if (Selected == "Columbia International Affairs Online") { var opt; opt = new Option ("CIAO Login"); X.options[X.length] = opt; opt.value = "https://brpidp.cc.columbia.edu/brpidp/shibboleth"; } if (Selected == "ALL") { var opt; opt = new Option ("CIAO Login"); X.options[X.length] = opt; opt.value = "https://brpidp.cc.columbia.edu/brpidp/shibboleth"; } } --> </script> </div> </body> </html>

More Related