Diff for /Amaya/amaya/HTML.S between versions 1.104 and 1.105

version 1.104, 2000/05/11 16:25:34 version 1.105, 2000/05/21 15:33:16
Line 225  STRUCT Line 225  STRUCT
            onfocus = Text; onblur = Text;             onfocus = Text; onblur = Text;
          { onfocus         onblur }           { onfocus         onblur }
            InternalLink; ExternalLink;             InternalLink; ExternalLink;
            Annotation = Yes_;              IsAnnotation = Yes_; 
          { Annotation }           { Annotation }
            AnnotationHide = Yes_;             AnnotationHide = Yes_;
          { AnnotationHide }) =           { AnnotationHide }
              AnnotationIcon1 = Yes_;
            { AnnotationIcon1 }
              AnnotationIcon2 = Yes_;
            { AnnotationIcon2 }) =
         Basic_Set;          Basic_Set;
   
   Basic_Elem = CASE OF                                          { special }    Basic_Elem = CASE OF                                          { special }
Line 829  EXCEPT Line 833  EXCEPT
   
         ExternalLink:   Invisible;          ExternalLink:   Invisible;
         InternalLink:   Invisible;          InternalLink:   Invisible;
         Annotation:     Invisible;          IsAnnotation:   Invisible;
         AnnotationHide: Invisible;          AnnotationHide: Invisible;
           AnnotationIcon1: Invisible;
           AnnotationIcon2: Invisible;
         IntWidthPercent:NewPercentWidth, Invisible;          IntWidthPercent:NewPercentWidth, Invisible;
         IntWidthPxl:    NewWidth, Invisible;          IntWidthPxl:    NewWidth, Invisible;
         IntItemStyle:   Invisible;          IntItemStyle:   Invisible;

Removed from v.1.104  
changed lines
  Added in v.1.105


Webmaster