1
0
Fork 0

Add a help message to assignment listings

This commit is contained in:
Ainsley Ellis 2024-11-26 22:00:12 -05:00
parent 1c7d6964b0
commit d55ef7d68b

View file

@ -31,6 +31,9 @@ $assignments->round_3 = $stmt_assignments->fetchAll(PDO::FETCH_OBJ);
STATUS_REVIEW, STATUS_REVIEW,
])) { ?> ])) { ?>
<p>The manuscripts to which you've been assigned to provide feedback will appear here.</p> <p>The manuscripts to which you've been assigned to provide feedback will appear here.</p>
<?php } else { ?>
<p>Your assignments are below.</p>
<p><em>Click on the hyperlinked title to open the PDF and read it in the browser or save it to your computer. If you encounter any issues, please email us at <code>sixfold@sixfold.org</code>.</em></p>
<?php } ?> <?php } ?>
<?php if ($assignments->round_1): ?> <?php if ($assignments->round_1): ?>
<div role="region" aria-labelledby="round-1-assignments-caption" tabindex="0"> <div role="region" aria-labelledby="round-1-assignments-caption" tabindex="0">