Diff for /Amaya/amaya/Template.S between versions 1.39 and 1.40

version 1.39, 2008/12/03 08:50:58 version 1.40, 2009/02/11 11:40:55
Line 10  ATTR Line 10  ATTR
   { generic attributes for internal use }    { generic attributes for internal use }
   Unknown_attribute = TEXT;     { to store an unknown attribute }    Unknown_attribute = TEXT;     { to store an unknown attribute }
   xmlid = Text;         { id }    xmlid = Text;         { id }
   Highlight = Yes_;    { to show the HTML element corresponding to the    Highlight = Yes_;    { to show the element corresponding to the
                           current selection in the source view }                                             current selection in the source view }
     SetInLine = Yes_;    { to force display: inline }
   
 CONST  CONST
   
Line 91  EXCEPT Line 92  EXCEPT
   bag:               NoReplicate, NoBreakByReturn, NoCreate, ParagraphBreak, ClickableSurface;    bag:               NoReplicate, NoBreakByReturn, NoCreate, ParagraphBreak, ClickableSurface;
   {Hiding unkown and language attributes}    {Hiding unkown and language attributes}
   Highlight:        Invisible;    Highlight:        Invisible;
     SetInLine:        Invisible;
   Unknown_attribute:Invisible;    Unknown_attribute:Invisible;
   Language:         Invisible;    Language:         Invisible;
   types :           GiveTypes, DuplicateAttr;    types :           GiveTypes, DuplicateAttr;

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


Webmaster