Advertisement
Guest User

Untitled

a guest
Dec 30th, 2013
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 106.71 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <window>
  3. <defaultcontrol always="true">8</defaultcontrol>
  4. <onload>ClearProperty(ActorFade)</onload>
  5. <onload>AlarmClock(ActorFade,SetProperty(ActorFade,true),00:02,silent)</onload>
  6. <!--Video Extras AddOn-->
  7. <onload condition="System.HasAddon(script.videoextras)">XBMC.RunScript(script.videoextras,check,"$INFO[ListItem.FilenameAndPath]")</onload>
  8. <onload condition="System.HasAddon(script.tvtunes)">XBMC.RunScript(script.tvtunes,backend=True)</onload>
  9. <onload condition="System.HasAddon(script.videolanguage) + [Container.Content(movies) | Container.Content(episodes)]">RunScript(script.videolanguage,movieid=$INFO[ListItem.DBID])</onload>
  10. <!--<onload condition="Skin.HasSetting(ActivateTvTunes) + System.HasAddon(script.tvtunes)">XBMC.RunScript(script.tvtunes,backend=True&amp;loop=False)</onload>-->
  11. <!--<onload condition="System.HasAddon(script.dvdextras) + Container.Content(movies)">XBMC.RunScript(script.dvdextras,MovieThemes,start_theme,$INFO[ListItem.FilenameAndPath])</onload>-->
  12. <!--<onunload condition="System.HasAddon(script.dvdextras) + Container.Content(movies)">XBMC.RunScript(script.dvdextras,MovieThemes,stop_theme)</onunload>-->
  13. <onunload>ClearProperty(FanartZoom,movieinformation)</onunload>
  14. <allowoverlay>no</allowoverlay>
  15. <controls>
  16. <control type="group">
  17. <animation effect="slide" start="1242,0" end="0,0" time="320" tween="quadratic">WindowOpen</animation>
  18. <animation effect="slide" end="1242,0" time="320" tween="quadratic">WindowClose</animation>
  19. <animation effect="slide" start="1242,0" end="0,0" time="320" tween="quadratic" condition="!Window.IsVisible(script-Actors-DialogVideoInfo.xml)|!Window.IsVisible(script-Actors-DialogInfo.xml)">Conditional</animation>
  20. <animation effect="slide" end="1242,0" time="320" tween="quadratic" condition="Window.IsVisible(script-Actors-DialogVideoInfo.xml)|Window.IsVisible(script-Actors-DialogInfo.xml)">Conditional</animation>
  21. <control type="image">
  22. <posx>729</posx>
  23. <width>1192</width>
  24. <height>1080</height>
  25. <texture>info/info_rightpanelbottom.png</texture>
  26. <visible>IsEmpty(ListItem.Art(fanart))</visible>
  27. </control>
  28. <control type="image">
  29. <posx>729</posx>
  30. <width>1192</width>
  31. <height>1080</height>
  32. <aspectratio align="center">scale</aspectratio>
  33. <texture background="true">$VAR[DialogVideoInfoFanartVar]</texture>
  34. </control>
  35. <control type="image">
  36. <posx>729</posx>
  37. <width>1192</width>
  38. <height>1080</height>
  39. <texture>info/info_rightpaneltop.png</texture>
  40. <colordiffuse>$VAR[DialogColorVar]</colordiffuse>
  41. </control>
  42. <!-- Buttons -->
  43. <control type="group">
  44. <posx>-40</posx>
  45. <control type="button" id="13">
  46. <posx>991</posx>
  47. <posy>284</posy>
  48. <width>854</width>
  49. <height>42</height>
  50. <texturefocus border="8">views/tripanel/listselect_fo.png</texturefocus>
  51. <texturenofocus>-</texturenofocus>
  52. <label>-</label>
  53. <colordiffuse>$VAR[FocusTextureColorVar]</colordiffuse>
  54. <ondown>600</ondown>
  55. <visible>!IsEmpty(ListItem.Director)</visible>
  56. </control>
  57. <control type="button" id="599">
  58. <include>HiddenObject</include>
  59. <texturenofocus>-</texturenofocus>
  60. <onfocus>SetProperty(ListType,Actors,home)</onfocus>
  61. <onfocus>SetProperty(ContainerTitle,$INFO[Container(600).ListItem.Label],home)</onfocus>
  62. <onfocus>SetFocus(601)</onfocus>
  63. </control>
  64. <control type="group">
  65. <control type="button" id="130">
  66. <posx>875</posx>
  67. <posy>242</posy>
  68. <width>960</width>
  69. <height>42</height>
  70. <texturefocus border="8">views/tripanel/listselect_fo.png</texturefocus>
  71. <texturenofocus>-</texturenofocus>
  72. <label>-</label>
  73. <onclick>SetProperty(ListType,Director,home)</onclick>
  74. <onfocus>SetProperty(ContainerTitle,$INFO[ListItem.Director],home)</onfocus>
  75. <onclick>SetFocus(601)</onclick>
  76. <colordiffuse>$VAR[FocusTextureColorVar]</colordiffuse>
  77. <ondown>131</ondown>
  78. <visible>!IsEmpty(ListItem.Director)</visible>
  79. </control>
  80. <control type="button" id="131">
  81. <posx>875</posx>
  82. <posy>283</posy>
  83. <width>960</width>
  84. <height>42</height>
  85. <texturefocus border="8">views/tripanel/listselect_fo.png</texturefocus>
  86. <texturenofocus>-</texturenofocus>
  87. <label>-</label>
  88. <onclick>SetProperty(ListType,Writer,home)</onclick>
  89. <onfocus>SetProperty(ContainerTitle,$INFO[ListItem.Writer],home)</onfocus>
  90. <onclick>SetFocus(601)</onclick>
  91. <colordiffuse>$VAR[FocusTextureColorVar]</colordiffuse>
  92. <ondown>600</ondown>
  93. <onup>130</onup>
  94. <enable>!IsEmpty(ListItem.Writer)</enable>
  95. </control>
  96. </control>
  97. <!-- Movie info -->
  98. <control type="group">
  99. <posx>825</posx>
  100. <posy>68</posy>
  101. <width>1042</width>
  102. <height>854</height>
  103. <control type="image">
  104. <posy>90</posy>
  105. <width>1042</width>
  106. <height>854</height>
  107. <texture>info/info_panellines_movie2.png</texture>
  108. <colordiffuse>$VAR[ColorDiffuseVar]</colordiffuse>
  109. </control>
  110. <control type="group">
  111. <animation type="WindowOpen" reversible="false">
  112. <effect type="fade" start="0" end="100" delay="0" time="0" tween="cubic" />
  113. <effect type="slide" start="0,80" end="0,0" delay="460" time="960" tween="cubic" />
  114. </animation>
  115. <control type="group">
  116. <visible>!IsEmpty(ListItem.Top250)</visible>
  117. <posy>-30</posy>
  118. <control type="image">
  119. <posx>-20</posx>
  120. <width>120</width>
  121. <height>120</height>
  122. <texture>common/imdb.png</texture>
  123. <colordiffuse>white2</colordiffuse>
  124. <include>AudioFlagsVars</include>
  125. </control>
  126. <control type="label">
  127. <posx>-20</posx>
  128. <posy>-13</posy>
  129. <width>120</width>
  130. <height>120</height>
  131. <label>$INFO[ListItem.Top250]</label>
  132. <textcolor>black</textcolor>
  133. <align>center</align>
  134. <font>Font_Bold28</font>
  135. </control>
  136. </control>
  137. <control type="grouplist">
  138. <posx>0</posx>
  139. <posy>-15</posy>
  140. <animation effect="slide" start="0,0" end="90,0" time="0" condition="!IsEmpty(ListItem.Top250)">Conditional</animation>
  141. <width>1018</width>
  142. <height>200</height>
  143. <aligny>top</aligny>
  144. <itemgap>0</itemgap>
  145. <orientation>vertical</orientation>
  146. <control type="label">
  147. <width>1018</width>
  148. <height>50</height>
  149. <label>$INFO[ListItem.Title]</label>
  150. <font>Font_Reg57_Caps</font>
  151. <animation effect="slide" start="0,0" end="0,30" time="0" condition="[Container.Content(movies) | Container.Content(tvshows)] + IsEmpty(ListItem.Genre)">Conditional</animation>
  152. <animation effect="slide" start="0,0" end="0,30" time="0" condition="[Container.Content(musicvideos) + IsEmpty(ListItem.Artist)]">Conditional</animation>
  153. <scroll>true</scroll>
  154. </control>
  155. <control type="grouplist">
  156. <posx>0</posx>
  157. <posy>0</posy>
  158. <width>1018</width>
  159. <height>50</height>
  160. <aligny>top</aligny>
  161. <itemgap>0</itemgap>
  162. <orientation>horizontal</orientation>
  163. <usecontrolcoords>true</usecontrolcoords>
  164. <visible>[Container.Content(movies) | Container.Content(tvshows)] + !IsEmpty(ListItem.Genre)</visible>
  165. <control type="image" id="12020">
  166. <posx>0</posx>
  167. <posy>6</posy>
  168. <width>42</width>
  169. <height>35</height>
  170. <aspectratio aligny="center" align="left">keep</aspectratio>
  171. <texture background="true">$VAR[CountryFlagVar]</texture>
  172. <fadetime>200</fadetime>
  173. <colordiffuse>AAFFFFFF</colordiffuse>
  174. <visible>!IsEmpty(Control.GetLabel(12020))</visible>
  175. </control>
  176. <control type="label">
  177. <width>995</width>
  178. <height>40</height>
  179. <label>$INFO[Window(home).Property(NextAired.Classification),, - ]$INFO[ListItem.Genre]</label>
  180. <font>Font_Reg32</font>
  181. <textcolor>grey</textcolor>
  182. <scroll>true</scroll>
  183. <visible>Container.Content(tvshows)</visible>
  184. </control>
  185. <control type="fadelabel">
  186. <width>995</width>
  187. <height>40</height>
  188. <label>$INFO[ListItem.tagline]</label>
  189. <font>Font_Reg32</font>
  190. <textcolor>grey</textcolor>
  191. <scroll>true</scroll>
  192. <visible>Container.Content(movies)</visible>
  193. <visible>Container.Content(movies) + [IsEmpty(ListItem.genre) | Stringcompare(ListItem.genre,ListItem.Title)</visible>
  194. </control>
  195. <control type="fadelabel">
  196. <width>995</width>
  197. <height>40</height>
  198. <label>$INFO[ListItem.tagline]</label>
  199. <font>Font_Reg32</font>
  200. <textcolor>grey</textcolor>
  201. <scrollspeed>20</scrollspeed>
  202. <pauseatend>5000</pauseatend>
  203. <scrollout>false</scrollout>
  204. <visible>Container.Content(movies) + !IsEmpty(ListItem.genre) + !Stringcompare(ListItem.genre,ListItem.Title)</visible>
  205. </control>
  206. </control>
  207. <control type="label">
  208. <width>1018</width>
  209. <height>40</height>
  210. <aligny>bottom</aligny>
  211. <label>$INFO[ListItem.Artist]</label>
  212. <font>Font_Reg32</font>
  213. <textcolor>grey</textcolor>
  214. <scroll>true</scroll>
  215. <visible>Container.Content(musicvideos) + !IsEmpty(ListItem.Artist)</visible>
  216. </control>
  217. <control type="label">
  218. <width>1018</width>
  219. <height>40</height>
  220. <aligny>bottom</aligny>
  221. <label>$INFO[ListItem.TvShowTitle]</label>
  222. <font>Font_Reg32</font>
  223. <textcolor>grey</textcolor>
  224. <visible>Container.Content(episodes) + !IsEmpty(ListItem.TvShowTitle)</visible>
  225. </control>
  226. </control>
  227. </control>
  228. <!-- First Row -->
  229. <control type="group">
  230. <animation type="WindowOpen" reversible="false">
  231. <effect type="fade" start="0" end="100" delay="460" time="960" tween="cubic" />
  232. <effect type="zoom" start="100,0" end="100,100" delay="460" time="960" center="0,170" tween="cubic" />
  233. </animation>
  234. <control type="image">
  235. <posy>90</posy>
  236. <width>1042</width>
  237. <height>1</height>
  238. <texture>info/infopanel_line.png</texture>
  239. <colordiffuse>$VAR[ColorDiffuseVar]</colordiffuse>
  240. </control>
  241. <control type="grouplist">
  242. <posx>-25</posx>
  243. <posy>91</posy>
  244. <width>1200</width>
  245. <orientation>horizontal</orientation>
  246. <usecontrolcoords>true</usecontrolcoords>
  247. <control type="group">
  248. <width>259</width>
  249. <visible>Container.Content(episodes)</visible>
  250. <control type="label">
  251. <posx>4</posx>
  252. <posy>-4</posy>
  253. <width>249</width>
  254. <height>65</height>
  255. <align>center</align>
  256. <label fallback="-">$VAR[ListItemSeasonVar,S] - $VAR[ListItemEpisodeVar,E]</label>
  257. <font>Font_Bold46</font>
  258. <textcolor>white2</textcolor>
  259. </control>
  260. <control type="label">
  261. <posx>4</posx>
  262. <width>249</width>
  263. <posy>37</posy>
  264. <height>44</height>
  265. <label fallback="31006">[COLOR grey]$LOCALIZE[31005]:[/COLOR] $INFO[ListItem.Premiered]</label>
  266. <font>Font_Reg22</font>
  267. <align>center</align>
  268. <scroll>true</scroll>
  269. </control>
  270. </control>
  271. <control type="image">
  272. <height>79</height>
  273. <include>Furniture_FlagUpright</include>
  274. <visible>Container.Content(episodes)</visible>
  275. </control>
  276. <control type="image">
  277. <posy>5</posy>
  278. <width>285</width>
  279. <height>67</height>
  280. <aspectratio align="center">keep</aspectratio>
  281. <texture fallback="flags/rating/info/MPAA_NR_Certificate_US.png">$VAR[RatingFlagVar,flags/rating/info/,.png]</texture>
  282. <colordiffuse>white2</colordiffuse>
  283. <visible>Container.Content(movies) | Container.Content(MusicVideos) | Container.Content(tvshows) | Container.Content(episodes)</visible>
  284. </control>
  285. <control type="image">
  286. <height>79</height>
  287. <include>Furniture_FlagUpright</include>
  288. <visible>Container.Content(movies) | Container.Content(MusicVideos) | Container.Content(tvshows) | Container.Content(episodes)</visible>
  289. </control>
  290. <control type="group">
  291. <width>155</width>
  292. <visible>Container.Content(movies) | Container.Content(episodes) | Container.Content(tvshows)</visible>
  293. <control type="image">
  294. <posy>5</posy>
  295. <width>155</width>
  296. <height>67</height>
  297. <texture>flags/IMDB.png</texture>
  298. <aspectratio>keep</aspectratio>
  299. <colordiffuse>white2</colordiffuse>
  300. </control>
  301. <control type="label">
  302. <posy>29</posy>
  303. <width>155</width>
  304. <height>38</height>
  305. <align>center</align>
  306. <label fallback="?">$INFO[ListItem.Rating] /10</label>
  307. <font>Font_Bold34</font>
  308. <textcolor>white</textcolor>
  309. </control>
  310. </control>
  311. <control type="image">
  312. <height>79</height>
  313. <include>Furniture_FlagUpright</include>
  314. <visible>Container.Content(movies) | Container.Content(episodes) | Container.Content(tvshows)</visible>
  315. </control>
  316. <control type="image">
  317. <posy>5</posy>
  318. <width>155</width>
  319. <height>68</height>
  320. <aspectratio>keep</aspectratio>
  321. <texture>tvguide/$INFO[Window(Home).Property(NextAired.StatusID)].png</texture>
  322. <colordiffuse>white2</colordiffuse>
  323. <visible>Container.Content(tvshows)</visible>
  324. </control>
  325. <control type="group">
  326. <width>155</width>
  327. <visible>Container.Content(movies) | Container.Content(episodes)</visible>
  328. <control type="image">
  329. <posy>5</posy>
  330. <width>155</width>
  331. <height>68</height>
  332. <aspectratio>keep</aspectratio>
  333. <texture>flags/time.png</texture>
  334. <colordiffuse>white2</colordiffuse>
  335. </control>
  336. <control type="label">
  337. <posx>0</posx>
  338. <posy>18</posy>
  339. <width>155</width>
  340. <height>60</height>
  341. <align>center</align>
  342. <label>$INFO[ListItem.Duration] min</label>
  343. <font>Font_Bold34</font>
  344. <textcolor>white2</textcolor>
  345. </control>
  346. </control>
  347. <control type="image">
  348. <posy>1</posy>
  349. <height>79</height>
  350. <include>Furniture_FlagUpright</include>
  351. <visible>!Container.Content(episodes) + !Container.Content(musicvideos)</visible>
  352. </control>
  353. <control type="group">
  354. <visible>!Container.Content(episodes)</visible>
  355. <width>155</width>
  356. <control type="image">
  357. <posy>5</posy>
  358. <width>155</width>
  359. <height>68</height>
  360. <aspectratio>keep</aspectratio>
  361. <texture>flags/year.png</texture>
  362. <colordiffuse>white2</colordiffuse>
  363. </control>
  364. <control type="label">
  365. <posy>18</posy>
  366. <width>155</width>
  367. <height>60</height>
  368. <align>center</align>
  369. <label fallback="-">$INFO[ListItem.Year]</label>
  370. <font>Font_Bold34</font>
  371. <textcolor>white2</textcolor>
  372. </control>
  373. </control>
  374. <control type="image">
  375. <posy>1</posy>
  376. <height>79</height>
  377. <include>Furniture_FlagUpright</include>
  378. <visible>Control.IsVisible(3300)</visible>
  379. </control>
  380. <control type="group" id="3300">
  381. <visible>Container.Content(movies) | Container.Content(episodes) | Container.Content(tvshows) | Container.Content(musicvideos)</visible>
  382. <visible>!IsEmpty(ListItem.Studio)</visible>
  383. <width>175</width>
  384. <posx>20</posx>
  385. <control type="image" id="800011">
  386. <posy>1</posy>
  387. <width>150</width>
  388. <height>74</height>
  389. <aspectratio aligny="center" align="center">keep</aspectratio>
  390. <texture>$INFO[ListItem.Studio,flags/studios/,.png]</texture>
  391. <colordiffuse>white2</colordiffuse>
  392. <visible>!IsEmpty(Control.GetLabel(800011))</visible>
  393. </control>
  394. <control type="label">
  395. <posx>15</posx>
  396. <width>155</width>
  397. <height>74</height>
  398. <align>center</align>
  399. <label>$INFO[ListItem.Studio]</label>
  400. <font>Font_Reg22_Caps</font>
  401. <textcolor>white2</textcolor>
  402. <wrapmultiline>true</wrapmultiline>
  403. <visible>IsEmpty(Control.GetLabel(800011))</visible>
  404. </control>
  405. </control>
  406. </control>
  407. </control>
  408. <!-- Horizontal Info Labels -->
  409. <control type="grouplist">
  410. <orientation>vertical</orientation>
  411. <posy>169</posy>
  412. <posx>3</posx>
  413. <height>1000</height>
  414. <control type="grouplist">
  415. <!--Premiered + Studio-->
  416. <orientation>horizontal</orientation>
  417. <itemgap>12</itemgap>
  418. <height>43</height>
  419. <visible>Container.Content(tvshows)</visible>
  420. <usecontrolcoords>true</usecontrolcoords>
  421. <!-- <control type="label">
  422. <posx>4</posx>
  423. <width>165</width>
  424. <height>44</height>
  425. <label>$LOCALIZE[31005]:</label>
  426. <font>Font_Reg28_2</font>
  427. <textcolor>grey</textcolor>
  428. </control> -->
  429. <control type="image">
  430. <width>50</width>
  431. <height>45</height>
  432. <posy>2</posy>
  433. <aspectratio align="center">keep</aspectratio>
  434. <colordiffuse>white</colordiffuse>
  435. <texture>defaulticons/DefaultCountry.png</texture>
  436. </control>
  437. <control type="label">
  438. <width>840</width>
  439. <height>44</height>
  440. <label fallback="31006">$INFO[ListItem.Premiered,$LOCALIZE[20416]: ]</label>
  441. <font>Font_Reg28_2</font>
  442. </control>
  443. </control>
  444. <!-- Third Row -->
  445. <control type="grouplist">
  446. <!--Director-->
  447. <posy>210</posy>
  448. <height>43</height>
  449. <itemgap>12</itemgap>
  450. <orientation>horizontal</orientation>
  451. <visible>Container.Content(movies) | Container.Content(episodes) | Container.Content(MusicVideos)</visible>
  452. <control type="image">
  453. <posy>-6</posy>
  454. <width>50</width>
  455. <height>50</height>
  456. <aspectratio align="right">keep</aspectratio>
  457. <colordiffuse>white</colordiffuse>
  458. <texture>common/director-icon.png</texture>
  459. </control>
  460. <control type="label">
  461. <posx>180</posx>
  462. <width>840</width>
  463. <height>44</height>
  464. <label fallback="31006">$INFO[ListItem.Director]</label>
  465. <font>Font_Reg28_2</font>
  466. <scroll>true</scroll>
  467. </control>
  468. </control>
  469. <control type="grouplist">
  470. <!--NextEpisodeVar-->
  471. <height>43</height>
  472. <itemgap>12</itemgap>
  473. <visible>Container.Content(tvshows)</visible>
  474. <orientation>horizontal</orientation>
  475. <usecontrolcoords>true</usecontrolcoords>
  476. <!-- <control type="label">
  477. <posx>4</posx>
  478. <width>165</width>
  479. <height>44</height>
  480. <label>$LOCALIZE[210]</label>
  481. <font>Font_Reg28_2</font>
  482. <textcolor>grey</textcolor>
  483. </control> -->
  484. <control type="image">
  485. <width>50</width>
  486. <posy>2</posy>
  487. <height>45</height>
  488. <aspectratio align="center">keep</aspectratio>
  489. <colordiffuse>white</colordiffuse>
  490. <texture>defaulticons/DefaultInProgressShows.png</texture>
  491. </control>
  492. <control type="label">
  493. <width>840</width>
  494. <height>44</height>
  495. <label fallback="31397">$INFO[Window(Home).Property(NextAired.LatestSeasonNumber),S]$INFO[Window(Home).Property(NextAired.LatestEpisodeNumber),E]$INFO[Window(Home).Property(NextAired.LatestTitle),: ]$INFO[Window(Home).Property(NextAired.LatestDate), (,)]</label>
  496. <font>Font_Reg28_2</font>
  497. </control>
  498. </control>
  499. <!-- Fourth Row Left-->
  500. <control type="grouplist">
  501. <orientation>horizontal</orientation>
  502. <itemgap>12</itemgap>
  503. <height>43</height>
  504. <visible>Container.Content(movies) | Container.Content(episodes) | Container.Content(MusicVideos)</visible>
  505. <control type="image">
  506. <posy>-6</posy>
  507. <width>50</width>
  508. <height>50</height>
  509. <aspectratio align="right">keep</aspectratio>
  510. <colordiffuse>white</colordiffuse>
  511. <texture>common/writer-icon.png</texture>
  512. </control>
  513. <control type="label">
  514. <posx>180</posx>
  515. <width>840</width>
  516. <height>44</height>
  517. <label fallback="31006">$INFO[ListItem.Writer]</label>
  518. <font>Font_Reg28_2</font>
  519. </control>
  520. </control>
  521. </control>
  522. <control type="image">
  523. <posx>4</posx>
  524. <posy>258</posy>
  525. <width>40</width>
  526. <height>40</height>
  527. <aspectratio align="right">keep</aspectratio>
  528. <colordiffuse>white</colordiffuse>
  529. <texture>defaulticons/DefaultActor.png</texture>
  530. </control>
  531. <control type="group">
  532. <!-- <visible>!ControlGroup(6000).HasFocus</visible>
  533. -->
  534. <control type="grouplist">
  535. <orientation>vertical</orientation>
  536. <posx>4</posx>
  537. <posy>556</posy>
  538. <height>330</height>
  539. <itemgap>3</itemgap>
  540. <control type="fadelabel">
  541. <label>$INFO[ListItem.mpaa]</label>
  542. <label>IMDb: $INFO[ListItem.RatingAndVotes]</label>
  543. <label>$INFO[ListItem.genre]</label>
  544. <height>30</height>
  545. <width>1016</width>
  546. <font>Font_Bold30</font>
  547. <textcolor>orange</textcolor>
  548. <scrollspeed>20</scrollspeed>
  549. <pauseatend>5000</pauseatend>
  550. <scrollout>false</scrollout>
  551. <visible>!IsEmpty(ListItem.genre)</visible>
  552. </control>
  553. <control type="textbox">
  554. <width>1016</width>
  555. <height>325</height>
  556. <align>left</align>
  557. <label fallback="31006">$INFO[ListItem.Plot]</label>
  558. <font>Font_Reg28_2</font>
  559. <pagecontrol>60</pagecontrol>
  560. <autoscroll delay="15000" time="AutoScrollTime" repeat="10000">Skin.HasSetting(AutoScroll) + !Control.HasFocus(60)</autoscroll>
  561. <visible>IsEmpty(ListItem.Art(discart)) + IsEmpty(ListItem.Art(characterart)) + IsEmpty(ListItem.Art(tvshow.characterart))</visible>
  562. </control>
  563. <control type="textbox">
  564. <width>746</width>
  565. <height>325</height>
  566. <label fallback="31006">$INFO[ListItem.Plot]</label>
  567. <font>Font_Reg28_2</font>
  568. <pagecontrol>60</pagecontrol>
  569. <autoscroll delay="15000" time="AutoScrollTime" repeat="10000">Skin.HasSetting(AutoScroll) + !Control.HasFocus(60)</autoscroll>
  570. <visible>!IsEmpty(ListItem.Art(discart)) | !IsEmpty(ListItem.Art(characterart)) | !IsEmpty(ListItem.Art(tvshow.characterart))</visible>
  571. </control>
  572. </control>
  573. <control type="image">
  574. <posx>780</posx>
  575. <posy>536</posy>
  576. <width>315</width>
  577. <height>315</height>
  578. <aspectratio>keep</aspectratio>
  579. <texture background="true">$VAR[CharacterArtVar]</texture>
  580. </control>
  581. </control>
  582. <control type="group">
  583. <animation type="WindowOpen" reversible="false">
  584. <effect type="fade" start="0" end="100" delay="460" time="960" tween="cubic" />
  585. <effect type="zoom" start="100,0" end="100,100" delay="460" time="960" center="0,872" tween="cubic" />
  586. </animation>
  587. <posy>26</posy>
  588. <control type="image">
  589. <posy>872</posy>
  590. <width>1042</width>
  591. <height>1</height>
  592. <texture>info/infopanel_line.png</texture>
  593. <colordiffuse>$VAR[ColorDiffuseVar]</colordiffuse>
  594. </control>
  595. <control type="grouplist">
  596. <posx>-10</posx>
  597. <posy>872</posy>
  598. <width>1045</width>
  599. <height>90</height>
  600. <orientation>horizontal</orientation>
  601. <itemgap>25</itemgap>
  602. <usecontrolcoords>true</usecontrolcoords>
  603. <visible>Container.Content(movies) | Container.Content(episodes) | Container.Content(MusicVideos)</visible>
  604. <control type="image" id="900011">
  605. <posy>5</posy>
  606. <width>100</width>
  607. <height>62</height>
  608. <aspectratio>keep</aspectratio>
  609. <texture>$VAR[SourceFlagVar,flags/source/,.png]</texture>
  610. <colordiffuse>white2</colordiffuse>
  611. <visible>!IsEmpty(Control.GetLabel(900011))</visible>
  612. </control>
  613. <control type="image" id="900012">
  614. <posy>5</posy>
  615. <width>100</width>
  616. <height>62</height>
  617. <aspectratio>keep</aspectratio>
  618. <texture>$INFO[ListItem.VideoCodec,flags/source/,.png]</texture>
  619. <colordiffuse>white2</colordiffuse>
  620. <visible>IsEmpty(Control.GetLabel(900011))</visible>
  621. <visible>!IsEmpty(Control.GetLabel(900012))</visible>
  622. </control>
  623. <control type="image">
  624. <include>Furniture_FlagUpright</include>
  625. <visible>!IsEmpty(Control.GetLabel(900012)) | !IsEmpty(Control.GetLabel(900011))</visible>
  626. </control>
  627. <control type="image" id="900013">
  628. <posy>5</posy>
  629. <width>126</width>
  630. <height>62</height>
  631. <aspectratio>keep</aspectratio>
  632. <texture>$VAR[AudioFlagVar,flags/audio/,.png]</texture>
  633. <colordiffuse>white2</colordiffuse>
  634. <visible>!IsEmpty(Control.GetLabel(900013))</visible>
  635. </control>
  636. <control type="image">
  637. <include>Furniture_FlagUpright</include>
  638. <visible>!IsEmpty(Control.GetLabel(900013))</visible>
  639. </control>
  640. <control type="image" id="90013">
  641. <posy>5</posy>
  642. <width>126</width>
  643. <height>62</height>
  644. <aspectratio>keep</aspectratio>
  645. <texture>$INFO[Window.Property(AudioCodec.2),flags/audio/]$INFO[Window.Property(AudioChannels.2),,.png]</texture>
  646. <colordiffuse>white2</colordiffuse>
  647. <visible>!IsEmpty(Control.GetLabel(90013)) + ![Stringcompare(Window.Property(AudioCodec.1),Window.Property(AudioCodec.2)) + Stringcompare(Window.Property(AudioChannels.1),Window.Property(AudioChannels.2))]</visible>
  648. </control>
  649. <control type="image">
  650. <include>Furniture_FlagUpright</include>
  651. <visible>Control.IsVisible(90013)</visible>
  652. </control>
  653. <control type="image" id="900014">
  654. <posy>5</posy>
  655. <width>80</width>
  656. <height>62</height>
  657. <aspectratio>keep</aspectratio>
  658. <texture>$INFO[ListItem.VideoResolution,flags/resolution/,.png]</texture>
  659. <colordiffuse>white2</colordiffuse>
  660. <visible>!IsEmpty(Control.GetLabel(900014))</visible>
  661. </control>
  662. <control type="image">
  663. <include>Furniture_FlagUpright</include>
  664. <visible>!IsEmpty(Control.GetLabel(900014))</visible>
  665. </control>
  666. <control type="image" id="900015">
  667. <posy>5</posy>
  668. <width>80</width>
  669. <height>62</height>
  670. <aspectratio>keep</aspectratio>
  671. <texture>$INFO[ListItem.VideoAspect,flags/aspectratio/,.png]</texture>
  672. <colordiffuse>white2</colordiffuse>
  673. <visible>!IsEmpty(Control.GetLabel(900015))</visible>
  674. </control>
  675. <control type="image">
  676. <include>Furniture_FlagUpright</include>
  677. <visible>!IsEmpty(Control.GetLabel(900015))</visible>
  678. </control>
  679. <control type="image">
  680. <posy>5</posy>
  681. <width>100</width>
  682. <height>62</height>
  683. <aspectratio aligny="center" align="center">keep</aspectratio>
  684. <texture>flags/cc.png</texture>
  685. <colordiffuse>white2</colordiffuse>
  686. <visible>!IsEmpty(ListItem.SubtitleLanguage) + IsEmpty(Window.Property(SubtitleLanguage.1))</visible>
  687. </control>
  688. <!-- Language flags -->
  689. <control type="grouplist">
  690. <orientation>vertical</orientation>
  691. <usecontrolcoords>true</usecontrolcoords>
  692. <control type="grouplist" id="11000">
  693. <posy>12</posy>
  694. <width>600</width>
  695. <height>25</height>
  696. <align>left</align>
  697. <animation effect="fade" start="100" end="80" time="40" condition="true">Conditional</animation>
  698. <itemgap>2</itemgap>
  699. <orientation>horizontal</orientation>
  700. <visible>!IsEmpty(Window(movieinformation).Property(AudioLanguage.1)) + !Stringcompare(Window(movieinformation).Property(AudioLanguage.1),und)</visible>
  701. <control type="label">
  702. <width>110</width>
  703. <height>24</height>
  704. <align>right</align>
  705. <posy>3</posy>
  706. <label>$LOCALIZE[445]: </label>
  707. <font>Font_Reg19_Caps</font>
  708. </control>
  709. <include>LanguageFlags</include>
  710. </control>
  711. <!-- Subtitle flags -->
  712. <control type="grouplist" id="12000">
  713. <animation effect="fade" start="100" end="80" time="40" condition="true">Conditional</animation>
  714. <width>600</width>
  715. <height>25</height>
  716. <align>left</align>
  717. <itemgap>2</itemgap>
  718. <visible>Control.IsVisible(11000)</visible>
  719. <orientation>horizontal</orientation>
  720. <control type="label">
  721. <width>110</width>
  722. <posy>3</posy>
  723. <height>24</height>
  724. <align>right</align>
  725. <aligny>bottom</aligny>
  726. <label>$LOCALIZE[287]: </label>
  727. <font>Font_Reg19_Caps</font>
  728. </control>
  729. <control type="label">
  730. <width min="20" max="150">auto</width>
  731. <height>24</height>
  732. <align>left</align>
  733. <aligny>bottom</aligny>
  734. <label>31003</label>
  735. <textcolor>grey</textcolor>
  736. <font>Font_Reg19_Caps</font>
  737. <visible>IsEmpty(Window(movieinformation).Property(SubtitleLanguage.1)) + IsEmpty(Window(movieinformation).Property(SubtitleLanguage.2))</visible>
  738. </control>
  739. <include>SubtitleFlags</include>
  740. </control>
  741. </control>
  742. </control>
  743. <control type="grouplist">
  744. ´ <orientation>horizontal</orientation><visible>Container.Content(tvshows)</visible><posx>0</posx><posy>872</posy><height>200</height><control type="group"><visible>!IsEmpty(ListItem.Property(TotalSeasons))</visible><width>135</width><control type="label"><width>135</width><height>50</height><align>center</align><label>$INFO[ListItem.Property(TotalSeasons)]</label><font>Font_Bold40</font><textcolor>grey</textcolor></control><control type="label"><posy>38</posy><width>135</width><height>30</height><align>center</align><label>$VAR[OneOrMoreSeasonsVar]</label><font>Font_Reg19_Caps</font><textcolor>grey</textcolor></control></control><control type="image"><include>Furniture_FlagUpright</include></control><control type="group"><width>135</width><control type="label"><width>135</width><height>50</height><align>center</align><label>$INFO[ListItem.Property(TotalEpisodes)]</label><font>Font_Bold40</font><textcolor>grey</textcolor></control><control type="label"><posy>38</posy><width>135</width><height>30</height><align>center</align><label>$VAR[OneOrMoreEpisodesVar]</label><font>Font_Reg19_Caps</font><textcolor>grey</textcolor></control></control><control type="image"><include>Furniture_FlagUpright</include></control><control type="group"><width>135</width><control type="label"><width>135</width><height>50</height><align>center</align><label>[UPPERCASE]$VAR[UnwatchedEpisodesLabelVar][/UPPERCASE]</label><font>Font_Bold40</font><textcolor>grey</textcolor></control><control type="label"><posy>38</posy><width>135</width><height>30</height><align>center</align><label>$LOCALIZE[16101]</label><font>Font_Reg19_Caps</font><textcolor>grey</textcolor></control></control><control type="image"><include>Furniture_FlagUpright</include></control><control type="image"><posy>1</posy><width>97</width><height>75</height><aspectratio aligny="top" align="right">keep</aspectratio><texture>defaulticons/DefaultTVShows.png</texture><colordiffuse>white</colordiffuse></control><control type="group"><control type="label"><posy>8</posy><textoffsetx>5</textoffsetx><width>600</width><height>30</height><align>left</align><label>[COLOR white]$INFO[Window(Home).Property(NextAired.NextSeasonNumber),S]$INFO[Window(Home).Property(NextAired.NextEpisodeNumber),E][/COLOR]$INFO[Window(Home).Property(NextAired.NextTitle),: ]</label><font>Font_Reg26_Caps</font><textcolor>grey</textcolor></control><control type="label"><posy>35</posy><textoffsetx>5</textoffsetx><width>600</width><height>30</height><align>left</align><label>$INFO[Window(Home).Property(NextAired.NextDate),[COLOR white],[/COLOR]: ]$INFO[Window(Home).Property(NextAired.ShortTime)]$INFO[Window(Home).Property(NextAired.Runtime), (, $LOCALIZE[12391])]</label><font>Font_Reg26_Caps</font><textcolor>grey</textcolor></control></control></control>
  745. <control type="image">
  746. <posy>943</posy>
  747. <width>1042</width>
  748. <height>1</height>
  749. <texture>info/infopanel_line.png</texture>
  750. <colordiffuse>$VAR[ColorDiffuseVar]</colordiffuse>
  751. </control>
  752. </control>
  753. </control>
  754. <control type="spincontrol" id="60">
  755. <posx>1820</posx>
  756. <animation effect="slide" start="0,0" end="-260,0" time="0" condition="!IsEmpty(ListItem.Art(discart)) | !IsEmpty(ListItem.Art(characterart)) | !IsEmpty(ListItem.Art(tvshow.characterart))">Conditional</animation>
  757. <animation effect="slide" start="0,0" end="0,30" time="0" condition="!IsEmpty(ListItem.Tagline)">Conditional</animation>
  758. <posy>600</posy>
  759. <width>50</width>
  760. <height>88</height>
  761. <onup>5000</onup>
  762. <onleft>5000</onleft>
  763. <onright>5000</onright>
  764. <ondown>5000</ondown>
  765. <visible>!ControlGroup(6000).HasFocus</visible>
  766. </control>
  767. <control type="image">
  768. <posx>1610</posx>
  769. <posy>660</posy>
  770. <width>300</width>
  771. <height>300</height>
  772. <texture background="true">$INFO[ListItem.Art(discart)]</texture>
  773. <include>Animation_VisibleChange200</include>
  774. <!-- <visible>!ControlGroup(6000).HasFocus</visible>
  775. -->
  776. <animation type="WindowOpen" reversible="false">
  777. <effect type="slide" start="-1610,0" end="0" delay="800" time="1120" tween="quadratic" easing="out" />
  778. <effect type="rotate" start="0" center="1760,810" end="-720" delay="800" time="1120" tween="quadratic" easing="out" />
  779. <effect type="zoom" start="104" center="1760,810" end="100" delay="2120" time="140" tween="quadratic" easing="out" />
  780. </animation>
  781. <animation type="WindowClose" reversible="false">
  782. <effect type="slide" start="0,0" end="4600" time="700" tween="quadratic" easing="out" />
  783. <effect type="rotate" start="0" center="1760,810" end="-720" time="700" tween="quadratic" easing="out" />
  784. </animation>
  785. </control>
  786. <control type="list" id="50">
  787. <posx>875</posx>
  788. <posy>326</posy>
  789. <width>950</width>
  790. <height>217</height>
  791. <animation effect="fade" start="100" end="0" time="50" condition="!IsEmpty(Window.Property(ActorFade))">Conditional</animation>
  792. <scrolltime>200</scrolltime>
  793. <orientation>horizontal</orientation>
  794. <itemlayout height="217" width="190">
  795. <control type="image">
  796. <width>190</width>
  797. <height>200</height>
  798. <texture fallback="DefaultActor.png">$INFO[ListItem.Thumb]</texture>
  799. <bordertexture>thumbs/thumbshadow.png</bordertexture>
  800. <bordersize>7</bordersize>
  801. <aspectratio aligny="center">keep</aspectratio>
  802. <fadetime>0</fadetime>
  803. </control>
  804. </itemlayout>
  805. <focusedlayout height="217" width="190">
  806. <control type="image">
  807. <width>190</width>
  808. <height>217</height>
  809. <texture border="8">views/tripanel/listselect_fo.png</texture>
  810. <colordiffuse>$VAR[FocusTextureColorVar]</colordiffuse>
  811. <visible>Control.HasFocus(50)</visible>
  812. </control>
  813. <control type="image">
  814. <width>190</width>
  815. <height>200</height>
  816. <texture fallback="DefaultActor.png">$INFO[ListItem.Thumb]</texture>
  817. <bordertexture>thumbs/thumbshadow.png</bordertexture>
  818. <bordersize>7</bordersize>
  819. <fadetime>0</fadetime>
  820. <aspectratio aligny="center">keep</aspectratio>
  821. </control>
  822. </focusedlayout>
  823. </control>
  824. <control type="group">
  825. <control type="label">
  826. <posx>891</posx>
  827. <posy>320</posy>
  828. <width>1000</width>
  829. <height>60</height>
  830. <align>left</align>
  831. <label>$INFO[Window(home).Property(ContainerTitle)]</label>
  832. <font>Font_Bold30</font>
  833. <textcolor>white2</textcolor>
  834. <visible>Control.HasFocus(601)</visible>
  835. <include>Animation_VisibleChange200</include>
  836. </control>
  837. <control type="panel" id="601">
  838. <posx>876</posx>
  839. <posy>370</posy>
  840. <width>820</width>
  841. <height>177</height>
  842. <onleft>5000</onleft>
  843. <visible allowhiddenfocus="true">Control.HasFocus(601)</visible>
  844. <include>Animation_VisibleChange200</include>
  845. <animation effect="slide" start="0,0" end="2000,0" time="0" condition="!Control.HasFocus(601)">Conditional</animation>
  846. <onright>5000</onright>
  847. <onup>131</onup>
  848. <ondown>600</ondown>
  849. <scrolltime>200</scrolltime>
  850. <orientation>vertical</orientation>
  851. <itemlayout height="35" width="555">
  852. <control type="label">
  853. <width>555</width>
  854. <height>30</height>
  855. <textoffsetx>15</textoffsetx>
  856. <font>Font_Reg28_2</font>
  857. <info>ListItem.Label</info>
  858. </control>
  859. </itemlayout>
  860. <focusedlayout height="35" width="555">
  861. <control type="image">
  862. <width>555</width>
  863. <height>37</height>
  864. <texture border="8">views/tripanel/listselect_fo.png</texture>
  865. <colordiffuse>$VAR[FocusTextureColorVar]</colordiffuse>
  866. <visible>Control.HasFocus(601)</visible>
  867. </control>
  868. <control type="label">
  869. <width>555</width>
  870. <height>30</height>
  871. <textoffsetx>15</textoffsetx>
  872. <font>Font_Reg28_2</font>
  873. <info>ListItem.Label</info>
  874. </control>
  875. </focusedlayout>
  876. <content>
  877. <item>
  878. <label>31197</label>
  879. <onclick condition="Stringcompare(Window(home).Property(ListType),Actors)">Control.Move(50,$INFO[Window.Property(Position)])</onclick>
  880. <onclick condition="Stringcompare(Window(home).Property(ListType),Actors)">SetFocus(50)</onclick>
  881. <onclick condition="Stringcompare(Window(home).Property(ListType),Actors)">Action(Select)</onclick>
  882. <onclick condition="Stringcompare(Window(home).Property(ListType),Actors)">Control.Move(50,-$INFO[Window.Property(Position)])</onclick>
  883. <onclick condition="Stringcompare(Window(home).Property(ListType),Director)">SetFocus(13)</onclick>
  884. <onclick condition="Stringcompare(Window(home).Property(ListType),Director)">Action(Select)</onclick>
  885. <onclick>SetFocus(600)</onclick>
  886. <visible>!Stringcompare(Window(home).Property(ListType),Writer)</visible>
  887. </item>
  888. <item>
  889. <label>31172</label>
  890. <onclick condition="Stringcompare(Window(home).Property(ListType),Actors)">RunScript(script.metadata.actors,$ESCINFO[Container(600).Listitem.Label])</onclick>
  891. <onclick condition="Stringcompare(Window(home).Property(ListType),Director)">RunScript(script.metadata.actors,$ESCINFO[ListItem.Director])</onclick>
  892. <onclick condition="Stringcompare(Window(home).Property(ListType),Writer)">RunScript(script.metadata.actors,$ESCINFO[ListItem.Writer])</onclick>
  893. <visible>System.HasAddon(script.metadata.actors)</visible>
  894. <onclick>SetFocus(600)</onclick>
  895. </item>
  896. <item>
  897. <label>31096</label>
  898. <onclick condition="Stringcompare(Window(home).Property(ListType),Actors)">ActivateWindow(videos,plugin://plugin.video.youtube/?path=/root/search&amp;feed=search&amp;search=$ESCINFO[Container(600).Listitem.Label],return)</onclick>
  899. <onclick condition="Stringcompare(Window(home).Property(ListType),Writer)">ActivateWindow(videos,plugin://plugin.video.youtube/?path=/root/search&amp;feed=search&amp;search=$ESCINFO[ListItem.Writer],return)</onclick>
  900. <onclick condition="Stringcompare(Window(home).Property(ListType),Director)">ActivateWindow(videos,plugin://plugin.video.youtube/?path=/root/search&amp;feed=search&amp;search=$ESCINFO[ListItem.Director],return)</onclick>
  901. <onclick>Action(Close)</onclick>
  902. </item>
  903. <item>
  904. <label>31066</label>
  905. <onclick>SetFocus(600)</onclick>
  906. </item>
  907. </content>
  908. </control>
  909. </control>
  910. <control type="panel" id="600">
  911. <posx>875</posx>
  912. <posy>326</posy>
  913. <width>950</width>
  914. <height>217</height>
  915. <onleft>600</onleft>
  916. <animation effect="fade" start="100" end="0" time="160" condition="Control.HasFocus(601)">Conditional</animation>
  917. <onright>600</onright>
  918. <onup>131</onup>
  919. <ondown>5000</ondown>
  920. <scrolltime>200</scrolltime>
  921. <orientation>horizontal</orientation>
  922. <animation effect="fade" start="1" end="100" delay="1200" time="520" tween="quadratic">WindowOpen</animation>
  923. <itemlayout height="217" width="190">
  924. <control type="image">
  925. <width>190</width>
  926. <height>200</height>
  927. <texture fallback="DefaultActor.png">$INFO[ListItem.Thumb]</texture>
  928. <bordertexture>thumbs/thumbshadow.png</bordertexture>
  929. <bordersize>7</bordersize>
  930. <aspectratio aligny="center">keep</aspectratio>
  931. <fadetime>0</fadetime>
  932. </control>
  933. <control type="image">
  934. <width>190</width>
  935. <posx>0</posx>
  936. <height>51</height>
  937. <posy>160</posy>
  938. <texture>common/bgcolor.png</texture>
  939. <animation effect="fade" start="100" end="80" time="40" condition="true">Conditional</animation>
  940. </control>
  941. <control type="textbox">
  942. <width>170</width>
  943. <posx>10</posx>
  944. <height>48</height>
  945. <posy>159</posy>
  946. <align>center</align>
  947. <font>Font_Reg22</font>
  948. <info>ListItem.Label</info>
  949. </control>
  950. </itemlayout>
  951. <focusedlayout height="217" width="190">
  952. <control type="image">
  953. <width>190</width>
  954. <height>217</height>
  955. <texture border="8">views/tripanel/listselect_fo.png</texture>
  956. <colordiffuse>$VAR[FocusTextureColorVar]</colordiffuse>
  957. <visible>Control.HasFocus(600)</visible>
  958. </control>
  959. <control type="image">
  960. <width>190</width>
  961. <height>200</height>
  962. <texture fallback="DefaultActor.png">$INFO[ListItem.Thumb]</texture>
  963. <bordertexture>thumbs/thumbshadow.png</bordertexture>
  964. <bordersize>7</bordersize>
  965. <fadetime>0</fadetime>
  966. <aspectratio aligny="center">keep</aspectratio>
  967. </control>
  968. <control type="image">
  969. <width>190</width>
  970. <posx>0</posx>
  971. <height>51</height>
  972. <posy>160</posy>
  973. <texture>common/bgcolor.png</texture>
  974. <animation effect="fade" start="100" end="80" time="40" condition="true">Conditional</animation>
  975. <animation effect="fade" start="100" end="80" time="40" condition="Control.HasFocus(600)">Conditional</animation>
  976. </control>
  977. <control type="textbox">
  978. <width>170</width>
  979. <posx>10</posx>
  980. <height>48</height>
  981. <posy>159</posy>
  982. <align>center</align>
  983. <font>Font_Reg22</font>
  984. <info>ListItem.Label</info>
  985. <autoscroll delay="5000" time="AutoScrollTime" repeat="8001">true</autoscroll>
  986. </control>
  987. <control type="image">
  988. <width>190</width>
  989. <height>217</height>
  990. <texture border="6">views/addonwall_select.png</texture>
  991. <colordiffuse>$VAR[FocusTextureColorVar]</colordiffuse>
  992. <include>Animation_VisibleChange200</include>
  993. <visible>Control.HasFocus(600)</visible>
  994. </control>
  995. </focusedlayout>
  996. <content>
  997. <item>
  998. <label>$INFO[Container(50).ListItem(0).Label]</label>
  999. <thumb>$INFO[Container(50).ListItem(0).Thumb]</thumb>
  1000. <visible>!IsEmpty(Container(50).ListItemNoWrap(0).Label)</visible>
  1001. <onclick>SetProperty(Position,0)</onclick>
  1002. <onclick>SetFocus(599)</onclick>
  1003. </item>
  1004. <item>
  1005. <label>$INFO[Container(50).ListItem(1).Label]</label>
  1006. <thumb>$INFO[Container(50).ListItem(1).Thumb]</thumb>
  1007. <visible>!IsEmpty(Container(50).ListItemNoWrap(1).Label)</visible>
  1008. <onclick>SetProperty(Position,1)</onclick>
  1009. <onclick>SetFocus(599)</onclick>
  1010. </item>
  1011. <item>
  1012. <label>$INFO[Container(50).ListItem(2).Label]</label>
  1013. <thumb>$INFO[Container(50).ListItem(2).Thumb]</thumb>
  1014. <visible>!IsEmpty(Container(50).ListItemNoWrap(2).Label)</visible>
  1015. <onclick>SetProperty(Position,2)</onclick>
  1016. <onclick>SetFocus(599)</onclick>
  1017. </item>
  1018. <item>
  1019. <label>$INFO[Container(50).ListItem(3).Label]</label>
  1020. <thumb>$INFO[Container(50).ListItem(3).Thumb]</thumb>
  1021. <visible>!IsEmpty(Container(50).ListItemNoWrap(3).Label)</visible>
  1022. <onclick>SetProperty(Position,3)</onclick>
  1023. <onclick>SetFocus(599)</onclick>
  1024. </item>
  1025. <item>
  1026. <label>$INFO[Container(50).ListItem(4).Label]</label>
  1027. <thumb>$INFO[Container(50).ListItem(4).Thumb]</thumb>
  1028. <visible>!IsEmpty(Container(50).ListItemNoWrap(4).Label)</visible>
  1029. <onclick>SetProperty(Position,4)</onclick>
  1030. <onclick>SetFocus(599)</onclick>
  1031. </item>
  1032. <item>
  1033. <label>$INFO[Container(50).ListItem(5).Label]</label>
  1034. <thumb>$INFO[Container(50).ListItem(5).Thumb]</thumb>
  1035. <visible>!IsEmpty(Container(50).ListItemNoWrap(5).Label)</visible>
  1036. <onclick>SetProperty(Position,5)</onclick>
  1037. <onclick>SetFocus(599)</onclick>
  1038. </item>
  1039. <item>
  1040. <label>$INFO[Container(50).ListItem(6).Label]</label>
  1041. <thumb>$INFO[Container(50).ListItem(6).Thumb]</thumb>
  1042. <visible>!IsEmpty(Container(50).ListItemNoWrap(6).Label)</visible>
  1043. <onclick>SetProperty(Position,6)</onclick>
  1044. <onclick>SetFocus(599)</onclick>
  1045. </item>
  1046. <item>
  1047. <label>$INFO[Container(50).ListItem(7).Label]</label>
  1048. <thumb>$INFO[Container(50).ListItem(7).Thumb]</thumb>
  1049. <visible>!IsEmpty(Container(50).ListItemNoWrap(7).Label)</visible>
  1050. <onclick>SetProperty(Position,7)</onclick>
  1051. <onclick>SetFocus(599)</onclick>
  1052. </item>
  1053. <item>
  1054. <label>$INFO[Container(50).ListItem(8).Label]</label>
  1055. <thumb>$INFO[Container(50).ListItem(8).Thumb]</thumb>
  1056. <visible>!IsEmpty(Container(50).ListItemNoWrap(8).Label)</visible>
  1057. <onclick>SetProperty(Position,8)</onclick>
  1058. <onclick>SetFocus(599)</onclick>
  1059. </item>
  1060. <item>
  1061. <label>$INFO[Container(50).ListItem(9).Label]</label>
  1062. <thumb>$INFO[Container(50).ListItem(9).Thumb]</thumb>
  1063. <visible>!IsEmpty(Container(50).ListItemNoWrap(9).Label)</visible>
  1064. <onclick>SetProperty(Position,9)</onclick>
  1065. <onclick>SetFocus(599)</onclick>
  1066. </item>
  1067. <item>
  1068. <label>$INFO[Container(50).ListItem(10).Label]</label>
  1069. <thumb>$INFO[Container(50).ListItem(10).Thumb]</thumb>
  1070. <visible>!IsEmpty(Container(50).ListItemNoWrap(10).Label)</visible>
  1071. <onclick>SetProperty(Position,10)</onclick>
  1072. <onclick>SetFocus(599)</onclick>
  1073. </item>
  1074. <item>
  1075. <label>$INFO[Container(50).ListItem(11).Label]</label>
  1076. <thumb>$INFO[Container(50).ListItem(11).Thumb]</thumb>
  1077. <visible>!IsEmpty(Container(50).ListItemNoWrap(11).Label)</visible>
  1078. <onclick>SetProperty(Position,11)</onclick>
  1079. <onclick>SetFocus(599)</onclick>
  1080. </item>
  1081. <item>
  1082. <label>$INFO[Container(50).ListItem(12).Label]</label>
  1083. <thumb>$INFO[Container(50).ListItem(12).Thumb]</thumb>
  1084. <visible>!IsEmpty(Container(50).ListItemNoWrap(12).Label)</visible>
  1085. <onclick>SetProperty(Position,12)</onclick>
  1086. <onclick>SetFocus(599)</onclick>
  1087. </item>
  1088. <item>
  1089. <label>$INFO[Container(50).ListItem(13).Label]</label>
  1090. <thumb>$INFO[Container(50).ListItem(13).Thumb]</thumb>
  1091. <visible>!IsEmpty(Container(50).ListItemNoWrap(13).Label)</visible>
  1092. <onclick>SetProperty(Position,13)</onclick>
  1093. <onclick>SetFocus(599)</onclick>
  1094. </item>
  1095. <item>
  1096. <label>$INFO[Container(50).ListItem(14).Label]</label>
  1097. <thumb>$INFO[Container(50).ListItem(14).Thumb]</thumb>
  1098. <visible>!IsEmpty(Container(50).ListItemNoWrap(14).Label)</visible>
  1099. <onclick>SetProperty(Position,14)</onclick>
  1100. <onclick>SetFocus(599)</onclick>
  1101. </item>
  1102. <item>
  1103. <label>$INFO[Container(50).ListItem(15).Label]</label>
  1104. <thumb>$INFO[Container(50).ListItem(15).Thumb]</thumb>
  1105. <visible>!IsEmpty(Container(50).ListItemNoWrap(15).Label)</visible>
  1106. <onclick>SetProperty(Position,15)</onclick>
  1107. <onclick>SetFocus(599)</onclick>
  1108. </item>
  1109. <item>
  1110. <label>$INFO[Container(50).ListItem(16).Label]</label>
  1111. <thumb>$INFO[Container(50).ListItem(16).Thumb]</thumb>
  1112. <visible>!IsEmpty(Container(50).ListItemNoWrap(16).Label)</visible>
  1113. <onclick>SetProperty(Position,16)</onclick>
  1114. <onclick>SetFocus(599)</onclick>
  1115. </item>
  1116. <item>
  1117. <label>$INFO[Container(50).ListItem(17).Label]</label>
  1118. <thumb>$INFO[Container(50).ListItem(17).Thumb]</thumb>
  1119. <visible>!IsEmpty(Container(50).ListItemNoWrap(17).Label)</visible>
  1120. <onclick>SetProperty(Position,17)</onclick>
  1121. <onclick>SetFocus(599)</onclick>
  1122. </item>
  1123. <item>
  1124. <label>$INFO[Container(50).ListItem(18).Label]</label>
  1125. <thumb>$INFO[Container(50).ListItem(18).Thumb]</thumb>
  1126. <visible>!IsEmpty(Container(50).ListItemNoWrap(18).Label)</visible>
  1127. <onclick>SetProperty(Position,18)</onclick>
  1128. <onclick>SetFocus(599)</onclick>
  1129. </item>
  1130. <item>
  1131. <label>$INFO[Container(50).ListItem(19).Label]</label>
  1132. <thumb>$INFO[Container(50).ListItem(19).Thumb]</thumb>
  1133. <visible>!IsEmpty(Container(50).ListItemNoWrap(19).Label)</visible>
  1134. <onclick>SetProperty(Position,19)</onclick>
  1135. <onclick>SetFocus(599)</onclick>
  1136. </item>
  1137. <item>
  1138. <label>$INFO[Container(50).ListItem(20).Label]</label>
  1139. <thumb>$INFO[Container(50).ListItem(20).Thumb]</thumb>
  1140. <visible>!IsEmpty(Container(50).ListItemNoWrap(20).Label)</visible>
  1141. <onclick>SetProperty(Position,20)</onclick>
  1142. <onclick>SetFocus(599)</onclick>
  1143. </item>
  1144. <item>
  1145. <label>$INFO[Container(50).ListItem(21).Label]</label>
  1146. <thumb>$INFO[Container(50).ListItem(21).Thumb]</thumb>
  1147. <visible>!IsEmpty(Container(50).ListItemNoWrap(21).Label)</visible>
  1148. <onclick>SetProperty(Position,21)</onclick>
  1149. <onclick>SetFocus(599)</onclick>
  1150. </item>
  1151. <item>
  1152. <label>$INFO[Container(50).ListItem(22).Label]</label>
  1153. <thumb>$INFO[Container(50).ListItem(22).Thumb]</thumb>
  1154. <visible>!IsEmpty(Container(50).ListItemNoWrap(22).Label)</visible>
  1155. <onclick>SetProperty(Position,22)</onclick>
  1156. <onclick>SetFocus(599)</onclick>
  1157. </item>
  1158. <item>
  1159. <label>$INFO[Container(50).ListItem(23).Label]</label>
  1160. <thumb>$INFO[Container(50).ListItem(23).Thumb]</thumb>
  1161. <visible>!IsEmpty(Container(50).ListItemNoWrap(23).Label)</visible>
  1162. <onclick>SetProperty(Position,23)</onclick>
  1163. <onclick>SetFocus(599)</onclick>
  1164. </item>
  1165. <item>
  1166. <label>$INFO[Container(50).ListItem(24).Label]</label>
  1167. <thumb>$INFO[Container(50).ListItem(24).Thumb]</thumb>
  1168. <visible>!IsEmpty(Container(50).ListItemNoWrap(24).Label)</visible>
  1169. <onclick>SetProperty(Position,24)</onclick>
  1170. <onclick>SetFocus(599)</onclick>
  1171. </item>
  1172. <item>
  1173. <label>$INFO[Container(50).ListItem(25).Label]</label>
  1174. <thumb>$INFO[Container(50).ListItem(25).Thumb]</thumb>
  1175. <visible>!IsEmpty(Container(50).ListItemNoWrap(25).Label)</visible>
  1176. <onclick>SetProperty(Position,25)</onclick>
  1177. <onclick>SetFocus(599)</onclick>
  1178. </item>
  1179. <item>
  1180. <label>$INFO[Container(50).ListItem(26).Label]</label>
  1181. <thumb>$INFO[Container(50).ListItem(26).Thumb]</thumb>
  1182. <visible>!IsEmpty(Container(50).ListItemNoWrap(26).Label)</visible>
  1183. <onclick>SetProperty(Position,26)</onclick>
  1184. <onclick>SetFocus(599)</onclick>
  1185. </item>
  1186. <item>
  1187. <label>$INFO[Container(50).ListItem(27).Label]</label>
  1188. <thumb>$INFO[Container(50).ListItem(27).Thumb]</thumb>
  1189. <visible>!IsEmpty(Container(50).ListItemNoWrap(27).Label)</visible>
  1190. <onclick>SetProperty(Position,27)</onclick>
  1191. <onclick>SetFocus(599)</onclick>
  1192. </item>
  1193. <item>
  1194. <label>$INFO[Container(50).ListItem(28).Label]</label>
  1195. <thumb>$INFO[Container(50).ListItem(28).Thumb]</thumb>
  1196. <visible>!IsEmpty(Container(50).ListItemNoWrap(28).Label)</visible>
  1197. <onclick>SetProperty(Position,28)</onclick>
  1198. <onclick>SetFocus(599)</onclick>
  1199. </item>
  1200. <item>
  1201. <label>$INFO[Container(50).ListItem(29).Label]</label>
  1202. <thumb>$INFO[Container(50).ListItem(29).Thumb]</thumb>
  1203. <visible>!IsEmpty(Container(50).ListItemNoWrap(29).Label)</visible>
  1204. <onclick>SetProperty(Position,29)</onclick>
  1205. <onclick>SetFocus(599)</onclick>
  1206. </item>
  1207. <item>
  1208. <label>$INFO[Container(50).ListItem(30).Label]</label>
  1209. <thumb>$INFO[Container(50).ListItem(30).Thumb]</thumb>
  1210. <visible>!IsEmpty(Container(50).ListItemNoWrap(30).Label)</visible>
  1211. <onclick>SetProperty(Position,30)</onclick>
  1212. <onclick>SetFocus(599)</onclick>
  1213. </item>
  1214. <item>
  1215. <label>$INFO[Container(50).ListItem(31).Label]</label>
  1216. <thumb>$INFO[Container(50).ListItem(31).Thumb]</thumb>
  1217. <visible>!IsEmpty(Container(50).ListItemNoWrap(31).Label)</visible>
  1218. <onclick>SetProperty(Position,31)</onclick>
  1219. <onclick>SetFocus(599)</onclick>
  1220. </item>
  1221. <item>
  1222. <label>$INFO[Container(50).ListItem(32).Label]</label>
  1223. <thumb>$INFO[Container(50).ListItem(32).Thumb]</thumb>
  1224. <visible>!IsEmpty(Container(50).ListItemNoWrap(32).Label)</visible>
  1225. <onclick>SetProperty(Position,32)</onclick>
  1226. <onclick>SetFocus(599)</onclick>
  1227. </item>
  1228. <item>
  1229. <label>$INFO[Container(50).ListItem(33).Label]</label>
  1230. <thumb>$INFO[Container(50).ListItem(33).Thumb]</thumb>
  1231. <visible>!IsEmpty(Container(50).ListItemNoWrap(33).Label)</visible>
  1232. <onclick>SetProperty(Position,33)</onclick>
  1233. <onclick>SetFocus(599)</onclick>
  1234. </item>
  1235. <item>
  1236. <label>$INFO[Container(50).ListItem(34).Label]</label>
  1237. <thumb>$INFO[Container(50).ListItem(34).Thumb]</thumb>
  1238. <visible>!IsEmpty(Container(50).ListItemNoWrap(34).Label)</visible>
  1239. <onclick>SetProperty(Position,34)</onclick>
  1240. <onclick>SetFocus(599)</onclick>
  1241. </item>
  1242. <item>
  1243. <label>$INFO[Container(50).ListItem(35).Label]</label>
  1244. <thumb>$INFO[Container(50).ListItem(35).Thumb]</thumb>
  1245. <visible>!IsEmpty(Container(50).ListItemNoWrap(35).Label)</visible>
  1246. <onclick>SetProperty(Position,35)</onclick>
  1247. <onclick>SetFocus(599)</onclick>
  1248. </item>
  1249. <item>
  1250. <label>$INFO[Container(50).ListItem(36).Label]</label>
  1251. <thumb>$INFO[Container(50).ListItem(36).Thumb]</thumb>
  1252. <visible>!IsEmpty(Container(50).ListItemNoWrap(36).Label)</visible>
  1253. <onclick>SetProperty(Position,36)</onclick>
  1254. <onclick>SetFocus(599)</onclick>
  1255. </item>
  1256. <item>
  1257. <label>$INFO[Container(50).ListItem(37).Label]</label>
  1258. <thumb>$INFO[Container(50).ListItem(37).Thumb]</thumb>
  1259. <visible>!IsEmpty(Container(50).ListItemNoWrap(37).Label)</visible>
  1260. <onclick>SetProperty(Position,37)</onclick>
  1261. <onclick>SetFocus(599)</onclick>
  1262. </item>
  1263. <item>
  1264. <label>$INFO[Container(50).ListItem(38).Label]</label>
  1265. <thumb>$INFO[Container(50).ListItem(38).Thumb]</thumb>
  1266. <visible>!IsEmpty(Container(50).ListItemNoWrap(38).Label)</visible>
  1267. <onclick>SetProperty(Position,38)</onclick>
  1268. <onclick>SetFocus(599)</onclick>
  1269. </item>
  1270. <item>
  1271. <label>$INFO[Container(50).ListItem(39).Label]</label>
  1272. <thumb>$INFO[Container(50).ListItem(39).Thumb]</thumb>
  1273. <visible>!IsEmpty(Container(50).ListItemNoWrap(39).Label)</visible>
  1274. <onclick>SetProperty(Position,39)</onclick>
  1275. <onclick>SetFocus(599)</onclick>
  1276. </item>
  1277. <item>
  1278. <label>$INFO[Container(50).ListItem(40).Label]</label>
  1279. <thumb>$INFO[Container(50).ListItem(40).Thumb]</thumb>
  1280. <visible>!IsEmpty(Container(50).ListItemNoWrap(40).Label)</visible>
  1281. <onclick>SetProperty(Position,40)</onclick>
  1282. <onclick>SetFocus(599)</onclick>
  1283. </item>
  1284. <item>
  1285. <label>$INFO[Container(50).ListItem(41).Label]</label>
  1286. <thumb>$INFO[Container(50).ListItem(41).Thumb]</thumb>
  1287. <visible>!IsEmpty(Container(50).ListItemNoWrap(41).Label)</visible>
  1288. <onclick>SetProperty(Position,41)</onclick>
  1289. <onclick>SetFocus(599)</onclick>
  1290. </item>
  1291. <item>
  1292. <label>$INFO[Container(50).ListItem(42).Label]</label>
  1293. <thumb>$INFO[Container(50).ListItem(42).Thumb]</thumb>
  1294. <visible>!IsEmpty(Container(50).ListItemNoWrap(42).Label)</visible>
  1295. <onclick>SetProperty(Position,42)</onclick>
  1296. <onclick>SetFocus(599)</onclick>
  1297. </item>
  1298. <item>
  1299. <label>$INFO[Container(50).ListItem(43).Label]</label>
  1300. <thumb>$INFO[Container(50).ListItem(43).Thumb]</thumb>
  1301. <visible>!IsEmpty(Container(50).ListItemNoWrap(43).Label)</visible>
  1302. <onclick>SetProperty(Position,43)</onclick>
  1303. <onclick>SetFocus(599)</onclick>
  1304. </item>
  1305. <item>
  1306. <label>$INFO[Container(50).ListItem(44).Label]</label>
  1307. <thumb>$INFO[Container(50).ListItem(44).Thumb]</thumb>
  1308. <visible>!IsEmpty(Container(50).ListItemNoWrap(44).Label)</visible>
  1309. <onclick>SetProperty(Position,44)</onclick>
  1310. <onclick>SetFocus(599)</onclick>
  1311. </item>
  1312. <item>
  1313. <label>$INFO[Container(50).ListItem(45).Label]</label>
  1314. <thumb>$INFO[Container(50).ListItem(45).Thumb]</thumb>
  1315. <visible>!IsEmpty(Container(50).ListItemNoWrap(45).Label)</visible>
  1316. <onclick>SetProperty(Position,45)</onclick>
  1317. <onclick>SetFocus(599)</onclick>
  1318. </item>
  1319. <item>
  1320. <label>$INFO[Container(50).ListItem(46).Label]</label>
  1321. <thumb>$INFO[Container(50).ListItem(46).Thumb]</thumb>
  1322. <visible>!IsEmpty(Container(50).ListItemNoWrap(46).Label)</visible>
  1323. <onclick>SetProperty(Position,46)</onclick>
  1324. <onclick>SetFocus(599)</onclick>
  1325. </item>
  1326. <item>
  1327. <label>$INFO[Container(50).ListItem(47).Label]</label>
  1328. <thumb>$INFO[Container(50).ListItem(47).Thumb]</thumb>
  1329. <visible>!IsEmpty(Container(50).ListItemNoWrap(47).Label)</visible>
  1330. <onclick>SetProperty(Position,47)</onclick>
  1331. <onclick>SetFocus(599)</onclick>
  1332. </item>
  1333. <item>
  1334. <label>$INFO[Container(50).ListItem(48).Label]</label>
  1335. <thumb>$INFO[Container(50).ListItem(48).Thumb]</thumb>
  1336. <visible>!IsEmpty(Container(50).ListItemNoWrap(48).Label)</visible>
  1337. <onclick>SetProperty(Position,48)</onclick>
  1338. <onclick>SetFocus(599)</onclick>
  1339. </item>
  1340. <item>
  1341. <label>$INFO[Container(50).ListItem(49).Label]</label>
  1342. <thumb>$INFO[Container(50).ListItem(49).Thumb]</thumb>
  1343. <visible>!IsEmpty(Container(50).ListItemNoWrap(49).Label)</visible>
  1344. <onclick>SetProperty(Position,49)</onclick>
  1345. <onclick>SetFocus(599)</onclick>
  1346. </item>
  1347. <item>
  1348. <label>$INFO[Container(50).ListItem(50).Label]</label>
  1349. <thumb>$INFO[Container(50).ListItem(50).Thumb]</thumb>
  1350. <visible>!IsEmpty(Container(50).ListItemNoWrap(50).Label)</visible>
  1351. <onclick>SetProperty(Position,50)</onclick>
  1352. <onclick>SetFocus(599)</onclick>
  1353. </item>
  1354. <item>
  1355. <label>$INFO[Container(50).ListItem(51).Label]</label>
  1356. <thumb>$INFO[Container(50).ListItem(51).Thumb]</thumb>
  1357. <visible>!IsEmpty(Container(50).ListItemNoWrap(51).Label)</visible>
  1358. <onclick>SetProperty(Position,51)</onclick>
  1359. <onclick>SetFocus(599)</onclick>
  1360. </item>
  1361. <item>
  1362. <label>$INFO[Container(50).ListItem(52).Label]</label>
  1363. <thumb>$INFO[Container(50).ListItem(52).Thumb]</thumb>
  1364. <visible>!IsEmpty(Container(50).ListItemNoWrap(52).Label)</visible>
  1365. <onclick>SetProperty(Position,52)</onclick>
  1366. <onclick>SetFocus(599)</onclick>
  1367. </item>
  1368. <item>
  1369. <label>$INFO[Container(50).ListItem(53).Label]</label>
  1370. <thumb>$INFO[Container(50).ListItem(53).Thumb]</thumb>
  1371. <visible>!IsEmpty(Container(50).ListItemNoWrap(53).Label)</visible>
  1372. <onclick>SetProperty(Position,53)</onclick>
  1373. <onclick>SetFocus(599)</onclick>
  1374. </item>
  1375. <item>
  1376. <label>$INFO[Container(50).ListItem(54).Label]</label>
  1377. <thumb>$INFO[Container(50).ListItem(54).Thumb]</thumb>
  1378. <visible>!IsEmpty(Container(50).ListItemNoWrap(54).Label)</visible>
  1379. <onclick>SetProperty(Position,54)</onclick>
  1380. <onclick>SetFocus(599)</onclick>
  1381. </item>
  1382. <item>
  1383. <label>$INFO[Container(50).ListItem(55).Label]</label>
  1384. <thumb>$INFO[Container(50).ListItem(55).Thumb]</thumb>
  1385. <visible>!IsEmpty(Container(50).ListItemNoWrap(55).Label)</visible>
  1386. <onclick>SetProperty(Position,55)</onclick>
  1387. <onclick>SetFocus(599)</onclick>
  1388. </item>
  1389. <item>
  1390. <label>$INFO[Container(50).ListItem(56).Label]</label>
  1391. <thumb>$INFO[Container(50).ListItem(56).Thumb]</thumb>
  1392. <visible>!IsEmpty(Container(50).ListItemNoWrap(56).Label)</visible>
  1393. <onclick>SetProperty(Position,56)</onclick>
  1394. <onclick>SetFocus(599)</onclick>
  1395. </item>
  1396. <item>
  1397. <label>$INFO[Container(50).ListItem(57).Label]</label>
  1398. <thumb>$INFO[Container(50).ListItem(57).Thumb]</thumb>
  1399. <visible>!IsEmpty(Container(50).ListItemNoWrap(57).Label)</visible>
  1400. <onclick>SetProperty(Position,57)</onclick>
  1401. <onclick>SetFocus(599)</onclick>
  1402. </item>
  1403. <item>
  1404. <label>$INFO[Container(50).ListItem(58).Label]</label>
  1405. <thumb>$INFO[Container(50).ListItem(58).Thumb]</thumb>
  1406. <visible>!IsEmpty(Container(50).ListItemNoWrap(58).Label)</visible>
  1407. <onclick>SetProperty(Position,58)</onclick>
  1408. <onclick>SetFocus(599)</onclick>
  1409. </item>
  1410. <item>
  1411. <label>$INFO[Container(50).ListItem(59).Label]</label>
  1412. <thumb>$INFO[Container(50).ListItem(59).Thumb]</thumb>
  1413. <visible>!IsEmpty(Container(50).ListItemNoWrap(59).Label)</visible>
  1414. <onclick>SetProperty(Position,59)</onclick>
  1415. <onclick>SetFocus(599)</onclick>
  1416. </item>
  1417. </content>
  1418. </control>
  1419. <control type="grouplist" id="5000">
  1420. <posx>827</posx>
  1421. <posy>560</posy>
  1422. <width>1018</width>
  1423. <height>400</height>
  1424. <onleft>5000</onleft>
  1425. <onright>5000</onright>
  1426. <onup>600</onup>
  1427. <ondown>5055</ondown>
  1428. <orientation>horizontal</orientation>
  1429. <scrolltime tween="quadratic">200</scrolltime>
  1430. <control type="button" id="8">
  1431. <label>$VAR[DialogVideoInfoButtonLabelVar]</label>
  1432. <include>DialogVideoInfoButton</include>
  1433. </control>
  1434. <control type="button" id="9">
  1435. <label>$LOCALIZE[13404]</label>
  1436. <include>DialogVideoInfoButton</include>
  1437. <visible>Control.IsEnabled(9)</visible>
  1438. </control>
  1439. <control type="button" id="20">
  1440. <label>$LOCALIZE[31284]</label>
  1441. <include>DialogVideoInfoButton</include>
  1442. <onclick>Playlist.Clear</onclick>
  1443. <onclick>Dialog.Close(MovieInformation)</onclick>
  1444. <onclick>RunScript(script.cinema.experience)</onclick>
  1445. <visible>Container.Content(Movies) + system.hasaddon(script.cinema.experience) + !SubString(Container.FolderPath,plugin)</visible>
  1446. </control>
  1447. <!--Video Extras AddOn-->
  1448. <control type="button" id="105">
  1449. <description>Extras</description>
  1450. <include>DialogVideoInfoButton</include>
  1451. <label>Extras</label>
  1452. <onclick>XBMC.RunScript(script.videoextras,display,"$INFO[ListItem.FilenameAndPath]")</onclick>
  1453. <visible>System.HasAddon(script.videoextras) + [Container.Content(movies) | Container.Content(episodes) | Container.Content(TVShows)] + IsEmpty(Window(movieinformation).Property("HideVideoExtrasButton"))</visible>
  1454. </control>
  1455. <control type="button" id="11">
  1456. <label>$LOCALIZE[20410]</label>
  1457. <include>DialogVideoInfoButton</include>
  1458. <visible>!IsEmpty(ListItem.Trailer)</visible>
  1459. <visible>Container.Content(movies) + ![substring(Container.FolderPath,plugin://) + substring(Container.FolderPath,trailer)]</visible>
  1460. </control>
  1461. <control type="button" id="440">
  1462. <label>$LOCALIZE[31886]</label>
  1463. <include>DialogVideoInfoButton</include>
  1464. <visible>IsEmpty(ListItem.Trailer)</visible>
  1465. <onclick>Action(Close)</onclick>
  1466. <onclick>ActivateWindow(videos,plugin://plugin.video.youtube/?path=/root/search&amp;feed=search&amp;search=$INFO[ListItem.Label] Trailer,return)</onclick>
  1467. <visible>Container.Content(movies) + ![substring(Container.FolderPath,plugin://) + substring(Container.FolderPath,trailer)]</visible>
  1468. </control>
  1469. <control type="button" id="106">
  1470. <description>Fetch TvTunes stuff</description>
  1471. <include>ButtonInfoDialogsCommonValues</include>
  1472. <label>31127</label>
  1473. <onclick condition="Container.Content(TVShows)">
  1474. XBMC.RunScript(script.tvtunes,
  1475. mode=solo&amp;name=$INFO[Listitem.Title]&amp;path=$INFO[ListItem.FilenameAndPath])
  1476. </onclick>
  1477. <onclick condition="Container.Content(movies)">
  1478. XBMC.RunScript(script.tvtunes,
  1479. mode=solo&amp;path=$INFO[ListItem.FilenameAndPath]&amp;name=$INFO[ListItem.TVShowTitle])
  1480. </onclick>
  1481. <visible>Skin.HasSetting(ActivateTvTunes) + System.HasAddon(script.tvtunes) +
  1482. [Container.Content(TVShows) | Container.Content(movies)] </visible>
  1483. </control>
  1484. <!--OLD DVD EXTRAS TO BE REMOVED AFTER TESTING-->
  1485. <!--<control type="button" id="100">-->
  1486. <!--<description>Extras</description>-->
  1487. <!--<include>DialogVideoInfoButton</include>-->
  1488. <!--<label>$LOCALIZE[31020]</label>-->
  1489. <!--<onclick>XBMC.RunScript(script.dvdextras,$ESCINFO[ListItem.FilenameAndPath])</onclick>-->
  1490. <!--<visible>[Container.Content(movies) | Container.Content(episodes) | Container.Content(TVShows)] + System.HasAddon(script.dvdextras)</visible>-->
  1491. <!--</control>-->
  1492. <control type="grouplist" id="6100">
  1493. <width>254.5</width>
  1494. <orientation>vertical</orientation>
  1495. <viaible>!Skin.HasSetting(kioskmode)</viaible>
  1496. <control type="button" id="6">
  1497. <label>$LOCALIZE[184]</label>
  1498. <include>DialogVideoInfoButton</include>
  1499. <onright>6000</onright>
  1500. <visible>!substring(Container.FolderPath,plugin://)</visible>
  1501. </control>
  1502. <control type="button" id="441">
  1503. <label>31030</label>
  1504. <onright>6000</onright>
  1505. <include>DialogVideoInfoButtonSolid</include>
  1506. <visible>ControlGroup(6100).HasFocus</visible>
  1507. <onclick>RunScript(script.libraryeditor,DBID=$INFO[ListItem.DBID])</onclick>
  1508. <visible>System.HasAddon(script.libraryeditor) + [Container.Content(movies) | Container.Content(tvshows) | Container.Content(episodes)]</visible>
  1509. </control>
  1510. </control>
  1511. <control type="grouplist" id="6000">
  1512. <width>254.5</width>
  1513. <orientation>vertical</orientation>
  1514. <viaible>!Skin.HasSetting(kioskmode)</viaible>
  1515. <control type="button" id="10">
  1516. <label>$LOCALIZE[13511]</label>
  1517. <include>DialogVideoInfoButton</include>
  1518. <visible>!substring(Container.FolderPath,plugin://)</visible>
  1519. </control>
  1520. <control type="button" id="5052">
  1521. <include>DialogVideoInfoButtonSolid</include>
  1522. <label>Manual</label>
  1523. <visible>ControlGroup(6000).HasFocus</visible>
  1524. <onclick condition="Container.Content(tvshows)">RunScript(script.artwork.downloader,mode=gui, mediatype=tvshow, dbid=$INFO[ListItem.DBID])</onclick>
  1525. <onclick condition="Container.Content(movies)">RunScript(script.artwork.downloader,mode=gui,mediatype=movie,dbid=$INFO[ListItem.DBID])</onclick>
  1526. </control>
  1527. <control type="button" id="5053">
  1528. <include>DialogVideoInfoButtonSolid</include>
  1529. <label>Auto</label>
  1530. <visible>ControlGroup(6000).HasFocus</visible>
  1531. <onclick condition="Container.Content(tvshows)">RunScript(script.artwork.downloader, mediatype=tvshow, dbid=$INFO[ListItem.DBID])</onclick>
  1532. <onclick condition="Container.Content(movies)">RunScript(script.artwork.downloader, mediatype=movie, dbid=$INFO[ListItem.DBID])</onclick>
  1533. </control>
  1534. <control type="button" id="21">
  1535. <label>$LOCALIZE[31467]</label>
  1536. <include>DialogVideoInfoButtonSolid</include>
  1537. <onclick condition="Container.Content(movies)">RunScript(script.artwork.downloader,mode=custom,mediatype=movie,dbid=$INFO[ListItem.DBID],extrafanart)</onclick>
  1538. <onclick condition="Container.Content(tvshows)">RunScript(script.artwork.downloader,mode=custom,mediatype=tvshow,dbid=$INFO[ListItem.DBID],extrafanart)</onclick>
  1539. <visible>ControlGroup(6000).HasFocus</visible>
  1540. <visible>[Container.Content(movies) | Container.Content(tvshows)] + system.hasaddon(script.artwork.downloader) + !substring(Container.FolderPath,plugin://)</visible>
  1541. </control>
  1542. <control type="button" id="22">
  1543. <label>$LOCALIZE[31316]</label>
  1544. <include>DialogVideoInfoButtonSolid</include>
  1545. <onclick>ActivateWindow(1163)</onclick>
  1546. <visible>ControlGroup(6000).HasFocus</visible>
  1547. <visible>[Container.Content(tvshows) | Container.Content(movies)] + system.hasaddon(script.artwork.downloader) + !substring(Container.FolderPath,plugin://)</visible>
  1548. </control>
  1549. <control type="button" id="23">
  1550. <label>$LOCALIZE[31365]</label>
  1551. <include>DialogVideoInfoButtonSolid</include>
  1552. <onclick>RunScript(script.tvtunes,mode=solo&amp;tvpath=$ESCINFO[ListItem.FilenameAndPath]&amp;tvname=$INFO[ListItem.TVShowTitle])</onclick>
  1553. <visible>ControlGroup(6000).HasFocus</visible>
  1554. <visible>Container.Content(tvshows) + system.hasaddon(script.tvtunes)</visible>
  1555. </control>
  1556. <control type="button" id="24">
  1557. <label>$LOCALIZE[31468]</label>
  1558. <include>DialogVideoInfoButtonSolid</include>
  1559. <onclick>RunScript(script.artwork.downloader,mode=custom,mediatype=movie,dbid=$INFO[ListItem.DBID],extrathumbs)</onclick>
  1560. <visible>ControlGroup(6000).HasFocus</visible>
  1561. <visible>Container.Content(movies) + system.hasaddon(script.artwork.downloader)+ !substring(Container.FolderPath,plugin://)</visible>
  1562. </control>
  1563. </control>
  1564. </control>
  1565. <control type="label">
  1566. <posx>825</posx>
  1567. <posy>1056</posy>
  1568. <width>950</width>
  1569. <label>$INFO[ListItem.FileNameAndPath]</label>
  1570. <font>Font_Reg22</font>
  1571. <textcolor>white5</textcolor>
  1572. <scroll>true</scroll>
  1573. <haspath>true</haspath>
  1574. <visible>ControlGroup(6100).HasFocus</visible>
  1575. </control>
  1576. <control type="image">
  1577. <posx>709</posx>
  1578. <width>40</width>
  1579. <height>1080</height>
  1580. <texture>common/topbar_top.png</texture>
  1581. <colordiffuse>$VAR[ColorDiffuseVar]</colordiffuse>
  1582. <include>TopbarPulseAnimationLeft</include>
  1583. <visible>!Skin.HasSetting(DisableGlowbar)</visible>
  1584. </control>
  1585. <control type="image">
  1586. <posx>780</posx>
  1587. <posy>571</posy>
  1588. <width>30</width>
  1589. <height>30</height>
  1590. <texture flipx="true">arrowright.png</texture>
  1591. <colordiffuse>$VAR[FocusTextureColorVar]</colordiffuse>
  1592. <include>Animation_VisibleChange200</include>
  1593. <animation effect="slide" start="-150" end="0" delay="640" time="320" tween="cubic">WindowOpen</animation>
  1594. <visible>Container(5000).HasPrevious+ ControlGroup(5000).HasFocus</visible>
  1595. </control>
  1596. <control type="image">
  1597. <posx>1860</posx>
  1598. <posy>571</posy>
  1599. <width>30</width>
  1600. <height>30</height>
  1601. <texture>arrowright.png</texture>
  1602. <colordiffuse>$VAR[FocusTextureColorVar]</colordiffuse>
  1603. <include>Animation_VisibleChange200</include>
  1604. <animation effect="slide" start="150" end="0" delay="640" time="320" tween="cubic">WindowOpen</animation>
  1605. <visible>Container(5000).HasNext+ ControlGroup(5000).HasFocus</visible>
  1606. </control>
  1607. </control>
  1608. </control>
  1609. <control type="group">
  1610. <animation effect="slide" start="-729,0" end="0,0" time="320" tween="quadratic">WindowOpen</animation>
  1611. <animation effect="slide" end="-729,0" time="320" tween="quadratic">WindowClose</animation>
  1612. <animation effect="slide" start="-729,0" end="0,0" time="320" tween="quadratic" condition="!Window.IsVisible(script-Actors-DialogVideoInfo.xml)|!Window.IsVisible(script-Actors-DialogInfo.xml)">Conditional</animation>
  1613. <animation effect="slide" end="-729,0" time="320" tween="quadratic" condition="Window.IsVisible(script-Actors-DialogVideoInfo.xml)|Window.IsVisible(script-Actors-DialogInfo.xml)">Conditional</animation>
  1614. <control type="image">
  1615. <width>729</width>
  1616. <height>1080</height>
  1617. <texture>info/movieinfogradient.png</texture>
  1618. </control>
  1619. <control type="image">
  1620. <width>729</width>
  1621. <height>1080</height>
  1622. <texture background="true">$VAR[PosterVar]</texture>
  1623. </control>
  1624. <control type="image">
  1625. <width>729</width>
  1626. <height>1080</height>
  1627. <aspectratio aligny="top">scale</aspectratio>
  1628. <texture background="true">$INFO[Container(600).ListItem.Thumb]</texture>
  1629. <visible>[Control.HasFocus(601) + Stringcompare(Window(home).Property(ListType),Actors)] | Control.HasFocus(600)</visible>
  1630. <include>Animation_VisibleChange400</include>
  1631. </control>
  1632. <control type="image">
  1633. <posx>709</posx>
  1634. <width>40</width>
  1635. <height>1080</height>
  1636. <texture>common/topbar_down.png</texture>
  1637. <animation effect="fade" time="320" delay="408">Visible</animation>
  1638. <animation effect="fade" time="80">Hidden</animation>
  1639. <colordiffuse>$VAR[ColorDiffuseVar]</colordiffuse>
  1640. <include>TopbarPulseAnimationRight</include>
  1641. <visible>!Skin.HasSetting(DisableGlowbar) + IsEmpty(Window(movieinformation).Property(FanartZoom))</visible>
  1642. </control>
  1643. </control>
  1644. </controls>
  1645. </window>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement