repo.or.cz
/
sgn.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
add version check for R itself, because R is apparently not smart enough to do this...
[sgn.git]
/
cgi-bin
/
search
/
index.pl
blob
d27f58f7111c532b9288f493e3739603bfae84fb
1
use
strict
;
2
use
CXGN
::
Page
;
3
use
CXGN
::
Page
::
Toolbar
::
SGN
;
4
my
$page
=
CXGN
::
Page
->
new
(
"Search"
,
"john"
);
5
$page
->
header
();
6
my
$tb
=
CXGN
::
Page
::
Toolbar
::
SGN
->
new
();
7
print
$tb
->
index_page
(
'search'
);
8
$page
->
footer
();