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

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
1.10      cvs        26: MathDisp: MATHDISP
1.1       cvs        27: Horizontal_Rule: HR
                     28: Basic_Set: element
                     29: Paragraph: P
                     30: Preformatted: PRE
                     31: Anchor: A
                     32: Basic_Elem: element
1.10      cvs        33: Math: MATH
1.1       cvs        34: Italic_text: I
                     35: Bold_text: B
                     36: Teletype_text: TT
                     37: Struck_text: STRIKE
                     38: Big_text: BIG
                     39: Small_text: SMALL
1.20    ! cvs        40: Quotation: Q
1.1       cvs        41: Subscript: SUB
                     42: Superscript: SUP
1.20    ! cvs        43: Span: SPAN
        !            44: BDO: BDO
        !            45: IFRAME: IFRAME
1.1       cvs        46: Phrase: phrase
                     47: Emphasis: EM
                     48: Strong: STRONG
                     49: Def: DFN
                     50: Code: CODE
                     51: Sample: SAMP
                     52: Keyboard: KBD
                     53: Variable: VAR
                     54: Cite: CITE
1.20    ! cvs        55: ABBR: ABBR
        !            56: ACRONYM: ACRONYM
1.1       cvs        57: Font_: FONT
                     58: Applet: APPLET
                     59: Parameter: PARAM
                     60: Block: block
                     61: Center: CENTER
                     62: Division: DIV
                     63: List_: list
                     64: Unnumbered_List: UL
                     65: Numbered_List: OL
                     66: Directory: DIR
                     67: Menu: MENU
                     68: Definition_List: DL
                     69: List_Item: LI
                     70: Definition_Item: definition item
                     71: Term_List: term list
                     72: Term: DT
                     73: Definition: DD
                     74: Form: FORM
                     75: Form_Element: form element
                     76: Text_Area: TEXTAREA
                     77: Option_Menu: SELECT
                     78: Option: OPTION
                     79: Checkbox_Input: INPUT
                     80: Radio_Input: INPUT
                     81: Text_Input: INPUT
                     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
                    118: http_equiv: http-equiv
                    119: meta_name: name
                    120: meta_content: content
                    121: HREF_: href
1.13      cvs       122: Link_type: type
1.1       cvs       123: REL: rel
                    124: REV: rev
                    125: Title: title
                    126: Align: align
1.19      cvs       127: TextAlign: align
1.1       cvs       128: NoShade: noshade
                    129: Size_: size
                    130: Width__: width
                    131: NAME: name
                    132: Alignment: align
                    133: Height_: height
                    134: hspace: hspace
                    135: vspace: vspace
                    136: Img_border: border
                    137: ISMAP: ismap
                    138: USEMAP: usemap
                    139: SRC: src
                    140: ALT: alt
1.6       cvs       141: Clear: clear
                    142: Left_: left
                    143: Right_: right
                    144: All_: all
                    145: None: none
1.1       cvs       146: Font_size: size
                    147: color: color
                    148: codebase: codebase
                    149: code: code
                    150: applet_name: name
                    151: alt: alt
                    152: Param_name: name
                    153: Param_value: value
1.13      cvs       154: classid: classid
                    155: data: data
                    156: Object_type: type
                    157: codetype: codetype
1.1       cvs       158: BulletStyle: type
                    159: COMPACT: compact
                    160: NumberStyle: type
                    161: Start: start
                    162: ItemStyle: type
                    163: ItemValue: value
                    164: Script_URL: action
                    165: METHOD: method
                    166: ENCTYPE: enctype
                    167: Rows: rows
                    168: Columns: cols
                    169: Multiple: multiple
1.4       cvs       170: MenuSize: size
1.1       cvs       171: Selected: selected
1.6       cvs       172: Value_: value
1.1       cvs       173: Checked: checked
                    174: Area_Size: size
                    175: MaxLength: maxlength
                    176: Border: border
                    177: cellspacing: cellspacing
                    178: cellpadding: cellpadding
                    179: Position: align
                    180: Row_align: align
                    181: Row_valign: valign
1.14      cvs       182: colspan_: colspan
                    183: rowspan_: rowspan
1.1       cvs       184: Cell_align: align
                    185: Cell_valign: valign
1.8       cvs       186: No_wrap: nowrap
1.1       cvs       187: shape: shape
                    188: coords: coords
                    189: nohref: nohref
                    190: x_coord: x
                    191: y_coord: y
                    192: height\240: height
                    193: left_: left
                    194: center_: center
                    195: right_: right
1.19      cvs       196: justify_: justify
1.1       cvs       197: NoShade_: noshade
                    198: Top_: top
                    199: Middle_: middle
                    200: Bottom_: bottom
                    201: Left_: left
                    202: Right_: right
                    203: Yes_: yes
                    204: disc: disc
                    205: circle: circle
                    206: square: square
                    207: Yes_: yes
                    208: Arabic_: 1
                    209: LowerAlpha: a
                    210: UpperAlpha: A
                    211: LowerRoman: i
                    212: UpperRoman: I
                    213: Get_: get
                    214: Post_: post
                    215: No_: no
                    216: Position_top: top
                    217: Position_bottom: bottom
                    218: Row_left: left
                    219: Row_center: center
                    220: Row_right: right
                    221: Row_top: top
                    222: Row_middle: middle
                    223: Row_bottom: bottom
                    224: Row_baseline: baseline
                    225: Cell_left: left
                    226: Cell_center: center
                    227: Cell_right: rigth
                    228: Cell_top: top
                    229: Cell_middle: middle
                    230: Cell_bottom: bottom
1.8       cvs       231: no_wrap: nowrap
1.1       cvs       232: rectangle: rect
                    233: circle: circle
                    234: polygon: poly

Webmaster