Advertisement
pan2

Weather.xml

May 1st, 2013
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 41.87 KB | None | 0 0
  1. <window id="2600">
  2. <defaultcontrol always="true">50</defaultcontrol>
  3. <allowoverlay>no</allowoverlay>
  4. <controls>
  5. <control type="image">
  6. <posx>0</posx>
  7. <posy>100r</posy>
  8. <width>1280</width>
  9. <height>100</height>
  10. <texture>floor.png</texture>
  11. <include>VisibleFadeEffect</include>
  12. <animation effect="slide" start="0,10" end="0,0" time="200" condition="Window.Previous(Home)">WindowOpen</animation>
  13. <animation effect="slide" start="0,0" end="0,10" time="200" condition="Window.Next(Home)">WindowClose</animation>
  14. </control>
  15. <control type="group">
  16. <animation type="WindowOpen" reversible="false">
  17. <effect type="zoom" start="80" end="100" center="640,360" easing="out" tween="back" time="300" />
  18. <effect type="fade" start="0" end="100" time="300" />
  19. </animation>
  20. <animation type="WindowClose" reversible="false">
  21. <effect type="zoom" start="100" end="80" center="640,360" easing="in" tween="back" time="300" />
  22. <effect type="fade" start="100" end="0" time="300" />
  23. </animation>
  24. <include>VisibleFadeEffect</include>
  25. <control type="group">
  26. <animation effect="slide" start="0,0" end="-40,0" time="200" condition="StringCompare(Weather.Plugin,weather.weatherplus)">Conditional</animation>
  27. <posx>60</posx>
  28. <posy>20</posy>
  29. <control type="image">
  30. <posx>-60</posx>
  31. <posy>-20</posy>
  32. <width>1280</width>
  33. <height>720</height>
  34. <texture border="20">weather.jpg</texture>
  35. </control>
  36. <control type="image">
  37. <posx>0</posx>
  38. <posy>0</posy>
  39. <width>620</width>
  40. <height>670</height>
  41. <texture border="20">ContentPanel2.png</texture>
  42. </control>
  43. <control type="label">
  44. <!--this is the time-->
  45.  
  46. <description>time label</description>
  47. <posx>198</posx>
  48. <posy>30</posy>
  49. <width>400</width>
  50. <height>60</height>
  51. <align>left</align>
  52. <aligny>center</aligny>
  53. <font>font12</font>
  54. <textcolor>bisque</textcolor>
  55. <shadowcolor>darkred</shadowcolor>
  56. <label>Current Time : $INFO[System.Time]</label>
  57. </control>
  58.  
  59. <control type="image">
  60. <posx>20</posx>
  61. <posy>5</posy>
  62. <width>600</width>
  63. <height>90</height>
  64. <aspectratio>stretch</aspectratio>
  65. <texture>GlassTitleBar.png</texture>
  66. </control>
  67. <control type="label">
  68. <description>header label</description>
  69. <posx>16</posx>
  70. <posy>13</posy>
  71. <width>600</width>
  72. <height>30</height>
  73. <font>font12_title</font>
  74. <label>Local Weather Radar, Refreshed at: $INFO[Window.Property(Updated)] </label>
  75. <align>center</align>
  76. <aligny>center</aligny>
  77. <textcolor>bisque</textcolor>
  78. <shadowcolor>darkred</shadowcolor>
  79. </control>
  80.  
  81. <control type="group">
  82. <visible>StringCompare(Weather.Plugin,weather.weatherplus) + !IsEmpty(Window.Property(36Hour.IsFetched))</visible>
  83. <control type="label">
  84. <description>Sunrise Label</description>
  85. <posx>16</posx>
  86. <posy>10</posy>
  87. <width>300</width>
  88. <height>35</height>
  89. <font>font10</font>
  90. <align>left</align>
  91. <aligny>center</aligny>
  92. <label>$LOCALIZE[33027] : [COLOR=white]$INFO[Window.Property(Current.Sunrise)][/COLOR]</label>
  93. <textcolor>white</textcolor>
  94. <shadowcolor>darkred</shadowcolor>
  95. </control>
  96. <control type="label">
  97. <description>Sunset label</description>
  98. <posx>470</posx>
  99. <posy>570</posy>
  100. <width>300</width>
  101. <height>35</height>
  102. <font>font13</font>
  103. <align>right</align>
  104. <aligny>center</aligny>
  105. <label>$LOCALIZE[33028] : [COLOR=white]$INFO[Window.Property(Current.Sunset)][/COLOR]</label>
  106. <textcolor>azure</textcolor>
  107. <shadowcolor>darkred</shadowcolor>
  108. </control>
  109. </control>
  110. </control>
  111.  
  112.  
  113. <!-- RADAR BACKGROUND IMAGES -->
  114. <control type="image">
  115. <description>background image</description>
  116. <posx>115</posx>
  117. <posy>100</posy>
  118. <width>512</width>
  119. <height>557</height>
  120. <texture>special://home/userdata/addon_data/weather.ozweather/radarbackgrounds/IDR00004/background.png</texture>
  121. </control>
  122. <control type="image">
  123. <description>background image</description>
  124. <posx>115</posx>
  125. <posy>100</posy>
  126. <width>512</width>
  127. <height>557</height>
  128. <texture>special://home/userdata/addon_data/weather.ozweather/radarbackgrounds/$INFO[Window.Property(Radar)]/legend.png</texture>
  129. </control>
  130.  
  131. <control type="image">
  132. <description>background image</description>
  133. <posx>115</posx>
  134. <posy>100</posy>
  135. <width>512</width>
  136. <height>512</height>
  137. <texture>special://home/userdata/addon_data/weather.ozweather/radarbackgrounds/$INFO[Window.Property(Radar)]/background.png</texture>
  138. </control>
  139.  
  140. <control type="image">
  141. <description>background image</description>
  142. <posx>115</posx>
  143. <posy>100</posy>
  144. <width>512</width>
  145. <height>512</height>
  146. <texture>special://home/userdata/addon_data/weather.ozweather/radarbackgrounds/$INFO[Window.Property(Radar)]/topography.png</texture>
  147. </control>
  148.  
  149. <control type="image">
  150. <description>background image</description>
  151. <posx>115</posx>
  152. <posy>100</posy>
  153. <width>512</width>
  154. <height>512</height>
  155. <texture>special://home/userdata/addon_data/weather.ozweather/radarbackgrounds/$INFO[Window.Property(Radar)]/catchments.png</texture>
  156. </control>
  157.  
  158. <control type="image">
  159. <description>background image</description>
  160.  
  161. <posx>115</posx>
  162. <posy>100</posy>
  163. <width>512</width>
  164. <height>512</height>
  165. <texture>special://home/userdata/addon_data/weather.ozweather/radarbackgrounds/$INFO[Window.Property(Radar)]/range2.png</texture>
  166. </control>
  167.  
  168. <control type="image">
  169. <description>locations image</description>
  170. <posx>115</posx>
  171. <posy>100</posy>
  172. <width>512</width>
  173. <height>512</height>
  174. <texture>special://home/userdata/addon_data/weather.ozweather/radarbackgrounds/$INFO[Window.Property(Radar)]/locations.png</texture>
  175. </control>
  176.  
  177. <!-- TEXTBOX BELOW RADAR -->
  178. <control type="textbox">
  179. <description>Refresh Notes</description>
  180. <visible>false</visible>
  181. <posx>100</posx>
  182. <posy>660</posy>
  183. <width>540</width>
  184. <height>40</height>
  185. <font>font10</font>
  186. <align>center</align>
  187. <textcolor>gray</textcolor>
  188. <shadowcolor>black</shadowcolor>
  189. <label>Bossanova808's $INFO[Window.Property(WeatherVersion)] for XBMC[CR]Data from and (C) Australian Bureau of Meteorology</label>
  190. <autoscroll time="3000" delay="4000" repeat="5000"></autoscroll>
  191. </control>
  192.  
  193.  
  194.  
  195. <!-- RADAR OVERLAY SLIDESHOW -->
  196.  
  197. <control type="multiimage">
  198. <description>maps multiimage</description>
  199. <posx>115</posx>
  200. <posy>93</posy>
  201. <width>512</width>
  202. <height>512</height>
  203. <imagepath>special://home/userdata/addon_data/weather.ozweather/currentloop/$INFO[Window.Property(Radar)]/</imagepath>
  204. <timeperimage>500</timeperimage>
  205. <pauseatend>1000</pauseatend>
  206. <fadetime>0</fadetime>
  207. <randomize>false</randomize>
  208. <loop>yes</loop>
  209. <!--<aspectratio>keep</aspectratio>-->
  210. <texture border="10">ContentPanel2.png</texture>
  211. </control>
  212. <control type="image">
  213. <description>The dark blue panel above the radar</description>
  214. <posx>115</posx>
  215. <posy>612</posy>
  216. <width>512</width>
  217. <height>47</height>
  218. <texture>rain.png</texture>
  219. </control>
  220. <control type="image">
  221. <description>The dark blue new rain rate below the radar</description>
  222. <posx>115</posx>
  223. <posy>91</posy>
  224. <width>512</width>
  225. <height>20</height>
  226. <texture>radartopmask.png</texture>
  227. </control>
  228.  
  229.  
  230. <control type="group">
  231. <visible>!StringCompare(Weather.Plugin,weather.weatherplus)</visible>
  232. <posx>700</posx>
  233. <posy>20</posy>
  234. <control type="image">
  235. <posx>0</posx>
  236. <posy>0</posy>
  237. <width>560</width>
  238. <height>670</height>
  239. <texture border="20">ContentPanel2.png</texture>
  240. </control>
  241.  
  242. <control type="button" id="222">
  243. <description>My first button control</description>
  244. <posx>450</posx>
  245. <posy>550</posy>
  246. <width>90</width>
  247. <height>90</height>
  248. <label>ABC Weather News</label>
  249. <font>font8</font>
  250. <textcolor>bisque</textcolor>
  251. <shadowcolor>darkred</shadowcolor>
  252. <texturefocus>ABC2.png</texturefocus>
  253. <texturenofocus>ABC.png</texturenofocus>
  254. <onclick>PlayMedia($INFO[Window.Property(Video.1)],noresume)</onclick>
  255. <visible>!IsEmpty(Window.Property(Video.1))</visible>
  256.  
  257. <onright>222</onright>
  258. <onleft>3</onleft>
  259. </control>
  260.  
  261.  
  262. <control type="image">
  263. <posx>20</posx>
  264. <posy>5</posy>
  265. <width>525</width>
  266. <height>90</height>
  267. <aspectratio>stretch</aspectratio>
  268. <texture>GlassTitleBar.png</texture>
  269. </control>
  270. <control type="label">
  271. <description>header label</description>
  272. <posx>20</posx>
  273. <posy>13</posy>
  274. <width>510</width>
  275. <height>30</height>
  276. <font>font12_title</font>
  277. <label>Observations & Forecast - $INFO[Window.Property(Location)]</label>
  278. <align>center</align>
  279. <aligny>center</aligny>
  280. <textcolor>bisque</textcolor>
  281. <shadowcolor>darkred</shadowcolor>
  282. </control>
  283.  
  284.  
  285.  
  286.  
  287.  
  288. <!-- EXTENDED WEATHER FORECAST -->
  289.  
  290. <control type="label">
  291. <description>extended forecast label</description>
  292. <posx>20</posx>
  293. <posy>144</posy>
  294. <width>510</width>
  295. <height>20</height>
  296. <font>font12_title</font>
  297. <label>Current Extended Forecast</label>
  298. <align>center</align>
  299. <aligny>center</aligny>
  300. <textcolor>bisque</textcolor>
  301. <shadowcolor>darkred</shadowcolor>
  302. </control>
  303.  
  304. <control type="textbox">
  305. <description>Long Weather Forecast</description>
  306. <posx>30</posx>
  307. <posy>170</posy>
  308. <width>490</width>
  309. <height>82</height>
  310. <font>font10</font>
  311. <align>justify</align>
  312. <textcolor>bisque</textcolor>
  313. <shadowcolor>darkred</shadowcolor>
  314. <info>Window.Property(Current.ConditionLong)</info>
  315. <autoscroll time="3000" delay="4000" repeat="5000"></autoscroll>
  316. </control>
  317.  
  318.  
  319. <control type="image">
  320. <posx>20</posx>
  321. <posy>262</posy>
  322. <width>460</width>
  323. <height>4</height>
  324. <texture>divider.png</texture>
  325. </control>
  326.  
  327. <!-- DAY 0 - TODAY -->
  328.  
  329. <control type="group">
  330. <description>day 0</description>
  331. <posx>20</posx>
  332. <posy>260</posy>
  333.  
  334. <control type="label">
  335. <description>Day label</description>
  336. <posx>220</posx>
  337. <posy>3</posy>
  338. <width>400</width>
  339. <height>35</height>
  340. <font>font10</font>
  341. <label>[COLOR bisque]Today[/COLOR] - $INFO[Window.Property(Day0.Outlook)]</label>
  342. <!--<label>COLOR bisque]$INFO[Window.Property(Day0.Title)][/COLOR] - $INFO[Window.Property(Day0.Outlook)]</label>-->
  343. <align>left</align>
  344. <aligny>center</aligny>
  345. <textcolor>bisque</textcolor>
  346. <shadowcolor>darkred</shadowcolor>
  347. </control>
  348. <control type="image">
  349. <description>day icon</description>
  350. <posx>30</posx>
  351. <posy>8</posy>
  352. <height>50</height>
  353. <width>50</width>
  354. <info>Window.Property(Day0.OutlookIcon)</info>
  355. <aspectratio align="right">keep</aspectratio>
  356. </control>
  357. <!--
  358. <control type="label">
  359. <description>high label</description>
  360. <posx>40</posx>
  361. <posy>30</posy>
  362. <height>20</height>
  363. <font>font12</font>
  364. <align>left</align>
  365. <aligny>center</aligny>
  366. <label>$LOCALIZE[419] :</label>
  367. <textcolor>azure</textcolor>
  368. <shadowcolor>darkred</shadowcolor>
  369. <visible>Weather.IsFetched</visible>
  370. </control>
  371. -->
  372. <control type="label">
  373. <description>high value</description>
  374. <posx>110</posx>
  375. <posy>20</posy>
  376. <height>20</height>
  377. <label>$INFO[Window.Property(Day0.HighTemp)]$INFO[System.TemperatureUnits]</label>
  378. <font>font_MainMenu</font>
  379. <align>left</align>
  380. <aligny>center</aligny>
  381. <textcolor>bisque</textcolor>
  382. <shadowcolor>darkred</shadowcolor>
  383. <visible>!IsEmpty(Window.Property(Day0.HighTemp))</visible>
  384. </control>
  385. <control type="label">
  386. <description>low label</description>
  387. <posx>220</posx>
  388. <posy>30</posy>
  389. <height>20</height>
  390. <font>font10</font>
  391. <align>left</align>
  392. <aligny>center</aligny>
  393. <label>$LOCALIZE[418] :</label>
  394. <textcolor>azure</textcolor>
  395. <shadowcolor>darkred</shadowcolor>
  396. <visible>Weather.IsFetched</visible>
  397. </control>
  398. <control type="label">
  399. <description>low value</description>
  400. <posx>290</posx>
  401. <posy>30</posy>
  402. <height>20</height>
  403. <label>[COLOR bisque]$INFO[Window.Property(Day1.LowTemp)]$INFO[System.TemperatureUnits][/COLOR][COLOR bisque] (tonight's low)[/COLOR]</label>
  404. <font>font10</font>
  405. <align>left</align>
  406. <aligny>center</aligny>
  407. <textcolor>bisque</textcolor>
  408. <shadowcolor>darkred</shadowcolor>
  409. <visible>!IsEmpty(Window.Property(Day0.LowTemp))</visible>
  410. </control>
  411. <control type="image">
  412. <posx>20</posx>
  413. <posy>55</posy>
  414. <width>460</width>
  415. <height>4</height>
  416. <texture>divider.png</texture>
  417. </control>
  418. </control>
  419.  
  420.  
  421.  
  422. <!-- CURRENT OBSERVATIONS -->
  423.  
  424. <control type="group">
  425. <posx>0</posx>
  426. <posy>7</posy>
  427. <control type="image">
  428. <description>current weather icon</description>
  429. <posx>20</posx>
  430. <posy>48</posy>
  431. <width>100</width>
  432. <height>80</height>
  433. <info>Window.Property(Current.ConditionIcon)</info>
  434. <aspectratio>keep</aspectratio>
  435. </control>
  436. <control type="label">
  437. <description>current temp Value</description>
  438. <posx>250</posx>
  439. <posy>70</posy>
  440. <width>180</width>
  441. <height>40</height>
  442. <font>font_MainMenu</font>
  443. <align>right</align>
  444. <aligny>top</aligny>
  445. <label>$INFO[Window.Property(Current.Temperature)]$INFO[System.TemperatureUnits]</label>
  446. <textcolor>bisque</textcolor>
  447. <shadowcolor>darkred</shadowcolor>
  448. </control>
  449. <!--
  450. <control type="label">
  451. <description>current temp Value Units</description>
  452. <posx>210</posx>
  453. <posy>70</posy>
  454. <width>100</width>
  455. <height>40</height>
  456. <font>font_MainMenu</font>
  457. <align>left</align>
  458. <aligny>top</aligny>
  459. <label>$INFO[System.TemperatureUnits]</label>
  460. <textcolor>bisque</textcolor>
  461. <shadowcolor>darkred</shadowcolor>
  462. </control>
  463. -->
  464.  
  465. <control type="label">
  466. <description>now label</description>
  467. <posx>125</posx>
  468. <posy>17</posy>
  469. <width>460</width>
  470. <height>160</height>
  471. <label>Now:</label>
  472. <wrapmultiline>true</wrapmultiline>
  473. <font>font10</font>
  474. <align>left</align>
  475. <scroll>true</scroll>
  476. <aligny>center</aligny>
  477. <textcolor>bisque</textcolor>
  478. <shadowcolor>darkred</shadowcolor>
  479. </control>
  480.  
  481.  
  482. <control type="label">
  483. <description>current condition label</description>
  484. <posx>120</posx>
  485. <posy>-15</posy>
  486. <width>460</width>
  487. <height>160</height>
  488. <info>Window.Property(Current.Condition)</info>
  489. <wrapmultiline>true</wrapmultiline>
  490. <font>font10</font>
  491. <align>left</align>
  492. <scroll>true</scroll>
  493. <aligny>center</aligny>
  494. <textcolor>bisque</textcolor>
  495. <shadowcolor>darkred</shadowcolor>
  496. </control>
  497.  
  498.  
  499. <control type="label">
  500. <description>current feels like label</description>
  501. <posx>390</posx>
  502. <posy>40</posy>
  503. <width>170</width>
  504. <height>35</height>
  505. <font>font10</font>
  506. <align>right</align>
  507. <aligny>center</aligny>
  508. <label>$LOCALIZE[402] :</label>
  509. <textcolor>azure</textcolor>
  510. <shadowcolor>darkred</shadowcolor>
  511. </control>
  512.  
  513. <control type="label">
  514. <description>current dew label</description>
  515. <posx>390</posx>
  516. <posy>55</posy>
  517. <width>170</width>
  518. <height>35</height>
  519. <font>font10</font>
  520. <align>right</align>
  521. <aligny>center</aligny>
  522. <label>$LOCALIZE[405] :</label>
  523. <textcolor>azure</textcolor>
  524. <shadowcolor>darkred</shadowcolor>
  525. </control>
  526. <control type="label">
  527. <description>current humidity label</description>
  528. <posx>390</posx>
  529. <posy>70</posy>
  530. <width>170</width>
  531. <height>35</height>
  532. <font>font10</font>
  533. <align>right</align>
  534. <aligny>center</aligny>
  535. <label>$LOCALIZE[406] :</label>
  536. <textcolor>azure</textcolor>
  537. <shadowcolor>darkred</shadowcolor>
  538. </control>
  539. <control type="label">
  540. <description>current UV Index label</description>
  541. <posx>390</posx>
  542. <posy>85</posy>
  543. <width>170</width>
  544. <height>35</height>
  545. <font>font10</font>
  546. <align>right</align>
  547. <aligny>center</aligny>
  548. <label>UV Max Today :</label>
  549. <textcolor>azure</textcolor>
  550. <shadowcolor>darkred</shadowcolor>
  551. </control>
  552. <control type="label">
  553. <description>current Wind label</description>
  554. <posx>390</posx>
  555. <posy>100</posy>
  556. <width>170</width>
  557. <height>35</height>
  558. <font>font10</font>
  559. <align>right</align>
  560. <aligny>center</aligny>
  561. <label>$LOCALIZE[404] :</label>
  562. <textcolor>azure</textcolor>
  563. <shadowcolor>darkred</shadowcolor>
  564. </control>
  565. <control type="label">
  566. <description>current feels like Value</description>
  567. <posx>395</posx>
  568. <posy>40</posy>
  569. <width>300</width>
  570. <height>35</height>
  571. <font>font10</font>
  572. <align>left</align>
  573. <aligny>center</aligny>
  574. <label>$INFO[Window.Property(Current.FeelsLike)]$INFO[System.TemperatureUnits]</label>
  575. <textcolor>bisque</textcolor>
  576. <shadowcolor>darkred</shadowcolor>
  577. </control>
  578. <control type="label">
  579. <description>current dew Value</description>
  580. <posx>395</posx>
  581. <posy>55</posy>
  582. <width>300</width>
  583. <height>35</height>
  584. <font>font10</font>
  585. <align>left</align>
  586. <aligny>center</aligny>
  587. <label>$INFO[Window.Property(Current.DewPoint)]$INFO[System.TemperatureUnits]</label>
  588. <textcolor>bisque</textcolor>
  589. <shadowcolor>darkred</shadowcolor>
  590. </control>
  591. <control type="label">
  592. <description>current humidity Value</description>
  593. <posx>395</posx>
  594. <posy>70</posy>
  595. <width>300</width>
  596. <height>35</height>
  597. <font>font10</font>
  598. <align>left</align>
  599. <aligny>center</aligny>
  600. <info>Window.Property(Current.Humidity)</info>
  601. <textcolor>bisque</textcolor>
  602. <shadowcolor>darkred</shadowcolor>
  603. </control>
  604. <control type="label">
  605. <description>current UV Index Value</description>
  606. <posx>395</posx>
  607. <posy>85</posy>
  608. <width>300</width>
  609. <height>35</height>
  610. <font>font10</font>
  611. <align>left</align>
  612. <aligny>center</aligny>
  613. <info>Window.Property(Current.UVIndex)</info>
  614. <textcolor>bisque</textcolor>
  615. <shadowcolor>darkred</shadowcolor>
  616. </control>
  617. <control type="label">
  618. <description>current Wind Value</description>
  619. <posx>395</posx>
  620. <posy>100</posy>
  621. <width>300</width>
  622. <height>35</height>
  623. <font>font10</font>
  624. <align>left</align>
  625. <aligny>center</aligny>
  626. <info>Window.Property(Current.Wind)</info>
  627. <textcolor>bisque</textcolor>
  628. <shadowcolor>darkred</shadowcolor>
  629. </control>
  630. </control>
  631.  
  632. <control type="image">
  633. <posx>20</posx>
  634. <posy>137</posy>
  635. <width>500</width>
  636. <height>4</height>
  637. <texture>divider.png</texture>
  638. </control>
  639.  
  640.  
  641.  
  642. <!-- 7 DAY FORECAST -->
  643.  
  644. <control type="group">
  645. <description>day 1</description>
  646. <posx>20</posx>
  647. <posy>315</posy>
  648.  
  649. <control type="label">
  650. <description>Day label</description>
  651. <posx>220</posx>
  652. <posy>3</posy>
  653. <width>400</width>
  654. <height>35</height>
  655. <font>font10</font>
  656. <label>[COLOR bisque]$INFO[Window.Property(Day1.Title)][/COLOR] - $INFO[Window.Property(Day1.Outlook)]</label>
  657. <align>left</align>
  658. <aligny>center</aligny>
  659. <textcolor>bisque</textcolor>
  660. <shadowcolor>darkred</shadowcolor>
  661. </control>
  662. <control type="image">
  663. <description>day icon</description>
  664. <posx>30</posx>
  665. <posy>8</posy>
  666. <height>50</height>
  667. <width>50</width>
  668. <info>Window.Property(Day1.OutlookIcon)</info>
  669. <aspectratio align="right">keep</aspectratio>
  670. </control>
  671. <control type="label">
  672. <description>high value</description>
  673. <posx>110</posx>
  674. <posy>20</posy>
  675. <height>20</height>
  676. <label>$INFO[Window.Property(Day1.HighTemp)]$INFO[System.TemperatureUnits]</label>
  677. <font>font_MainMenu</font>
  678. <align>left</align>
  679. <aligny>center</aligny>
  680. <textcolor>bisque</textcolor>
  681. <shadowcolor>darkred</shadowcolor>
  682. <visible>!IsEmpty(Window.Property(Day1.HighTemp))</visible>
  683. </control>
  684. <control type="label">
  685. <description>low label</description>
  686. <posx>220</posx>
  687. <posy>30</posy>
  688. <height>20</height>
  689. <font>font10</font>
  690. <align>left</align>
  691. <aligny>center</aligny>
  692. <label>$LOCALIZE[418] :</label>
  693. <textcolor>azure</textcolor>
  694. <shadowcolor>darkred</shadowcolor>
  695. <visible>Weather.IsFetched</visible>
  696. </control>
  697. <control type="label">
  698. <description>low value</description>
  699. <posx>290</posx>
  700. <posy>30</posy>
  701. <height>20</height>
  702. <label>$INFO[Window.Property(Day1.LowTemp)]$INFO[System.TemperatureUnits]</label>
  703. <font>font10</font>
  704. <align>left</align>
  705. <aligny>center</aligny>
  706. <textcolor>bisque</textcolor>
  707. <shadowcolor>darkred</shadowcolor>
  708. <visible>!IsEmpty(Window.Property(Day1.LowTemp))</visible>
  709. </control>
  710. <control type="image">
  711. <posx>20</posx>
  712. <posy>55</posy>
  713. <width>460</width>
  714. <height>4</height>
  715. <texture>divider.png</texture>
  716. </control>
  717. </control>
  718.  
  719. <control type="group">
  720. <description>day 2</description>
  721. <posx>20</posx>
  722. <posy>370</posy>
  723.  
  724. <control type="label">
  725. <description>Day label</description>
  726. <posx>220</posx>
  727. <posy>3</posy>
  728. <width>400</width>
  729. <height>35</height>
  730. <font>font10</font>
  731. <label>[COLOR bisque]$INFO[Window.Property(Day2.Title)][/COLOR] - $INFO[Window.Property(Day2.Outlook)]</label>
  732. <align>left</align>
  733. <aligny>center</aligny>
  734. <textcolor>bisque</textcolor>
  735. <shadowcolor>darkred</shadowcolor>
  736. </control>
  737. <control type="image">
  738. <description>day icon</description>
  739. <posx>30</posx>
  740. <posy>8</posy>
  741. <height>50</height>
  742. <width>50</width>
  743. <info>Window.Property(Day2.OutlookIcon)</info>
  744. <aspectratio align="right">keep</aspectratio>
  745. </control>
  746. <control type="label">
  747. <description>high value</description>
  748. <posx>110</posx>
  749. <posy>20</posy>
  750. <height>20</height>
  751. <label>$INFO[Window.Property(Day2.HighTemp)]$INFO[System.TemperatureUnits]</label>
  752. <font>font_MainMenu</font>
  753. <align>left</align>
  754. <aligny>center</aligny>
  755. <textcolor>bisque</textcolor>
  756. <shadowcolor>darkred</shadowcolor>
  757. <visible>!IsEmpty(Window.Property(Day2.HighTemp))</visible>
  758. </control>
  759. <control type="label">
  760. <description>low label</description>
  761. <posx>220</posx>
  762. <posy>30</posy>
  763. <height>20</height>
  764. <font>font10</font>
  765. <align>left</align>
  766. <aligny>center</aligny>
  767. <label>$LOCALIZE[418] :</label>
  768. <textcolor>azure</textcolor>
  769. <shadowcolor>darkred</shadowcolor>
  770. <visible>Weather.IsFetched</visible>
  771. </control>
  772. <control type="label">
  773. <description>low value</description>
  774. <posx>290</posx>
  775. <posy>30</posy>
  776. <height>20</height>
  777. <label>$INFO[Window.Property(Day2.LowTemp)]$INFO[System.TemperatureUnits]</label>
  778. <font>font10</font>
  779. <align>left</align>
  780. <aligny>center</aligny>
  781. <textcolor>bisque</textcolor>
  782. <shadowcolor>darkred</shadowcolor>
  783. <visible>!IsEmpty(Window.Property(Day2.LowTemp))</visible>
  784. </control>
  785. <control type="image">
  786. <posx>20</posx>
  787. <posy>55</posy>
  788. <width>460</width>
  789. <height>4</height>
  790. <texture>divider.png</texture>
  791. </control>
  792. </control>
  793.  
  794. <control type="group">
  795. <description>day 3</description>
  796. <posx>20</posx>
  797. <posy>425</posy>
  798.  
  799. <control type="label">
  800. <description>Day label</description>
  801. <posx>220</posx>
  802. <posy>3</posy>
  803. <width>400</width>
  804. <height>35</height>
  805. <font>font10</font>
  806. <label>[COLOR bisque]$INFO[Window.Property(Day3.Title)][/COLOR] - $INFO[Window.Property(Day3.Outlook)]</label>
  807. <align>left</align>
  808. <aligny>center</aligny>
  809. <textcolor>bisque</textcolor>
  810. <shadowcolor>darkred</shadowcolor>
  811. </control>
  812. <control type="image">
  813. <description>day icon</description>
  814. <posx>30</posx>
  815. <posy>8</posy>
  816. <height>50</height>
  817. <width>50</width>
  818. <info>Window.Property(Day3.OutlookIcon)</info>
  819. <aspectratio align="right">keep</aspectratio>
  820. </control>
  821. <control type="label">
  822. <description>high value</description>
  823. <posx>110</posx>
  824. <posy>20</posy>
  825. <height>20</height>
  826. <label>$INFO[Window.Property(Day3.HighTemp)]$INFO[System.TemperatureUnits]</label>
  827. <font>font_MainMenu</font>
  828. <align>left</align>
  829. <aligny>center</aligny>
  830. <textcolor>bisque</textcolor>
  831. <shadowcolor>darkred</shadowcolor>
  832. <visible>!IsEmpty(Window.Property(Day3.HighTemp))</visible>
  833. </control>
  834. <control type="label">
  835. <description>low label</description>
  836. <posx>220</posx>
  837. <posy>30</posy>
  838. <height>20</height>
  839. <font>font10</font>
  840. <align>left</align>
  841. <aligny>center</aligny>
  842. <label>$LOCALIZE[418] :</label>
  843. <textcolor>azure</textcolor>
  844. <shadowcolor>darkred</shadowcolor>
  845. <visible>Weather.IsFetched</visible>
  846. </control>
  847. <control type="label">
  848. <description>low value</description>
  849. <posx>290</posx>
  850. <posy>30</posy>
  851. <height>20</height>
  852. <label>$INFO[Window.Property(Day3.LowTemp)]$INFO[System.TemperatureUnits]</label>
  853. <font>font10</font>
  854. <align>left</align>
  855. <aligny>center</aligny>
  856. <textcolor>bisque</textcolor>
  857. <shadowcolor>darkred</shadowcolor>
  858. <visible>!IsEmpty(Window.Property(Day3.LowTemp))</visible>
  859. </control>
  860. <control type="image">
  861. <posx>20</posx>
  862. <posy>55</posy>
  863. <width>460</width>
  864. <height>4</height>
  865. <texture>divider.png</texture>
  866. </control>
  867. </control>
  868.  
  869.  
  870. <control type="group">
  871. <description>day 4</description>
  872. <posx>20</posx>
  873. <posy>480</posy>
  874.  
  875. <control type="label">
  876. <description>Day label</description>
  877. <posx>220</posx>
  878. <posy>3</posy>
  879. <width>400</width>
  880. <height>35</height>
  881. <font>font10</font>
  882. <label>[COLOR bisque]$INFO[Window.Property(Day4.Title)][/COLOR] - $INFO[Window.Property(Day4.Outlook)]</label>
  883. <align>left</align>
  884. <aligny>center</aligny>
  885. <textcolor>bisque</textcolor>
  886. <shadowcolor>darkred</shadowcolor>
  887. </control>
  888. <control type="image">
  889. <description>day icon</description>
  890. <posx>30</posx>
  891. <posy>8</posy>
  892. <height>50</height>
  893. <width>50</width>
  894. <texture>$INFO[Window.Property(Day4.OutlookIcon)]</texture>
  895. <aspectratio align="right">keep</aspectratio>
  896. </control>
  897. <control type="label">
  898. <description>high value</description>
  899. <posx>110</posx>
  900. <posy>20</posy>
  901. <height>20</height>
  902. <label>$INFO[Window.Property(Day4.HighTemp)]$INFO[System.TemperatureUnits]</label>
  903. <font>font_MainMenu</font>
  904. <align>left</align>
  905. <aligny>center</aligny>
  906. <textcolor>bisque</textcolor>
  907. <shadowcolor>darkred</shadowcolor>
  908. <visible>!IsEmpty(Window.Property(Day4.HighTemp))</visible>
  909. </control>
  910. <control type="label">
  911. <description>low label</description>
  912. <posx>220</posx>
  913. <posy>30</posy>
  914. <height>20</height>
  915. <font>font10</font>
  916. <align>left</align>
  917. <aligny>center</aligny>
  918. <label>$LOCALIZE[418] :</label>
  919. <textcolor>azure</textcolor>
  920. <shadowcolor>darkred</shadowcolor>
  921. <visible>Weather.IsFetched</visible>
  922. </control>
  923. <control type="label">
  924. <description>low value</description>
  925. <posx>290</posx>
  926. <posy>30</posy>
  927. <height>20</height>
  928. <label>$INFO[Window.Property(Day4.LowTemp)]$INFO[System.TemperatureUnits]</label>
  929. <font>font10</font>
  930. <align>left</align>
  931. <aligny>center</aligny>
  932. <textcolor>bisque</textcolor>
  933. <shadowcolor>darkred</shadowcolor>
  934. <visible>!IsEmpty(Window.Property(Day4.LowTemp))</visible>
  935. </control>
  936. <control type="image">
  937. <posx>20</posx>
  938. <posy>55</posy>
  939. <width>460</width>
  940. <height>4</height>
  941. <texture>divider.png</texture>
  942. </control>
  943. </control>
  944.  
  945.  
  946. <control type="group">
  947. <description>day 5</description>
  948. <posx>20</posx>
  949. <posy>535</posy>
  950.  
  951. <control type="label">
  952. <description>Day label</description>
  953. <posx>220</posx>
  954. <posy>3</posy>
  955. <width>400</width>
  956. <height>35</height>
  957. <font>font10</font>
  958. <label>[COLOR bisque]$INFO[Window.Property(Day5.Title)][/COLOR] - $INFO[Window.Property(Day5.Outlook)]</label>
  959. <align>left</align>
  960. <aligny>center</aligny>
  961. <textcolor>bisque</textcolor>
  962. <shadowcolor>darkred</shadowcolor>
  963. </control>
  964. <control type="image">
  965. <description>day icon</description>
  966. <posx>30</posx>
  967. <posy>8</posy>
  968. <height>50</height>
  969. <width>50</width>
  970. <texture>$INFO[Window.Property(Day5.OutlookIcon)]</texture>
  971. <aspectratio align="right">keep</aspectratio>
  972. </control>
  973. <control type="label">
  974. <description>high value</description>
  975. <posx>110</posx>
  976. <posy>20</posy>
  977. <height>20</height>
  978. <label>$INFO[Window.Property(Day5.HighTemp)]$INFO[System.TemperatureUnits]</label>
  979. <font>font_MainMenu</font>
  980. <align>left</align>
  981. <aligny>center</aligny>
  982. <textcolor>bisque</textcolor>
  983. <shadowcolor>darkred</shadowcolor>
  984. <visible>!IsEmpty(Window.Property(Day5.HighTemp))</visible>
  985. </control>
  986. <control type="label">
  987. <description>low label</description>
  988. <posx>220</posx>
  989. <posy>30</posy>
  990. <height>20</height>
  991. <font>font10</font>
  992. <align>left</align>
  993. <aligny>center</aligny>
  994. <label>$LOCALIZE[418] :</label>
  995. <textcolor>azure</textcolor>
  996. <shadowcolor>darkred</shadowcolor>
  997. <visible>Weather.IsFetched</visible>
  998. </control>
  999. <control type="label">
  1000. <description>low value</description>
  1001. <posx>290</posx>
  1002. <posy>30</posy>
  1003. <height>20</height>
  1004. <label>$INFO[Window.Property(Day5.LowTemp)]$INFO[System.TemperatureUnits]</label>
  1005. <font>font10</font>
  1006. <align>left</align>
  1007. <aligny>center</aligny>
  1008. <textcolor>bisque</textcolor>
  1009. <shadowcolor>darkred</shadowcolor>
  1010. <visible>!IsEmpty(Window.Property(Day5.LowTemp))</visible>
  1011. </control>
  1012. <control type="image">
  1013. <posx>20</posx>
  1014. <posy>55</posy>
  1015. <width>460</width>
  1016. <height>4</height>
  1017. <texture>divider.png</texture>
  1018. </control>
  1019. </control>
  1020.  
  1021.  
  1022. <control type="group">
  1023. <description>day 6</description>
  1024. <posx>20</posx>
  1025. <posy>590</posy>
  1026.  
  1027. <control type="label">
  1028. <description>Day label</description>
  1029. <posx>220</posx>
  1030. <posy>3</posy>
  1031. <width>400</width>
  1032. <height>35</height>
  1033. <font>font10</font>
  1034. <label>[COLOR bisque]$INFO[Window.Property(Day6.Title)][/COLOR] - $INFO[Window.Property(Day6.Outlook)]</label>
  1035. <align>left</align>
  1036. <aligny>center</aligny>
  1037. <textcolor>bisque</textcolor>
  1038. <shadowcolor>darkred</shadowcolor>
  1039. </control>
  1040. <control type="image">
  1041. <description>day icon</description>
  1042. <posx>30</posx>
  1043. <posy>8</posy>
  1044. <height>50</height>
  1045. <width>50</width>
  1046. <texture>$INFO[Window.Property(Day6.OutlookIcon)]</texture>
  1047. <aspectratio align="right">keep</aspectratio>
  1048. </control>
  1049. <control type="label">
  1050. <description>high value</description>
  1051. <posx>110</posx>
  1052. <posy>20</posy>
  1053. <height>20</height>
  1054. <label>$INFO[Window.Property(Day6.HighTemp)]$INFO[System.TemperatureUnits]</label>
  1055. <font>font_MainMenu</font>
  1056. <align>left</align>
  1057. <aligny>center</aligny>
  1058. <textcolor>bisque</textcolor>
  1059. <shadowcolor>darkred</shadowcolor>
  1060. <visible>!IsEmpty(Window.Property(Day6.HighTemp))</visible>
  1061. </control>
  1062. <control type="label">
  1063. <description>low label</description>
  1064. <posx>220</posx>
  1065. <posy>30</posy>
  1066. <height>20</height>
  1067. <font>font10</font>
  1068. <align>left</align>
  1069. <aligny>center</aligny>
  1070. <label>$LOCALIZE[418] :</label>
  1071. <textcolor>azure</textcolor>
  1072. <shadowcolor>darkred</shadowcolor>
  1073. <visible>Weather.IsFetched</visible>
  1074. </control>
  1075. <control type="label">
  1076. <description>low value</description>
  1077. <posx>290</posx>
  1078. <posy>30</posy>
  1079. <height>20</height>
  1080. <label>$INFO[Window.Property(Day6.LowTemp)]$INFO[System.TemperatureUnits]</label>
  1081. <font>font10</font>
  1082. <align>left</align>
  1083. <aligny>center</aligny>
  1084. <textcolor>bisque</textcolor>
  1085. <shadowcolor>darkred</shadowcolor>
  1086. <visible>!IsEmpty(Window.Property(Day6.LowTemp))</visible>
  1087. </control>
  1088. <control type="image">
  1089. <posx>20</posx>
  1090. <posy>55</posy>
  1091. <width>460</width>
  1092. <height>4</height>
  1093. <texture>divider.png</texture>
  1094. </control>
  1095. </control>
  1096.  
  1097.  
  1098. </control>
  1099.  
  1100.  
  1101.  
  1102.  
  1103.  
  1104.  
  1105.  
  1106. <control type="group">
  1107. <visible>StringCompare(Weather.Plugin,weather.weatherplus)</visible>
  1108. <posx>580</posx>
  1109. <posy>40</posy>
  1110. <control type="image">
  1111. <posx>0</posx>
  1112. <posy>0</posy>
  1113. <width>650</width>
  1114. <height>670</height>
  1115. <texture border="20">ContentPanel2.png</texture>
  1116. </control>
  1117.  
  1118. <control type="image">
  1119. <posx>20</posx>
  1120. <posy>5</posy>
  1121. <width>610</width>
  1122. <height>90</height>
  1123. <aspectratio>stretch</aspectratio>
  1124. <texture>GlassTitleBar.png</texture>
  1125. </control>
  1126. <control type="group" id="50">
  1127. <include condition="StringCompare(Weather.Plugin,weather.weatherplus)">Weather+10DayForcast</include>
  1128. <include condition="StringCompare(Weather.Plugin,weather.weatherplus)">Weather+36HourForcast</include>
  1129. <include condition="StringCompare(Weather.Plugin,weather.weatherplus)">Weather+WeekendForcast</include>
  1130. <include condition="StringCompare(Weather.Plugin,weather.weatherplus)">Weather+HourlyForcast</include>
  1131. <include condition="StringCompare(Weather.Plugin,weather.weatherplus)">Weather+MapsVideo</include>
  1132. </control>
  1133. </control>
  1134. </control>
  1135. <include>CommonNowPlaying</include>
  1136. <control type="group">
  1137. <posx>-250</posx>
  1138. <include>SideBladeLeft</include>
  1139. <control type="grouplist" id="9000">
  1140. <posx>0</posx>
  1141. <posy>110</posy>
  1142. <width>250</width>
  1143. <height>610</height>
  1144. <onleft>3</onleft>
  1145. <onright>222</onright>
  1146. <onup>9000</onup>
  1147. <ondown>9000</ondown>
  1148. <onback>50</onback>
  1149. <itemgap>0</itemgap>
  1150. <control type="label" id="200">
  1151. <width>250</width>
  1152. <height>35</height>
  1153. <font>font12caps</font>
  1154. <label>31006</label>
  1155. <textcolor>blue</textcolor>
  1156. <align>center</align>
  1157. <aligny>center</aligny>
  1158. </control>
  1159. <control type="group" id="300">
  1160. <width>250</width>
  1161. <height>40</height>
  1162. <control type="spincontrolex" id="3">
  1163. <description>change location button</description>
  1164. <posx>0</posx>
  1165. <posy>0</posy>
  1166. <font>-</font>
  1167. <include>ButtonCommonValues</include>
  1168. <onleft>3</onleft>
  1169. <onright>222</onright>
  1170. <onup>200</onup>
  1171. <ondown>302</ondown>
  1172. <onback>50</onback>
  1173. </control>
  1174. <control type="label" id="301">
  1175. <posx>10</posx>
  1176. <posy>0</posy>
  1177. <width>200</width>
  1178. <height>40</height>
  1179. <font>font13</font>
  1180. <label>31027</label>
  1181. <textcolor>bisque</textcolor>
  1182. <align>left</align>
  1183. <aligny>center</aligny>
  1184. </control>
  1185. </control>
  1186. <control type="button" id="302">
  1187. <description>10 day forcast button</description>
  1188. <textwidth>235</textwidth>
  1189. <include>ButtonCommonValues</include>
  1190. <label>31904</label>
  1191. <onclick>ClearProperty(Weather.CurrentView)</onclick>
  1192. <visible>StringCompare(Weather.Plugin,weather.weatherplus)</visible>
  1193. </control>
  1194. <control type="button" id="303">
  1195. <description>36 hour forcast button</description>
  1196. <textwidth>235</textwidth>
  1197. <include>ButtonCommonValues</include>
  1198. <label>31901</label>
  1199. <onclick>SetProperty(Weather.CurrentView,36hour)</onclick>
  1200. <visible>StringCompare(Weather.Plugin,weather.weatherplus)</visible>
  1201. </control>
  1202. <control type="button" id="304">
  1203. <description>Weekend forcast button</description>
  1204. <textwidth>235</textwidth>
  1205. <include>ButtonCommonValues</include>
  1206. <label>31903</label>
  1207. <onclick>SetProperty(Weather.CurrentView,weekend)</onclick>
  1208. <visible>StringCompare(Weather.Plugin,weather.weatherplus)</visible>
  1209. </control>
  1210. <control type="button" id="305">
  1211. <description>Hourly forcast button</description>
  1212. <textwidth>235</textwidth>
  1213. <include>ButtonCommonValues</include>
  1214. <label>31902</label>
  1215. <onclick>SetProperty(Weather.CurrentView,hourly)</onclick>
  1216. <visible>StringCompare(Weather.Plugin,weather.weatherplus)</visible>
  1217. </control>
  1218. <control type="button" id="306">
  1219. <description>Hourly forcast button</description>
  1220. <textwidth>235</textwidth>
  1221. <include>ButtonCommonValues</include>
  1222. <label>31906</label>
  1223. <onclick>SetProperty(Weather.CurrentView,maps)</onclick>
  1224. <visible>StringCompare(Weather.Plugin,weather.weatherplus)</visible>
  1225. </control>
  1226. <control type="label" id="201">
  1227. <width>250</width>
  1228. <height>35</height>
  1229. <font>font12caps</font>
  1230. <label>31026</label>
  1231. <textcolor>blue</textcolor>
  1232. <align>center</align>
  1233. <aligny>center</aligny>
  1234. </control>
  1235. <control type="button" id="2">
  1236. <description>Refresh button</description>
  1237. <textwidth>235</textwidth>
  1238. <include>ButtonCommonValues</include>
  1239. <label>103</label>
  1240. </control>
  1241. <control type="button" id="5">
  1242. <description>Custom Weather Script Button</description>
  1243. <label>$INFO[Skin.String(WeatherScript_Label)]</label>
  1244. <onclick>SetFocus(50)</onclick>
  1245. <onclick>XBMC.RunScript($INFO[Skin.String(WeatherScript_Path)])</onclick>
  1246. <onclick>SetFocus(50)</onclick>
  1247. <textwidth>235</textwidth>
  1248. <include>ButtonCommonValues</include>
  1249. <visible>Skin.HasSetting(WeatherScript_Enable) + !IsEmpty(Skin.String(WeatherScript_Label))</visible>
  1250. </control>
  1251. <control type="button" id="4">
  1252. <description>Settings button</description>
  1253. <label>5</label>
  1254. <onclick>ActivateWindow(MyWeatherSettings)</onclick>
  1255. <textwidth>235</textwidth>
  1256. <include>ButtonCommonValues</include>
  1257. </control>
  1258. <control type="button" id="6">
  1259. <description>ABC video button</description>
  1260. <label>ABC Weather</label>
  1261. <onclick>PlayMedia($INFO[Window.Property(Video.1)],noresume)</onclick>
  1262. <visible>!IsEmpty(Window.Property(Video.1))</visible>
  1263. <textwidth>235</textwidth>
  1264. <include>ButtonCommonValues</include>
  1265. </control>
  1266. <control type="radiobutton" id="250">
  1267. <description>Fanart Toggle</description>
  1268. <include>ButtonCommonValues</include>
  1269. <label>31307</label>
  1270. <onclick>Skin.ToggleSetting(ShowWeatherFanart)</onclick>
  1271. <selected>!Skin.HasSetting(ShowWeatherFanart)</selected>
  1272. </control>
  1273. <control type="button" id="251">
  1274. <include>ButtonCommonValues</include>
  1275. <label>31317</label>
  1276. <onclick>Skin.SetPath(WeatherFanartDir)</onclick>
  1277. <enable>Skin.HasSetting(ShowWeatherFanart)</enable>
  1278. </control>
  1279. <include>CommonNowPlaying_Controls</include>
  1280. </control>
  1281. </control>
  1282. <control type="button" id="50">
  1283. <description>Fake Button to fix Side Menu Navigation</description>
  1284. <onleft>3</onleft>
  1285. <onright>222</onright>
  1286. <onup>3</onup>
  1287. <ondown>3</ondown>
  1288. <visible allowhiddenfocus="true">false</visible>
  1289. </control>
  1290. <control type="group">
  1291. <posx>40</posx>
  1292. <posy>0</posy>
  1293. <animation effect="slide" end="-310,0" time="400" tween="quadratic" easing="out">WindowClose</animation>
  1294. <animation effect="slide" start="-310,0" time="400" tween="quadratic" easing="out">WindowOpen</animation>
  1295. <control type="image">
  1296. <posx>0</posx>
  1297. <posy>0</posy>
  1298. <width>250</width>
  1299. <height>35</height>
  1300. <texture border="0,0,32,0">header.png</texture>
  1301. </control>
  1302. <control type="label">
  1303. <include>WindowTitleCommons</include>
  1304. <posx>220</posx>
  1305. <label>$LOCALIZE[8]</label>
  1306. </control>
  1307. </control> <include>WindowTitleHomeButton</include>
  1308. <include>Clock</include>
  1309. </controls>
  1310. </window>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement