mirror of
https://github.com/git/git.git
synced 2025-03-21 01:26:36 +00:00
v165
This commit is contained in:
parent
2bf7a52c61
commit
1f22c26777
15
gitweb.cgi
15
gitweb.cgi
@ -15,7 +15,7 @@ use CGI::Carp qw(fatalsToBrowser);
|
||||
use Fcntl ':mode';
|
||||
|
||||
my $cgi = new CGI;
|
||||
my $version = "164";
|
||||
my $version = "165";
|
||||
my $my_url = $cgi->url();
|
||||
my $my_uri = $cgi->url(-absolute => 1);
|
||||
my $rss_link = "";
|
||||
@ -1103,12 +1103,13 @@ sub git_log {
|
||||
|
||||
git_header_html();
|
||||
print "<div class=\"page_nav\">\n";
|
||||
print $cgi->a({-href => "$my_uri?p=$project;a=log"}, "last 10") . " | " .
|
||||
$cgi->a({-href => "$my_uri?p=$project;a=log;t=1"}, "day") . " | " .
|
||||
$cgi->a({-href => "$my_uri?p=$project;a=log;t=7"}, "week") . " | " .
|
||||
$cgi->a({-href => "$my_uri?p=$project;a=log;t=31"}, "month") . " | " .
|
||||
$cgi->a({-href => "$my_uri?p=$project;a=log;t=365"}, "year") . " | " .
|
||||
$cgi->a({-href => "$my_uri?p=$project;a=log;t=0"}, "all") . "<br/>\n";
|
||||
print $cgi->a({-href => "$my_uri?p=$project;a=log;h=$hash"}, "last 10") .
|
||||
" ⋅ " . $cgi->a({-href => "$my_uri?p=$project;a=log;t=1;h=$hash"}, "day") .
|
||||
" ⋅ " .$cgi->a({-href => "$my_uri?p=$project;a=log;t=7;h=$hash"}, "week") .
|
||||
" ⋅ " . $cgi->a({-href => "$my_uri?p=$project;a=log;t=31;h=$hash"}, "month") .
|
||||
" ⋅ " . $cgi->a({-href => "$my_uri?p=$project;a=log;t=365;h=$hash"}, "year") .
|
||||
" ⋅ " . $cgi->a({-href => "$my_uri?p=$project;a=log;t=0;h=$hash"}, "all") .
|
||||
" | " . $cgi->a({-href => "$my_uri?p=$project;a=tree;hb=$hash"}, "tree") . "<br/>\n";
|
||||
print "<br/>\n" .
|
||||
"</div>\n";
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user