This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
mandaye-vincennes/mandaye_vincennes/templates/duonet/login.html

34 lines
1.8 KiB
HTML

<tr border=1>
<td colspan="2" align="center" lang="fr">
<div id="pnlLoadModal" style="background-color: white; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-color: black; border-right-color: black; border-bottom-color: black; border-left-color: black; padding-top: 3px; padding-right: 3px; padding-bottom: 3px; padding-left: 3px; display: none; position: fixed; z-index: 100001; ">
<img id="imgLoadModal" src="Images/loading1.gif" style="border-width:0px;">
</div>
<table>
<tbody><tr valign="top">
<td>
<div id="pnlLog" style="background-color:LightGrey;">
<table align="center" id="tbConnect" style="padding:10px 60px 10px 60px; ">
<tbody align="center">
<tr>
<td>
<h3 style="margin:0 0 5px 0; padding:0;">Connexion via le compte citoyen</h3>
En cliquant sur le lien ci-dessous, vous vous connecterez
<br />en utilisant votre compte citoyen cr&eacute;&eacute; sur le site vincennes.fr.<br />Pour plus d'information,
<a href="https://compte-citoyen.vincennes.fr/aide/" target="_blank">cliquer ici</a>.
</td>
</tr>
<tr>
<td>
<a href="${connection_url}"><button type='button' onclick="location.replace('${connection_url}')" style="font-weight:bold;">Connexion</button></a>
</td>
</tr>
</tbody>
</table>
</div>
</td>
</tr>
</tbody>
</table>
</td>
</tr>