[% WRAPPER splash/button col="grey75" %]
[% INCLUDE splash/text
select = 0
content = 'one'
%]
<br>
[% INCLUDE splash/text
style = splash.unselect
content = 'two'
%]
<br>
[% INCLUDE splash/text
select = 1
content = 'three'
%]
<br>
[% INCLUDE splash/text
style = splash.select
content = 'four'
%]
<br>
[% INCLUDE splash/text
col = 'blood'
content = 'five'
%]
<br>
[% INCLUDE splash/text
font = 'Times-Roman'
content = 'six'
%]
<br>
[% INCLUDE splash/text
size = '+2'
content = 'seven'
%]
[% END %]