mirror of
https://expo.survex.com/repositories/expoweb/.git/
synced 2025-12-11 16:17:12 +00:00
[svn r7273] minor edits
This commit is contained in:
@@ -77,7 +77,8 @@ my %areanames =
|
|||||||
"rhino.html", "Rhino",
|
"rhino.html", "Rhino",
|
||||||
"swings.html", "Swings",
|
"swings.html", "Swings",
|
||||||
"treeumphant.html", "Tree",
|
"treeumphant.html", "Tree",
|
||||||
"uworld.html", "Underworld");
|
"uworld.html", "Gaffered / Underworld",
|
||||||
|
"subsoil.html", "Subsoil");
|
||||||
|
|
||||||
# While loop which reads in each line of csv file
|
# While loop which reads in each line of csv file
|
||||||
while (<CSV>) {
|
while (<CSV>) {
|
||||||
@@ -96,7 +97,10 @@ while (<CSV>) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
# Construct XHTML line
|
# Construct XHTML line
|
||||||
$templine = "<dt><a href=\"$file#$fragment\">$name</a></dt>";
|
if($fragment)
|
||||||
|
{ $templine = "<dt><a href=\"$file#$fragment\">$name</a></dt>" }
|
||||||
|
else
|
||||||
|
{ $templine = "<dt><a href=\"$file\">$name</a></dt>" };
|
||||||
|
|
||||||
$templine = "$templine\n<dd>[$areanames{$file}] $desc";
|
$templine = "$templine\n<dd>[$areanames{$file}] $desc";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user