Test Page for Shibboleth Authentication - XXX_LOCATION_XXX Server
Due to the limitations of the wiki, the form elements in this page do not display. To obtain a usable template, please cut and paste the HTML below.
Shown below is a report of the details obtained about you from your Shibboleth authentication, and how these have been matched against any ProQuest customer accounts.
----
XXX_REPORTHTML_XXX
To assist in resolving authentication problems, you may have been asked to email this report to ProQuest Technical Support.
To send such an email, please fill in your details in the form below and press the 'Send Email' button.
Name |
Institution |
Email address |
Additional comments (optional) |
<html> <head> <title>Test Page for Shibboleth Authentication - XXX_LOCATION_XXX Server</title> <script language="Javascript"> // Submit the form after validating its fields function submit_form() { var form = document.forms[ 0 ]; if ( form.NAME.value.search( /^ *$/ ) == 0 ) { alert( "Please enter your name in the 'Name' field" ); return; } if ( form.INSTITUTION.value.search( /^ *$/ ) == 0 ) { alert( "Please enter the name of your institution " + "in the 'Institution' field" ); return; } if ( form.EMAIL.value.search( /^ *$/ ) == 0 ) { alert( "Please enter your email address " + "in the 'Email address' field" ); return; } // Perform a rudimentary check on the format of an email address. // Should contain no spaces, and consist of two parts separated // by an '@' sign, with the second part consisting of two or more // components separated by periods. // if ( form.EMAIL.value.search( /^[^ ]+@([^.]+(\.[^.]+)+)$/ ) == -1 ) { alert( "The email address '" + form.EMAIL.value + "' " + "is not valid. Please re-enter this." ); return; } // Validated successfully. Submit the form form.submit(); } </script> </head> <body> <h2>Test Page for Shibboleth Authentication - XXX_LOCATION_XXX Server</h2> </body> <p>Shown below is a report of the details obtained about you from your Shibboleth authentication, and how these have been matched against any ProQuest customer accounts.</p> <blockquote> <hr> <code>XXX_REPORTHTML_XXX</code> <hr> </blockquote> <p>To assist in resolving authentication problems, you may have been asked to email this report to ProQuest Technical Support.<p> <p>To send such an email, please fill in your details in the form below and press the 'Send Email' button.</p> <form method="post" action="/cgi-bin/test_page_send_email.cgi"> <input type="hidden" name="LOCATION" value="XXX_LOCATION_XXX"> <input type="hidden" name="REPORT" value="XXX_REPORTTEXT_XXX"> <table cellspacing="5"> <tr> <td valign="top"><b>Name</b></td> <td valign="top"><input name="NAME" size="50"></td> </tr> <tr> <td valign="top"><b>Institution</b></td> <td valign="top"><input name="INSTITUTION" size="50"></td> </tr> <tr> <td valign="top"><b>Email address</b></td> <td valign="top"><input name="EMAIL" size="50"></td> </tr> <tr> <td valign="top"><b>Additional comments</b><br>(optional)</td> <td valign="top"> <textarea name="COMMENTS" cols="50" rows="10"></textarea> </td> </tr> <tr> <td valign="top"></td> <td valign="top"><input type="button" value=" Send Email " onclick="submit_form()"></td> </tr> </table> </form> </html>