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
improve debug output of 404 errors
[sgn.git]
/
cgi-bin
/
qtl
/
index.pl
blob
ca94daa2181066fa14bad813b4048b98f2c0c6bc
1
use
CatalystX
::
GlobalContext
qw(
$c
);
2
use strict;
3
use CXGN::Page;
4
5
my
$page
= CXGN::Page->new("SGN", "Isaak");
6
7
my
$redir
=
$page
->client_redirect("../search/direct_search.pl?search=cvterm_name");
8
9
$c
->forward_to_mason_view('/qtl/index.mas',
$redir
);