Ignore:
Timestamp:
2000-08-03T17:21:26+12:00 (24 years ago)
Author:
jrm21
Message:

merged z39.50 receptionist stuff into main trunk (along with the mgpp stuff)

File:
1 edited

Legend:

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

    r1285 r1347  
    148148      collist_here ++;
    149149    }
     150
     151    // disp.setmacro ("homeextra", "home", homeextra);
    150152    for (; count%3 != 0; count ++) homeextra += "<td></td>\n";
    151153      }
    152154    }
     155    homeextra += "</td></tr>\n<tr>\n";
    153156    rprotolist_here ++;
    154157  }
     158
     159  homeextra += "</tr></table></center>\n";
     160  disp.setmacro ("homeextra", "home", homeextra);
    155161
    156162  if (!found_valid_col) {
Note: See TracChangeset for help on using the changeset viewer.