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:
f3c6358
)
Page title includes test name if specified.
author
Mike Taylor
<mike@indexdata.com>
Mon, 13 Nov 2006 16:48:49 +0000
(16:48 +0000)
committer
Mike Taylor
<mike@indexdata.com>
Mon, 13 Nov 2006 16:48:49 +0000
(16:48 +0000)
web/htdocs/check.html
patch
|
blob
|
history
diff --git
a/web/htdocs/check.html
b/web/htdocs/check.html
index
9d5118c
..
345d901
100644
(file)
--- a/
web/htdocs/check.html
+++ b/
web/htdocs/check.html
@@
-1,6
+1,8
@@
-%# $Id: check.html,v 1.4 2006-09-23 07:13:12 mike Exp $
+%# $Id: check.html,v 1.5 2006-11-13 16:48:49 mike Exp $
<%args>
@id
<%args>
@id
+$test => undef
</%args>
<& /chrome/layout.mc, %ARGS, component => "/details/check.mc",
</%args>
<& /chrome/layout.mc, %ARGS, component => "/details/check.mc",
- title => @id > 1 ? "Test targets" : "Test a target" &>
+ title => ((@id > 1 ? "Test targets" : "Test a target") .
+ (defined $test ? ": $test" : "")) &>