CINXE.COM

Tiwouh

<!DOCTYPE html> <html> <head> <meta charset="UTF-8" /> <title>Tiwouh</title> <meta name="robots" content="NOINDEX, NOFOLLOW" /> <link href="styles/style_index.css" rel="stylesheet" type="text/css" media="screen" /> <link rel="icon" type="image/png" href="/styles/images/tiwouh_icon.png"> <link rel='shortcut icon' href='favicon.ico' type='image/x-icon'/ > <script type='text/javascript' src='./jquery-ui/js/jquery-2.1.3.js'></script> <script type='text/javascript'> $(document).ready(function(){ $("#formremindpassword").hide(); }); function DisplayRemindForm() { $("#formlogin").hide(); $("#formremindpassword").show(); } </script> </head> <body> <noscript> <meta http-equiv="refresh" content="0; URL=enable_javascript.php"> </noscript> <div id="header"> <img src="styles/images/logo.png" class="logo_left" /><br /> <p style="margin-left:18%; color:#616161;"> Atelier de pr茅paration d'exercice</p> <div id="login-box"> <a href="index.php?l=fr"><img src="styles/images/tiwouh_fr.png" border="0" height="35%" width="20%" /></a> <a href="index.php?l=en"><img src="styles/images/tiwouh_uk.png" border="0" height="35%" width="20%" /></a> <a href="index.php?l=nl"><img src="styles/images/tiwouh_nl.png" border="0" height="35%" width="20%" /></a> <a href="index.php?l=sv"><img src="styles/images/tiwouh_sv.png" border="0" height="35%" width="20%" /></a> </div> </div> <div id="info-box"> <div id="info-box1" style="margin-left: 20%; margin-top: 2%;"> <img src="styles/images/icon1.png" /> <h2>Pour acc&eacute;der &aacute; votre atelier<br />Encodez votre nom d&acute;utilisateur et ensuite votre mot de passe</h2> <form action="check_login.php" method="POST" id="formlogin"> <br /> <input type="text" name="pa_Username" placeholder="Nom d&acute;utilisateur" required="" id="username" style="color:#00A0C6;font-size:15px;font-weight:bold;"/> <input type="password" name="pa_Password" placeholder="Mot de passe" required="" id="password" style="color:#00A0C6;font-size:15px;font-weight:bold;"/> <input type="hidden" name="l" value=""> <br /><br /><input type="submit" name="ValidateAccount" value="Connexion" /> <br /> <br /><a style="float:right; margin-right: 15%;" onclick="DisplayRemindForm()"><font size="1"><b>Mot de passe oubli&eacute;?</b></font></a> </form> <form action="index.php" method="POST" id="formremindpassword"> <h3 style="color:#00A0C6">Rappel du mot de passe</h3> <div> <input type="text" name="pa_user_email" size="30" placeholder="Entrez votre adresse email" id="pa_user_email" style="color:#00A0C6;font-size:15px;font-weight:bold;"/> <input type="hidden" name="l" value=""> <br /><br /><input type="submit" name="RemindPasswordButton" value="Envoyer" /> </div> <div> <font size="1"><b>Un email , incluant les &eacute;tapes de reset, sera envoy&eacute; &agrave; cette adresse.</b></font> </div> <div> </div> </form> </div> <div style="margin-left: 35%; margin-top: 4%; width: 60%; color: #616161; font-family: Open Sans; font-size: 20px; font-weight: bold;"> Une nouvelle g&eacute;n&eacute;ration d&acute;applications de CAA h&eacute;berg&eacute;es pour vous et vos patients. </div> <div id="info-box2" style="margin-left: 20%; margin-top: 2%;"> <h2><br /><br />Vous souhaitez acc&eacute;der au site public ? <br /><br />Merci de suivre ce lien <a href=http://www.tiwouh.org style=text-decoration: none; color: #00A0C6;><font color=#00A0C6>http://www.tiwouh.org</font></a></h2> </div> </div> <br /> <br /> <div id="footer"> <div style="text-align:right;color:#FFFFFF;font-weight:bold;">&copy; 2018 - Tiwouh S.A. - All rights reserved&nbsp;&nbsp;</div> </div> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10