projects
/
irspy-moved-to-github.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Page title includes test name if specified.
[irspy-moved-to-github.git]
/
web
/
htdocs
/
check.html
1
%# $Id: check.html,v 1.5 2006-11-13 16:48:49 mike Exp $
2
<%args>
3
@id
4
$test => undef
5
</%args>
6
<& /chrome/layout.mc, %ARGS, component => "/details/check.mc",
7
title => ((@id > 1 ? "Test targets" : "Test a target") .
8
(defined $test ? ": $test" : "")) &>