Changeset 714


Ignore:
Timestamp:
1999-10-19T09:08:36+13:00 (25 years ago)
Author:
sjboddie
Message:

tidied up a few things

File:
1 edited

Legend:

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

    r688 r714  
    2929/*
    3030   $Log$
     31   Revision 1.28  1999/10/18 20:08:36  sjboddie
     32   tidied up a few things
     33
    3134   Revision 1.27  1999/10/15 03:31:42  sjboddie
    3235   oops, left out an '&'
     
    250253  parse_formatstring (formatinfo.DocumentHeading, formatlistptr, metadata, getParents);
    251254
    252   text_t topOID;
    253   get_top (args["d"], topOID);
    254 
    255   if (!get_info (topOID, args["c"], metadata, getParents, collectproto, response, logout))
     255  if (!get_info (args["d"], args["c"], metadata, getParents, collectproto, response, logout))
    256256    return;
    257257
     
    627627  if (!args["d"].empty()) {
    628628    textout << "<p><table cellpadding=0 cellspacing=0><tr>\n";
    629     textout << "<td valign=top width=200>\n";
     629    textout << "<td valign=top";
     630    if (formatinfo.DocumentContents) textout << "width=200>\n";
     631    else textout << "width=100%>\n";
    630632    if (formatinfo.DocumentImages)
    631633      output_cover_image (args, collectproto, disp, outconvert, textout, logout);
Note: See TracChangeset for help on using the changeset viewer.