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/pagedbrowserclass.cpp

    r912 r928  
    2828/*
    2929   $Log$
     30   Revision 1.6  2000/02/15 22:53:51  kjm18
     31   search history stuff added.
     32
    3033   Revision 1.5  2000/02/06 21:29:11  sjboddie
    3134   fixed a bug - made some functions virtual for use with cstr collection
     
    105108    }
    106109  }
     110       
     111
     112   
    107113}
    108114
     
    176182  }
    177183
     184  if (!found) {
     185    textout << outconvert << disp
     186        << "<table><tr valign=top> <td colspan=3><center>\n";
     187  }
    178188  int numpages = sections.docInfo.size();
    179189  textout << outconvert << disp
     
    182192  if (!found)
    183193    nextarrow = "<a href=\"_httpdocument_&cl=" + args["cl"] + "&d=" + sections.docInfo[0].OID +
    184       "\">" + sections.docInfo[0].metadata["Title"].values[0] + "_iconnext_";
     194      "\">" + sections.docInfo[0].metadata["Title"].values[0] + "_iconnext_</a>\n";
    185195  else {
    186196    if (!previousOID.empty())
     
    200210  return 0;
    201211}
     212
     213
     214
     215
     216
     217
Note: See TracChangeset for help on using the changeset viewer.