mirror of
https://expo.survex.com/repositories/expoweb/.git/
synced 2025-12-08 14:54:28 +00:00
QM refresh 3 perl scripts
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
use strict;
|
||||
use Getopt::Long;
|
||||
|
||||
# 234 Hauchhöhle Question Mark list
|
||||
((my $progname = $0) =~ s/^.*(\/|\\)//ig); # basename $0
|
||||
|
||||
# Parse options
|
||||
@@ -26,13 +27,12 @@ open (CSV, "< $ARGV[0]");
|
||||
# Start writing table file, and write table header
|
||||
open TABLE, "> qm.html" or die $!;
|
||||
print TABLE << "END";
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<!DOCTYPE html">
|
||||
<!-- *** This file is auto-generated by $progname - edit $ARGV[0] instead -->
|
||||
<html lang="en" xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
|
||||
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
|
||||
<link rel="stylesheet" type="text/css" href="../../css/main2.css" />
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<link rel="stylesheet" type="text/css" href="/css/main2.css" />
|
||||
<title>1623/234 Question Mark List</title>
|
||||
</head>
|
||||
|
||||
@@ -47,7 +47,7 @@ print TABLE << "END";
|
||||
<hr />
|
||||
<h2>Conventions</h2>
|
||||
|
||||
<p>For question mark list conventions, see <a href="../../qm.html">here</a>.</p>
|
||||
<p>For question mark list conventions, see <a href="/handbook/survey/qm.html">here</a>.</p>
|
||||
|
||||
<h2>Area abbreviations</h2>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user