Ignore:
Timestamp:
1999-10-19T16:23:46+13:00 (25 years ago)
Author:
davidb
Message:

Collection building support through web pages
and internal and external link handling for collection documents

File:
1 edited

Legend:

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

    r543 r722  
    2828/*
    2929   $Log$
     30   Revision 1.8  1999/10/19 03:23:41  davidb
     31   Collection building support through web pages
     32   and internal and external link handling for collection documents
     33
    3034   Revision 1.7  1999/09/07 23:04:29  rjmcnab
    3135   removed some compiler warnings
     
    292296  disp.setmacro ("messagestatus", "authen", ("_authen:message" + args["us"]
    293297                         + "_"));
     298  // change style of header and footer if page is a frame
     299  if (args["sp"] != "frameset") {
     300    disp.setmacro ("header", "authen", "_status:infoheader_(Log in)");
     301    disp.setmacro ("header", "authenok", "_status:infoheader_(Log in)");
     302    disp.setmacro ("footer", "authen", "_status:infofooter_(Log in)");
     303    disp.setmacro ("footer", "authenok", "_status:infofooter_(Log in)");
     304  }
     305  else {
     306    //    disp.setmacro ("header", "authen", "_Global:header_"); //****
     307    //    disp.setmacro ("header", "authenok", "_Global:header_");
     308    //    disp.setmacro ("footer", "authen", "_Global:footer_");
     309    //    disp.setmacro ("footer", "authenok", "_Global:footer_");
     310    disp.setmacro ("header", "authen", "_:header_");
     311    disp.setmacro ("header", "authenok", "_:header_");
     312    disp.setmacro ("footer", "authen", "_:footer_");
     313    disp.setmacro ("footer", "authenok", "_:footer_");
     314  }
     315   
    294316
    295317  // get a list of saved configuration arguments (if possible)
Note: See TracChangeset for help on using the changeset viewer.