[% INCLUDE searchButtons %] |
[% FOR thisKey = ['1','2','3','4','5','6','7','8','9','0'] %]
[% INCLUDE button thisKey = thisKey %]
[% END %]
[% FOR thisKey = ['Q','W','E','R','T','Y','U','I','O','P'] %]
[% INCLUDE button thisKey = thisKey %]
[% END %]
[% FOR thisKey = ['A','S','D','F','G','H','J','K','L'] %]
[% INCLUDE button thisKey = thisKey %]
[% END %]
[% FOR thisKey = ['Z','X','C','V','B','N','M'] %]
[% INCLUDE button thisKey = thisKey %]
[% END %]
[% BLOCK button %]
[% END %]
[% BLOCK searchButtons %]