aboutsummaryrefslogtreecommitdiff
path: root/pdf-as-web/src/main/resources
diff options
context:
space:
mode:
authorAndreas Fitzek <andreas.fitzek@iaik.tugraz.at>2014-01-29 10:52:20 +0100
committerAndreas Fitzek <andreas.fitzek@iaik.tugraz.at>2014-01-29 10:52:20 +0100
commit09dfbe9ba1b1f4469044b4bf1004df3740a8ae9d (patch)
tree0d37508fc6589573f899545b73c75c51c01dddab /pdf-as-web/src/main/resources
parent13d3597a1455ce5df41ee3ea3285f22768d4bc44 (diff)
downloadpdf-as-4-09dfbe9ba1b1f4469044b4bf1004df3740a8ae9d.tar.gz
pdf-as-4-09dfbe9ba1b1f4469044b4bf1004df3740a8ae9d.tar.bz2
pdf-as-4-09dfbe9ba1b1f4469044b4bf1004df3740a8ae9d.zip
Added resource templates for default pages
Diffstat (limited to 'pdf-as-web/src/main/resources')
-rw-r--r--pdf-as-web/src/main/resources/template_error.html11
-rw-r--r--pdf-as-web/src/main/resources/template_provide.html9
2 files changed, 20 insertions, 0 deletions
diff --git a/pdf-as-web/src/main/resources/template_error.html b/pdf-as-web/src/main/resources/template_error.html
new file mode 100644
index 00000000..0371c568
--- /dev/null
+++ b/pdf-as-web/src/main/resources/template_error.html
@@ -0,0 +1,11 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html lang="de">
+<head>
+<title>Error Page</title>
+</head>
+<body>
+Error Page:
+<p>##ERROR_MESSAGE##</p>
+<p>##ERROR_STACK##</p>
+</body>
+</html>
diff --git a/pdf-as-web/src/main/resources/template_provide.html b/pdf-as-web/src/main/resources/template_provide.html
new file mode 100644
index 00000000..d0bb41ac
--- /dev/null
+++ b/pdf-as-web/src/main/resources/template_provide.html
@@ -0,0 +1,9 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html lang="de">
+<head>
+<title>Provide PDF</title>
+</head>
+<body>
+PDF ready @: <a href="##PDFDATAURL##">here</a>
+</body>
+</html>