Add option to show the state of the reserve queue

This commit is contained in:
2024-02-14 10:01:48 +01:00
parent 52579ede17
commit a170cbf197
2 changed files with 17 additions and 17 deletions

View File

@@ -315,7 +315,7 @@ for ( $slot = $current_episode_number; $slot < ( $current_episode_number + 60 );
}
?>
<h3>Also Scheduled</h3>
<h3 id="also_scheduled">Also Scheduled</h3>
<?php
$slot--;
while ( $slot <= $max_episode_number) {
@@ -334,8 +334,14 @@ while ( $slot <= $max_episode_number) {
}
?>
<h3 id="reserve_queue_overview">Reserve Queue Overview</h3>
<pre>
<?php
include 'reserve.txt';
?>
</pre>
<h3>Pick other dates</h3>
<h3 id="pick_other_dates">Pick other dates</h3>
<p>
If you wish to pick an available slot in the next 12 months then go directly to the <a aria-label="Go to the request page" href="<?php echo "${hubBaseurl}"; ?>request.php">request page</a>.
</p>