diff options
Diffstat (limited to 'BKUOnline/src/main/webapp/HTTP-ohne.html')
| -rw-r--r-- | BKUOnline/src/main/webapp/HTTP-ohne.html | 11 | 
1 files changed, 10 insertions, 1 deletions
| diff --git a/BKUOnline/src/main/webapp/HTTP-ohne.html b/BKUOnline/src/main/webapp/HTTP-ohne.html index 1923113e..044432ce 100644 --- a/BKUOnline/src/main/webapp/HTTP-ohne.html +++ b/BKUOnline/src/main/webapp/HTTP-ohne.html @@ -92,8 +92,17 @@ legend {    name="appletHeight" value="130" id="appletHeight">  <p><label for="appletBackground">Applet Background</label> <input    name="appletBackground" value="" id="appletBackground"> +<p> +	<label for="appletGuiStyle">GUI Style</label>  +	<input type="radio" name="appletGuiStyle" value="simple" checked="checked">simple +	<input type="radio" name="appletGuiStyle" value="advanced">advanced +</p> +<p> +	<label for="appletHashDataDisplay">GUI Style</label>  +	<input type="radio" name="appletHashDataDisplay" value="external" checked="checked">external +	<input type="radio" name="appletHashDataDisplay" value="internal">internal +</p> -</textarea></p>  <!--   <p><label for="RedirectURL">RedirectURL</label> <input  	name="RedirectURL" value="" id="RedirectURL"></p> | 
