aboutsummaryrefslogtreecommitdiffstats
path: root/jsaccess/jsa/index.html
diff options
context:
space:
mode:
authorLaurent Ghigonis <laurent@p1sec.com>2013-06-17 04:15:39 +0200
committerLaurent Ghigonis <laurent@p1sec.com>2013-06-17 04:15:39 +0200
commit3215a24e50061e650b097b97d3ea7821958fee11 (patch)
tree19d3500811a956cca05af59f193ab4da4ea6a39a /jsaccess/jsa/index.html
parentjsaccess: cosmetic title (diff)
downloadlaurent-tools-3215a24e50061e650b097b97d3ea7821958fee11.tar.xz
laurent-tools-3215a24e50061e650b097b97d3ea7821958fee11.zip
jsacess: cosme-tic webui
Diffstat (limited to 'jsaccess/jsa/index.html')
-rw-r--r--jsaccess/jsa/index.html28
1 files changed, 15 insertions, 13 deletions
diff --git a/jsaccess/jsa/index.html b/jsaccess/jsa/index.html
index e96b64b..782f58e 100644
--- a/jsaccess/jsa/index.html
+++ b/jsaccess/jsa/index.html
@@ -16,20 +16,22 @@
<div id="header">
<h1>Restricted access</h1>
</div>
- <div id="forms">
- <form id="form-getlist" onsubmit="return false;">
- <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;">
- <h2>2. Select file</h2>
- <div id="files"></div>
- <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>
+ <div id="content">
+ <div id="forms">
+ <form id="form-getlist" onsubmit="return false;">
+ <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;">
+ <h2>2. Select file</h2>
+ <div id="files"></div>
+ <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>
+ </div>
+ <div id="status"></div>
</div>
- <div id="status"></div>
<div id="footer">
<small>Powered by <a href="http://git.zx2c4.com/laurent-tools/tree/jsaccess/README.txt">jsaccess</a></small>
</div>