blob: 08e1a51a51c5f7914ecd56730fe68e6db0f346d8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<%args>
$Date => undef
$Tickets => undef
$DateTypes => undef
@username => ()
</%args>
% foreach my $username ( @username ) {
<span class="calendarright"><% $username %>---sparkline--*</span><br>
% }
<%init>
</%init>
|