diff options
author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2016-02-26 07:18:24 +0100 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2016-02-26 07:18:24 +0100 |
commit | 5fbe97c878c39e4081b7c2c670c1f2916652ee9c (patch) | |
tree | 20f7af6df05b6e6aeecffa27b89319c4b07d20cf /id/server/idserverlib/src/main/resources | |
parent | c5fb48eb80fc9194983041909961ac3873f7653f (diff) | |
download | moa-id-spss-5fbe97c878c39e4081b7c2c670c1f2916652ee9c.tar.gz moa-id-spss-5fbe97c878c39e4081b7c2c670c1f2916652ee9c.tar.bz2 moa-id-spss-5fbe97c878c39e4081b7c2c670c1f2916652ee9c.zip |
fix wrong placeholder in default GUI templates
Diffstat (limited to 'id/server/idserverlib/src/main/resources')
-rw-r--r-- | id/server/idserverlib/src/main/resources/resources/templates/error_message.html | 2 | ||||
-rw-r--r-- | id/server/idserverlib/src/main/resources/resources/templates/slo_template.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/id/server/idserverlib/src/main/resources/resources/templates/error_message.html b/id/server/idserverlib/src/main/resources/resources/templates/error_message.html index 6cc8b99e2..4fd4d63cd 100644 --- a/id/server/idserverlib/src/main/resources/resources/templates/error_message.html +++ b/id/server/idserverlib/src/main/resources/resources/templates/error_message.html @@ -1,7 +1,7 @@ <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> <head> <meta content="text/html; charset=utf-8" http-equiv="Content-Type"> - <link rel="stylesheet" href="#CONTEXTPATH#/css/buildCSS" /> + <link rel="stylesheet" href="$contextPath/css/buildCSS" /> <title>An error arise ... </title> </head> diff --git a/id/server/idserverlib/src/main/resources/resources/templates/slo_template.html b/id/server/idserverlib/src/main/resources/resources/templates/slo_template.html index 220dd980a..b3eb18082 100644 --- a/id/server/idserverlib/src/main/resources/resources/templates/slo_template.html +++ b/id/server/idserverlib/src/main/resources/resources/templates/slo_template.html @@ -3,7 +3,7 @@ <meta content="text/html; charset=utf-8" http-equiv="Content-Type"> <!-- MOA-ID 2.x BKUSelection Layout CSS --> - <link rel="stylesheet" href="#CONTEXTPATH#/css/buildCSS" /> + <link rel="stylesheet" href="$contextPath/css/buildCSS" /> #if($timeoutURL) <script type="text/javascript"> |