diff --git a/html/index.html b/html/index.html index 68ad683..4b13c51 100644 --- a/html/index.html +++ b/html/index.html @@ -27,7 +27,7 @@
- + - +
Server's Address
Server's Address
Open sessions: @@ -44,7 +44,7 @@
Parameters:
Debug...
...
Result:
Banana!
@@ -52,7 +52,7 @@
-
diff --git a/html/interactive.js b/html/interactive.js index e3b7f2c..8c2e1f0 100644 --- a/html/interactive.js +++ b/html/interactive.js @@ -100,19 +100,19 @@ var Param2Form = Identity : function(nr, pp, value) { return 'Identity:' - + '' + + '' + '' + '' - + '' + + '' + '
user_id: ' + genInput('inp_param_' + nr + '_id', 16, pp.direction, "id") + '
user_id: ' + genInput('inp_param_' + nr + '_id', 16, pp.direction, "") + '
username: ' + genInput('inp_param_' + nr + '_name', 16, pp.direction, "name") + '
address: ' + genInput('inp_param_' + nr + '_addr', 25, pp.direction, "address") + '
fingerprint: ' + genInput('inp_param_' + nr + '_fpr', 25, pp.direction, "fingerprint") + '
fingerprint: ' + genInput('inp_param_' + nr + '_fpr', 25, pp.direction, "4ABE3AAF59AC32CFE4F86500A9411D176FF00E97") + '
'; }, IdentityList : function(nr, pp, value) { return 'IdentityList (only 1 entry supported here):' - + '' + + '' + '' + '' - + '' + + '' + '
user_id: ' + genInput('inp_param_' + nr + '_id', 16, pp.direction, "id") + '
user_id: ' + genInput('inp_param_' + nr + '_id', 16, pp.direction, "") + '
username: ' + genInput('inp_param_' + nr + '_name', 16, pp.direction, "name") + '
address: ' + genInput('inp_param_' + nr + '_addr', 25, pp.direction, "address") + '
fingerprint: ' + genInput('inp_param_' + nr + '_fpr', 25, pp.direction, "fingerprint") + '
fingerprint: ' + genInput('inp_param_' + nr + '_fpr', 25, pp.direction, "4ABE3AAF59AC32CFE4F86500A9411D176FF00E97") + '
'; }, PEP_enc_format : function(nr, pp, value)