Changeset 12720


Ignore:
Timestamp:
2006-09-12T12:33:00+12:00 (18 years ago)
Author:
mdewsnip
Message:

Some HTML 4 compliance fixes to the search history stuff.

File:
1 edited

Legend:

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

    r12488 r12720  
    862862    numrecords = arghd;
    863863      }
    864       historylist += "<form name=\"HistoryForm\"><table width=\"537\">\n";
     864      historylist += "<form action=\"_gwcgi_\" name=\"HistoryForm\"><table width=\"537\">\n";
    865865
    866866      for (int i=0; i<numrecords;++i) {
     
    882882    historylist += i;
    883883    historylist += ")</td>\n";
    884     historylist += "<td><nobr><table border=1 cellspacing=0 ";
    885     historylist += "cellpadding=0><tr><td width=\"365\" align=\"left\">"
     884    historylist += "<td><table border=\"1\" cellspacing=\"0\" ";
     885    historylist += "cellpadding=\"0\"><tr><td width=\"365\" align=\"left\">"
    886886      + query
    887887      + "</td></tr></table></td><td width=\"110\" align=\"center\"><small>"
     
    890890    else historylist += " _texthresults_";
    891891    if (!userinfo.empty()) {
    892       historylist += "<br>( "+userinfo+" )</small></td>\n";
     892      historylist += "<br>( "+userinfo+" )";
    893893    }
     894    historylist += "</small></td>\n";
    894895      }
    895896      historylist+="</table></form>\n\n";
     
    899900      historylist += "_textnohistory_";
    900901    }
    901     historylist += "<p><! ---- end of history list ----->\n";
     902    historylist += "<! ---- end of history list ----->\n";
    902903  } // else display list
    903904  disp.setmacro("searchhistorylist", "query", historylist);
Note: See TracChangeset for help on using the changeset viewer.