Ignore:
Timestamp:
2003-03-14T08:51:06+13:00 (21 years ago)
Author:
dana
Message:

added hooks for usability stuff to navbar

File:
1 edited

Legend:

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

    r3666 r3880  
    363363  // _httppagehome_      overridden home url if html collections have own homepage
    364364
     365  // _usability_ - a macro for remote usability reporting
     366
    365367  // must have a valid collection server to continue
    366368  text_t &collection = args["c"];
     
    441443         << get_comerror_string (err);
    442444    }
     445 
     446 
     447  }
     448  text_tmap::iterator usability = cinfo.format.find("Usability");
     449  if(usability!=cinfo.format.end()){
     450    disp.setmacro("usability","Global","_imageusab_");
     451    disp.setmacro("usabinterface","Global",("_usab"+(*usability).second+"_"));
    443452  }
    444453}
Note: See TracChangeset for help on using the changeset viewer.