Diff for /Amaya/amaya/HTML.S between versions 1.54 and 1.55

version 1.54, 1998/05/11 12:39:30 version 1.55, 1998/05/11 12:53:53
Line 70  STRUCT Line 70  STRUCT
         Division;          Division;
         Center;          Center;
         Applet;          Applet;
           PICTURE (ATTR Alignment = Top_, Middle_, Bottom_, Left_, Right_;
                    Height_ = Integer; Width__; IntWidthPercent; IntWidthPxl;
                    hspace = Integer; vspace = Integer; Img_border = Integer;
                    ISMAP = Yes_; USEMAP = Text; SRC = Text; ALT = Text);
 #ifdef COUGAR  #ifdef COUGAR
         Object;          Object;
 #endif  #endif
Line 77  STRUCT Line 81  STRUCT
         MathDisp (ATTR mode = display, inline_math) = MathML;          MathDisp (ATTR mode = display, inline_math) = MathML;
 #endif  #endif
 #ifdef GRAPHML  #ifdef GRAPHML
         XMLGraphics (ATTR Height_ = Integer; Width__;          XMLGraphics (ATTR Height_; Width__;
                         IntWidthPercent;                          IntWidthPercent;
                         IntWidthPxl)                          IntWidthPxl)
          = GraphML           = GraphML
Line 85  STRUCT Line 89  STRUCT
 #endif  #endif
         Form;          Form;
         Table;          Table;
         PICTURE;  
         MAP;          MAP;
         ISINDEX;          ISINDEX;
         END;          END;
Line 123  STRUCT Line 126  STRUCT
   
   Basic_Elem = CASE OF    Basic_Elem = CASE OF
         TEXT;          TEXT;
         PICTURE (ATTR Alignment = Top_, Middle_, Bottom_, Left_, Right_;          PICTURE;
                  Height_; Width__; IntWidthPercent; IntWidthPxl;  
                  hspace = Integer; vspace = Integer; Img_border = Integer;  
                  ISMAP = Yes_; USEMAP = Text; SRC = Text; ALT = Text);  
         Anchor;          Anchor;
         Font;          Font;
         Phrase;          Phrase;

Removed from v.1.54  
changed lines
  Added in v.1.55


Webmaster