From b28d9fba6a9feb47e6d734d4435f048773003ec4 Mon Sep 17 00:00:00 2001 From: baigner <benedikt.aigner@rwth-aachen.de> Date: Mon, 29 Oct 2018 18:48:54 +0100 Subject: [PATCH] Small bug fix with opening links in new tabs Former-commit-id: e178a1684725220365f9173a94058b8307d36e69 --- kadmos/vistoms/templates/VISTOMS.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/kadmos/vistoms/templates/VISTOMS.html b/kadmos/vistoms/templates/VISTOMS.html index 856c2a91c..47d86e523 100644 --- a/kadmos/vistoms/templates/VISTOMS.html +++ b/kadmos/vistoms/templates/VISTOMS.html @@ -955,19 +955,19 @@ .style("font-size","10pt") .style("margin", "20px 10px") .html("<br><br>Created by Benedikt Aigner and Imco van Gent for the " - +"<a target='blank' href=\"http://www.agile-project.eu/\">AGILE Project</a> in 2016. This project has received funding from the European Union's Horizon 2020 research and innovation framework programme under grant agreement No 636202." + +"<a target='_blank' href=\"http://www.agile-project.eu/\">AGILE Project</a> in 2016. This project has received funding from the European Union's Horizon 2020 research and innovation framework programme under grant agreement No 636202." +"<br>" +"<br>" +"<b>VISTOMS was created using the following open source packages:</b>" +"<br>" - +"<a target='blank' href=\"https://d3js.org/\">D3.js</a> package © 2015 by Mike Bostock released under the <a target='blank' href=\"https://opensource.org/licenses/BSD-3-Clause\">BSD license</a>" + +"<a target='_blank' href=\"https://d3js.org/\">D3.js</a> package © 2015 by Mike Bostock released under the <a target='_blank' href=\"https://opensource.org/licenses/BSD-3-Clause\">BSD license</a>" +"<br>" - +"<a target='blank' href=\"https://github.com/OneraHub/XDSMjs\">XDSM.js </a> package © 2016 by Rémi Lafage released under the <a target='blank' href=\"http://www.apache.org/licenses/LICENSE-2.0\">Apache License, Version 2.0</a>" + +"<a target='_blank' href=\"https://github.com/OneraHub/XDSMjs\">XDSM.js </a> package © 2016 by Rémi Lafage released under the <a target='blank' href=\"http://www.apache.org/licenses/LICENSE-2.0\">Apache License, Version 2.0</a>" +"<br>" - +"<a target='blank' href=\"https://github.com/Neilos/bihisankey\">BiHiSankey.js</a> package © 2015 by Neil Atkinson released under the <a target='blank' href=\"https://opensource.org/licenses/MIT\">MIT License</a>" + +"<a target='_blank' href=\"https://github.com/Neilos/bihisankey\">BiHiSankey.js</a> package © 2015 by Neil Atkinson released under the <a target='blank' href=\"https://opensource.org/licenses/MIT\">MIT License</a>" +"<br>" +"<br>" - +"<b>For further information on KADMOS, please visit the open-source <a target='blank' href=\"https://bitbucket.org/imcovangent/kadmos/\">KADMOS repository</a> </b>" + +"<b>For further information on KADMOS, please visit the open-source <a target='_blank' href=\"https://bitbucket.org/imcovangent/kadmos/\">KADMOS repository</a> </b>" +"<br>" +"<br>" +"<br>" -- GitLab