--- rat/Attic/lonftest.pm 2000/09/25 20:31:33 1.1 +++ rat/Attic/lonftest.pm 2000/11/14 18:39:34 1.4 @@ -40,7 +40,7 @@ sub handler { ENDSTART # ---------------------------------------------------------------- Hash Restore - + $r->print("

Random Seed

".&Apache::lonnet::rndseed()); $r->print("

Restored Hash

"); my %hash=&Apache::lonnet::restore(); @@ -53,10 +53,10 @@ ENDSTART $r->print(<Form
- - - - + + + +
ENDFORM @@ -67,6 +67,8 @@ ENDFORM &Apache::lonnet::store('top' => $ENV{'form.top'}, 'bottom' => $ENV{'form.bottom'})); } + $r->print("\n
".&Apache::lonnet::EXT('resource.fred')); + $r->print("\n
".&Apache::lonnet::EXT('resource.deadline.type')); $r->print(''); return OK; }