"none" in

/fr/mmb.asp


<< takes you to the previous hit. >> takes you to the next hit.

Click >> to go to the first hit


<!--#include file="../util/const.asp"-->
<%
' redirection immediate pour les gens d&eacute;j&agrave; authentifi&eacute;s
urlmmb=root+"fr/mmb"
if (request.servervariables("logon_user")<>"") then response.redirect(urlmmb)

%>
<!--#include file="../util/agent-light.asp"-->
<html>
<head>
<!--#include file="../util/meta.asp"-->
<title>CLUSIF : L'intranet du CLUSIF</title>
<!--#include file="../css/clusif.css.asp"-->
</head>
<body marginwidth="0" marginheight="0" leftmargin="0" topmargin="0">
<!--#include file="../menu/menu-haut.asp"-->

<table border="0" width="400" cellpadding="0" cellspacing="0">
<tr>
<td width="400" align="center"><hr size="1" color="#b3be34" width="390"></td>
</tr>
<tr>
<td width="400" align="center" class="stitl">MEMBRES DU CLUSIF</td>
</tr>
<tr>
<td width="400" align="center"><hr size="1" color="#b3be34" width="390"><br><br></td>
</tr>
<tr>
<td>Cette partie est r&eacute;serv&eacute;e aux membres du CLUSIF.<br>
Pour y acc&eacute;der, vous devez poss&eacute;der un identifiant et un mot de passe.
</td>
</tr>
<tr>
<td align="center"><br>
<form action="<%=root%>fr/mmb/index.asp" method="post">
<input type="submit" value="Entrer">
</form>
</td>
<tr>
<tr>
<td>Attention ! Les acc&egrave;s existant sur l'ancien site du CLUSIF n'ont pas pu &ecirc;tre conserv&eacute;s
pour le nouveau site. Nous vous invitons &agrave; renouveller votre demande d'acc&egrave;s&nbsp;:
</td>
</tr>
</table>
<hr size="1" color="#b3be34" width="370">
<br>
<form action="demacces.asp" method=post>
<table width="400" cellpadding="5" cellspacing="0" border="0">
<tr bgcolor="#b3be34">
<td colspan="2" align="center"><br>Cette partie est r&eacute;serv&eacute;e aux membres du CLUSIF.<br>
Si vous ne poss&eacute;dez pas de mot de passe, vous pouvez en demander un au secr&eacute;tariat.<br></td>
</tr>
<tr bgcolor="#b3be34">
<td colspan="2" align="center"><br><input type="submit" value="Demander un acc&egrave;s"><br><br></td>
</tr>
</table>
</form>


<!--#include file="../menu/menu-bas.asp"-->
</body>
</html>