Ignore:
Timestamp:
2000-08-03T14:49:41+12:00 (24 years ago)
Author:
johnmcp
Message:

Relatively stable z39.50 implementation now, merged with the mgpp source.
(Still needs a decent interface and query language though...)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/z3950-branch/gsdl/src/recpt/browsetools.cpp

    r1079 r1342  
    2323 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    2424 *
    25  * $Id$
    26  *
    2725 *********************************************************************/
    28 
    29 /*
    30    $Log$
    31    Revision 1.42  2000/04/07 04:40:43  sjboddie
    32    Reverted back to old DocumentHeader, DocumentTitles, DocumentImages etc.
    33    from DocumentColumns stuff. I'll move the DocumentColumns stuff to a
    34    separate development branch (New_Config_Format-branch) for now. The plan
    35    is to redesign the configuration file format a bit and limit the number of
    36    distributions floating around that take different configuration formats).
    37 
    38    Revision 1.39  2000/02/25 02:28:43  sjboddie
    39    caught up with assoc directory changes for displaying cover images
    40 
    41    Revision 1.38  2000/02/17 02:42:24  sjboddie
    42    minor stuff - fixed some cvs conflicts
    43 
    44    Revision 1.37  2000/02/15 22:53:47  kjm18
    45    search history stuff added.
    46 
    47    Revision 1.36  2000/02/06 21:31:36  sjboddie
    48    made some formerly static functions accessible from elsewhere (for
    49    cstr receptionist)
    50 
    51    Revision 1.35  2000/01/26 23:46:16  sjboddie
    52    wrap every second button now (was every third)
    53 
    54    Revision 1.34  1999/11/09 02:28:47  sjboddie
    55    fixed minor bug in expanded contents
    56 
    57    Revision 1.33  1999/10/30 22:22:26  sjboddie
    58    added collection argument to browserclass output_section_group
    59    functions -- moved table functions to formattools
    60 
    61    Revision 1.32  1999/10/24 07:22:37  sjboddie
    62    added a FullTOC option
    63 
    64    Revision 1.31  1999/10/20 03:54:20  sjboddie
    65    problem with expanded contents
    66 
    67    Revision 1.30  1999/10/19 21:36:59  sjboddie
    68    fixed bug in DocumentContents
    69 
    70    Revision 1.29  1999/10/19 08:40:12  sjboddie
    71    fixed some stupid compiler warnings on windows
    72 
    73    Revision 1.28  1999/10/18 20:08:36  sjboddie
    74    tidied up a few things
    75 
    76    Revision 1.27  1999/10/15 03:31:42  sjboddie
    77    oops, left out an '&'
    78 
    79    Revision 1.26  1999/10/14 22:58:05  sjboddie
    80    finished up on changes to browseing support - may still need some
    81    tidying up
    82 
    83    Revision 1.25  1999/10/10 08:14:04  sjboddie
    84    - metadata now returns mp rather than array
    85    - redesigned browsing support (although it's not finished so
    86    won't currently work ;-)
    87 
    88    Revision 1.24  1999/09/28 01:46:55  rjmcnab
    89    removed some unused stuff
    90 
    91    Revision 1.23  1999/09/23 10:09:17  sjboddie
    92    made some changes so AZLists within other classifications are
    93    handled properly
    94 
    95    Revision 1.22  1999/09/07 23:06:58  rjmcnab
    96    removed some compiler warnings.
    97 
    98    Revision 1.21  1999/09/07 04:56:52  sjboddie
    99    added GPL notice
    100 
    101    Revision 1.20  1999/08/25 04:46:58  sjboddie
    102    fixed bug
    103 
    104    Revision 1.19  1999/08/13 04:18:04  sjboddie
    105    fixed some typos
    106 
    107    Revision 1.18  1999/08/10 22:42:21  sjboddie
    108    added more format options to document tocs - there are now just two
    109    types of toc - standard (Hierarchical) and document (as in books)
    110 
    111    Revision 1.17  1999/08/09 02:12:07  sjboddie
    112    made it so dates may be only 4 digits (i.e. year only)
    113 
    114    Revision 1.16  1999/07/30 02:16:10  sjboddie
    115    -added ability to display nested classifications (expanded versions
    116    of nested classifications has yet to be done).
    117    -changed set_arrow_macros slightly to fit in with new showtoppage
    118    format option
    119 
    120    Revision 1.15  1999/07/21 05:01:56  sjboddie
    121    wrote handler for DateList classification
    122 
    123    Revision 1.14  1999/07/20 02:58:15  sjboddie
    124    got List and AZList classifications using format strings - tidied
    125    up a bit
    126 
    127    Revision 1.13  1999/07/07 05:44:25  sjboddie
    128    Made some changes to allow for new way classifiers work (i.e. you can
    129    now have classifiers containing other classifiers). At present there's
    130    only a special case for dealing with the hdl 'magazine' section. A bit
    131    of a redesign is needed to get it completely flexible
    132 
    133    Revision 1.12  1999/07/01 03:47:49  rjmcnab
    134    Fixed a small warning.
    135 
    136    Revision 1.11  1999/06/27 21:49:01  sjboddie
    137    fixed a couple of version conflicts - tidied up some small things
    138 
    139    Revision 1.10  1999/06/26 01:07:21  rjmcnab
    140    Fixed a small "bug" -- well I probably just covered another one...
    141 
    142    Revision 1.9  1999/06/24 05:12:15  sjboddie
    143    lots of small changes
    144 
    145    Revision 1.8  1999/06/17 03:06:53  sjboddie
    146    got detach button working properly - the close book icon is now disabled
    147    when page is detached as the javascript close() function I was using is
    148    too unreliable over different browsers
    149    note that in my last comment I meant the "cl" arg (not the "c" arg).
    150 
    151    Revision 1.7  1999/06/16 23:53:14  sjboddie
    152    tidied a few things up. documentaction::define_external_macros now
    153    resets the "c" arg if it's set to something stupid by the .xx suffixes
    154 
    155    Revision 1.6  1999/06/16 04:03:47  sjboddie
    156    Now sets "cl" arg to "search" when going to a document from a search
    157    results page. This allows the close book icon (in hierarchy toc) to
    158    take you back to the results page if that's where you came from.
    159    If you got to the document page somehow other than from a
    160    classification or a search (i.e. if "cl" isn't set) then the close
    161    book icon is disabled
    162 
    163    Revision 1.5  1999/06/16 03:11:25  sjboddie
    164    get_info() now takes a getParents argument
    165 
    166    Revision 1.4  1999/05/10 03:40:26  sjboddie
    167    lots of changes - slowly getting document action sorted out
    168 
    169    Revision 1.3  1999/04/30 01:59:39  sjboddie
    170    lots of stuff - getting documentaction working (documentaction replaces
    171    old browseaction)
    172 
    173    Revision 1.2  1999/03/29 02:14:29  sjboddie
    174 
    175    More changes to browseaction
    176 
    177    Revision 1.1  1999/03/25 03:10:15  sjboddie
    178 
    179    new library for browse stuff
    180 
    181  */
    18226
    18327#include "browsetools.h"
     
    702546  if (havecontrols) textout << "</td></tr></table>\n";
    703547}
    704 
    705 
    706 
Note: See TracChangeset for help on using the changeset viewer.