Skip to content

Commit

Permalink
ui changes
Browse files Browse the repository at this point in the history
  • Loading branch information
endimion committed Jul 17, 2018
1 parent 687d584 commit 57d0531
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 14 deletions.
29 changes: 16 additions & 13 deletions src/main/resources/templates/authfail.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
<meta name="viewport" content="width=device-width, initial-scale=1"></meta>
<meta name="description" content=""></meta>
<meta name="author" content=""></meta>
<title>Authentication Failure</title>
<title>Create a new account</title>
<!-- Compiled and minified CSS -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.98.0/css/materialize.min.css"></link>
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet"></link>
<link rel="stylesheet" href="css/main.css"></link>
<link rel="stylesheet" th:href="${urlPrefix + '/css/main.css'}"></link>
<link rel="icon"
type="image/x-icon"
href="favicon.ico"></link>
Expand Down Expand Up @@ -41,8 +41,12 @@

<div class="row mainContent">

<div class="col s12 m12 l8">
<div class="container" style="width:90%">
<div class="col s12 m12 l10">

<div class="container" style="width: 90%;">



<div class="row instructions">
<div class="col s12 flow-text hide-on-large-only">
<h5 th:text="${title}">title</h5>
Expand All @@ -53,6 +57,7 @@ <h5 th:text="${title}">title</h5>
<p th:text="${errorMsg}">error message</p>
</div>
</div>

<div class="row">
<div class="col s12 m12 l6 " style="margin-top: 1rem;">
<a class="waves-effect waves-light btn swell-btn next-btn" onclick="onHomeClick()">Home</a>
Expand All @@ -61,18 +66,16 @@ <h5 th:text="${title}">title</h5>
</div>
</div>

<div class="col s12 m12 l4">
<div th:replace="sidebar :: sidebar"></div>
</div>




<input id="eidasUrl" type="hidden" th:value="${nodeUrl}"/>
<div class="col s12 m12 l2">
<div th:replace="sidebar :: sidebar"></div>
</div>
</div>
<div class="row" th:replace="footer :: footer"></div>

</div>

<!--Import jQuery before materialize.js-->
<script type="text/javascript" src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
<!-- Compiled and minified JavaScript -->
Expand Down Expand Up @@ -113,10 +116,10 @@ <h5 th:text="${title}">title</h5>
let location = "http://eidasiss.aegean.gr:8081/ISS2/ldap.jsp?t=${token}" + "&sp=${sp}";
window.location = location;
}
function onHomeClick() {
window.location = [[${server}]];
function onHomeClick() {
window.location = [[${server}]];
}


/*]]>*/
</script>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/templates/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</a>
</div>
<div class="col s12 m4 footerCol" style="padding-left: 5%;">
<p style="margin-top: 0;text-align: justify;">
<p style="margin-top: 0;text-align: justify;color:black;">
The integration of this Service with the eIDAS Network has been implemented by
<a target="_blank" href="http://www.atlantis-group.gr">UAegean | i4m Lab</a>, and funded by the European Commission (<a href="https://ec.europa.eu/inea/en/connecting-europe-facility/cef-teleco">CEF Programme</a> - Agreement No INEA/CEF/ICT/ A2015/1147836)
</p>
Expand Down

0 comments on commit 57d0531

Please sign in to comment.