(no commit message)
[freeside.git] / rt / html / Reports / Activity / Elements / PrintHeader
1 <%args>
2 $title => undef
3 $path => undef
4 $query => undef
5 </%args>
6 <HTML>
7 <HEAD>
8 <TITLE><%$title%></TITLE>
9 <link rel="shortcut icon" href="<%$RT::WebImagesURL%>/favicon.png" type="image/png" />
10 <link media="all" rel="stylesheet" href="<%$RT::WebPath%>/NoAuth/webrt.css" type="text/css" />
11 <link media="print" rel="stylesheet" href="<%$RT::WebPath%>/NoAuth/printrt.css" type="text/css" />
12 %# XXX TODO THIS SHOULD NOT BE A TABLE
13 <body>
14 <table width="100%">
15 <tr>
16 <td align="left">
17 <div id="username">User: <%$session{'CurrentUser'}->Name%></div>
18 <div id="reportdate">
19 %my $d= RT::Date->new($session{'CurrentUser'}); $d->SetToNow; 
20 <%$d->AsString%></div>
21 </td>
22 <td align="center">
23 <h1><%$title%></h1>
24 </td>
25 <td align="right">
26 <img src="<%$RT::LogoURL%>" alt="RT Logo"/>
27 </td>
28 </tr>
29 </table>
30 <hr/>
31 <&|/l&>Report criteria:</&> <%$query%>
32 <hr />