blob: 2fe4d0190a8a0eda42467b69f000733ec508daaf (
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
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater
height="150"
width="290"
layout="topleft"
name="region_restarting"
help_topic="floater_region_restarting"
single_instance="true"
reuse_instance="false"
title="REGION RESTARTING">
<string name="RegionName">
The region you are in now ([NAME]) is about to restart.
If you stay in this region you will be logged out.
</string>
<string name="RestartSeconds">
Seconds until restart
[SECONDS]
</string>
<panel
name="layout_panel_1"
height="150"
width="290"
follows="right|top"
top="0"
left="0"
background_visible="true"
bg_opaque_color="Orange"
bg_alpha_color="Orange">
<icon color="1.0 1.0 1.0 1.0"
tab_stop="false"
mouse_opaque="false"
name="icon"
width="32"
height="32"
image_name="notify_caution_icon.tga"
follows="left|top">
</icon>
<text
type="string"
length="1"
follows="top|left"
layout="topleft"
name="region_name"
text_color="Black"
font="SansSerifBold"
word_wrap="true"
height="100"
top="5"
left="40"
width="230">
The region you are in now (-The longest region name-) is about to restart.
If you stay in this region you will be logged out.
</text>
<text
type="string"
length="1"
follows="top|left"
layout="topleft"
name="restart_seconds"
text_color="Black"
font="SansSerifLargeBold"
height="40"
top="110"
left="0"
halign="center"
width="290">
Seconds until restart
32767
</text>
</panel>
</floater>
|