diff options
author | Philip Sargent <philip.sargent@klebos.com> | 2021-04-02 23:21:23 +0100 |
---|---|---|
committer | Philip Sargent <philip.sargent@klebos.com> | 2021-04-02 23:21:23 +0100 |
commit | 52c1dabd0ea242b59047a596ebf7362fffac0a7f (patch) | |
tree | 42da43bbac65818bde8bb5d1b997fcf3d859771f /templates/dataformat | |
parent | bd8d59b343767261e6025048b78d90ff2a9288a5 (diff) | |
download | troggle-52c1dabd0ea242b59047a596ebf7362fffac0a7f.tar.gz troggle-52c1dabd0ea242b59047a596ebf7362fffac0a7f.tar.bz2 troggle-52c1dabd0ea242b59047a596ebf7362fffac0a7f.zip |
survex_file field inconsistency detection & edit
Diffstat (limited to 'templates/dataformat')
-rw-r--r-- | templates/dataformat/cave.xml | 4 | ||||
-rw-r--r-- | templates/dataformat/entrance.xml | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/templates/dataformat/cave.xml b/templates/dataformat/cave.xml index abc28e9..a00b9ba 100644 --- a/templates/dataformat/cave.xml +++ b/templates/dataformat/cave.xml @@ -1,5 +1,7 @@ +<!DOCTYPE html> +<!-- This file is generated using the form documented at /handbook/survey/caveentry.html --> <!-- Only put one cave in this file --> -<!-- If you edit this file, make sure you update the websites database --> +<!-- If you edit this file by hand, make sure you update the database by doing a full data import --> <html lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> diff --git a/templates/dataformat/entrance.xml b/templates/dataformat/entrance.xml index 4e7b315..2ff9f6a 100644 --- a/templates/dataformat/entrance.xml +++ b/templates/dataformat/entrance.xml @@ -1,5 +1,7 @@ +<!DOCTYPE html> <!-- Only put one entrance in this file --> -<!-- If you edit this file, make sure you update the websites database --> +<!-- This file is generated using the form documented at /handbook/survey/caveentry.html --> +<!-- If you edit this file by hand, make sure you update the database by doing a full data import --> <html lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> |