Advertisement
Guest User

Untitled

a guest
Mar 30th, 2015
335
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.41 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <window>
  3. <defaultcontrol always="true">50</defaultcontrol>
  4. <allowoverlay>no</allowoverlay>
  5. <views>50</views>
  6. <onunload>ClearProperty(SideBladeOpen)</onunload>
  7. <controls>
  8. <include>CommonBackground</include>
  9. <control type="image">
  10. <left>0</left>
  11. <top>100r</top>
  12. <width>1280</width>
  13. <height>100</height>
  14. <texture>floor.png</texture>
  15. <animation effect="fade" time="250" condition="Window.Previous(Home)">WindowOpen</animation>
  16. <animation effect="fade" time="250" condition="Window.Next(Home)">WindowClose</animation>
  17. <visible>!Skin.HasSetting(HideHomeFloor)</visible>
  18. </control>
  19. <control type="button" id="800">
  20. <include>InvisibleButton</include>
  21. <onleft>801</onleft>
  22. <onright>804</onright>
  23. <onup>50</onup>
  24. <ondown>50</ondown>
  25. <visible>false</visible>
  26. </control>
  27. <control type="group">
  28. <include>Window_OpenClose_Animation</include>
  29. <control type="group">
  30. <include>VisibleFadeEffect</include>
  31.  
  32. <!--BG image LEFTVIEW -->
  33. <control type="image">
  34. <left>50</left>
  35. <top>60</top>
  36. <width>777</width>
  37. <height>600</height>
  38. <texture border="15">ContentPanel.png</texture>
  39. </control>
  40. <control type="image">
  41. <left>50</left>
  42. <top>652</top>
  43. <width>777</width>
  44. <height>64</height>
  45. <texture border="15">ContentPanelMirror.png</texture>
  46. </control>
  47.  
  48. <!--BG image RIGHTVIEW-->
  49. <control type="image">
  50. <left>860</left>
  51. <top>60</top>
  52. <width>380</width>
  53. <height>600</height>
  54. <texture border="15">ContentPanel.png</texture>
  55. </control>
  56. <control type="image">
  57. <left>860</left>
  58. <top>652</top>
  59. <width>380</width>
  60. <height>64</height>
  61. <texture border="15">ContentPanelMirror.png</texture>
  62. </control>
  63. </control>
  64. </control>
  65. <include>FloorReturnButtons</include>
  66. <include>PVRHeader</include>
  67. <control type="group">
  68. <description>Small Media Window</description>
  69. <left>680</left>
  70. <top>80</top>
  71. <visible>Control.IsVisible(50)</visible>
  72. <include>VisibleFadeEffect</include>
  73. <include>Window_OpenClose_Animation</include>
  74. <control type="image">
  75. <left>220</left>
  76. <top>0</top>
  77. <width>310</width>
  78. <height>235</height>
  79. <texture border="5">button-nofocus.png</texture>
  80. </control>
  81.  
  82.  
  83.  
  84. <control type="multiimage">
  85. <left>225</left>
  86. <top>5</top>
  87. <width>300</width>
  88. <height>225</height>
  89. <aspectratio>scale</aspectratio>
  90. <imagepath background="true">$VAR[CommonMenuItemBackground]</imagepath>
  91. <timeperimage>8000</timeperimage>
  92. <randomize>true</randomize>
  93. <fadetime>1000</fadetime>
  94. <visible>!Player.HasVideo</visible>
  95. </control>
  96. <control type="videowindow">
  97. <left>225</left>
  98. <top>5</top>
  99. <width>300</width>
  100. <height>225</height>
  101. <visible>Player.HasVideo</visible>
  102. <animation effect="slide" start="0,0" end="-2000,0" time="0">WindowClose</animation>
  103. </control>
  104. <control type="image">
  105. <left>1</left>
  106. <top>1</top>
  107. <width>308</width>
  108. <height>35</height>
  109. <texture>black-back.png</texture>
  110. <colordiffuse>DDFFFFFF</colordiffuse>
  111. <visible>Player.HasVideo</visible>
  112. </control>
  113. <control type="label">
  114. <description>Current Video label</description>
  115. <left>30</left>
  116. <top>1</top>
  117. <width>530</width>
  118. <height>35</height>
  119. <font>font12</font>
  120. <textcolor>grey2</textcolor>
  121. <align>center</align>
  122. <aligny>center</aligny>
  123. <label>$INFO[Player.Title]</label>
  124. <visible>Player.HasVideo</visible>
  125. </control>
  126. </control>
  127. <control type="group">
  128. <include>Window_OpenClose_Animation</include>
  129. <description>TV Channels group</description>
  130. <visible>Control.IsVisible(50)</visible>
  131. <include>VisibleFadeEffect</include>
  132. <control type="group">
  133. <left>680</left>
  134. <top>340</top>
  135.  
  136. <!--### RIGHT VIEW ###-->
  137. <!--Title-->
  138. <control type="label">
  139. <left>222</left>
  140. <top>0</top>
  141. <width>310</width>
  142. <height>20</height>
  143. <font>font13</font>
  144. <textcolor>orange</textcolor>
  145. <shadowcolor>black</shadowcolor>
  146. <scroll>true</scroll>
  147. <align>center</align>
  148. <aligny>center</aligny>
  149. <label>[B]$INFO[Container(50).ListItem.Title][/B]</label>
  150. </control>
  151.  
  152. <!--Progressbar-->
  153. <control type="progress">
  154. <description>Progressbar</description>
  155. <left>222</left>
  156. <top>26</top>
  157. <width>310</width>
  158. <height>12</height>
  159. <visible>Container(50).ListItem.HasEpg</visible>
  160. <info>Container(50).ListItem.Progress</info>
  161. </control>
  162. <!--StartTime-->
  163. <control type="label">
  164. <left>222</left>
  165. <top>22</top>
  166. <width>80</width>
  167. <height>20</height>
  168. <align>right</align>
  169. <aligny>center</aligny>
  170. <font>font10_title</font>
  171. <textcolor>white</textcolor>
  172. <visible>Container(50).ListItem.HasEpg</visible>
  173. <label>$INFO[Container(50).ListItem.StartTime]</label>
  174. </control>
  175.  
  176.  
  177.  
  178. <!--EndTime-->
  179. <control type="label">
  180. <left>445</left>
  181. <top>22</top>
  182. <width>80</width>
  183. <height>20</height>
  184. <align>left</align>
  185. <aligny>center</aligny>
  186. <font>font10_title</font>
  187. <textcolor>white</textcolor>
  188. <visible>Container(50).ListItem.HasEpg</visible>
  189. <label>$INFO[Container(50).ListItem.EndTime]</label>
  190. </control>
  191.  
  192. <!--Plot-->
  193. <control type="textbox">
  194. <description>Plot Value for TVShow</description>
  195. <left>222</left>
  196. <top>40</top>
  197. <width>310</width>
  198. <height>220</height>
  199. <font>font13</font>
  200.  
  201. <textcolor>white</textcolor>
  202. <shadowcolor>black</shadowcolor>
  203. <pagecontrol>-</pagecontrol>
  204. <label>$INFO[Container(50).ListItem.Plot]</label>
  205. <autoscroll time="2000" delay="3000" repeat="5000">true</autoscroll>
  206. </control>
  207.  
  208. <!--NextTitle-->
  209. <control type="label">
  210. <left>222</left>
  211. <top>260</top>
  212. <width>330</width>
  213. <height>20</height>
  214. <font>font12</font>
  215. <textcolor>yellow</textcolor>
  216. <align>left</align>
  217. <aligny>center</aligny>
  218. <scroll>true</scroll>
  219. <visible>!IsEmpty(Container(50).ListItem.NextTitle)</visible>
  220. <label>$LOCALIZE[19031]: $INFO[Container(50).ListItem.NextTitle]</label>
  221. </control>
  222.  
  223. <!--NextTitle Time-->
  224. <control type="label">
  225. <left>222</left>
  226. <top>280</top>
  227. <width>330</width>
  228. <height>20</height>
  229. <font>font12</font>
  230. <textcolor>yellow</textcolor>
  231. <align>left</align>
  232. <aligny>center</aligny>
  233. <scroll>false</scroll>
  234. <visible>!IsEmpty(Container(50).ListItem.NextTitle)</visible>
  235. <label>$INFO[Container(50).ListItem.NextStartTime]$INFO[Container(50).ListItem.NextEndTime, - ,]</label>
  236. </control>
  237. </control>
  238.  
  239. <!--### ### LEFT VIEW ### ###-->
  240.  
  241. <!--### unfocussed ###-->
  242. <control type="list" id="50">
  243. <left>70</left>
  244. <top>85</top>
  245. <width>777</width>
  246. <height>541</height>
  247. <onleft>100</onleft>
  248. <onright>70</onright>
  249. <onup>50</onup>
  250. <ondown>50</ondown>
  251. <viewtype label="888">list</viewtype>
  252. <pagecontrol>70</pagecontrol>
  253. <scrolltime>200</scrolltime>
  254. <itemlayout height="30" width="590">
  255. <control type="image">
  256. <left>0</left>
  257. <top>0</top>
  258. <width>590</width>
  259. <height>31</height>
  260. <texture border="2">MenuItemNF.png</texture>
  261. <include>VisibleFadeEffect</include>
  262. </control>
  263.  
  264. <!--ChannelNumber-->
  265. <control type="label">
  266. <left>5</left>
  267. <top>0</top>
  268. <width>40</width>
  269. <height>30</height>
  270. <font>font12</font>
  271. <align>center</align>
  272. <aligny>center</aligny>
  273. <textcolor>white</textcolor>
  274. <selectedcolor>orange</selectedcolor>
  275. <info>ListItem.ChannelNumberLabel</info>
  276. </control>
  277.  
  278. <!--Picon-->
  279. <control type="image">
  280. <left>45</left>
  281. <top>0</top>
  282. <width>50</width>
  283. <height>30</height>
  284. <texture>$INFO[ListItem.Icon]</texture>
  285. <aspectratio>keep</aspectratio>
  286. </control>
  287.  
  288. <!--Sendername-->
  289. <control type="label">
  290. <left>111</left>
  291. <top>0</top>
  292. <width>190</width>
  293. <height>25</height>
  294. <font>font13</font>
  295. <textcolor>white</textcolor>
  296. <selectedcolor>selected</selectedcolor>
  297. <align>left</align>
  298. <aligny>center</aligny>
  299. <label>$INFO[ListItem.Label]</label>
  300. </control>
  301.  
  302. <!--Title np Picon-->
  303. <control type="label">
  304. <left>310</left>
  305. <top>0</top>
  306. <width>333</width>
  307. <height>25</height>
  308. <font>font12</font>
  309. <textcolor>grey</textcolor>
  310. <selectedcolor>grey</selectedcolor>
  311. <align>left</align>
  312. <aligny>center</aligny>
  313. <label>$INFO[ListItem.Title]</label>
  314. <visible>IsEmpty(Listitem.Icon)</visible>
  315. </control>
  316.  
  317. <!--Title with Picon-->
  318. <control type="label">
  319. <left>310</left>
  320. <top>0</top>
  321. <width>333</width>
  322. <height>25</height>
  323. <font>font12</font>
  324. <textcolor>orange</textcolor>
  325. <selectedcolor>orange</selectedcolor>
  326. <align>left</align>
  327. <aligny>center</aligny>
  328. <label>$INFO[ListItem.Title]</label>
  329. <visible>!IsEmpty(Listitem.Icon)</visible>
  330. </control>
  331.  
  332. <!--progressbar-->
  333. <control type="progress">
  334. <description>Progressbar</description>
  335. <left>650</left>
  336. <top>35</top>
  337. <width>65</width>
  338. <height>20</height>
  339. <colordiffuse>88FFFFFF</colordiffuse>
  340. <visible>ListItem.HasEpg</visible>
  341. <info>ListItem.Progress</info>
  342. </control>
  343.  
  344. <!--NOT CHANGED YET!-->
  345. <control type="image">
  346. <left>5</left>
  347. <top>37</top>
  348. <width>30</width>
  349. <height>20</height>
  350. <texture>PVR-IsRecording.png</texture>
  351. <visible>ListItem.IsRecording</visible>
  352. </control>
  353. </itemlayout>
  354.  
  355. <!--### focussed ####when selected######-->
  356. <focusedlayout height="30" width="590">
  357. <control type="image">
  358. <left>0</left>
  359. <top>0</top>
  360. <width>777</width>
  361. <height>31</height>
  362. <texture border="2">MenuItemNF.png</texture>
  363. <visible>!Control.HasFocus(50)</visible>
  364. <include>VisibleFadeEffect</include>
  365. </control>
  366. <control type="image">
  367. <left>0</left>
  368. <top>0</top>
  369. <width>450</width>
  370. <height>31</height>
  371. <texture border="2" colordiffuse="$VAR[MainColorOne]">MenuItemFO.png</texture>
  372. <visible>Control.HasFocus(50)</visible>
  373. <include>VisibleFadeEffect</include>
  374. </control>
  375.  
  376. <!--ChannelNumber-->
  377. <control type="label">
  378. <left>5</left>
  379. <top>0</top>
  380. <width>40</width>
  381. <height>30</height>
  382. <font>font12</font>
  383. <align>center</align>
  384. <aligny>center</aligny>
  385. <textcolor>orange</textcolor>
  386. <selectedcolor>orange</selectedcolor>
  387. <info>ListItem.ChannelNumberLabel</info>
  388. </control>
  389.  
  390. <!--Picon-->
  391. <control type="image">
  392. <left>45</left>
  393. <top>0</top>
  394. <width>50</width>
  395. <height>30</height>
  396. <texture>$INFO[ListItem.Icon]</texture>
  397. <aspectratio>keep</aspectratio>
  398. </control>
  399.  
  400. <!--Sendername-->
  401. <control type="label">
  402. <left>111</left>
  403. <top>0</top>
  404. <width>190</width>
  405. <height>25</height>
  406. <font>font13</font>
  407. <textcolor>orange</textcolor>
  408. <selectedcolor>orange</selectedcolor>
  409. <align>left</align>
  410. <aligny>center</aligny>
  411. <label>$INFO[ListItem.Label]</label>
  412. </control>
  413.  
  414. <!--Title no Picon-->
  415. <control type="label">
  416. <left>310</left>
  417. <top>0</top>
  418. <width>333</width>
  419. <height>25</height>
  420. <font>font12</font>
  421. <textcolor>orange</textcolor>
  422. <selectedcolor>orange</selectedcolor>
  423. <align>left</align>
  424. <aligny>center</aligny>
  425. <label>$INFO[ListItem.Title]</label>
  426. <visible>IsEmpty(Listitem.Icon)</visible>
  427. </control>
  428.  
  429. <!--Title with Picon-->
  430. <control type="label">
  431. <left>310</left>
  432. <top>0</top>
  433. <width>333</width>
  434. <height>25</height>
  435. <font>font12</font>
  436. <textcolor>orange</textcolor>
  437. <selectedcolor>orange</selectedcolor>
  438. <align>left</align>
  439. <aligny>center</aligny>
  440. <label>$INFO[ListItem.Title]</label>
  441. <visible>!IsEmpty(Listitem.Icon)</visible>
  442. </control>
  443.  
  444. <!--Progressbar-->
  445. <control type="progress">
  446. <description>Progressbar</description>
  447. <left>650</left>
  448. <top>35</top>
  449. <width>65</width>
  450. <height>20</height>
  451. <colordiffuse>88FFFFFF</colordiffuse>
  452. <visible>ListItem.HasEpg</visible>
  453. <info>ListItem.Progress</info>
  454. </control>
  455.  
  456. <!--NOT CHANGED YET!-->
  457. <control type="image">
  458. <left>5</left>
  459. <top>37</top>
  460. <width>30</width>
  461. <height>20</height>
  462. <texture>PVR-IsRecording.png</texture>
  463. <visible>ListItem.IsRecording</visible>
  464. </control>
  465. </focusedlayout>
  466. </control>
  467. <control type="scrollbar" id="70">
  468. <left>795</left>
  469. <top>85</top>
  470. <width>25</width>
  471. <height>540</height>
  472. <texturesliderbackground border="0,14,0,14">ScrollBarV.png</texturesliderbackground>
  473. <texturesliderbar border="0,14,0,14">ScrollBarV_bar.png</texturesliderbar>
  474. <texturesliderbarfocus border="0,14,0,14" colordiffuse="$VAR[MainColorOne]">ScrollBarV_bar_focus.png</texturesliderbarfocus>
  475. <textureslidernib colordiffuse="$VAR[MainColorOne]">ScrollBarNib.png</textureslidernib>
  476. <textureslidernibfocus colordiffuse="$VAR[MainColorOne]">ScrollBarNib.png</textureslidernibfocus>
  477. <onleft>50</onleft>
  478. <onright>100</onright>
  479. <showonepage>false</showonepage>
  480. <orientation>vertical</orientation>
  481. </control>
  482. <control type="label">
  483. <animation effect="slide" start="0,0" end="-90,0" time="0" condition="system.getbool(input.enablemouse)">Conditional</animation>
  484. <description>Page Count Label</description>
  485. <right>40</right>
  486. <top>53r</top>
  487. <width>500</width>
  488. <height>20</height>
  489. <font>font12</font>
  490. <textcolor>grey</textcolor>
  491. <scroll>false</scroll>
  492. <align>right</align>
  493. <aligny>center</aligny>
  494. <label>([COLOR=$VAR[MainColorOne]]$INFO[Container(50).NumItems][/COLOR]) $LOCALIZE[19019] - $LOCALIZE[31024] ([COLOR=$VAR[MainColorOne]]$INFO[Container(50).CurrentPage]/$INFO[Container(50).NumPages][/COLOR])</label>
  495. <include>Window_OpenClose_Animation</include>
  496. </control>
  497. </control>
  498. <include>CommonNowPlaying</include>
  499. <include>BehindDialogFadeOut</include>
  500. <include>ScrollOffsetLabel</include>
  501. <control type="image">
  502. <left>0</left>
  503. <top>0</top>
  504. <width>1280</width>
  505. <height>720</height>
  506. <texture>black-back.png</texture>
  507. <animation effect="fade" time="400">Visible</animation>
  508. <animation effect="fade" time="200">Hidden</animation>
  509. <visible>Window.IsActive(FileBrowser) | Window.IsActive(PVRGuideInfo) | Window.IsActive(PVRRecordingInfo) | Window.IsActive(PVRTimerSetting) | Window.IsActive(PVRGroupManager) | Window.IsActive(PVRGuideSearch)</visible>
  510. </control>
  511. <include>PVRSideBlade</include>
  512. <include>Clock</include>
  513. </controls>
  514. </window>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement