[% INCLUDE splash/button
   style   = splash.select
   content = 'one'
%]
<br>
[% INCLUDE splash/button
   style   = splash.unselect
   content = 'two'
%]
<br>
[% INCLUDE splash/button
   style   = splash
   content = 'three'
%]
<br>
[% INCLUDE splash/button
   col     = 'aqua'
   content = 'four'
%]
<br>
[% INCLUDE splash/button
   textcol ='leaf'
   content = 'five'
%]
<br>
[% INCLUDE splash/button
   font    = 'Times-Roman'
   content = 'six'
%]
<br>
[% INCLUDE splash/button
   size    = '+2'
   content = 'seven'
%]
<br>
[% INCLUDE splash/button
   width   = '50%'
   content = 'eight'
%]
<br>
[% INCLUDE splash/button
   width   = '50%'
   align   = 'right'
   content = 'nine'
%]
<br>
[% INCLUDE splash/button
   bold    = 1
   content = 'ten'
%]
<br>
[% INCLUDE splash/button
   select  = 1
   bold    = 0
   content = 'eleven'
%]
