now we can use urls like https://www.torproject.org/translation-status#torbrowser
Roger Dingledine

Roger Dingledine commited on 2008-03-04 03:13:26
Zeige 1 geänderte Dateien mit 2 Einfügungen und 1 Löschungen.

... ...
@@ -51,7 +51,8 @@ sub do_status($$) {
51 51
 	my $HTMLBASE = (defined $ENV{'HTMLBASE'} ? $ENV{'HTMLBASE'} : 'https://www.torproject.org/') . ($dir eq '.' ? '' : $dir.'/');
52 52
 
53 53
 
54
-	print "<h1>$dir</h1>\n";
54
+	print "<a id=\"$dir\"></a>\n";
55
+	print "<h1><a class=\"anchor\" href=\"#$dir\">$dir</a></h1>\n";
55 56
 
56 57
 	for my $priority (@priorities) {
57 58
 		print "<h2>Translation priority: $priority</h2>\n";
58 59