Skip to content
Snippets Groups Projects
Commit cf996338 authored by Guillaume ROUSSE's avatar Guillaume ROUSSE
Browse files

use only relative URLs

parent 41a00f01
Branches
Tags
No related merge requests found
...@@ -7,21 +7,21 @@ html1/DTD/xhtml1-transitional.dtd"> ...@@ -7,21 +7,21 @@ html1/DTD/xhtml1-transitional.dtd">
<meta http-equiv="content-type" content="text/html; charset=utf-8" /> <meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes"> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
<link rel="icon" type="image/png" href="/resources/images/favicon.png" /> <link rel="icon" type="image/png" href="images/favicon.png" />
<!-- Foundation css --> <!-- Foundation css -->
<link rel="stylesheet" type="text/css" href="/resources/foundation/css/normalize.css"> <link rel="stylesheet" type="text/css" href="foundation/css/normalize.css">
<link rel="stylesheet" type="text/css" href="/resources/foundation/css/foundation.css"> <link rel="stylesheet" type="text/css" href="foundation/css/foundation.css">
<link href="/resources/jquery.steps.css" rel="stylesheet"> <link href="jquery.steps.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="/resources/jquery-ui-1.11.1/jquery-ui.min.css" /> <link rel="stylesheet" type="text/css" href="jquery-ui-1.11.1/jquery-ui.min.css" />
<link rel="stylesheet" type="text/css" href="/resources/css/style.css" /> <link rel="stylesheet" type="text/css" href="css/style.css" />
<script type="text/javascript" src="/resources/jquery-1.11.1.min.js"></script> <script type="text/javascript" src="jquery-1.11.1.min.js"></script>
<script type="text/javascript" src="/resources/jquery-ui-1.11.1/jquery-ui.min.js"></script> <script type="text/javascript" src="jquery-ui-1.11.1/jquery-ui.min.js"></script>
<script type="text/javascript" src="/resources/jquery.validate.1.13.0.min.js"></script> <script type="text/javascript" src="jquery.validate.1.13.0.min.js"></script>
<script type="text/javascript" src="/resources/jquery.cookie-1.4.1.min.js"></script> <script type="text/javascript" src="jquery.cookie-1.4.1.min.js"></script>
<script type="text/javascript" src="/resources/jquery.steps.1.1.0.min.js"></script> <script type="text/javascript" src="jquery.steps.1.1.0.min.js"></script>
<SCRIPT TYPE="text/javascript"> <SCRIPT TYPE="text/javascript">
<!-- <!--
...@@ -190,9 +190,9 @@ jQuery(function($){ ...@@ -190,9 +190,9 @@ jQuery(function($){
<body> <body>
<div id="header"> <div id="header">
<ul> <ul>
<li class="logo align-left"><a href="/accountmanager" title="eduGAIN Access Check home page"><img alt="eduGAIN logo" width="200" src="/resources/images/edugain_logo.png "/></a></li> <li class="logo align-left"><a href="/accountmanager" title="eduGAIN Access Check home page"><img alt="eduGAIN logo" width="200" src="images/edugain_logo.png "/></a></li>
<li>&nbsp;</li> <li>&nbsp;</li>
<li class="logo align-right"><a href="http://www.geant.net" title="Géant home page" target="_blank"><img alt="GEANT logo" width="100" src="/resources/images/geant_logo_rgb_300dpi.jpg"/></a></li> <li class="logo align-right"><a href="http://www.geant.net" title="Géant home page" target="_blank"><img alt="GEANT logo" width="100" src="images/geant_logo_rgb_300dpi.jpg"/></a></li>
</ul> </ul>
<div class="title"> <div class="title">
<span class="hide-for-small"><h1>Learn more about eduGAIN Access Check</h1></span> <span class="hide-for-small"><h1>Learn more about eduGAIN Access Check</h1></span>
...@@ -204,7 +204,7 @@ jQuery(function($){ ...@@ -204,7 +204,7 @@ jQuery(function($){
<!--<div id="bandeau"> <!--<div id="bandeau">
<div class="logo"> <div class="logo">
<img alt="GEANT logo" width="150" src="/resources/geant_logo_rgb_300dpi.jpg"/> <img alt="GEANT logo" width="150" src="geant_logo_rgb_300dpi.jpg"/>
</div> </div>
</div>--> </div>-->
...@@ -396,8 +396,8 @@ check would not accept for example an eduPersonPrincipalName with a different sc ...@@ -396,8 +396,8 @@ check would not accept for example an eduPersonPrincipalName with a different sc
</div> </div>
</div> </div>
<script src="/resources/foundation/js/foundation.min.js"></script> <script src="foundation/js/foundation.min.js"></script>
<script src="/resources/foundation/js/foundation/foundation.tooltip.js"></script> <script src="foundation/js/foundation/foundation.tooltip.js"></script>
<script> <script>
$(document).foundation(); $(document).foundation();
</script> </script>
......
...@@ -15,7 +15,7 @@ $(function() { ...@@ -15,7 +15,7 @@ $(function() {
<p>[% conf.app_name %] allows administrators of a Service <p>[% conf.app_name %] allows administrators of a Service
Provider (SP) registered in <a href="http://www.geant.net/service/eduGAIN/Pages/home.aspx">eduGAIN</a> to create test Provider (SP) registered in <a href="http://www.geant.net/service/eduGAIN/Pages/home.aspx">eduGAIN</a> to create test
accounts with different profiles to validate the behaviour and test accounts with different profiles to validate the behaviour and test
federated login. The test accounts can only be used to access own services. <a href="/resources/presentation.html">Learn more about this service...</a> federated login. The test accounts can only be used to access own services. <a href="presentation.html">Learn more about this service...</a>
</p> </p>
<h3>Start testing your eduGAIN service</h3> <h3>Start testing your eduGAIN service</h3>
<p> <p>
...@@ -26,7 +26,7 @@ Service Provider you are administrator for. ...@@ -26,7 +26,7 @@ Service Provider you are administrator for.
<h3>[% conf.app_name %] basics</h3> <h3>[% conf.app_name %] basics</h3>
<p> <p>
<br/><img alt="[% conf.app_name %] Basics" src="/resources/images/edugain_test_idp_basics.png"/> <br/><img alt="[% conf.app_name %] Basics" src="edugain_test_idp_basics.png"/>
</p> </p>
</div> </div>
...@@ -9,21 +9,21 @@ html1/DTD/xhtml1-transitional.dtd"> ...@@ -9,21 +9,21 @@ html1/DTD/xhtml1-transitional.dtd">
<meta http-equiv="content-type" content="text/html; charset=utf-8" /> <meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes"> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
<link rel="icon" type="image/png" href="resources/images/favicon.png" /> <link rel="icon" type="image/png" href="images/favicon.png" />
<!-- Foundation css --> <!-- Foundation css -->
<link rel="stylesheet" type="text/css" href="resources/foundation/css/normalize.css"> <link rel="stylesheet" type="text/css" href="foundation/css/normalize.css">
<link rel="stylesheet" type="text/css" href="resources/foundation/css/foundation.css"> <link rel="stylesheet" type="text/css" href="foundation/css/foundation.css">
<link href="resources/jquery.steps.css" rel="stylesheet"> <link href="jquery.steps.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="resources/jquery-ui-1.11.1/jquery-ui.min.css" /> <link rel="stylesheet" type="text/css" href="jquery-ui-1.11.1/jquery-ui.min.css" />
<link rel="stylesheet" type="text/css" href="resources/css/style.css" /> <link rel="stylesheet" type="text/css" href="css/style.css" />
<script type="text/javascript" src="resources/jquery-1.11.1.min.js"></script> <script type="text/javascript" src="jquery-1.11.1.min.js"></script>
<script type="text/javascript" src="resources/jquery-ui-1.11.1/jquery-ui.min.js"></script> <script type="text/javascript" src="jquery-ui-1.11.1/jquery-ui.min.js"></script>
<script type="text/javascript" src="resources/jquery.validate.1.13.0.min.js"></script> <script type="text/javascript" src="jquery.validate.1.13.0.min.js"></script>
<script type="text/javascript" src="resources/jquery.cookie-1.4.1.min.js"></script> <script type="text/javascript" src="jquery.cookie-1.4.1.min.js"></script>
<script type="text/javascript" src="resources/jquery.steps.1.1.0.min.js"></script> <script type="text/javascript" src="jquery.steps.1.1.0.min.js"></script>
<SCRIPT TYPE="text/javascript"> <SCRIPT TYPE="text/javascript">
<!-- <!--
...@@ -192,9 +192,9 @@ jQuery(function($){ ...@@ -192,9 +192,9 @@ jQuery(function($){
<body> <body>
<header> <header>
<ul> <ul>
<li class="logo align-left"><a href="/accountmanager" title="[% conf.app_name %] home page"><img alt="eduGAIN logo" width="200" src="/resources/images/edugain_logo.png "/></a></li> <li class="logo align-left"><a href="accountmanager" title="[% conf.app_name %] home page"><img alt="eduGAIN logo" width="200" src="images/edugain_logo.png "/></a></li>
<li>&nbsp;</li> <li>&nbsp;</li>
<li class="logo align-right"><a href="http://www.geant.net" title="Geant home page" target="_blank"><img alt="GEANT logo" width="100" src="/resources/images/geant_logo_rgb_300dpi.jpg"/></a></li> <li class="logo align-right"><a href="http://www.geant.net" title="Geant home page" target="_blank"><img alt="GEANT logo" width="100" src="images/geant_logo_rgb_300dpi.jpg"/></a></li>
</ul> </ul>
<div class="title"> <div class="title">
<span class=""><h1>[% PROCESS 'web/title.tt2.html' %]</h1></span> <span class=""><h1>[% PROCESS 'web/title.tt2.html' %]</h1></span>
...@@ -206,7 +206,7 @@ jQuery(function($){ ...@@ -206,7 +206,7 @@ jQuery(function($){
<!--<div id="bandeau"> <!--<div id="bandeau">
<div class="logo"> <div class="logo">
<img alt="GEANT logo" width="150" src="/resources/geant_logo_rgb_300dpi.jpg"/> <img alt="GEANT logo" width="150" src="geant_logo_rgb_300dpi.jpg"/>
</div> </div>
</div>--> </div>-->
...@@ -248,8 +248,8 @@ DUMP :<br> ...@@ -248,8 +248,8 @@ DUMP :<br>
</div> </div>
</div> </div>
<script src="resources/foundation/js/foundation.min.js"></script> <script src="foundation/js/foundation.min.js"></script>
<script src="resources/foundation/js/foundation/foundation.tooltip.js"></script> <script src="foundation/js/foundation/foundation.tooltip.js"></script>
<script> <script>
$(document).foundation(); $(document).foundation();
</script> </script>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment