Skip to content

Commit

Permalink
fix textarea labels
Browse files Browse the repository at this point in the history
  • Loading branch information
ntBre committed Sep 15, 2024
1 parent 0d2ced5 commit e66f600
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1671,6 +1671,7 @@ <h2 id=qffbuddy><a href="#qffbuddy">qffbuddy</a></h2>

<form onsubmit="return qffbuddy(this);" class="qffbuddy">
<label for="geometry">Geometry in Å:</label>
<br>
<textarea id="geometry" name="geometry" rows="10" cols="72"></textarea>

<br>
Expand Down Expand Up @@ -1744,14 +1745,17 @@ <h2 id=qffbuddy><a href="#qffbuddy">qffbuddy</a></h2>

<br>
<label for="template">Template input file</label>
<br>
<textarea id="template" name="template" rows="10" cols="72"></textarea>

<br>
<label for="queue_template">Queue template (optional)</label>
<br>
<textarea id="queue_template" name="queue_template" rows="10" cols="72"></textarea>

<br>
<label for="hybrid_template">Hybrid template (optional)</label>
<br>
<textarea id="hybrid_template" name="hybrid_template" rows="10" cols="72"></textarea>

<br>
Expand Down
4 changes: 4 additions & 0 deletions docs/template.html
Original file line number Diff line number Diff line change
Expand Up @@ -1173,6 +1173,7 @@ <h2>Table of Contents</h2>

<form onsubmit="return qffbuddy(this);" class="qffbuddy">
<label for="geometry">Geometry in Å:</label>
<br>
<textarea id="geometry" name="geometry" rows="10" cols="72"></textarea>

<br>
Expand Down Expand Up @@ -1246,14 +1247,17 @@ <h2>Table of Contents</h2>

<br>
<label for="template">Template input file</label>
<br>
<textarea id="template" name="template" rows="10" cols="72"></textarea>

<br>
<label for="queue_template">Queue template (optional)</label>
<br>
<textarea id="queue_template" name="queue_template" rows="10" cols="72"></textarea>

<br>
<label for="hybrid_template">Hybrid template (optional)</label>
<br>
<textarea id="hybrid_template" name="hybrid_template" rows="10" cols="72"></textarea>

<br>
Expand Down

0 comments on commit e66f600

Please sign in to comment.