Ignore:
Timestamp:
2000-04-20T10:30:25+12:00 (24 years ago)
Author:
sjboddie
Message:

tidied up status pages and end-user collection building

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/recpt/authenaction.cpp

    r755 r1129  
    2828/*
    2929   $Log$
     30   Revision 1.10  2000/04/19 22:30:23  sjboddie
     31   tidied up status pages and end-user collection building
     32
    3033   Revision 1.9  1999/11/01 21:11:35  sjboddie
    3134   changed arguments passed to many functions
     
    300303                         + "_"));
    301304  // change style of header and footer if page is a frame
    302   if (args["sp"] != "frameset") {
     305  if ((args["sp"].empty()) || (args["sp"] == "frameset")) {
    303306    disp.setmacro ("header", "authen", "_status:infoheader_(Log in)");
    304307    disp.setmacro ("header", "authenok", "_status:infoheader_(Log in)");
     
    306309    disp.setmacro ("footer", "authenok", "_status:infofooter_(Log in)");
    307310  }
    308   else {
    309     //    disp.setmacro ("header", "authen", "_Global:header_"); //****
    310     //    disp.setmacro ("header", "authenok", "_Global:header_");
    311     //    disp.setmacro ("footer", "authen", "_Global:footer_");
    312     //    disp.setmacro ("footer", "authenok", "_Global:footer_");
    313     disp.setmacro ("header", "authen", "_:header_");
    314     disp.setmacro ("header", "authenok", "_:header_");
    315     disp.setmacro ("footer", "authen", "_:footer_");
    316     disp.setmacro ("footer", "authenok", "_:footer_");
    317   }
    318    
    319311
    320312  // get a list of saved configuration arguments (if possible)
Note: See TracChangeset for help on using the changeset viewer.