diff options
author | fschneider <florian.schneider@student.tugraz.at> | 2015-08-06 14:40:23 +0200 |
---|---|---|
committer | fschneider <florian.schneider@student.tugraz.at> | 2015-08-06 14:40:23 +0200 |
commit | 0cfb3fe13a2a5280112bf942b4e0b12e5abee1c9 (patch) | |
tree | 83ac99c3b55e751fc03cad948b18990ae79e264d /pdf-as-web/src/main/webapp/index.jsp | |
parent | 1e4a0af51ff6b90cca57791b698433d36febb2a5 (diff) | |
download | pdf-as-4-0cfb3fe13a2a5280112bf942b4e0b12e5abee1c9.tar.gz pdf-as-4-0cfb3fe13a2a5280112bf942b4e0b12e5abee1c9.tar.bz2 pdf-as-4-0cfb3fe13a2a5280112bf942b4e0b12e5abee1c9.zip |
Preparing for Bootstrap
Diffstat (limited to 'pdf-as-web/src/main/webapp/index.jsp')
-rw-r--r-- | pdf-as-web/src/main/webapp/index.jsp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/pdf-as-web/src/main/webapp/index.jsp b/pdf-as-web/src/main/webapp/index.jsp index abc2ece1..e567e217 100644 --- a/pdf-as-web/src/main/webapp/index.jsp +++ b/pdf-as-web/src/main/webapp/index.jsp @@ -16,17 +16,17 @@ </header> <div id="sidebar"> - <div id="fileSelector" class="container"> + <!-- <div id="fileSelector" class="container"> <h3 class="center">File Selector</h3> - <!--<div id="dropzone" class="center"> + <div id="dropzone" class="center"> Drag and Drop your Document here ... </div> <div id="traditionalUpload"> <p>... or select File here</p> <input type="file" name="pdf-file" id="pdf-file" accept="application/pdf"> - </div> --> <!-- Care: id and name must be unique! --> + </div> - </div> + </div> --> <div id="signMethod" class="container"> <h3 class="center">Sign Method</h3> |