aboutsummaryrefslogtreecommitdiffstats
path: root/jsaccess/jsa/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'jsaccess/jsa/index.html')
-rw-r--r--jsaccess/jsa/index.html9
1 files changed, 6 insertions, 3 deletions
diff --git a/jsaccess/jsa/index.html b/jsaccess/jsa/index.html
index 345f849..e96b64b 100644
--- a/jsaccess/jsa/index.html
+++ b/jsaccess/jsa/index.html
@@ -13,15 +13,18 @@
</HEAD>
<BODY onLoad="jsainit()">
+ <div id="header">
+ <h1>Restricted access</h1>
+ </div>
<div id="forms">
<form id="form-getlist" onsubmit="return false;">
- <h1>1. Enter password</h1>
+ <h2>1. Enter password</h2>
<input type="text" id="password"/><input type="submit" id="getlist" value="Get files list" onclick="jsagetlist()"/>
</form>
<form id="form-download" onsubmit="return false;">
- <h1>2. Select file</h1>
+ <h2>2. Select file</h2>
<div id="files"></div>
- <h1>3. Dowload</h1>
+ <h2>3. Dowload</h2>
<input type="submit" id="download" value="Download" onclick="jsadl()"/>
<input type="button" id="cancel" value="Cancel" onclick="window.location.reload()"/>
</form>