summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/floater_web_content.xml
blob: 4473ce0cdac4cc4bd01a1ad14c4912825606654f (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
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater
  legacy_header_height="18"
  can_resize="true"
  height="775"
  layout="topleft"
  min_height="400"
  min_width="500"
  name="floater_web_content"
  help_topic="floater_web_content"
  save_rect="true"
  title=""
  initial_mime_type="text/html"
  width="780">
  <layout_stack
    bottom="775"
    follows="left|right|top|bottom"
    layout="topleft"
    left="5"
    animate="false"
    name="stack1"
    orientation="vertical"
    top="20"
    width="770">
    <layout_panel
      auto_resize="false"
      default_tab_group="1"
      height="22"
      layout="topleft"
      left="0"
      min_height="20"
      name="nav_controls"
      top="400"
      width="770">
      <button
        image_overlay="Arrow_Left_Off"
		    image_disabled="PushButton_Disabled"
		    image_disabled_selected="PushButton_Disabled"
		    image_selected="PushButton_Selected"
		    image_unselected="PushButton_Off"
        chrome="true"
		    hover_glow_amount="0.15"
        tool_tip="Navigate back"
        follows="left|top"
        height="22"
        layout="topleft"
        left="1"
        name="back"
        top="0"
        width="22">
        <button.commit_callback
          function="WebContent.Back" />
      </button>
      <button
        image_overlay="Arrow_Right_Off"
		    image_disabled="PushButton_Disabled"
		    image_disabled_selected="PushButton_Disabled"
		    image_selected="PushButton_Selected"
		    image_unselected="PushButton_Off"
        chrome="true"
        tool_tip="Navigate forward"
        follows="left|top"
        height="22"
        layout="topleft"
        left="27"
        name="forward"
        top_delta="0"
        width="22">
        <button.commit_callback
          function="WebContent.Forward" />
      </button>
      <button
        image_overlay="Stop_Off"
		    image_disabled="PushButton_Disabled"
		    image_disabled_selected="PushButton_Disabled"
		    image_selected="PushButton_Selected"
		    image_unselected="PushButton_Off"
        chrome="true"
        tool_tip="Stop navigation"
        enabled="true"
        follows="left|top"
        height="22"
        layout="topleft"
        left="51"
        name="stop"
        top_delta="0"
        width="22">
        <button.commit_callback
          function="WebContent.Stop" />
      </button>
      <button
        image_overlay="Refresh_Off"
		    image_disabled="PushButton_Disabled"
		    image_disabled_selected="PushButton_Disabled"
		    image_selected="PushButton_Selected"
		    image_unselected="PushButton_Off"
        chrome="true"
        tool_tip="Reload page"
        follows="left|top"
        height="22"
        layout="topleft"
        left="51"
        name="reload"
        top_delta="0"
        width="22">
        <button.commit_callback
          function="WebContent.Reload" />
      </button>
      <combo_box
        allow_text_entry="true"
        follows="left|top|right"
        tab_group="1"
        height="22"
        layout="topleft"
        left_pad="4"
        max_chars="1024"
        name="address"
        combo_editor.select_on_focus="true"
        tool_tip="Enter URL here"
        top_delta="0"
        width="672">
        <combo_box.commit_callback
          function="WebContent.EnterAddress" />
      </combo_box>
      <icon
        name="media_secure_lock_flag"
        height="16"
        follows="top|left"
        image_name="Lock2"
        layout="topleft"
        left_delta="2"
        top_delta="2"
        visible="false" 
        tool_tip="Secured Browsing"
        width="16" />
      <button
        image_overlay="ExternalBrowser_Off"
		    image_disabled="PushButton_Disabled"
		    image_disabled_selected="PushButton_Disabled"
		    image_selected="PushButton_Selected"
		    image_unselected="PushButton_Off"
        chrome="true"
        tool_tip="Open current URL in your desktop browser"
        follows="right|top"
        enabled="true" 
        height="22"
        layout="topleft"
        name="popexternal"
        right="770"
        top_delta="-2"
        width="22">
        <button.commit_callback
          function="WebContent.PopExternal" />
      </button>
    </layout_panel>
    <layout_panel
     height="22"
     layout="topleft"
     left_delta="0"
     name="debug_controls"
     top_delta="0"
     auto_resize="false"
     width="585">
      <button
        image_overlay="Home_Off"
            image_disabled="PushButton_Disabled"
            image_disabled_selected="PushButton_Disabled"
            image_selected="PushButton_Selected"
            image_unselected="PushButton_Off"
        chrome="true"
        tool_tip="Web tests home page"
        enabled="true"
        follows="left|top"
        height="22"
        layout="topleft"
        left="1"
        name="web_test_home_page"
        top="0"
        width="22">
        <button.commit_callback
          function="WebContent.TestURL"
          parameter="https://callum-linden.s3.amazonaws.com/ceftests.html"/>
      </button>

      <button
        image_overlay="Video_URL_Off"
            image_disabled="PushButton_Disabled"
            image_disabled_selected="PushButton_Disabled"
            image_selected="PushButton_Selected"
            image_unselected="PushButton_Off"
        chrome="true"
        tool_tip="MPEG4 Video Test"
        enabled="true"
        follows="left|top"
        height="22"
        layout="topleft"
        left="27"
        name="VLC Plugin Test"
        top="0"
        width="22">
        <button.commit_callback
          function="WebContent.TestURL"
          parameter="https://callum-linden.s3.amazonaws.com/sample_media/ss.mp4"/>
      </button>
      <button
        image_overlay="Video_URL_Off"
            image_disabled="PushButton_Disabled"
            image_disabled_selected="PushButton_Disabled"
            image_selected="PushButton_Selected"
            image_unselected="PushButton_Off"
        chrome="true"
        tool_tip="MKV Video Test"
        enabled="true"
        follows="left|top"
        height="22"
        layout="topleft"
        left="51"
        name="VLC Plugin Test"
        top="0"
        width="22">
        <button.commit_callback
          function="WebContent.TestURL"
          parameter="https://callum-linden.s3.amazonaws.com/sample_media/jellyfish.mkv"/>
      </button>
      <button
        image_overlay="Video_URL_Off"
            image_disabled="PushButton_Disabled"
            image_disabled_selected="PushButton_Disabled"
            image_selected="PushButton_Selected"
            image_unselected="PushButton_Off"
        chrome="true"
        tool_tip="WebM Video Test"
        enabled="true"
        follows="left|top"
        height="22"
        layout="topleft"
        left="75"
        name="VLC Plugin Test"
        top="0"
        width="22">
        <button.commit_callback
          function="WebContent.TestURL"
          parameter="https://callum-linden.s3.amazonaws.com/sample_media/jumprope.webm"/>
      </button>
      <button
        image_overlay="Video_URL_Off"
            image_disabled="PushButton_Disabled"
            image_disabled_selected="PushButton_Disabled"
            image_selected="PushButton_Selected"
            image_unselected="PushButton_Off"
        chrome="true"
        tool_tip="MP3 audio Test"
        enabled="true"
        follows="left|top"
        height="22"
        layout="topleft"
        left="99"
        name="VLC Plugin Test"
        top="0"
        width="22">
        <button.commit_callback
          function="WebContent.TestURL"
          parameter="https://callum-linden.s3.amazonaws.com/alegria.mp3"/>
      </button>
      <button
        image_overlay="Video_URL_Off"
            image_disabled="PushButton_Disabled"
            image_disabled_selected="PushButton_Disabled"
            image_selected="PushButton_Selected"
            image_unselected="PushButton_Off"
        chrome="true"
        tool_tip="FLV Test"
        enabled="true"
        follows="left|top"
        height="22"
        layout="topleft"
        left="123"
        name="VLC Plugin Test"
        top="0"
        width="22">
        <button.commit_callback
          function="WebContent.TestURL"
          parameter="https://callum-linden.s3.amazonaws.com/sample_media/vandal.flv"/>
      </button>
    </layout_panel>
    <layout_panel
      height="40"
      layout="topleft"
      left_delta="0"
      name="external_controls"
      top_delta="0"
      auto_resize="true"
      width="585">
      <web_browser
        bottom="-2"
        follows="all"
        layout="topleft"
        left="0"
        name="webbrowser"
        top="0"/>
    </layout_panel>
    <layout_panel name="status_bar" 
                  height="23"
                  auto_resize="false">
      <text
        type="string"
        length="200"
        follows="bottom|left"
        height="20"
        layout="topleft"
        left_delta="0"
        name="statusbartext"
        parse_urls="false"
        text_color="0.4 0.4 0.4 1"
        top_pad="3"
        width="495"/>
      <progress_bar
        color_bar="0.3 1.0 0.3 1"
        follows="bottom|right"
        height="16"
        top_delta="-1"
        left_pad="24"
        layout="topleft"
        name="statusbarprogress"
        width="64"/>
    </layout_panel>
  </layout_stack>
</floater>