% if (!$init) {
% if ($clipboard_hack) {
<& init_overlib.html &>
% } # if $clipboard_hack
% $init++;
% }
%# the only part to be included in every instance
<% $value |h %>
<%shared>
my $init = 0;
%shared>
<%init>
my $clipboard_hack =
$FS::CurrentUser::CurrentUser->option('enable_mask_clipboard_hack');
my $value = shift; # no other params
%init>