mirror of
https://expo.survex.com/repositories/expoweb/.git/
synced 2025-12-08 14:54:28 +00:00
adding <meta name="keywords" content="NOEDIT">
This commit is contained in:
@@ -450,7 +450,9 @@ htmlfile.write("""
|
||||
.notours .good { background-color: #ffffff; }
|
||||
.notours .bad { background-color: #ffffff; }
|
||||
.notours .awful { background-color: #ffffff; }
|
||||
</style></head>""")
|
||||
</style>
|
||||
<meta name="keywords" content="NOEDIT">
|
||||
</head>""")
|
||||
htmlfile.write("<body><h1>Prospecting Guide</h1>")
|
||||
htmlfile.write("<p><small>Generated " + time.strftime("%Y-%m-%d %H:%M:%S %Z") + " by " + sys.argv[0] + "</small></p>\n")
|
||||
htmlfile.write("<p><b>Notes:</b></p><ul><li>A marking status of \"Retag\" means a tag is in place but it carries a provisional number, or in some cases an incorrect number, and needs replacing with a new tag.</li>\n<li>Kataster status codes indicate the size of a cave, its character and its exploration status, as described <a href=\"../katast.htm\">here</a>.</li><li>For more info on each cave, see the links to detailed description pages.</li></ul>\n")
|
||||
|
||||
@@ -152,7 +152,9 @@ htmlfile.write("""
|
||||
.bad { background-color: #ff9955; text-align: center }
|
||||
.good { background-color: #99ff99; text-align: center }
|
||||
.awful { background-color: #ff5555; text-align: center }
|
||||
</style></head>""")
|
||||
</style>
|
||||
<meta name="keywords" content="NOEDIT">
|
||||
</head>""")
|
||||
htmlfile.write("<body><h1>Prospecting Guide: Summary</h1>")
|
||||
htmlfile.write("<p>Generated " + time.strftime("%x %X") + "</p>\n")
|
||||
htmlfile.write("<p><b>Notes:</b></p><ul><li>A marking status of \"Retag\" means a tag is in place but it carries a provisional number, or in some cases an incorrect number, and needs replacing with a new tag.</li>\n<li>Kataster status codes indicate the size of a cave, its character and its exploration status, as described <a href=\"../katast.htm\">here</a>.</li><li>For more info on each cave, see the links to detailed description pages.</li></ul><table border=\"1\">\n")
|
||||
|
||||
Reference in New Issue
Block a user