Subversion Repositories PEEPS

Rev

Rev 45 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 45 Rev 52
Line 392... Line 392...
392
    <TABLE>
392
    <TABLE>
393
    $authenticated->{ERRMSG}
393
    $authenticated->{ERRMSG}
394
authpage
394
authpage
Line 395... Line 395...
395
  
395
  
396
  print<<firsttimer unless $query->cookie ("PEEPS_MFA_UUID");
396
  print<<firsttimer unless $query->cookie ("PEEPS_MFA_UUID");
397
    <TR><TD colspan=2>It looks like this might be your first visit to PEEPS.<br>
397
    <TR><TD colspan=2 class="mvp">It looks like this might be your first visit.<br>
398
    If you had a login to MemberSuite, use the<br>
398
    If you had a login to MemberSuite, use the<br>
399
    <A HREF="recoverAccount">[recover your account]</A> link with either your <br>
399
    <A HREF="recoverAccount">[recover your account]</A> link with either your <br>
400
    registered email address or Member ID to find<br>
400
    registered email address or Member ID to find<br>
401
    and link your account.</td></tr>
401
    and link your account.</td></tr>
402
    <TR><TD colspan=2>&nbsp;</td></tr>
402
    <TR><TD colspan=2>&nbsp;</td></tr>
Line 403... Line 403...
403
firsttimer
403
firsttimer
404
    
404
    
405
  if ($ENV{'QUERY_STRING'} eq "LOGOUT") {
405
  if ($ENV{'QUERY_STRING'} eq "LOGOUT") {
406
    print "<TR><TD colspan=2>&nbsp</TD></TR>";
406
    print "<TR><TD colspan=2>&nbsp</TD></TR>";
407
    print "<TR><TD colspan=2><button onClick=\"location.href='';\">Log In</button></TD></TR>";
407
    print "<TR><TD colspan=2><button onClick=\"location.href='/';\">Log In</button></TD></TR>";
408
    print "</TABLE></BODY></HTML>";
408
    print "</TABLE></BODY></HTML>";
Line 409... Line 409...
409
    exit;
409
    exit;