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

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
1.27      cvs       141: mode: mode
                    142: display: display
                    143: inline_math: inline
1.1       cvs       144: ISMAP: ismap
                    145: USEMAP: usemap
1.22      cvs       146: target_: target
1.1       cvs       147: SRC: src
                    148: ALT: alt
1.22      cvs       149: BaseFontSize: size
                    150: BaseFontColor: color
                    151: BaseFontFace: face
1.6       cvs       152: Clear: clear
                    153: Left_: left
                    154: Right_: right
                    155: All_: all
                    156: None: none
1.1       cvs       157: Font_size: size
                    158: applet_name: name
                    159: Param_name: name
                    160: Param_value: value
1.22      cvs       161: Param_type: type
1.13      cvs       162: Object_type: type
1.1       cvs       163: BulletStyle: type
                    164: COMPACT: compact
                    165: NumberStyle: type
                    166: Start: start
                    167: ItemStyle: type
                    168: ItemValue: value
                    169: Script_URL: action
                    170: METHOD: method
                    171: ENCTYPE: enctype
                    172: Rows: rows
                    173: Columns: cols
1.22      cvs       174: accept_charset: accept-charset
1.1       cvs       175: Multiple: multiple
1.4       cvs       176: MenuSize: size
1.1       cvs       177: Selected: selected
1.6       cvs       178: Value_: value
1.1       cvs       179: Checked: checked
1.24      cvs       180: Button_type: type
1.25      cvs       181: Associated_control: for
1.28      cvs       182: LAlign: align
1.1       cvs       183: Area_Size: size
                    184: MaxLength: maxlength
                    185: Border: border
1.22      cvs       186: rules_: rules
1.1       cvs       187: Position: align
                    188: Row_valign: valign
1.14      cvs       189: colspan_: colspan
                    190: rowspan_: rowspan
1.1       cvs       191: Cell_align: align
1.22      cvs       192: Cell_left: left
                    193: Cell_center: center
                    194: Cell_right: right
                    195: Cell_justify: justify
                    196: Cell_char: char
1.1       cvs       197: Cell_valign: valign
1.29    ! cvs       198: center_: center
        !           199: left_: left
        !           200: right_: right
1.8       cvs       201: No_wrap: nowrap
1.1       cvs       202: shape: shape
                    203: coords: coords
                    204: nohref: nohref
                    205: x_coord: x
                    206: y_coord: y
1.26      cvs       207: RowHeight: rows
                    208: ColWidth: cols
                    209: FrameName: name
                    210: FrameSrc: src
                    211: Border1: 1
                    212: Border0: 0
                    213: no_resize: noresize
1.1       cvs       214: height\240: height
                    215: left_: left
                    216: center_: center
                    217: right_: right
1.19      cvs       218: justify_: justify
1.1       cvs       219: NoShade_: noshade
                    220: Top_: top
                    221: Middle_: middle
                    222: Bottom_: bottom
1.22      cvs       223: data_: data
                    224: object_: object
1.1       cvs       225: disc: disc
                    226: circle: circle
                    227: square: square
                    228: Yes_: yes
                    229: Arabic_: 1
                    230: LowerAlpha: a
                    231: UpperAlpha: A
                    232: LowerRoman: i
                    233: UpperRoman: I
                    234: Get_: get
                    235: Post_: post
                    236: No_: no
                    237: Position_top: top
                    238: Position_bottom: bottom
1.22      cvs       239: Position_left: left
                    240: Position_right: right
1.1       cvs       241: Row_top: top
                    242: Row_middle: middle
                    243: Row_bottom: bottom
                    244: Row_baseline: baseline
                    245: Cell_top: top
                    246: Cell_middle: middle
                    247: Cell_bottom: bottom
1.22      cvs       248: Cell_baseline: baseline
1.8       cvs       249: no_wrap: nowrap
1.1       cvs       250: rectangle: rect
                    251: polygon: poly
1.22      cvs       252: default_: default

Webmaster