Ignore:
Timestamp:
2000-07-13T10:21:53+12:00 (24 years ago)
Author:
sjboddie
Message:

merged changes to trunk into New_Config_Format branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/New_Config_Format-branch/gsdl/src/recpt/authenaction.cpp

    r755 r1279  
    2828/*
    2929   $Log$
     30   Revision 1.9.4.1  2000/07/12 22:21:34  sjboddie
     31   merged changes to trunk into New_Config_Format branch
     32
     33   Revision 1.10  2000/04/19 22:30:23  sjboddie
     34   tidied up status pages and end-user collection building
     35
    3036   Revision 1.9  1999/11/01 21:11:35  sjboddie
    3137   changed arguments passed to many functions
     
    300306                         + "_"));
    301307  // change style of header and footer if page is a frame
    302   if (args["sp"] != "frameset") {
     308  if ((args["sp"].empty()) || (args["sp"] == "frameset")) {
    303309    disp.setmacro ("header", "authen", "_status:infoheader_(Log in)");
    304310    disp.setmacro ("header", "authenok", "_status:infoheader_(Log in)");
     
    306312    disp.setmacro ("footer", "authenok", "_status:infofooter_(Log in)");
    307313  }
    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    
    319314
    320315  // get a list of saved configuration arguments (if possible)
Note: See TracChangeset for help on using the changeset viewer.