| 420 | | <tr><td> </td><td/></tr> |
|---|
| 421 | | <tr><th colspan="2" align="left">To Enable Information Card User Login</td></tr> |
|---|
| 422 | | <tr><td colspan="2"><?php pw_utils::screenPrint('The following changes will result in a login form with the option "Use an Information Card". Please make a copy of the wp-login.php file before you begin, so that you can revert to that original file in case of difficulties.'); ?></td></tr> <tr><td colspan="2" id="code"> |
|---|
| | 420 | <tr><td colspan="4"> </td></tr> |
|---|
| | 421 | <tr><th colspan="4" align="left">To Enable Information Card User Login</td></tr> |
|---|
| | 422 | <tr><td colspan="4"><?php pw_utils::screenPrint('The following changes will result in a login form with the option "Use an Information Card". Please make a copy of the wp-login.php file before you begin, so that you can revert to that original file in case of difficulties.'); ?></td></tr> <tr><td colspan="2" id="code"> |
|---|
| 427 | | <tr><td> </td><td/></tr> |
|---|
| 428 | | <tr><th colspan="2" align="left"> |
|---|
| 429 | | <?php pw_utils::ScreenPrint('Advanced Settings'); ?> |
|---|
| 430 | | </td></tr> |
|---|
| 431 | | <tr><td colspan="2"> |
|---|
| 432 | | <?php pw_utils::screenPrint('Don\'t mess with these unless you understand and accept the consequences. Security breaches or errors could occur if you change these settings under the wrong circumstances.'); ?> |
|---|
| 433 | | </td></tr> |
|---|
| 434 | | <tr><td colspan="2"> </td></tr> |
|---|
| 435 | | <tr><td> |
|---|
| 436 | | <?php pw_utils::screenPrint('Debug Mode'); ?> |
|---|
| 437 | | </td><td> |
|---|
| 438 | | <input name="pw_debug_on" type="radio" id="pw_debug_on" value="1" <?php echo ($opts['pw_debug_on'])?"checked":""; ?> /> |
|---|
| 439 | | <?php pw_utils::screenPrint('On'); ?> |
|---|
| 440 | | |
|---|
| 441 | | <input name="pw_debug_on" type="radio" id="pw_debug_on" value="0" <?php echo ($opts['pw_debug_on'])?"":"checked"; ?> /> |
|---|
| 442 | | <?php pw_utils::screenPrint('Off'); ?> |
|---|
| 443 | | </td></tr> |
|---|
| 444 | | <tr><td> |
|---|
| 445 | | <?php pw_utils::screenPrint('Time Validation'); ?> |
|---|
| 446 | | </td><td> |
|---|
| 447 | | <input name="pw_time_validation" type="radio" id="pw_time_validation" value="1" <?php echo ($opts['pw_time_validation'])?"checked":""; ?> /> |
|---|
| 448 | | <?php pw_utils::screenPrint('On'); ?> |
|---|
| 449 | | <input name="pw_time_validation" type="radio" id="pw_time_validation" value="0" <?php echo ($opts['pw_time_validation'])?"":"checked"; ?> /> |
|---|
| 450 | | <?php pw_utils::screenPrint('Off'); ?> |
|---|
| 451 | | <tr><td> |
|---|
| 452 | | <?php pw_utils::screenPrint('Use Custom Data'); ?> |
|---|
| 453 | | </td><td> |
|---|
| 454 | | <input name="pw_custom_data" type="radio" id="pw_custom_data" value="1" <?php echo ($opts['pw_custom_data'])?"checked":""; ?> /> |
|---|
| 455 | | <?php pw_utils::screenPrint('On'); ?> |
|---|
| 456 | | <input name="pw_custom_data" type="radio" id="pw_custom_data" value="0" <?php echo ($opts['pw_custom_data'])?"":"checked"; ?> /> |
|---|
| 457 | | <?php pw_utils::screenPrint('Off'); ?> |
|---|
| 458 | | </td></tr> |
|---|
| 459 | | <tr><td> |
|---|
| 460 | | <?php pw_utils::screenPrint('Selector Trigger'); ?> |
|---|
| 461 | | </td><td> |
|---|
| 462 | | <input name="pw_selector_trigger" type="radio" id="pw_selector_trigger" value="html" <?php echo ($opts['pw_selector_trigger'] === 'html')?"checked":""; ?> /> |
|---|
| 463 | | <?php pw_utils::screenPrint('HTML'); ?> |
|---|
| 464 | | <input name="pw_selector_trigger" type="radio" id="pw_selector_trigger" value="xhtml" <?php echo ($opts['pw_selector_trigger'] === 'xhtml')?"checked":""; ?> /> |
|---|
| 465 | | <?php pw_utils::screenPrint('XHTML'); ?> |
|---|
| 466 | | </td></tr> |
|---|
| 467 | | <?php |
|---|
| | 427 | <?php |
|---|
| | 428 | print pw_admin::getPWAdminAdvancedSettings( $opts ); |
|---|