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:
b929b90
)
@id parameter replaced $id
author
Mike Taylor
<mike@indexdata.com>
Sat, 23 Sep 2006 07:13:12 +0000
(07:13 +0000)
committer
Mike Taylor
<mike@indexdata.com>
Sat, 23 Sep 2006 07:13:12 +0000
(07:13 +0000)
web/htdocs/check.html
patch
|
blob
|
history
diff --git
a/web/htdocs/check.html
b/web/htdocs/check.html
index
93cdc90
..
9d5118c
100644
(file)
--- a/
web/htdocs/check.html
+++ b/
web/htdocs/check.html
@@
-1,6
+1,6
@@
-%# $Id: check.html,v 1.3 2006-09-20 16:35:21 mike Exp $
+%# $Id: check.html,v 1.4 2006-09-23 07:13:12 mike Exp $
<%args>
-$id
+@id
</%args>
<& /chrome/layout.mc, %ARGS, component => "/details/check.mc",
- title => ($id =~ / /) ? "Test targets" : "Test a target" &>
+ title => @id > 1 ? "Test targets" : "Test a target" &>