diff options
author | emusic <emina.music@egiz.gv.at> | 2018-03-21 17:56:48 +0100 |
---|---|---|
committer | emusic <emina.music@egiz.gv.at> | 2018-03-21 17:56:48 +0100 |
commit | 08911a1b4f7bc825841f99053cf98af795e506f2 (patch) | |
tree | 423df348b6b257ae433c08009e0762b82b0c9a0f /pdf-as-web/src/main/webapp | |
parent | ad3722eeda59cb2bcffa205f6ad8fbb37cf55504 (diff) | |
download | pdf-as-4-08911a1b4f7bc825841f99053cf98af795e506f2.tar.gz pdf-as-4-08911a1b4f7bc825841f99053cf98af795e506f2.tar.bz2 pdf-as-4-08911a1b4f7bc825841f99053cf98af795e506f2.zip |
enabled placeholder serach for pdf-as web
Diffstat (limited to 'pdf-as-web/src/main/webapp')
-rw-r--r-- | pdf-as-web/src/main/webapp/assets/img/localBKU.png | bin | 0 -> 6650 bytes | |||
-rw-r--r-- | pdf-as-web/src/main/webapp/index.jsp | 2 |
2 files changed, 2 insertions, 0 deletions
diff --git a/pdf-as-web/src/main/webapp/assets/img/localBKU.png b/pdf-as-web/src/main/webapp/assets/img/localBKU.png Binary files differnew file mode 100644 index 00000000..2ec41892 --- /dev/null +++ b/pdf-as-web/src/main/webapp/assets/img/localBKU.png diff --git a/pdf-as-web/src/main/webapp/index.jsp b/pdf-as-web/src/main/webapp/index.jsp index bc20936e..de41028b 100644 --- a/pdf-as-web/src/main/webapp/index.jsp +++ b/pdf-as-web/src/main/webapp/index.jsp @@ -32,6 +32,8 @@ %> <img src="assets/img/mobileBKU.png" /> <button type="submit" value="mobilebku" name="connector" id="mobilebku">Handy</button> + <label for="placeholder_web_id">Placeholder ID</label> + <input type="text" id="placeholder_web_id" name="placeholder_web_id"> <% } %> |