Skip to content

Commit

Permalink
Rewording of labels
Browse files Browse the repository at this point in the history
  • Loading branch information
emrojo committed Feb 4, 2021
1 parent 4cafa05 commit c28beed
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions baracoda/static/index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
<html>

<head>
<title>COG-UK barcode creator</title>
</head>

<body>
<script>
function clickButton() {
Expand Down Expand Up @@ -100,9 +104,9 @@ <h1>Baracoda COG UK id retriever</h1>
<label for="prefix">Prefix
<select id="prefix"></select>
</label>
<label for="count">Count
<label for="count">Number of barcodes
<input type="text" name="count" id="count" value="" autocomplete="off" /></label>
<input type="button" name="but" onclick="clickButton()" value="Retrieve" />
<input type="button" name="but" onclick="clickButton()" value="Create" />
</form>

<div id="barcodes"></div>
Expand Down

0 comments on commit c28beed

Please sign in to comment.