Add option to show the state of the reserve queue
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user