From 3b3487be53650bb9b39d9ed8c7afd1c04b943b60 Mon Sep 17 00:00:00 2001 From: Wesley Miaw Date: Sat, 22 Nov 2003 21:16:10 +0000 Subject: Added username/password login to access locked calendars. Moved calendar availability logic (with support for login) to a calendar_functions.php file. RSS feeds support the login feature when determining which calendars to return. Styles updated for the login box. --- includes/login.php | 65 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 65 insertions(+) create mode 100644 includes/login.php (limited to 'includes/login.php') diff --git a/includes/login.php b/includes/login.php new file mode 100644 index 0000000..14cc96c --- /dev/null +++ b/includes/login.php @@ -0,0 +1,65 @@ + +
+ + \n"; + } + ?> + + + + + + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
 Login
Username:
Password:
+
+
+
+ -- cgit v1.2.3