projects
/
irspy-moved-to-github.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Add support for sorting.
[irspy-moved-to-github.git]
/
web
/
htdocs
/
chrome
/
bannerrow.mc
1
%# $Id: bannerrow.mc,v 1.3 2006-09-15 16:48:43 mike Exp $
2
<%args>
3
$title
4
</%args>
5
% my $agent = $m->notes("agent");
6
<tr class="banner">
7
<td align="left">
8
<h1><a style="text-decoration: none" href="/">IRSpy</a></h1>
9
</td>
10
<td align="right">
11
<h1><% $title %></h1>
12
</td>
13
</tr>