From 8912d257f9ed664526d42aef8e599c49efbaddba Mon Sep 17 00:00:00 2001 From: Björn Mattsson Date: Mon, 10 May 2021 17:10:48 +0200 Subject: Changed layout on request from Mikael --- xslt/entityInfo2Webb.xslt | 57 ++++++++++++++++++++++++++++++++++------------- 1 file changed, 41 insertions(+), 16 deletions(-) (limited to 'xslt') diff --git a/xslt/entityInfo2Webb.xslt b/xslt/entityInfo2Webb.xslt index 70fcbfc..5beba99 100644 --- a/xslt/entityInfo2Webb.xslt +++ b/xslt/entityInfo2Webb.xslt @@ -9,6 +9,7 @@ xmlns:samla="urn:oasis:names:tc:SAML:2.0:assertion" xmlns:exsl="http://exslt.org/common" extension-element-prefixes="exsl" + xmlns:mdui="urn:oasis:names:tc:SAML:metadata:ui" xmlns:shibmd="urn:mace:shibboleth:metadata:1.0"> @@ -28,6 +29,14 @@ <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <link rel="stylesheet" type="text/css" href="https://md.fidus.skolverket.se/css/bootstrap.min.css"> <title>Info om SP:er</title> + <style> + /* Customize container */ + @media (min-width: 768px) { + .container { + max-width: 1800px; + } + } + </style> </head> <body> <div class="container"> @@ -36,8 +45,7 @@ <table class="table table-striped table-bordered"> <tr> <th>EntityID </th> - <th>Technical</th> - <th>Support</th> + <th>Contacts</th> <th>RequestedAttributes</th> </tr> @@ -47,16 +55,21 @@ - <tr> + <tr> <td> - </td> - <td> - </td> - <td> - </td> + </td> + <td> + + + + + </td> + <td> + </td> <td> </td> -</tr> +</tr> + @@ -64,19 +77,31 @@ - - <br> + - <br> + + + + <br> + + + + + + <br><a href=" + + ">InformationURL</a> + <a href="mailto: + "> + + </a><br> - - - <a href="mailto: "> </a> - - - <br> + + -- cgit v1.2.3