Ignore:
Timestamp:
2000-02-16T11:53:52+13:00 (24 years ago)
Author:
kjm18
Message:

search history stuff added.

File:
1 edited

Legend:

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

    r914 r928  
    2929/*
    3030   $Log$
     31   Revision 1.37  2000/02/15 22:53:47  kjm18
     32   search history stuff added.
     33
    3134   Revision 1.36  2000/02/06 21:31:36  sjboddie
    3235   made some formerly static functions accessible from elsewhere (for
     
    171174// output_controls displays the detach, expand/contract contents,
    172175// expand/contract text and highlighting/no highlighting buttons
     176
    173177void output_controls (cgiargsclass &args, const text_tarray &ibuttons,
    174178              recptproto * /*collectproto*/, displayclass &disp,
     
    226230// server which would send a link to the cover image if there
    227231// was one otherwise send title, author and stuff
    228 static void output_cover_image (cgiargsclass &args, recptproto * /*collectproto*/,
     232 void output_cover_image (cgiargsclass &args, recptproto * /*collectproto*/,
    229233                displayclass &disp, outconvertclass &outconvert,
    230234                ostream &textout, ostream &/*logout*/) {
     
    234238  textout << outconvert << disp <<
    235239    "<img src=\"_httpcollection_/archives/_thisOID_/cover.jpg\"><br>\n";
    236 }
    237 
    238 static void output_titles (cgiargsclass &args, recptproto *collectproto,
     240 }
     241
     242 void output_titles (cgiargsclass &args, recptproto *collectproto,
    239243               formatinfo_t &formatinfo, displayclass &disp,
    240244               outconvertclass &outconvert, ostream &textout,
     
    533537  }
    534538}
    535 
    536539
    537540void contracted_contents (cgiargsclass &args, int tabcount, bool fulltoc,
     
    682685  if (havecontrols) textout << "</td></tr></table>\n";
    683686}
     687
     688
     689
Note: See TracChangeset for help on using the changeset viewer.