projects
/
irspy-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fe4f2dc
)
Separate left and right components of title
author
Mike Taylor
<mike@indexdata.com>
Fri, 15 Sep 2006 16:48:43 +0000
(16:48 +0000)
committer
Mike Taylor
<mike@indexdata.com>
Fri, 15 Sep 2006 16:48:43 +0000
(16:48 +0000)
web/htdocs/chrome/bannerrow.mc
patch
|
blob
|
history
diff --git
a/web/htdocs/chrome/bannerrow.mc
b/web/htdocs/chrome/bannerrow.mc
index
d0095e3
..
c7dea32
100644
(file)
--- a/
web/htdocs/chrome/bannerrow.mc
+++ b/
web/htdocs/chrome/bannerrow.mc
@@
-1,13
+1,13
@@
-%# $Id: bannerrow.mc,v 1.2 2006-09-14 16:13:36 mike Exp $
+%# $Id: bannerrow.mc,v 1.3 2006-09-15 16:48:43 mike Exp $
<%args>
$title
</%args>
% my $agent = $m->notes("agent");
<tr class="banner">
<td align="left">
+ <h1><a style="text-decoration: none" href="/">IRSpy</a></h1>
</td>
- <td align="center">
- <h1><a style="text-decoration: none" href="/"
- >IRSpy: <% $title %></a></h1>
+ <td align="right">
+ <h1><% $title %></h1>
</td>
</tr>