mirror of
https://expo.survex.com/repositories/expoweb/.git/
synced 2025-12-08 14:54:28 +00:00
[svn r5899] Finally: all the links are well and truly fettled. I think I should retire on the spot, and leave maintaining the resulting mess to other people.
This commit is contained in:
@@ -132,6 +132,7 @@ sub do_this_line {
|
||||
$linkid =~ s/\(/:/;
|
||||
$linkid =~ s/\)/:/;
|
||||
$linkid =~ s/ /_/;
|
||||
$linkid = lc($linkid);
|
||||
|
||||
# Determine the number of directorys deep the caves main page is at in order to link to area descriptions and indxal
|
||||
my $toroot = 'Q'; # hey; it's magic
|
||||
@@ -366,7 +367,7 @@ END
|
||||
print FILE "<li><a href=\"$toroot\/wilden\/index.htm#$linkid\">Schwarzmoos-Wildensee area index and description</a></li>\n";
|
||||
}
|
||||
if ($area =~ /6/) {
|
||||
print FILE "<li><a href=\"$toroot\/plateau\/index.htm#$linkid\">Far plateau area index and description</a></li>\n";
|
||||
print FILE "<li><a href=\"$toroot\/remote\/index.htm#$linkid\">Far plateau area index and description</a></li>\n";
|
||||
}
|
||||
if ($area =~ /7/) {
|
||||
print FILE "<li><a href=\"$toroot\/egglgrub\/index.htm#$linkid\">Egglgrube area index and description</a></li>\n";
|
||||
|
||||
Reference in New Issue
Block a user