From 5b0521c9aadee11886e2c92df7d768d5e76063a6 Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Mon, 7 Jun 2010 03:44:11 +0000 Subject: Changeover to the new skin format. SkinBreakingChange in the wiki has the runown of the changes. Major changes are paramerterised tags now use %tag(param,param), colours are removed from the %V() tag, %Vi gets a required (but can be -) label as its first param). utils/skinupdater/ has a program to update individual skins, and a perl script to update a whole zip. Themesite will be unusable for the time being (you should be able to upload new themes once it updates checkwps though). I obviously havnt tested every updated wps in this change so let me know if one doesnt load git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26641 a1c6a512-1295-4272-9138-f99709370657 --- wps/cabbiev2.160x128x1.wps | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) (limited to 'wps/cabbiev2.160x128x1.wps') diff --git a/wps/cabbiev2.160x128x1.wps b/wps/cabbiev2.160x128x1.wps index d367a0ca59..6c7891151b 100644 --- a/wps/cabbiev2.160x128x1.wps +++ b/wps/cabbiev2.160x128x1.wps @@ -4,25 +4,25 @@ # (C) 2007, Johannes Voggenthaler (Zinc Alloy) # derived from "cabbie" (C) Yohann Misquitta %wd -%x|z|wpsbackdrop-160x128x1.bmp|0|0| -%xl|A|lock-160x128x1.bmp|48|114|2| -%xl|B|battery-160x128x1.bmp|66|115|10| -%xl|C|volume-160x128x1.bmp|87|114|10| -%xl|D|shuffle-160x128x1.bmp|107|115| -%xl|E|repeat-160x128x1.bmp|127|113|4| -%xl|F|playmode-160x128x1.bmp|145|114|5| -%pb|pb-160x128x1.bmp|1|86|158|8| +%x(z,wpsbackdrop-160x128x1.bmp,0,0) +%xl(A,lock-160x128x1.bmp,48,114,2) +%xl(B,battery-160x128x1.bmp,66,115,10) +%xl(C,volume-160x128x1.bmp,87,114,10) +%xl(D,shuffle-160x128x1.bmp,107,115) +%xl(E,repeat-160x128x1.bmp,127,113,4) +%xl(F,playmode-160x128x1.bmp,145,114,5) +%pb(pb-160x128x1.bmp,1,86,158,8) %s%ac%?it<%it|%fn> -%s%ac%?ia<%ia|%?d2<%d2|(root)>> -%s%ac%?id<%id|%?d1<%d1|(root)>> +%s%ac%?ia<%ia|%?d(2)<%d(2)|%(root%)>> +%s%ac%?id<%id|%?d(1)<%d(1)|%(root%)>> -%s%ac%Sx|Next Track:| +%s%ac%Sx(Next Track:) %s%ac%?It<%It|%Fn> -%al %pc%ac%?Sr<%pe %Sx|of| %pp|%pp %Sx|of| %pe>%ar%pr -%?mh<%xdAa|%xdAb> -%?bp<%?bc<%xdBa|%xdBb>|%?bl<|%xdBc|%xdBd|%xdBe|%xdBf|%xdBg|%xdBh|%xdBi|%xdBj>> -%?pv<%xdCa|%xdCb|%xdCc|%xdCd|%xdCe|%xdCf|%xdCg|%xdCh|%xdCi|%xdCj> -%?ps<%xdD> -%?mm<|%xdEa|%xdEb|%xdEc|%xdEd> -%?mp<%xdFa|%xdFb|%xdFc|%xdFd|%xdFe> +%al %pc%ac%?Sr<%pe %Sx(of) %pp|%pp %Sx(of) %pe>%ar%pr +%?mh<%xd(Aa)|%xd(Ab)> +%?bp<%?bc<%xd(Ba)|%xd(Bb)>|%?bl<|%xd(Bc)|%xd(Bd)|%xd(Be)|%xd(Bf)|%xd(Bg)|%xd(Bh)|%xd(Bi)|%xd(Bj)>> +%?pv<%xd(Ca)|%xd(Cb)|%xd(Cc)|%xd(Cd)|%xd(Ce)|%xd(Cf)|%xd(Cg)|%xd(Ch)|%xd(Ci)|%xd(Cj)> +%?ps<%xd(D)> +%?mm<|%xd(Ea)|%xd(Eb)|%xd(Ec)|%xd(Ed)> +%?mp<%xd(Fa)|%xd(Fb)|%xd(Fc)|%xd(Fd)|%xd(Fe)> -- cgit v1.2.3