Diff for /Amaya/amaya/HTMLT.T between versions 1.38 and 1.39

version 1.38, 1997/12/02 17:08:24 version 1.39, 1998/01/20 15:42:32
Line 1020  ATTRIBUTES Line 1020  ATTRIBUTES
         Create DoubleQuote;          Create DoubleQuote;
         END;          END;
   
  WidthElement: BEGIN  
         Create ' width="';  
         Create WidthElement;  
         Create DoubleQuote;  
         END;  
   
  Script_URL: BEGIN   Script_URL: BEGIN
         Create ' action="';          Create ' action="';
         Create Script_URL;          Create Script_URL;
Line 1125  ATTRIBUTES Line 1119  ATTRIBUTES
         Create DoubleQuote;          Create DoubleQuote;
         END;          END;
   
  Width_: BEGIN  
         Create ' width="';  
         Create Width_;  
         Create DoubleQuote;  
         END;  
   
  Img_border: BEGIN   Img_border: BEGIN
         Create ' border="';          Create ' border="';
         Create Img_border;          Create Img_border;
Line 1211  ATTRIBUTES Line 1199  ATTRIBUTES
  Row_valign = Row_bottom:   Row_valign = Row_bottom:
          Create ' valign=bottom';           Create ' valign=bottom';
   
  colspan: BEGIN   colspan_: BEGIN
         Create ' colspan="';          Create ' colspan="';
         Create colspan;          Create colspan_;
         Create DoubleQuote;          Create DoubleQuote;
         END;          END;
   
  rowspan: BEGIN   rowspan_: BEGIN
         Create ' rowspan="';          Create ' rowspan="';
         Create rowspan;          Create rowspan_;
         Create DoubleQuote;          Create DoubleQuote;
         END;          END;
   
Line 1237  ATTRIBUTES Line 1225  ATTRIBUTES
  Cell_valign = Cell_bottom:   Cell_valign = Cell_bottom:
         Create ' valign=bottom';          Create ' valign=bottom';
   
  Cell_width: BEGIN  
         Create ' width="';  
         Create Cell_width;  
         Create DoubleQuote;  
         END;  
   
  Cell_height: BEGIN   Cell_height: BEGIN
         Create ' height="';          Create ' height="';
         Create Cell_height;          Create Cell_height;

Removed from v.1.38  
changed lines
  Added in v.1.39


Webmaster