From ec30df69c8cc0128df5dfb346786e540cc1a73f1 Mon Sep 17 00:00:00 2001 From: Ankit Kariryaa <kariryaa@fhi-berlin.mpg.de> Date: Mon, 27 Mar 2017 12:04:20 +0200 Subject: [PATCH] Webservice: add archive.html file that loads https://www.nomad-coe.eu/index.php?page=nomad-archive in a iframe --- .../src/main/resources/frontend/archive.html | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 webservice/src/main/resources/frontend/archive.html diff --git a/webservice/src/main/resources/frontend/archive.html b/webservice/src/main/resources/frontend/archive.html new file mode 100644 index 00000000..87d77433 --- /dev/null +++ b/webservice/src/main/resources/frontend/archive.html @@ -0,0 +1,22 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" > +<head> +<title>NOMAD Meta Info</title> +<base https://analytics-toolkit.nomad-coe.eu/" /> +<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> +<style> +#coe_iframe { + width: 100%; + height: 100vh; +} +body { + padding:0; + margin: 0; +} +html { + overflow: hidden; +} +</style> +</head><body><iframe id="coe_iframe" name="coe_iframe" target="_top" src="https://www.nomad-coe.eu/index.php?page=nomad-archive" scrolling="yes" marginwidth="0" marginheight="0" style="overflow: visible; /*! width: 100%; */ display: block;" frameborder="0"></iframe></body> +</html> + -- GitLab