vanilla-wow-addons – Blame information for rev 1
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 1 | <?xml-stylesheet type="text/xsl" href="/css/wowui.xsl"?> |
2 | <Ui xmlns="http://www.blizzard.com/wow/ui/" |
||
3 | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
||
4 | xsi:schemaLocation="http://www.blizzard.com/wow/ui/"> |
||
5 | <Script file="FlightMapTaxi.lua"/> |
||
6 | |||
7 | <!-- FlightMapPathTemplate is defined in FlightMap.xml --> |
||
8 | |||
9 | <Button name="FlightMapTaxiButtonTemplate" parent="FlightMapTaxiFrame" |
||
10 | hidden="true" virtual="true"> |
||
11 | <Size> |
||
12 | <AbsDimension x="16" y="16"/> |
||
13 | </Size> |
||
14 | <Anchors> |
||
15 | <Anchor point="BOTTOMRIGHT"/> |
||
16 | </Anchors> |
||
17 | <Scripts> |
||
18 | <OnEnter> |
||
19 | FlightMapTaxiButton_OnEnter(this); |
||
20 | </OnEnter> |
||
21 | <OnLeave> |
||
22 | FlightMapTaxiButton_OnLeave(this); |
||
23 | </OnLeave> |
||
24 | </Scripts> |
||
25 | <NormalTexture file="Interface\TaxiFrame\UI-Taxi-Icon-Gray"/> |
||
26 | <HighlightTexture file="Interface\TaxiFrame\UI-Taxi-Icon-Highlight"> |
||
27 | <Size x="32" y="32"/> |
||
28 | <Anchors> |
||
29 | <Anchor point="CENTER"/> |
||
30 | </Anchors> |
||
31 | </HighlightTexture> |
||
32 | </Button> |
||
33 | |||
34 | <!-- FlightMapTaxiFrame is overlaid onto TaxiRouteMap; it draws in the |
||
35 | flights between distant nodes --> |
||
36 | <Frame name="FlightMapTaxiFrame" parent="TaxiFrame" hidden="false"> |
||
37 | <Anchors> |
||
38 | <Anchor point="TOPLEFT" relativeTo="TaxiRouteMap"/> |
||
39 | </Anchors> |
||
40 | <Layers> |
||
41 | <Layer level="ARTWORK"> |
||
42 | <Texture name="FlightMapTaxiPath1" inherits="FlightMapPathTemplate"/> |
||
43 | <Texture name="FlightMapTaxiPath2" inherits="FlightMapPathTemplate"/> |
||
44 | <Texture name="FlightMapTaxiPath3" inherits="FlightMapPathTemplate"/> |
||
45 | <Texture name="FlightMapTaxiPath4" inherits="FlightMapPathTemplate"/> |
||
46 | <Texture name="FlightMapTaxiPath5" inherits="FlightMapPathTemplate"/> |
||
47 | <Texture name="FlightMapTaxiPath6" inherits="FlightMapPathTemplate"/> |
||
48 | <Texture name="FlightMapTaxiPath7" inherits="FlightMapPathTemplate"/> |
||
49 | <Texture name="FlightMapTaxiPath8" inherits="FlightMapPathTemplate"/> |
||
50 | <Texture name="FlightMapTaxiPath9" inherits="FlightMapPathTemplate"/> |
||
51 | <Texture name="FlightMapTaxiPath10" inherits="FlightMapPathTemplate"/> |
||
52 | <Texture name="FlightMapTaxiPath11" inherits="FlightMapPathTemplate"/> |
||
53 | <Texture name="FlightMapTaxiPath12" inherits="FlightMapPathTemplate"/> |
||
54 | <Texture name="FlightMapTaxiPath13" inherits="FlightMapPathTemplate"/> |
||
55 | <Texture name="FlightMapTaxiPath14" inherits="FlightMapPathTemplate"/> |
||
56 | <Texture name="FlightMapTaxiPath15" inherits="FlightMapPathTemplate"/> |
||
57 | <Texture name="FlightMapTaxiPath16" inherits="FlightMapPathTemplate"/> |
||
58 | <Texture name="FlightMapTaxiPath17" inherits="FlightMapPathTemplate"/> |
||
59 | <Texture name="FlightMapTaxiPath18" inherits="FlightMapPathTemplate"/> |
||
60 | <Texture name="FlightMapTaxiPath19" inherits="FlightMapPathTemplate"/> |
||
61 | <Texture name="FlightMapTaxiPath20" inherits="FlightMapPathTemplate"/> |
||
62 | <Texture name="FlightMapTaxiPath21" inherits="FlightMapPathTemplate"/> |
||
63 | <Texture name="FlightMapTaxiPath22" inherits="FlightMapPathTemplate"/> |
||
64 | <Texture name="FlightMapTaxiPath23" inherits="FlightMapPathTemplate"/> |
||
65 | <Texture name="FlightMapTaxiPath24" inherits="FlightMapPathTemplate"/> |
||
66 | <Texture name="FlightMapTaxiPath25" inherits="FlightMapPathTemplate"/> |
||
67 | <Texture name="FlightMapTaxiPath26" inherits="FlightMapPathTemplate"/> |
||
68 | <Texture name="FlightMapTaxiPath27" inherits="FlightMapPathTemplate"/> |
||
69 | <Texture name="FlightMapTaxiPath28" inherits="FlightMapPathTemplate"/> |
||
70 | <Texture name="FlightMapTaxiPath29" inherits="FlightMapPathTemplate"/> |
||
71 | <Texture name="FlightMapTaxiPath30" inherits="FlightMapPathTemplate"/> |
||
72 | <Texture name="FlightMapTaxiPath31" inherits="FlightMapPathTemplate"/> |
||
73 | <Texture name="FlightMapTaxiPath32" inherits="FlightMapPathTemplate"/> |
||
74 | <Texture name="FlightMapTaxiPath33" inherits="FlightMapPathTemplate"/> |
||
75 | <Texture name="FlightMapTaxiPath34" inherits="FlightMapPathTemplate"/> |
||
76 | <Texture name="FlightMapTaxiPath35" inherits="FlightMapPathTemplate"/> |
||
77 | <Texture name="FlightMapTaxiPath36" inherits="FlightMapPathTemplate"/> |
||
78 | <Texture name="FlightMapTaxiPath37" inherits="FlightMapPathTemplate"/> |
||
79 | <Texture name="FlightMapTaxiPath38" inherits="FlightMapPathTemplate"/> |
||
80 | <Texture name="FlightMapTaxiPath39" inherits="FlightMapPathTemplate"/> |
||
81 | <Texture name="FlightMapTaxiPath40" inherits="FlightMapPathTemplate"/> |
||
82 | <Texture name="FlightMapTaxiPath41" inherits="FlightMapPathTemplate"/> |
||
83 | <Texture name="FlightMapTaxiPath42" inherits="FlightMapPathTemplate"/> |
||
84 | <Texture name="FlightMapTaxiPath43" inherits="FlightMapPathTemplate"/> |
||
85 | <Texture name="FlightMapTaxiPath44" inherits="FlightMapPathTemplate"/> |
||
86 | <Texture name="FlightMapTaxiPath45" inherits="FlightMapPathTemplate"/> |
||
87 | <Texture name="FlightMapTaxiPath46" inherits="FlightMapPathTemplate"/> |
||
88 | <Texture name="FlightMapTaxiPath47" inherits="FlightMapPathTemplate"/> |
||
89 | <Texture name="FlightMapTaxiPath48" inherits="FlightMapPathTemplate"/> |
||
90 | </Layer> |
||
91 | </Layers> |
||
92 | <Frames> |
||
93 | <!-- Continent select --> |
||
94 | <Frame name="FlightMapTaxiContinents" inherits="UIDropDownMenuTemplate" |
||
95 | id="1" hidden="false"> |
||
96 | <Anchors> |
||
97 | <Anchor point="BOTTOM" relativeTo="TaxiRouteMap" relativePoint="TOP"> |
||
98 | <Offset> |
||
99 | <AbsDimension x="0" y="2"/> |
||
100 | </Offset> |
||
101 | </Anchor> |
||
102 | </Anchors> |
||
103 | <Scripts> |
||
104 | <OnLoad> |
||
105 | FlightMapTaxiContinents_OnLoad(); |
||
106 | </OnLoad> |
||
107 | <OnShow> |
||
108 | FlightMapTaxiContinents_OnLoad(); |
||
109 | </OnShow> |
||
110 | </Scripts> |
||
111 | </Frame> |
||
112 | |||
113 | <!-- Extra POI buttons --> |
||
114 | <Button name="FlightMapTaxiButton1" id="1" |
||
115 | inherits="FlightMapTaxiButtonTemplate"/> |
||
116 | <Button name="FlightMapTaxiButton2" id="2" |
||
117 | inherits="FlightMapTaxiButtonTemplate"/> |
||
118 | <Button name="FlightMapTaxiButton3" id="3" |
||
119 | inherits="FlightMapTaxiButtonTemplate"/> |
||
120 | <Button name="FlightMapTaxiButton4" id="4" |
||
121 | inherits="FlightMapTaxiButtonTemplate"/> |
||
122 | <Button name="FlightMapTaxiButton5" id="5" |
||
123 | inherits="FlightMapTaxiButtonTemplate"/> |
||
124 | <Button name="FlightMapTaxiButton6" id="6" |
||
125 | inherits="FlightMapTaxiButtonTemplate"/> |
||
126 | <Button name="FlightMapTaxiButton7" id="7" |
||
127 | inherits="FlightMapTaxiButtonTemplate"/> |
||
128 | <Button name="FlightMapTaxiButton8" id="8" |
||
129 | inherits="FlightMapTaxiButtonTemplate"/> |
||
130 | <Button name="FlightMapTaxiButton9" id="9" |
||
131 | inherits="FlightMapTaxiButtonTemplate"/> |
||
132 | <Button name="FlightMapTaxiButton10" id="10" |
||
133 | inherits="FlightMapTaxiButtonTemplate"/> |
||
134 | <Button name="FlightMapTaxiButton11" id="11" |
||
135 | inherits="FlightMapTaxiButtonTemplate"/> |
||
136 | <Button name="FlightMapTaxiButton12" id="12" |
||
137 | inherits="FlightMapTaxiButtonTemplate"/> |
||
138 | <Button name="FlightMapTaxiButton13" id="13" |
||
139 | inherits="FlightMapTaxiButtonTemplate"/> |
||
140 | <Button name="FlightMapTaxiButton14" id="14" |
||
141 | inherits="FlightMapTaxiButtonTemplate"/> |
||
142 | <Button name="FlightMapTaxiButton15" id="15" |
||
143 | inherits="FlightMapTaxiButtonTemplate"/> |
||
144 | <Button name="FlightMapTaxiButton16" id="16" |
||
145 | inherits="FlightMapTaxiButtonTemplate"/> |
||
146 | <Button name="FlightMapTaxiButton17" id="17" |
||
147 | inherits="FlightMapTaxiButtonTemplate"/> |
||
148 | <Button name="FlightMapTaxiButton18" id="18" |
||
149 | inherits="FlightMapTaxiButtonTemplate"/> |
||
150 | <Button name="FlightMapTaxiButton19" id="19" |
||
151 | inherits="FlightMapTaxiButtonTemplate"/> |
||
152 | <Button name="FlightMapTaxiButton20" id="20" |
||
153 | inherits="FlightMapTaxiButtonTemplate"/> |
||
154 | <Button name="FlightMapTaxiButton21" id="21" |
||
155 | inherits="FlightMapTaxiButtonTemplate"/> |
||
156 | <Button name="FlightMapTaxiButton22" id="22" |
||
157 | inherits="FlightMapTaxiButtonTemplate"/> |
||
158 | <Button name="FlightMapTaxiButton23" id="23" |
||
159 | inherits="FlightMapTaxiButtonTemplate"/> |
||
160 | <Button name="FlightMapTaxiButton24" id="24" |
||
161 | inherits="FlightMapTaxiButtonTemplate"/> |
||
162 | <Button name="FlightMapTaxiButton25" id="25" |
||
163 | inherits="FlightMapTaxiButtonTemplate"/> |
||
164 | <Button name="FlightMapTaxiButton26" id="26" |
||
165 | inherits="FlightMapTaxiButtonTemplate"/> |
||
166 | <Button name="FlightMapTaxiButton27" id="27" |
||
167 | inherits="FlightMapTaxiButtonTemplate"/> |
||
168 | <Button name="FlightMapTaxiButton28" id="28" |
||
169 | inherits="FlightMapTaxiButtonTemplate"/> |
||
170 | <Button name="FlightMapTaxiButton29" id="29" |
||
171 | inherits="FlightMapTaxiButtonTemplate"/> |
||
172 | <Button name="FlightMapTaxiButton30" id="30" |
||
173 | inherits="FlightMapTaxiButtonTemplate"/> |
||
174 | <Button name="FlightMapTaxiButton31" id="31" |
||
175 | inherits="FlightMapTaxiButtonTemplate"/> |
||
176 | <Button name="FlightMapTaxiButton32" id="32" |
||
177 | inherits="FlightMapTaxiButtonTemplate"/> |
||
178 | </Frames> |
||
179 | <Scripts> |
||
180 | <OnLoad> |
||
181 | FlightMapTaxiFrame_OnLoad(); |
||
182 | </OnLoad> |
||
183 | <OnEvent> |
||
184 | FlightMapTaxiFrame_OnEvent(event); |
||
185 | </OnEvent> |
||
186 | </Scripts> |
||
187 | </Frame> |
||
188 | </Ui> |