Annotation of Amaya/amaya/HTML.en, revision 1.25

1.1       cvs         1: extension
                      2: 
                      3: presentation
                      4: 
                      5:  HTMLP:  Standard presentation
                      6:  HTMLPP: With pages
                      7:  HTMLPBW: Black and White
                      8: 
                      9: export
                     10: 
                     11:  HTMLT: HTML
1.9       cvs        12:  HTMLTT: Text
1.1       cvs        13: 
                     14: translation
                     15: 
                     16: TEXT_UNIT: Text
                     17: GRAPHICS_UNIT: Graphics
                     18: SYMBOL_UNIT: Symbol
                     19: PICTURE_UNIT: IMG
                     20: REFERENCE_UNIT: Reference
                     21: PAGE_BREAK: Page_break
                     22: 
                     23: Comment\240: Comment
                     24: Block_Quote: BLOCKQUOTE
                     25: Address: ADDRESS
                     26: Horizontal_Rule: HR
                     27: Basic_Set: element
                     28: Paragraph: P
                     29: Preformatted: PRE
                     30: Anchor: A
                     31: Basic_Elem: element
1.10      cvs        32: Math: MATH
1.1       cvs        33: Italic_text: I
                     34: Bold_text: B
                     35: Teletype_text: TT
                     36: Struck_text: STRIKE
                     37: Big_text: BIG
                     38: Small_text: SMALL
1.20      cvs        39: Quotation: Q
1.1       cvs        40: Subscript: SUB
                     41: Superscript: SUP
1.20      cvs        42: Span: SPAN
                     43: BDO: BDO
                     44: IFRAME: IFRAME
1.1       cvs        45: Phrase: phrase
                     46: Emphasis: EM
                     47: Strong: STRONG
                     48: Def: DFN
                     49: Code: CODE
                     50: Sample: SAMP
                     51: Keyboard: KBD
                     52: Variable: VAR
                     53: Cite: CITE
1.20      cvs        54: ABBR: ABBR
                     55: ACRONYM: ACRONYM
1.1       cvs        56: Font_: FONT
                     57: Applet: APPLET
                     58: Parameter: PARAM
                     59: Block: block
                     60: Center: CENTER
                     61: Division: DIV
                     62: List_: list
                     63: Unnumbered_List: UL
                     64: Numbered_List: OL
                     65: Directory: DIR
                     66: Menu: MENU
                     67: Definition_List: DL
                     68: List_Item: LI
                     69: Definition_Item: definition item
                     70: Term_List: term list
                     71: Term: DT
                     72: Definition: DD
                     73: Form: FORM
                     74: Form_Element: form element
                     75: Text_Area: TEXTAREA
                     76: Option_Menu: SELECT
                     77: Option: OPTION
                     78: Checkbox_Input: INPUT
                     79: Radio_Input: INPUT
                     80: Text_Input: INPUT
1.24      cvs        81: Button_Input: INPUT
1.1       cvs        82: Reset_Input: INPUT
                     83: Submit_Input: INPUT
                     84: Input: INPUT
                     85: Hidden_Input: INPUT
                     86: Password_Input: INPUT
                     87: File_Input: INPUT
                     88: Text_With_Frame: text
                     89: Inserted_Text: text
                     90: Frame: frame
                     91: Table: TABLE
                     92: CAPTION: CAPTION
                     93: Table_head: table head
                     94: thead: THEAD
                     95: Table_body: table body
                     96: tbody: TBODY
                     97: tfoot: TFOOT
                     98: Table_foot: table foot
                     99: Column_head: column head
1.18      cvs       100: Table_row: TR
1.1       cvs       101: Table_cell: cell
                    102: Data_cell: TD
                    103: Heading_cell: TH
1.13      cvs       104: Langue: lang
1.1       cvs       105: Class: class
                    106: PseudoClass: pseudo class
                    107: Style\240: style
                    108: Invalid_attribute: invalid attribute
                    109: Ghost_restruct: ghost
                    110: background_: background
                    111: BackgroundColor: bgcolor
                    112: TextColor: text
                    113: LinkColor: link
                    114: VisitedLinkColor: vlink
                    115: ActiveLinkColor: alink
                    116: Prompt: prompt
                    117: Notation: type
1.22      cvs       118: content_type: type
                    119: script_language: language
                    120: script_src: src
                    121: for_: for
1.1       cvs       122: http_equiv: http-equiv
                    123: meta_name: name
                    124: meta_content: content
                    125: HREF_: href
1.13      cvs       126: Link_type: type
1.1       cvs       127: REL: rel
                    128: REV: rev
                    129: Title: title
                    130: Align: align
1.19      cvs       131: TextAlign: align
1.1       cvs       132: NoShade: noshade
                    133: Size_: size
                    134: Width__: width
                    135: NAME: name
                    136: Alignment: align
                    137: Height_: height
                    138: hspace: hspace
                    139: vspace: vspace
                    140: Img_border: border
                    141: ISMAP: ismap
                    142: USEMAP: usemap
1.22      cvs       143: target_: target
1.1       cvs       144: SRC: src
                    145: ALT: alt
1.22      cvs       146: BaseFontSize: size
                    147: BaseFontColor: color
                    148: BaseFontFace: face
1.6       cvs       149: Clear: clear
                    150: Left_: left
                    151: Right_: right
                    152: All_: all
                    153: None: none
1.1       cvs       154: Font_size: size
                    155: applet_name: name
                    156: Param_name: name
                    157: Param_value: value
1.22      cvs       158: Param_type: type
1.13      cvs       159: Object_type: type
1.1       cvs       160: BulletStyle: type
                    161: COMPACT: compact
                    162: NumberStyle: type
                    163: Start: start
                    164: ItemStyle: type
                    165: ItemValue: value
                    166: Script_URL: action
                    167: METHOD: method
                    168: ENCTYPE: enctype
                    169: Rows: rows
                    170: Columns: cols
1.22      cvs       171: accept_charset: accept-charset
1.1       cvs       172: Multiple: multiple
1.4       cvs       173: MenuSize: size
1.1       cvs       174: Selected: selected
1.6       cvs       175: Value_: value
1.1       cvs       176: Checked: checked
1.24      cvs       177: Button_type: type
1.25    ! cvs       178: Associated_control: for
1.1       cvs       179: Area_Size: size
                    180: MaxLength: maxlength
                    181: Border: border
1.22      cvs       182: rules_: rules
1.1       cvs       183: Position: align
                    184: Row_valign: valign
1.14      cvs       185: colspan_: colspan
                    186: rowspan_: rowspan
1.1       cvs       187: Cell_align: align
1.22      cvs       188: Cell_left: left
                    189: Cell_center: center
                    190: Cell_right: right
                    191: Cell_justify: justify
                    192: Cell_char: char
1.1       cvs       193: Cell_valign: valign
1.8       cvs       194: No_wrap: nowrap
1.1       cvs       195: shape: shape
                    196: coords: coords
                    197: nohref: nohref
                    198: x_coord: x
                    199: y_coord: y
                    200: height\240: height
                    201: left_: left
                    202: center_: center
                    203: right_: right
1.19      cvs       204: justify_: justify
1.1       cvs       205: NoShade_: noshade
                    206: Top_: top
                    207: Middle_: middle
                    208: Bottom_: bottom
1.22      cvs       209: data_: data
                    210: object_: object
1.1       cvs       211: Yes_: yes
                    212: disc: disc
                    213: circle: circle
                    214: square: square
                    215: Yes_: yes
                    216: Arabic_: 1
                    217: LowerAlpha: a
                    218: UpperAlpha: A
                    219: LowerRoman: i
                    220: UpperRoman: I
                    221: Get_: get
                    222: Post_: post
                    223: No_: no
                    224: Position_top: top
                    225: Position_bottom: bottom
1.22      cvs       226: Position_left: left
                    227: Position_right: right
1.1       cvs       228: Row_top: top
                    229: Row_middle: middle
                    230: Row_bottom: bottom
                    231: Row_baseline: baseline
                    232: Cell_top: top
                    233: Cell_middle: middle
                    234: Cell_bottom: bottom
1.22      cvs       235: Cell_baseline: baseline
1.8       cvs       236: no_wrap: nowrap
1.1       cvs       237: rectangle: rect
                    238: polygon: poly
1.22      cvs       239: default_: default

Webmaster