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.html24
1 files changed, 13 insertions, 11 deletions
diff --git a/jsaccess/jsa/index.html b/jsaccess/jsa/index.html
index 71ad8b1..9e26e37 100644
--- a/jsaccess/jsa/index.html
+++ b/jsaccess/jsa/index.html
@@ -14,17 +14,19 @@
</HEAD>
<BODY onLoad="jsainit()">
<!-- XXX ugly onsubmit, do in jsainit() ? -->
- <form id="form-getlist" onsubmit="return false;">
- <h1>1. Enter password</h1>
- <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>
- <div id="files"></div>
- <h1>3. Dowload</h1>
- <input type="submit" id="download" value="Download" onclick="jsadl()"/>
- <input type="button" id="cancel" value="Cancel" onclick="window.location.reload()"/>
- </form>
+ <div id="forms">
+ <form id="form-getlist" onsubmit="return false;">
+ <h1>1. Enter password</h1>
+ <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>
+ <div id="files"></div>
+ <h1>3. Dowload</h1>
+ <input type="submit" id="download" value="Download" onclick="jsadl()"/>
+ <input type="button" id="cancel" value="Cancel" onclick="window.location.reload()"/>
+ </form>
+ </div>
<div id="status"></div>
</BODY>
</HTML>