Skip to content

Commit

Permalink
Micromanage all the things
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Dee committed Jan 8, 2012
1 parent 5f07e3a commit 1d86458
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions app.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ <h2>WARNING</h2>
<div id="split-div">
<h2>Split</h2>
<div>
<label for="split-k">Minimum number of keys required to recombine the
message</label>
<label for="split-k">Threshold (minimum number of keys needed)</label>
<input type="text" id="split-k" value="3">
<label for="split-n">Total number of keys to produce</label>
<input type="text" id="split-n" value="5">
Expand All @@ -47,8 +46,8 @@ <h2>Split</h2>
<div id="combine-div">
<h2>Combine</h2>
<div>
<label for="combine-k">Minimum number of keys required (defaults to number
of keys entered)</label>
<label for="combine-k">Threshold (defaults to number of keys
entered)</label>
<input type="text" id="combine-k">
<label for="combine-keys">Keys</label>
<textarea id="combine-keys"></textarea>
Expand Down

0 comments on commit 1d86458

Please sign in to comment.