Skip to content
This repository has been archived by the owner on Sep 5, 2022. It is now read-only.

Commit

Permalink
Accedeweb design
Browse files Browse the repository at this point in the history
  • Loading branch information
mkebri committed Jan 22, 2018
1 parent c4704b8 commit 4ffe045
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 5 deletions.
Expand Up @@ -114,4 +114,4 @@ resultPage.seeAllRemarksTitle=Voir toutes les remarques du test {0} (Nouvelle fe
resultPage.likedItForGuest=Besoin d'&eacute;valuer des sites entiers ? avec un \nacc&egrave;s priv&eacute; ? <strong>Contactez-nous \!</strong><br />\n 01 80 48 38 15 &ndash; <a href\="mailto\:tanaguru@tanaguru.com">tanaguru@tanaguru.com</a>
resultPage.close=Fermer
resultPage.accedwebnotice=Notice Accedweb pour le test :
resultPage.accedwebmodalfooter=Trouvez les bonnes pratiques dans les notices Acc\u00e8de Web
resultPage.accedwebmodalfooter=Trouvez les bonnes pratiques dans les notices Accede Web
11 changes: 11 additions & 0 deletions web-app/tgol-web-app/src/main/webapp/Css/tgm.css
Expand Up @@ -321,12 +321,23 @@ label, input, select, textarea {
.modal-footer-acced{
background-color:#F3F3F3 !important;
color: #646464 !important;
padding-left: 19px;
}

.modal-body-acced a{
color: #562980 !important;
}

.disp-foot-modal{
display: inline-block ;
font-size: 13px;
}

.disp-foot-modal img{
padding-bottom: 17px !important;
}



/*
* HTML tags
Expand Down
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Expand Up @@ -250,7 +250,7 @@

<c:if test="${fn:length(testResult.test.accedwebSet) > 0}">
<a data-toggle="modal" data-target="#myModal${fn:replace(testResult.testShortLabel, '.','-')}" title="<fmt:message key="resultPage.ruleDesignUrl"/> ${testResult.testShortLabel} " href="#" >
<img alt="AccedWeb Rgaa3 Test ${testResult.testShortLabel}" src="<c:url value="/Images/icon-light.png"/>" />
<img alt="AccedWeb Rgaa3 Test ${testResult.testShortLabel}" src="<c:url value="/Images/ToDoList.png"/>" />
</a>
</c:if>

Expand All @@ -274,15 +274,17 @@
</span>
</c:if>
</div>
<div class="modal-footer modal-footer-acced">
<h4><span><image src="<c:url value="/Images/fleche-accede.png"/>" /></span><fmt:message key="resultPage.accedwebmodalfooter"/></h4>
<div class="modal-footer modal-footer-acced">
<span class="disp-foot-modal">
<image src="<c:url value="/Images/fleche-accede.png"/>" />
</span>
<h5 class="disp-foot-modal"><fmt:message key="resultPage.accedwebmodalfooter"/></h5>
<button type="button" class="btn btn-default" data-dismiss="modal"><fmt:message key="resultPage.close"/></button>
</div>
</div>
</div>
</div>
</div>

<c:choose>
<c:when test="${isManualAudit}">
<div class="audit-result-manual span3">
Expand Down

0 comments on commit 4ffe045

Please sign in to comment.