diff options
| author | Roland Stigge <stigge@antcom.de> | 2018-01-13 13:35:47 +0100 | 
|---|---|---|
| committer | Roland Stigge <stigge@antcom.de> | 2018-01-13 13:35:47 +0100 | 
| commit | 5541c410c699025b2803154008285e9c4a89db15 (patch) | |
| tree | aa0b4735fc59c1e1f493aa40e93729509b37f429 /html/index.html | |
| parent | b60c51b7c80b3f90dccda18ffdeef711ea7063fc (diff) | |
Login / Logoutv1.1
Diffstat (limited to 'html/index.html')
| -rw-r--r-- | html/index.html | 13 | 
1 files changed, 13 insertions, 0 deletions
| diff --git a/html/index.html b/html/index.html index 3b75f44..6885bd4 100644 --- a/html/index.html +++ b/html/index.html @@ -80,6 +80,19 @@  			<input type="text" id="renamenew" class="textinput"></input>  			<br/>  		</div> +		 +		<div id="login-dialog" hidden> +			<span id="logintitle">Webbox</span><br/> +			<br/> +			Username:<br/> +			<input type="text" id="loginusername" class="textinput"></input> +			Password:<br/> +			<input type="password" id="loginpassword" class="textinput"></input> +		</div> + +		<div id="logout-dialog" hidden> +			Are you sure you want to log out? +		</div>  		<a id="download-a" hidden></a> | 
