Ignore:
Timestamp:
2005-11-08T17:30:57+13:00 (18 years ago)
Author:
jrm21
Message:

documentaction modified for new HTML4/CSS stuff (eg stop looking for
icon width macros). Other files modified to tidy up output (put tag
attribute values in quotes, use & instead of &, etc). Not quite
finished yet but it works.

File:
1 edited

Legend:

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

    r9620 r10873  
    133133      link = "<a href=\"_httpdocument_";
    134134      if (doctype == "classify")
    135     link += "&cl=" + (*tsibling).OID + "\">";
     135    link += "&amp;cl=" + (*tsibling).OID + "\">";
    136136      else {
    137     link += "&cl=" + arg_cl + "&d=" + (*tsibling).OID;// + "\">";
     137    link += "&amp;cl=" + arg_cl + "&amp;d=" + (*tsibling).OID;// + "\">";
    138138    // [modification to allow default document detach settings -- kjdon]
    139139    if (args["xx"]=="1") {
    140140      // documents should be detached
    141       link += "&x=1\" target=\\_blank>";
     141      link += "&amp;x=1\" target=\\_blank>";
    142142    } else {
    143143      link += "\">";
Note: See TracChangeset for help on using the changeset viewer.