summaryrefslogtreecommitdiffstats
path: root/browser/components/translations/content/selectTranslationsPanel.inc.xhtml
blob: 287bd6567980cb435b4b371597877d6b164af305 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
<!-- This Source Code Form is subject to the terms of the Mozilla Public
   - License, v. 2.0. If a copy of the MPL was not distributed with this
   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->

<html:template id="template-select-translations-panel">
  <panel id="select-translations-panel"
         class="panel-no-padding translations-panel translations-panel-view"
         type="arrow"
         role="alertdialog"
         noautofocus="true"
         tabspecific="true"
         locationspecific="true"
         aria-labelledby="translations-panel-header"
         orient="vertical">
    <hbox class="panel-header select-translations-panel-header">
      <html:h1 class="translations-panel-header-wrapper">
        <html:span id="select-translations-panel-header" data-l10n-id="select-translations-panel-header">
        </html:span>
      </html:h1>
      <hbox class="translations-panel-beta" role="image" aria-label="Beta">
        <image id="select-translations-panel-beta-icon"
               class="translations-panel-beta-icon">
        </image>
      </hbox>
      <toolbarbutton id="select-translations-panel-settings-button"
                     class="panel-info-button translations-panel-settings-gear-icon"
                     data-l10n-id="translations-panel-settings-button"
                     tabindex="0"
                     closemenu="none"/>
    </hbox>
    <html:div id="select-translations-panel-init-failure-content"
              class="translations-panel-content"
              hidden="true">
      <html:moz-message-bar id="select-translations-panel-init-failure-message-bar"
                            type="error"
                            class="select-translations-panel-message-bar"
                            data-l10n-id="select-translations-panel-init-failure-message"
                            data-l10n-attrs="message">
      </html:moz-message-bar>
    </html:div>
    <html:div id="select-translations-panel-unsupported-language-content" hidden="true">
      <vbox flex="1" class="select-translations-panel-content">
        <html:moz-message-bar id="select-translations-panel-unsupported-language-message-bar"
                              type="info"
                              class="select-translations-panel-message-bar"
                              data-l10n-id="select-translations-panel-unsupported-language-message-unknown"
                              data-l10n-attrs="message">
        </html:moz-message-bar>
        <label id="select-translations-panel-try-another-language-label"
               class="select-translations-panel-label"
               data-l10n-id="select-translations-panel-try-another-language-label">
        </label>
        <menulist id="select-translations-panel-try-another-language"
                  flex="1"
                  value=""
                  size="large"
                  data-l10n-id="translations-panel-choose-language"
                  aria-labelledby="select-translations-panel-try-another-language-label"
                  noinitialselection="true">
          <menupopup id="select-translations-panel-try-another-language-menupopup"
                     class="translations-panel-language-menupopup-from">
            <!-- The list of <menuitem> will be dynamically inserted. -->
          </menupopup>
        </menulist>
      </vbox>
    </html:div>
    <html:div id="select-translations-panel-main-content">
      <vbox class="select-translations-panel-content">
        <hbox id="select-translations-panel-lang-selection">
          <vbox flex="1">
            <label id="select-translations-panel-from-label"
                   class="select-translations-panel-label"
                   data-l10n-id="select-translations-panel-from-label">
            </label>
            <menulist id="select-translations-panel-from"
                      flex="1"
                      value=""
                      size="large"
                      data-l10n-id="translations-panel-choose-language"
                      aria-labelledby="select-translations-panel-from-label"
                      noinitialselection="true">
              <menupopup id="select-translations-panel-from-menupopup"
                         class="translations-panel-language-menupopup-from">
                <!-- The list of <menuitem> will be dynamically inserted. -->
              </menupopup>
            </menulist>
          </vbox>
          <vbox flex="1">
            <label id="select-translations-panel-to-label"
                   class="select-translations-panel-label"
                   data-l10n-id="select-translations-panel-to-label">
            </label>
            <menulist id="select-translations-panel-to"
                      flex="1"
                      value=""
                      size="large"
                      data-l10n-id="translations-panel-choose-language"
                      aria-labelledby="select-translations-panel-to-label"
                      noinitialselection="true">
              <menupopup id="select-translations-panel-to-menupopup"
                         class="translations-panel-language-menupopup-to">
                <!-- The list of <menuitem> will be dynamically inserted. -->
              </menupopup>
            </menulist>
          </vbox>
        </hbox>
      </vbox>
      <vbox class="select-translations-panel-content">
        <html:textarea id="select-translations-panel-text-area"
                       class="select-translations-panel-text-area"
                       readonly="true"
                       tabindex="0">
        </html:textarea>
        <html:moz-message-bar id="select-translations-panel-translation-failure-message-bar"
                              type="error"
                              hidden="true"
                              data-l10n-id="select-translations-panel-translation-failure-message"
                              data-l10n-attrs="message">
        </html:moz-message-bar>
      </vbox>
    </html:div>
    <html:div id="select-translations-panel-footer"
              class="panel-footer translations-panel-footer">
      <button id="select-translations-panel-copy-button"
              class="footer-button select-translations-panel-copy-button"
              data-l10n-id="select-translations-panel-copy-button">
      </button>
      <html:moz-button-group id="select-translations-panel-footer-button-group"
                             class="translations-panel-button-group">
        <button id="select-translations-panel-cancel-button"
                class="footer-button"
                hidden="true"
                data-l10n-id="select-translations-panel-cancel-button">
        </button>
        <button id="select-translations-panel-done-button-secondary"
                hidden="true"
                class="footer-button"
                data-l10n-id="select-translations-panel-done-button">
        </button>
        <button id="select-translations-panel-translate-full-page-button"
                class="footer-button"
                data-l10n-id="select-translations-panel-translate-full-page-button">
        </button>
        <button id="select-translations-panel-done-button-primary"
                class="footer-button"
                data-l10n-id="select-translations-panel-done-button"
                default="true">
        </button>
        <button id="select-translations-panel-translate-button"
                class="footer-button"
                data-l10n-id="select-translations-panel-translate-button"
                hidden="true"
                default="true"
                disabled="true">
        </button>
        <button id="select-translations-panel-try-again-button"
                class="footer-button"
                data-l10n-id="select-translations-panel-try-again-button"
                hidden="true"
                default="true">
        </button>
      </html:moz-button-group>
    </html:div>
  </panel>
</html:template>