[Rt-commit] r3550 - in RT-Authen-Bitcard: . html html/Callbacks html/Callbacks/Bitcard html/Callbacks/Bitcard/Elements html/Callbacks/Bitcard/Elements/Login

kevinr at bestpractical.com kevinr at bestpractical.com
Thu Jul 28 20:37:03 EDT 2005


Author: kevinr
Date: Thu Jul 28 20:37:03 2005
New Revision: 3550

Added:
   RT-Authen-Bitcard/html/
   RT-Authen-Bitcard/html/Callbacks/
   RT-Authen-Bitcard/html/Callbacks/Bitcard/
   RT-Authen-Bitcard/html/Callbacks/Bitcard/Elements/
   RT-Authen-Bitcard/html/Callbacks/Bitcard/Elements/Login/
   RT-Authen-Bitcard/html/Callbacks/Bitcard/Elements/Login/Header
Modified:
   RT-Authen-Bitcard/   (props changed)
   RT-Authen-Bitcard/META.yml
Log:
 r6693 at SAD-GIRL-IN-SNOW:  kevinr | 2005-07-27 16:08:56 -0400
 * Implements the basic idea needed for Bitcard auth


Modified: RT-Authen-Bitcard/META.yml
==============================================================================
--- RT-Authen-Bitcard/META.yml	(original)
+++ RT-Authen-Bitcard/META.yml	Thu Jul 28 20:37:03 2005
@@ -6,5 +6,6 @@
 distribution_type: module
 no_index:
   directory:
+    - html
     - inc
 generated_by: Module::Install version 0.36

Added: RT-Authen-Bitcard/html/Callbacks/Bitcard/Elements/Login/Header
==============================================================================
--- (empty file)
+++ RT-Authen-Bitcard/html/Callbacks/Bitcard/Elements/Login/Header	Thu Jul 28 20:37:03 2005
@@ -0,0 +1,4 @@
+<& /Elements/Header, Title => loc('Login') &>
+Redirecting you to <a href="http://www.bitcard.org">Bitcard</a> to login...
+<meta http-equiv="refresh" content="5;url=http://www.bitcard.org/" />
+% $m->abort;


More information about the Rt-commit mailing list