Changeset 13451


Ignore:
Timestamp:
2006-12-07T13:31:42+13:00 (17 years ago)
Author:
shaoqun
Message:

added id=toc_top to the toppest level table of the table of contents

File:
1 edited

Legend:

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

    r13366 r13451  
    115115  /* use_table is set to true if the format string starts with <td> */
    116116  if (use_table || colnumber > 0) {
    117     textout << outconvert << "<table class=\"v_list\"><tr valign=\"top\">";
     117    if (colnumber > 0 ){
     118      textout << outconvert << "<table  class=\"v_list\"><tr valign=\"top\">";
     119    }
     120    else{
     121      textout << outconvert << "<table id=\"toc_top\" class=\"v_list\"><tr valign=\"top\">";
     122    }
     123
    118124    // get tab size
    119125    text_t tab; int itab;
Note: See TracChangeset for help on using the changeset viewer.