Changeset 753 for trunk/gsdl/src


Ignore:
Timestamp:
1999-10-31T12:06:25+13:00 (25 years ago)
Author:
sjboddie
Message:

tidied up a bit

File:
1 edited

Legend:

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

    r747 r753  
    2828/*
    2929   $Log$
     30   Revision 1.4  1999/10/30 23:06:25  sjboddie
     31   tidied up a bit
     32
    3033   Revision 1.3  1999/10/30 22:16:37  sjboddie
    3134   added a collection argument
     
    9497
    9598int pagedbrowserclass::output_section_group (ResultDocInfo_t &section, cgiargsclass &args,
    96                          const text_t /*collection*/, int /*colnumber*/, format_t * /*formatlistptr*/,
    97                          bool /*use_table*/, text_tset &/*metadata*/, bool &/*getParents*/,
     99                         const text_t &/*collection*/, int /*colnumber*/,
     100                         format_t * /*formatlistptr*/, bool /*use_table*/,
     101                         text_tset &/*metadata*/, bool &/*getParents*/,
    98102                         recptproto * /*collectproto*/, displayclass &disp,
    99                          outconvertclass &outconvert, ostream &textout, ostream &/*logout*/) {
     103                         outconvertclass &outconvert, ostream &textout,
     104                         ostream &/*logout*/) {
    100105
    101106  // this browser class only handles document levels
    102107  if (args["d"].empty()) return 0;
    103 
    104 
    105108
    106109  if (section.OID != args["d"]) {
     
    120123
    121124int pagedbrowserclass::output_section_group (FilterResponse_t &sections, cgiargsclass &args,
    122                          const text_t /*collection*/, int /*colnumber*/, format_t * /*formatlistptr*/,
    123                          bool /*use_table*/, text_tset &/*metadata*/, bool &/*getParents*/,
     125                         const text_t &/*collection*/, int /*colnumber*/,
     126                         format_t * /*formatlistptr*/, bool /*use_table*/,
     127                         text_tset &/*metadata*/, bool &/*getParents*/,
    124128                         recptproto * /*collectproto*/, displayclass &disp,
    125                          outconvertclass &outconvert, ostream &textout, ostream &/*logout*/) {
     129                         outconvertclass &outconvert, ostream &textout,
     130                         ostream &/*logout*/) {
    126131
    127132  text_t &arg_d = args["d"];
     
    142147    if (arg_d == (*thissection).OID) {
    143148      found = true;
    144       textout << outconvert << disp << "<table><tr valign=top><td colspan=3><center><b>_document:textpage_"
     149      textout << outconvert << disp
     150          << "<table><tr valign=top><td colspan=3><center><b>_document:textpage_"
    145151          << (*thissection).metadata["Title"].values[0] << "</b>\n";
    146152      if (thissection != sections.docInfo.begin()) {
Note: See TracChangeset for help on using the changeset viewer.