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/mandaye/templates/duonet/associate.html

107 lines
4.3 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<form name="form1" method="post" action="${action_url}" id="form1">
<center>
<div id="divMargin" style="height:100px"></div>
<div id="pnlLogin" style="text-align:center;">
<input type="hidden" name="hd" id="hd" value="800;1000" />
<table width="100%" align="center">
<tr >
<td colspan="2" align="center">
<img id="imgMain" src="http://www.parapharmacie-defrance.fr/lien/logo_mairie_vincennes.gif" style="height:120px;border-width:0px;" />
</td>
</tr>
<tr>
<td colspan="2" style="padding-top:10px;padding-right:15px;">
<div style="border:solid 1px black" >
<span id="lblSchoolName" style="font-size:XX-Large;">Associer un compte au compte citoyen de Vincennes</span>
</div>
% if first_connection:
<p>
C'est votre première connexion via le compte citoyen.
Merci de saisir vos identifiants bilbliothèque pour que nous puissions les associer.
La prochaine fois que vous vous connecterez sur lespace médiathèque via
votre compte citoyen, vous accéderez directement sur votre compte.
Pour plus d'information, <a href="http://www.vincennes.fr/Vos-demarches/Compte-citoyen/Aide">cliquer ici</a>
</p>
% endif
</td>
</tr>
<tr>
<td colspan="2" align="center" lang="fr">
<table>
<tr valign="top">
<td style="display:none">
<a id="hlkExt" title="Nouveaux élève(s)/Consultation/Espace publique de l&#39;établissement" href="External/Default.aspx" style="font-weight:bold;">Pas encore inscrit(e)?</a>
</td>
<td>
<div id="pnlLog" style="background-color:LightGrey;">
<table align="center" id="tbConnect" style="padding:10px 10px 10px 10px">
<tr>
<td align="right">
<span id="lblPassword">Nom de famille</span>
</td>
<td align="left">
<input name="txtNomFoyer" type="text" id="txtNomFoyer" autocomplete="off" style="font-weight:bold;" />
</td>
</tr>
<tr>
<td align="right">
<span id="lblDateDeNaissance">Date de Naissance</span>
</td>
<td align="left">
<input name="txtDateNaissance" type="text" id="txtDateNaissance" autocomplete="off" style="font-weight:bold;" />
<span id="lblPassword1" style="font-size:XX-Small;font-style:italic;">(Ex: 16/06/2008)</span>
</td>
</tr>
<tr>
<td align="right">
<span id="lblLogin">Code DuoNET</span>
</td>
<td align="left" style="padding-left:3px">
<input name="txtCode" type="password" maxlength="13" id="txtCode" autocomplete="off" style="font-weight:bold;width:121px;" />
<span id="lblPassword2" style="font-size:XX-Small;font-style:italic;">(Ex: 1994000001001)</span>
</td>
</tr>
<tr>
<td align="center" colspan="2">
<input type="submit" name="btnConnect" value="Associer" id="btnConnect" style="font-weight:bold;" />
<div id="upChooseRole">
</div>
</td>
</tr>
</table>
</div>
</td>
</tr>
</table>
</td>
</tr>
</table>
<center>
% if error_msg:
<span id="lblError" style="color:Red;font-weight:bold;">${error_msg}</span>
% endif
</center>
</div>
</center>
<div id="pnlLoadModal" style="background-color:White;border:solid 1px black;padding:3px 3px 3px 3px;display:none">
<img id="imgLoadModal" src="Images/loading1.gif" style="border-width:0px;" />
</div>
</form>