Changeset 4114


Ignore:
Timestamp:
2003-04-09T15:18:28+12:00 (21 years ago)
Author:
dana
Message:

reflecting that collection information is retireved by base.dm/usabilityscript

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/cgi-bin/readresults.cgi

    r4090 r4114  
    6565
    6666make_table_entry("The URL of the page where you were having problems","URL");
     67make_table_entry("the collection you were using when you had problems","collection");
    6768make_table_entry("Time you opened the usability report window","opentime");
    6869make_table_entry("Time you sent the usability report","sendtime");
     
    105106sub make_table_entry {
    106107    local ($desc, $entry) = @_;
    107     print "<tr><td class=\"sans\" width="50%"><b>$desc:</b></td>";
     108    print "<tr><td class=\"sans\" width=\"50%\"><b>$desc:</b></td>";
    108109    print "<td>$reportvals{$entry}</td></tr>\n";
    109110    delete $reportvals{$entry};
Note: See TracChangeset for help on using the changeset viewer.