Diff for /Amaya/amaya/HTMLTT.T between versions 1.37 and 1.38

version 1.37, 1998/07/27 17:48:25 version 1.38, 1998/08/31 12:13:32
Line 387  RULES Line 387  RULES
         Remove;          Remove;
         END;          END;
   
    LABEL: BEGIN
           END;
   
    BUTTON: BEGIN
           Create '[' before;
           Create ']' after;
           END;
   
  Checkbox_Input: BEGIN   Checkbox_Input: BEGIN
         If Checked = Yes_          If Checked = Yes_
            Create '[x] ';             Create '[x] ';
Line 438  RULES Line 446  RULES
         Remove;          Remove;
         END;          END;
   
    Button_Input: BEGIN
           Create '<<';
           Create Value_;
           Create '>>';
           If Last
              Create '\12';
           Remove;
           END;
   
  Block_Quote: BEGIN   Block_Quote: BEGIN
         Indent +5;          Indent +5;
         Indent -5 After;          Indent -5 After;
Line 795  ATTRIBUTES Line 812  ATTRIBUTES
         Remove;          Remove;
         END;          END;
   
    Associated_control: BEGIN
           END;
   
    Button_type: BEGIN
           END;
   
  Class: BEGIN   Class: BEGIN
         If Empty          If Empty
            Remove;              Remove; 

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


Webmaster