diff --git a/resources/presentation.html b/resources/presentation.html index ee722d6754636a11b9837d31967667ad0be71cba..01bcb5a394a48792995b4640d2a062399dad1e28 100644 --- a/resources/presentation.html +++ b/resources/presentation.html @@ -7,21 +7,21 @@ html1/DTD/xhtml1-transitional.dtd"> <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"> -<link rel="icon" type="image/png" href="/resources/images/favicon.png" /> +<link rel="icon" type="image/png" href="images/favicon.png" /> <!-- Foundation css --> -<link rel="stylesheet" type="text/css" href="/resources/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/normalize.css"> +<link rel="stylesheet" type="text/css" href="foundation/css/foundation.css"> -<link href="/resources/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="/resources/css/style.css" /> +<link href="jquery.steps.css" rel="stylesheet"> +<link rel="stylesheet" type="text/css" href="jquery-ui-1.11.1/jquery-ui.min.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="/resources/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="/resources/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-1.11.1.min.js"></script> +<script type="text/javascript" src="jquery-ui-1.11.1/jquery-ui.min.js"></script> +<script type="text/javascript" src="jquery.validate.1.13.0.min.js"></script> +<script type="text/javascript" src="jquery.cookie-1.4.1.min.js"></script> +<script type="text/javascript" src="jquery.steps.1.1.0.min.js"></script> <SCRIPT TYPE="text/javascript"> <!-- @@ -190,9 +190,9 @@ jQuery(function($){ <body> <div id="header"> <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> </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> <div class="title"> <span class="hide-for-small"><h1>Learn more about eduGAIN Access Check</h1></span> @@ -204,7 +204,7 @@ jQuery(function($){ <!--<div id="bandeau"> <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>--> @@ -396,8 +396,8 @@ check would not accept for example an eduPersonPrincipalName with a different sc </div> </div> - <script src="/resources/foundation/js/foundation.min.js"></script> - <script src="/resources/foundation/js/foundation/foundation.tooltip.js"></script> + <script src="foundation/js/foundation.min.js"></script> + <script src="foundation/js/foundation/foundation.tooltip.js"></script> <script> $(document).foundation(); </script> diff --git a/templates/web/home.tt2.html b/templates/web/home.tt2.html index ee36f6bd913837662aebbaa655808bbed2ba4f37..0ca53a11c1c6c3aac04958be1597b615eae5ba31 100644 --- a/templates/web/home.tt2.html +++ b/templates/web/home.tt2.html @@ -15,7 +15,7 @@ $(function() { <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 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> <h3>Start testing your eduGAIN service</h3> <p> @@ -26,7 +26,7 @@ Service Provider you are administrator for. <h3>[% conf.app_name %] basics</h3> <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> </div> diff --git a/templates/web/index.tt2.html b/templates/web/index.tt2.html index a6752ff9b49414047be2c03e68a6d8bc371bb597..1f52ff3fdf780a3512565a7cac58bb1a9cc49532 100644 --- a/templates/web/index.tt2.html +++ b/templates/web/index.tt2.html @@ -9,21 +9,21 @@ html1/DTD/xhtml1-transitional.dtd"> <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"> -<link rel="icon" type="image/png" href="resources/images/favicon.png" /> +<link rel="icon" type="image/png" href="images/favicon.png" /> <!-- Foundation css --> -<link rel="stylesheet" type="text/css" href="resources/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/normalize.css"> +<link rel="stylesheet" type="text/css" href="foundation/css/foundation.css"> -<link href="resources/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="resources/css/style.css" /> +<link href="jquery.steps.css" rel="stylesheet"> +<link rel="stylesheet" type="text/css" href="jquery-ui-1.11.1/jquery-ui.min.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="resources/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="resources/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-1.11.1.min.js"></script> +<script type="text/javascript" src="jquery-ui-1.11.1/jquery-ui.min.js"></script> +<script type="text/javascript" src="jquery.validate.1.13.0.min.js"></script> +<script type="text/javascript" src="jquery.cookie-1.4.1.min.js"></script> +<script type="text/javascript" src="jquery.steps.1.1.0.min.js"></script> <SCRIPT TYPE="text/javascript"> <!-- @@ -192,9 +192,9 @@ jQuery(function($){ <body> <header> <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> </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> <div class="title"> <span class=""><h1>[% PROCESS 'web/title.tt2.html' %]</h1></span> @@ -206,7 +206,7 @@ jQuery(function($){ <!--<div id="bandeau"> <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>--> @@ -248,8 +248,8 @@ DUMP :<br> </div> </div> - <script src="resources/foundation/js/foundation.min.js"></script> - <script src="resources/foundation/js/foundation/foundation.tooltip.js"></script> + <script src="foundation/js/foundation.min.js"></script> + <script src="foundation/js/foundation/foundation.tooltip.js"></script> <script> $(document).foundation(); </script>