| 33 | | |
|---|
| 34 | | <div id="background_box"> |
|---|
| 35 | | <h3><?php pw_utils::screenPrint('Verify your Account at'); ?></h3> |
|---|
| 36 | | <h1><?php pw_utils::printTitle(); ?></h1> |
|---|
| 37 | | |
|---|
| 38 | | <div id="iclogin"> |
|---|
| 39 | | <table> |
|---|
| 40 | | <tr><td colspan="2"> |
|---|
| 41 | | <?php pw_utils::screenPrint('You must click on the infocard login button below - and use the same card as last time - to complete the verification process.'); ?> |
|---|
| 42 | | </td></tr> |
|---|
| 43 | | <tr><td colspan="2"> |
|---|
| 44 | | |
|---|
| 45 | | </td></tr> |
|---|
| 46 | | |
|---|
| 47 | | <tr><td rowspan="2"> |
|---|
| 48 | | <a id="imgref" href="<?php InfocardLogin::printICSecureSubmitLink(); ?>"> |
|---|
| 49 | | <img src="<?php InfocardLogin::printInfocardLogo(); ?>"/> |
|---|
| 50 | | </a> |
|---|
| 51 | | </td><td id="ICtitle"> |
|---|
| 52 | | <a href="<?php InfocardLogin::printICSecureSubmitLink($clickback); ?>"><?php pw_utils::screenPrint('Use your Card Now'); ?></a> |
|---|
| 53 | | </td></tr> |
|---|
| 54 | | <tr><td> |
|---|
| 55 | | <script type="text/javascript"> |
|---|
| 56 | | ShowDetection('<table><tr><td><img src="../../pwlib/images/go.gif"/></td><td>Selector Installed</td></tr></table>','<table><tr><td><img src="../../pwlib/images/yellow.gif"/></td><td><a href="<?php pw_utils::errorPageLink('NOSELECTOR');?>">Do you have a selector installed?</a></td></tr></table>'); |
|---|
| 57 | | |
|---|
| 58 | | </script> |
|---|
| 59 | | </td></tr> |
|---|
| 60 | | </table> |
|---|
| 61 | | </div> |
|---|
| 62 | | |
|---|
| 63 | | </div> |
|---|
| 64 | | |
|---|
| | 40 | <div id="pw_login_main"> |
|---|
| | 41 | <div id="pw_login_header"> |
|---|
| | 42 | <h1><?php pw_utils::screenPrint('Verify your account at: ') . pw_utils::printTitle(); ?></h1> |
|---|
| | 43 | </div> |
|---|
| | 44 | <div id="pw_login_links"> |
|---|
| | 45 | <table id="pw_login_linklist"><tr> |
|---|
| | 46 | <td id="home"> |
|---|
| | 47 | <a href="<?php pw_utils::printHomeLink(); ?>"> |
|---|
| | 48 | <?php pw_utils::screenPrint('Home'); ?> |
|---|
| | 49 | </a> |
|---|
| | 50 | </td> |
|---|
| | 51 | <td id="mainloginpage"> |
|---|
| | 52 | <a href="<?php pw_utils::printOtherLoginOptionsLink(); ?>"> |
|---|
| | 53 | <?php pw_utils::screenPrint('See All Login Options'); ?> |
|---|
| | 54 | </a> |
|---|
| | 55 | </td> |
|---|
| | 56 | <td id="learnmore"> |
|---|
| | 57 | <a href="<?php pw_utils::printLearnMoreLink(); ?>"> |
|---|
| | 58 | <?php pw_utils::screenPrint('Learn More'); ?> |
|---|
| | 59 | </a> |
|---|
| | 60 | </td> |
|---|
| | 61 | <td id="rpobject"> |
|---|
| | 62 | <a id="togglerpobject" href=""> |
|---|
| | 63 | Show/Hide RP Object |
|---|
| | 64 | </a> |
|---|
| | 65 | </td> |
|---|
| | 66 | </tr></table> |
|---|
| | 67 | </div> |
|---|
| | 68 | <div id="pw_login_intro"> |
|---|
| | 69 | <p>Use your information card here to verify your account - you will have full access once this process is done, and you will not have to do this again unless you change your card, or your email address.</p> |
|---|
| | 70 | </div> |
|---|
| | 71 | <div id="pw_login"> |
|---|
| | 72 | <form name="ctl00" id="ctl00" method="post" action="<?php pw_login::printICPostDestination(); ?>"> |
|---|
| | 73 | <?php |
|---|
| | 74 | $trigger_debug = pw_login::printIdentitySelectorTrigger(); |
|---|
| | 75 | $cb_debug = pw_clickback::printHiddenClickback($clickback); |
|---|
| | 76 | ?> |
|---|
| | 77 | <button id="pw_login_submit" type="submit"><?php pw_utils::screenPrint('Use your Card Now!'); ?></button> |
|---|
| | 78 | <div id="showrpobject"> |
|---|
| | 79 | <?php pw_login::printIdentitySelectorTrigger('prettyprint' ); ?> |
|---|
| | 80 | </div> |
|---|
| | 81 | </form> |
|---|
| | 82 | </div> |
|---|
| | 83 | <div id="debug"> |
|---|
| | 84 | <?php |
|---|
| | 85 | $userAgent = $_SERVER['HTTP_USER_AGENT']; |
|---|
| | 86 | pw_utils::printDebugHeader('DEBUG MODE ON'); |
|---|
| | 87 | pw_utils::printDebug("This site is under maintenance - anything is possible<br/>" |
|---|
| | 88 | . "<br/>This page contains the hidden form object that specifies required and optional claims, and invokes the Identity Selector.<br/>" |
|---|
| | 89 | . "View the page source to see the object.<br/><br />"); |
|---|
| | 90 | pw_utils::printDebug("Plugin: " . PW_PLUGIN . "<br/>\n"); |
|---|
| | 91 | pw_utils::printDebug("Table Prefix: " . PW_TABLE_PREFIX . "<br/>\n"); |
|---|
| | 92 | pw_utils::printDebug("User Agent: $userAgent<br/>\n"); |
|---|
| | 93 | pw_utils::printDebug("Clickback: $cb_debug<br/>\n"); |
|---|
| | 94 | pw_utils::printDebug("Selector Trigger: $trigger_debug<br/>\n"); |
|---|
| | 95 | pw_utils::showClaimList($claimslist); |
|---|
| | 96 | pw_utils::showDataMap($datamap); |
|---|
| | 97 | ?> |
|---|
| | 98 | </div> |
|---|
| | 99 | <div id="pw_login_help"> |
|---|
| | 100 | </div> |
|---|
| | 101 | <div id="pw_login_footer"> |
|---|
| | 102 | <a id="pw_pamelaproject_logo" href="http://pamelaproject.com" alt="Powered by PamelaWare"><img src='<?php pw_utils::displayPamelaProjectLogo(); ?>' /></a> |
|---|
| | 103 | </div> |
|---|
| | 104 | </div> |
|---|