aboutsummaryrefslogtreecommitdiff
path: root/pdf-as-web/src/main/webapp/sitemesh/standalone.jsp
diff options
context:
space:
mode:
Diffstat (limited to 'pdf-as-web/src/main/webapp/sitemesh/standalone.jsp')
-rw-r--r--pdf-as-web/src/main/webapp/sitemesh/standalone.jsp7
1 files changed, 4 insertions, 3 deletions
diff --git a/pdf-as-web/src/main/webapp/sitemesh/standalone.jsp b/pdf-as-web/src/main/webapp/sitemesh/standalone.jsp
index dc06d57..0e21dbf 100644
--- a/pdf-as-web/src/main/webapp/sitemesh/standalone.jsp
+++ b/pdf-as-web/src/main/webapp/sitemesh/standalone.jsp
@@ -48,6 +48,7 @@
String headerUrl="http://www.buergerkarte.at/header.php?lang=";
//String headerUrl="http://www.buergerkarte.at/header.php";
String serverUrl=LocalRequestHelper.getLocalServerAddress(request,response);
+ String baseUrl=LocalRequestHelper.getLocalContextAddress(request,response);
String requestLang = (String)request.getParameter("lang");
@@ -154,9 +155,9 @@
<meta name="Description" content="B&uuml;rgerkarte" />
<meta name="Keywords" content="Citizen Card, Austrian Citizen Card, Citizen Card Austria" />
<decorator:head/>
- <link rel="stylesheet" type="text/css" href="https://www.buergerkarte.at/test-pdf-as/css/pdfas-styles.css" />
- <link rel="shortcut icon" href="https://www.buergerkarte.at/dateien/favicon.ico" type="image/vnd.microsoft.icon" />
- <link rel="stylesheet" href="https://www.buergerkarte.at/style.css" type="text/css" />
+ <link rel="stylesheet" type="text/css" href="<%=baseUrl %>/css/pdfas-styles.css" />
+ <link rel="shortcut icon" href="<%=serverUrl %>/dateien/favicon.ico" type="image/vnd.microsoft.icon" />
+ <link rel="stylesheet" href="<%=serverUrl %>/style.css" type="text/css" />
</head>
<body>