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

    r765 r1342  
    2222 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
    2323 *
    24  * $Id$
    25  *
    2624 *********************************************************************/
    27 
    28 /*
    29    $Log$
    30    Revision 1.5  1999/11/01 22:04:11  sjboddie
    31    just a few small changes (that means I can't remember ;)
    32 
    33    Revision 1.4  1999/10/30 23:02:46  sjboddie
    34    tidied things up slightly
    35 
    36    Revision 1.3  1999/10/30 22:40:00  sjboddie
    37    added collection argument
    38 
    39    Revision 1.2  1999/10/14 22:59:33  sjboddie
    40    finished off browser classes
    41 
    42    Revision 1.1  1999/10/10 08:14:03  sjboddie
    43    - metadata now returns mp rather than array
    44    - redesigned browsing support (although it's not finished so
    45    won't currently work ;-)
    46 
    47  */
    48 
    4925
    5026#include "browserclass.h"
     
    8157
    8258text_t browserclass::get_default_formatstring () {
    83   return "<td>[link][icon][/link]</td><td>[highlight]{Or}{[Title],Untitled}[/highlight]</td>";
     59  return "";
    8460}
    8561
Note: See TracChangeset for help on using the changeset viewer.