diff options
author | Andreas Fitzek <andreas.fitzek@iaik.tugraz.at> | 2014-02-05 10:55:04 +0100 |
---|---|---|
committer | Andreas Fitzek <andreas.fitzek@iaik.tugraz.at> | 2014-02-05 10:55:04 +0100 |
commit | a0bfe818095656234eca2f5cbaa093ea49a0122d (patch) | |
tree | 0c634a9d09453247beb4a4de9b4a373f91010554 /pdf-as-web/src/main/webapp | |
parent | a8183a22b3a5bd9b062a1cded09a75ec8fa3be8e (diff) | |
download | pdf-as-4-a0bfe818095656234eca2f5cbaa093ea49a0122d.tar.gz pdf-as-4-a0bfe818095656234eca2f5cbaa093ea49a0122d.tar.bz2 pdf-as-4-a0bfe818095656234eca2f5cbaa093ea49a0122d.zip |
MOA-SS integration done
Diffstat (limited to 'pdf-as-web/src/main/webapp')
-rw-r--r-- | pdf-as-web/src/main/webapp/index.jsp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/pdf-as-web/src/main/webapp/index.jsp b/pdf-as-web/src/main/webapp/index.jsp index 355c7838..6383f8a3 100644 --- a/pdf-as-web/src/main/webapp/index.jsp +++ b/pdf-as-web/src/main/webapp/index.jsp @@ -51,6 +51,14 @@ <% } %> + <% + if (WebConfiguration.getMOASSEnabled()) { + %> + <button type="submit" value="moa" name="connector" + id="moa">MOA-SS</button> + <% + } + %> </form> </body> </html>
\ No newline at end of file |