summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOthmar Gsenger <otti@wirdorange.org>2011-01-14 04:16:55 +0000
committerOthmar Gsenger <otti@wirdorange.org>2011-01-14 04:16:55 +0000
commit3e3dc3405459462c5cee0cc9ae4f4cb7643d5bd1 (patch)
tree3ac0440074c5c71638512348b499f52f56a9c1fd
parentfirst working mutli user version (diff)
wathever
-rwxr-xr-xsearch.pl9
1 files changed, 7 insertions, 2 deletions
diff --git a/search.pl b/search.pl
index 529d2dd..ad557ae 100755
--- a/search.pl
+++ b/search.pl
@@ -13,7 +13,12 @@ print CGI::start_table();
print CGI::start_form(-action=>'/cgi-bin/nzbget/search.pl');
print table(
- Tr(td([a({href=>'/cgi-bin/nzbget/mydl.pl?only_me=1'},'My Downloads'),a({href=>'/cgi-bin/nzbget/mydl.pl'},'All Downloads')]))
+ Tr(th([
+ a({href=>'/cgi-bin/nzbget/mydl.pl?only_me=1'},'My Downloads'),
+ a({href=>'/cgi-bin/nzbget/mydl.pl'},'All Downloads'),
+ a({href=>'/cgi-bin/nzbget/log.pl'},'Log'),
+
+ ])),
),
table(
Tr(td(['Search',textfield('q'),])),
@@ -25,7 +30,7 @@ print table(
-default => '25',
-labels => {25=>'25',100=>'100',500=>500}
) ])),
- Tr(td([submit()])),
+ Tr(td(['',submit()])),
);
print CGI::end_form;
my $param_obj=new local::params;