Changeset 1045


Ignore:
Timestamp:
2000-03-22T14:00:13+12:00 (24 years ago)
Author:
nzdl
Message:

updated niupepa collection

Location:
trunk/niupepa
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/niupepa/macros/npepa.dm

    r1027 r1045  
    5757_05width_ {320}
    5858_05height_ {210}
     59_06awidth_ {320}
     60_06aheight_ {80}
     61_08width_ {330}
     62_08height_ {139}
     63_09width_ {330}
     64_09height_ {76}
     65_10width_ {320}
     66_10height_ {43}
     67_12width_ {330}
     68_12height_ {95}
     69_13width_ {310}
     70_13height_ {316}
     71_14width_ {330}
     72_14height_ {81}
    5973_15width_ {320}
    6074_15height_ {110}
  • trunk/niupepa/src/recpt/niupepahlistbrowserclass.cpp

    r1023 r1045  
    2828/*
    2929   $Log$
    30    Revision 1.1  2000/03/08 20:44:50  sjboddie
    31    Initial revision
     30   Revision 1.2  2000/03/22 02:00:13  nzdl
     31   updated niupepa collection
     32
     33   Revision 1.1.1.1  2000/03/08 20:44:50  sjboddie
     34   added niupepa to CVS
    3235
    3336
     
    7982  }
    8083
    81   textout << "<table><tr>\n";
     84  textout << "<center><table cellspacing=0><tr>\n";
    8285
    8386  ResultDocInfo_tarray::iterator tsibling = response.docInfo.begin();
     
    9093    bool highlight = false;
    9194    textout << "<td";
    92     if (scount != 4 && scount != 5 && scount != 6 &&
    93     scount != 7 && scount != 10 && scount != 11)
     95    if (scount != 3 && scount != 5 && scount != 6 &&
     96    scount != 7 && scount != 8 && scount != 9 &&
     97    scount != 10 && scount != 12 && scount != 13)
    9498      textout << " colspan=2";
    9599    textout << ">";
     
    112116
    113117    textout << "</td>\n";
    114     if (scount == 12)
     118    if (scount == 10 || scount == 18)
    115119      textout << "</tr><tr>\n";
    116120
     
    119123  }
    120124
    121   textout << "<td colspan=2></td></tr></table>\n";
     125  textout << "<td colspan=2></td></tr></table></center>\n";
    122126  if (use_table  || colnumber > 0) textout << "</tr></table>\n";
    123127  return 0;
Note: See TracChangeset for help on using the changeset viewer.