blob: 6fa890435361939dcfb13c2619e13382c6e1702b (
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
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel border="false" bottom="20" can_close="true" can_minimize="true"
can_resize="false" follows="bottom|left" height="490" left="330"
name="Event" title="Event" width="490">
<text bottom="-36" follows="top|left" font="SansSerif" left="20"
name="event_name_label">
Name:
</text>
<text bottom="-36" follows="top|left" font="SansSerif" left="120" name="event_name"
width="310">
(none)
</text>
<text bottom_delta="-16" follows="top|left" font="SansSerif" left="20"
name="event_category_label">
Type:
</text>
<text bottom_delta="0" follows="top|left" font="SansSerif" left="120"
name="event_category">
(none)
</text>
<text bottom_delta="-16" follows="top|left" font="SansSerif" left="20"
name="event_mature_label">
Mature Content:
</text>
<text bottom_delta="0" follows="top|left" font="SansSerif" left="120"
name="event_mature_yes" visible="false">
Yes
</text>
<text bottom_delta="0" follows="top|left" font="SansSerif" left="120"
name="event_mature_no" visible="false">
No
</text>
<text bottom_delta="-16" follows="top|left" font="SansSerif" left="20"
name="event_date_label">
Date:
</text>
<text bottom_delta="0" follows="top|left" font="SansSerif" left="120"
name="event_date">
(none)
</text>
<text bottom_delta="-16" follows="top|left" font="SansSerif" left="20"
name="event_duration_label">
Event Duration:
</text>
<text bottom_delta="0" follows="top|left" font="SansSerif" left="120"
name="event_duration">
(none)
</text>
<text bottom_delta="-16" follows="top|left" font="SansSerif" left="20"
name="event_runby_label">
Run By:
</text>
<text bottom_delta="0" follows="top|left" font="SansSerif" left="120"
name="event_runby" width="310">
(none)
</text>
<text bottom_delta="-16" follows="top|left" font="SansSerif" left="20"
name="event_location_label">
Location:
</text>
<text bottom_delta="0" follows="top|left" font="SansSerif" left="120"
name="event_location" width="310">
(none)
</text>
<text bottom_delta="-16" follows="top|left" font="SansSerif" left="20"
name="event_cover_label">
Cover Charge:
</text>
<text bottom_delta="0" follows="top|left" font="SansSerif" left="120"
name="event_cover">
(none)
</text>
<text bottom_delta="-16" follows="top|left" font="SansSerif" left="20"
name="event_desc_label">
Description:
</text>
<text_editor bottom_delta="-230" follows="left|top" height="220" left="20" max_length="1024"
name="event_desc" width="400" spell_check="true" />
<button bottom_delta="-24" follows="left|top" height="20" label="Teleport" left="20"
name="teleport_btn" width="140" />
<button bottom_delta="0" follows="left|top" height="20" label="Show on Map" left="165"
name="map_btn" width="140" />
<button bottom_delta="-20" follows="left|top" height="20" label="Notify" left="20"
name="notify_btn" width="140" />
<button bottom_delta="0" follows="left|top" height="20" label="Create Event..."
left="165" name="create_event_btn" width="140" />
<string name="none">
none
</string>
<string name="notify">
Notify
</string>
<string name="dont_notify">
Don't Notify
</string>
</panel>
|