Diff for /Amaya/amaya/HTML.S between versions 1.156 and 1.157

version 1.156, 2003/01/03 11:18:54 version 1.157, 2003/01/08 17:51:25
Line 376  STRUCT Line 376  STRUCT
          { data         type }           { data         type }
            codetype = Text; archive; standby = Text;             codetype = Text; archive; standby = Text;
          { codetype         archive  standby }           { codetype         archive  standby }
            !Height_; !Width__;             Height_; Width__;
            IntWidthPercent; IntWidthPxl;              IntWidthPercent; IntWidthPxl; 
            IntHeightPercent; IntHeightPxl;             IntHeightPercent; IntHeightPxl;
          {  height    width }           {  height    width }
Line 388  STRUCT Line 388  STRUCT
         PICTURE;          PICTURE;
         Object_Content = LIST OF (ElemOrParam = CASE OF          Object_Content = LIST OF (ElemOrParam = CASE OF
                                     Element; Parameter; END);   { PARAM }                                      Element; Parameter; END);   { PARAM }
         END with Height_ ?= '400', Width__ ?= '400',          END;
                  IntWidthPxl ?= 400, IntHeightPxl ?= 400;  
   
   INS                                                           { INS }    INS                                                           { INS }
      (ATTR cite; datetime = Text; InternalLink; ExternalLink) =       (ATTR cite; datetime = Text; InternalLink; ExternalLink) =

Removed from v.1.156  
changed lines
  Added in v.1.157


Webmaster