diff options
Diffstat (limited to 'pdf-as-web/src/main/webapp/index.jsp')
-rw-r--r-- | pdf-as-web/src/main/webapp/index.jsp | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/pdf-as-web/src/main/webapp/index.jsp b/pdf-as-web/src/main/webapp/index.jsp index 5a904374..a52d1361 100644 --- a/pdf-as-web/src/main/webapp/index.jsp +++ b/pdf-as-web/src/main/webapp/index.jsp @@ -24,9 +24,11 @@ <img src="assets/img/localBKU.png" /> <button type="submit" value="bku" name="connector" id="bku">Lokale BKU </button> - <!-- - <label for="sbp">SBP</label> - <input type="text" id="ab" name="sbp">--> + + <label for="ab">SBP keyA</label> + <input type="text" id="ab" name="sbp:keyA"> + <label for="abc">SBP keyB</label> + <input type="text" id="abc" name="sbp:keyB"> <% } %> |