[LON-CAPA-cvs] cvs: loncom /auth lonauth.pm lonlogin.pm
albertel
lon-capa-cvs@mail.lon-capa.org
Tue, 16 Mar 2004 20:42:50 -0000
albertel Tue Mar 16 15:42:50 2004 EDT
Modified files:
/loncom/auth lonauth.pm lonlogin.pm
Log:
- We were emitting 2 <html> tags
Index: loncom/auth/lonauth.pm
diff -u loncom/auth/lonauth.pm:1.61 loncom/auth/lonauth.pm:1.62
--- loncom/auth/lonauth.pm:1.61 Tue Jan 13 11:29:40 2004
+++ loncom/auth/lonauth.pm Tue Mar 16 15:42:50 2004
@@ -1,7 +1,7 @@
# The LearningOnline Network
# User Authentication Module
#
-# $Id: lonauth.pm,v 1.61 2004/01/13 16:29:40 www Exp $
+# $Id: lonauth.pm,v 1.62 2004/03/16 20:42:50 albertel Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -231,7 +231,6 @@
<head>
<title>Unsuccessful Login to the LearningOnline Network with CAPA</title>
</head>
-<html>
$bodytag
<h1>Sorry ...</h1>
<p><b>$message</b></p>
@@ -268,7 +267,6 @@
<head>
<title>Rerouting Login to the LearningOnline Network with CAPA</title>
</head>
-<html>
$bodytag
<h1>Sorry ...</h1>
Please <a href="/">log in again</a>.
@@ -310,7 +308,6 @@
<head>
<title>Already logged in</title>
</head>
-<html>
$bodytag
<h1>You are already logged in</h1>
<p>Please either <a href="/adm/roles">continue the current session</a> or
Index: loncom/auth/lonlogin.pm
diff -u loncom/auth/lonlogin.pm:1.55 loncom/auth/lonlogin.pm:1.56
--- loncom/auth/lonlogin.pm:1.55 Wed Nov 12 11:55:40 2003
+++ loncom/auth/lonlogin.pm Tue Mar 16 15:42:50 2004
@@ -1,7 +1,7 @@
# The LearningOnline Network
# Login Screen
#
-# $Id: lonlogin.pm,v 1.55 2003/11/12 16:55:40 www Exp $
+# $Id: lonlogin.pm,v 1.56 2004/03/16 20:42:50 albertel Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -68,7 +68,6 @@
<head>
<title>Already logged in</title>
</head>
-<html>
$bodytag
<h1>You are already logged in</h1>
<p>Please either <a href="/adm/roles">continue the current session</a> or