\n")
+ outfile.write("\n")
outfile.write(f"[ {basename} ]\n")
if fname_log:
basename_log = os.path.basename(fname_log)
outfile.write(f"[ {basename_log} ]\n")
-
+ outfile.write(" \n")
# links to the pre-existing mcplot-html plots of the two
# original monitors, if they were found on disk
a_lin = _relhref(entry.get('a_lin'), outdir)
@@ -347,16 +350,17 @@ def write_index(outdir, entries, label_a, label_b):
b_lin = _relhref(entry.get('b_lin'), outdir)
b_log = _relhref(entry.get('b_log'), outdir)
if a_lin or a_log or b_lin or b_log:
- outfile.write("|\n")
+ outfile.write(" \n")
if a_lin:
- outfile.write(f"[ {label_a} ]\n")
+ outfile.write(f"[ A ]\n")
if a_log:
- outfile.write(f"[ {label_a} (log) ]\n")
+ outfile.write(f"[ A (log) ]\n")
if b_lin:
- outfile.write(f"[ {label_b} ]\n")
+ outfile.write(f"[ B ]\n")
if b_log:
- outfile.write(f"[ {label_b} (log) ]\n")
-
+ outfile.write(f"[ B (log) ]\n")
+ if a_lin or a_log or b_lin or b_log:
+ outfile.write("\n")
outfile.write("