1 | <screen fontcol=fontcol fontsize=20 titlealign=center name="imdb" valign=bottom hspace=30 vspace=10 posx=center posy=center width=100% height=100% bordercol=bordercol bordersize=2 bgcol=bgcol> |
---|
2 | <node name=text text="ImdB - Plugin" posx=20 posy=1% width=50% height=30 fontsize=35 type=textbox wrap=yes/> |
---|
3 | <node name=titletext text="Title:" posx=20 posy=10% width=50% height=30 bordertype=2 bordersize=2 bordercol=bordercol type=textbox wrap=yes/> |
---|
4 | <node name=title text="--title--" posx=100 posy=10% width=50% height=30 type=textbox wrap=yes/> |
---|
5 | <node name=genretext text="Genre:" posx=20 posy=18% width=50% height=30 bordertype=2 bordersize=2 bordercol=bordercol type=textbox wrap=yes/> |
---|
6 | <node name=genre text="--genre--" posx=100 posy=18% width=50% height=30 type=textbox wrap=yes/> |
---|
7 | <node name=releasetimetext text="Release:" posx=20 posy=26% width=50% bordertype=2 bordersize=2 bordercol=bordercol height=30 type=textbox wrap=yes/> |
---|
8 | <node name=releasetime text="--releasetime--" posx=100 posy=26% width=50% height=30 type=textbox wrap=yes/> |
---|
9 | <node name=directortext text="Director:" posx=20 posy=34% width=50% bordertype=2 bordersize=2 bordercol=bordercol height=30 type=textbox wrap=yes/> |
---|
10 | <node name=director text="--director--" posx=100 posy=34% width=50% height=30 type=textbox wrap=yes/> |
---|
11 | |
---|
12 | <node name=writerstext text="Writers:" posx=20 posy=42% width=50% bordertype=2 bordersize=2 bordercol=bordercol height=30 type=textbox wrap=yes/> |
---|
13 | <node name=writers text="--writers--" posx=100 posy=42% width=50% height=30 type=textbox wrap=yes/> |
---|
14 | |
---|
15 | <node name=castetext text="Cast:" posx=20 posy=50% width=50% bordertype=2 bordersize=2 bordercol=bordercol height=30 type=textbox wrap=yes/> |
---|
16 | <node name=cast text="--cast--" posx=100 posy=50% width=50% height=30 type=textbox wrap=yes/> |
---|
17 | |
---|
18 | #<node name=taglinetext text="Tagline:" posx=20 posy=58% width=50% bordertype=2 bordersize=2 bordercol=bordercol height=30 type=textbox wrap=yes/> |
---|
19 | #<node name=tagline text="--tagline--" posx=100 posy=58% width=50% height=30 type=textbox wrap=yes/> |
---|
20 | |
---|
21 | <node name=plottext text="Plot:" posx=20 posy=55% width=50% bordertype=2 bordersize=2 bordercol=bordercol height=320 type=textbox wrap=yes> |
---|
22 | <node name=plot text="--plot--" posx=20 posy=60% width=50% height=320 type=textbox wrap=yes> |
---|
23 | #<node name=cover picwidth=515 picheight=650 valign=middle halign=middle parent=listbox bordercol=bordercol bordersize=0 posx=50% posy=35 width=100% height=100%> |
---|
24 | <node name=cover picwidth=620 picheight=720 valign=middle halign=middle parent=listbox bordercol=bordercol bordersize=0 posx=735 posy=35 width=100% height=100%> |
---|
25 | </screen> |
---|