source: titan/skins/weather/skin.xml @ 15359

Last change on this file since 15359 was 15359, checked in by nit, 12 years ago

[titan] add weather plugin

File size: 2.3 KB
Line 
1<screen titlealign=center name=weather hspace=5 vspace=5 fontcol=fontcol fontsize=30 title="Weather" posx=center posy=center width=1085 height=700 bordercol=bordercol bordersize=2 bgcol=bgcol>
2<node fontsize=30 bordercol=bordercol bordersize=2 scrollbar=auto type=listbox name=listbox posy=0 width=350 height=600>
3<node name=box1 fontsize=30 bordercol=bordercol bordersize=2 posy=0 posx=360 width=350 height=295>
4<node name=day0 parent=box1 posx=5 posy=0 width=340 height=30>
5<node name=day0_low parent=box1 posx=5 posy=35 width=340 height=30>
6<node name=day0_high parent=box1 posx=5 posy=70 width=340 height=30>
7<node name=day0_condition parent=box1 posx=5 posy=105 width=340 height=30>
8<node name=day0_icon parent=box1 posx=120 posy=170 width=100 height=100>
9<node name=box2 fontsize=30 bordercol=bordercol bordersize=2 posy=0 posx=720 width=350 height=295>
10<node name=day1 parent=box2 posx=5 posy=0 width=340 height=30>
11<node name=day1_low parent=box2 posx=5 posy=35 width=340 height=30>
12<node name=day1_high parent=box2 posx=5 posy=70 width=340 height=30>
13<node name=day1_condition parent=box2 posx=5 posy=105 width=340 height=30>
14<node name=day1_icon parent=box2 posx=120 posy=170 width=100 height=100>
15<node name=box3 fontsize=30 bordercol=bordercol bordersize=2 posy=305 posx=360 width=350 height=295>
16<node name=day2 parent=box3 posx=5 posy=0 width=340 height=30>
17<node name=day2_low parent=box3 posx=5 posy=35 width=340 height=30>
18<node name=day2_high parent=box3 posx=5 posy=70 width=340 height=30>
19<node name=day2_condition parent=box3 posx=5 posy=105 width=340 height=30>
20<node name=day2_icon parent=box3 posx=120 posy=170 width=100 height=100>
21<node name=box4 fontsize=30 bordercol=bordercol bordersize=2 posy=305 posx=720 width=350 height=295>
22<node name=day3 parent=box4 posx=5 posy=0 width=340 height=30>
23<node name=day3_low parent=box4 posx=5 posy=35 width=340 height=30>
24<node name=day3_high parent=box4 posx=5 posy=70 width=340 height=30>
25<node name=day3_condition parent=box4 posx=5 posy=105 width=340 height=30>
26<node name=day3_icon parent=box4 posx=120 posy=170 width=100 height=100>
27<node name=b1 text="SEARCH" halign=center valign=center bordercol=red bordersize=4 bordertype=2 posx=20 posy=610 width=150 height=30/>
28<node name=date halign=right valign=center posx=600 posy=610 width=470 height=30/>
29</screen>
Note: See TracBrowser for help on using the repository browser.