diff options
Diffstat (limited to 'project/templates/steelman.html')
-rw-r--r-- | project/templates/steelman.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/project/templates/steelman.html b/project/templates/steelman.html index 4c0d209..bb61548 100644 --- a/project/templates/steelman.html +++ b/project/templates/steelman.html @@ -223,6 +223,12 @@ considered meet that requirement on the right. Some explanatory notes are includ <p>Note that due to the standardisation issues each of these languages has, a (fortunately quite low) number of these turned out to be educated guesses. Fairness was the goal, but nonetheless reader discretion is advised.</p> + +<section class="accordian"> + <input type="checkbox" name="collapse" id="handle1"> + <label for="handle1">Toggle Appendix Table</label> + <div class="hidden_content"> + <table id="appendix"> <tr> <th style="width: 30em">Requirement</th> @@ -2313,6 +2319,9 @@ turned out to be educated guesses. Fairness was the goal, but nonetheless reader </tr> </table> + </div> +</section> + {% endblock %} |