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:
47756b3
)
Refer to testing rather than checking.
author
Mike Taylor
<mike@indexdata.com>
Wed, 20 Sep 2006 16:35:21 +0000
(16:35 +0000)
committer
Mike Taylor
<mike@indexdata.com>
Wed, 20 Sep 2006 16:35:21 +0000
(16:35 +0000)
Title various depending on whether there is one or more ID
web/htdocs/check.html
patch
|
blob
|
history
diff --git
a/web/htdocs/check.html
b/web/htdocs/check.html
index
6df4c1d
..
93cdc90
100644
(file)
--- a/
web/htdocs/check.html
+++ b/
web/htdocs/check.html
@@
-1,3
+1,6
@@
-%# $Id: check.html,v 1.2 2006-09-19 16:30:35 mike Exp $
-<& /chrome/layout.mc, %ARGS, title => "Check a target",
- component => "/details/check.mc" &>
+%# $Id: check.html,v 1.3 2006-09-20 16:35:21 mike Exp $
+<%args>
+$id
+</%args>
+<& /chrome/layout.mc, %ARGS, component => "/details/check.mc",
+ title => ($id =~ / /) ? "Test targets" : "Test a target" &>