254 lines
9.3 KiB
HTML
254 lines
9.3 KiB
HTML
|
|
|||
|
|
|||
|
<script language="Javascript">
|
|||
|
|
|||
|
function openNewWindow(fileName,windowName,theWidth,theHeight) {
|
|||
|
if (windowName == "newMessageWindow")
|
|||
|
{
|
|||
|
//generate random window ID
|
|||
|
|
|||
|
windowName = new String(Math.round(Math.random() * 100000));
|
|||
|
|
|||
|
}
|
|||
|
window.open(fileName,windowName,"toolbar=0,location=0,directories=0,status=1,menubar=1,scrollbars=1,resizable=1,width="+theWidth+",height="+theHeight)
|
|||
|
}
|
|||
|
|
|||
|
</script>
|
|||
|
|
|||
|
<!DOCTYPE HTML PUBLIC \"-//IETF//DTD HTML 3.2//EN\">
|
|||
|
|
|||
|
|
|||
|
<HTML>
|
|||
|
<HEAD>
|
|||
|
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=windows-1252">
|
|||
|
<TITLE>FIBEN - Service d'alerte automatique</TITLE>
|
|||
|
</HEAD>
|
|||
|
<SCRIPT language=javascript>
|
|||
|
|
|||
|
|
|||
|
function DoCommand(szCommand) {
|
|||
|
|
|||
|
if (szCommand == "reply") {
|
|||
|
//<!-- BEGIN Modified by MCS -->
|
|||
|
window.location="commands.asp?command=reply&obj=000000005616C93CBC9BD311AD4200A0C9F3B6A2070081DBC8748D30D311AD3C00A0C9F3B6A2000001861B3E00005225C87461CAD711ADE800A0C9DD58F2000001AD45F90000&dist=&sobname=";
|
|||
|
//<!-- END Modified by MCS -->
|
|||
|
}
|
|||
|
|
|||
|
else if (szCommand == "delete"){
|
|||
|
window.location="commands.asp?command=delete&obj=000000005616C93CBC9BD311AD4200A0C9F3B6A2070081DBC8748D30D311AD3C00A0C9F3B6A2000001861B3E00005225C87461CAD711ADE800A0C9DD58F2000001AD45F90000";
|
|||
|
|
|||
|
}
|
|||
|
else if (szCommand == "replyall"){
|
|||
|
//<!-- BEGIN Modified by MCS -->
|
|||
|
window.location="commands.asp?command=replyall&obj=000000005616C93CBC9BD311AD4200A0C9F3B6A2070081DBC8748D30D311AD3C00A0C9F3B6A2000001861B3E00005225C87461CAD711ADE800A0C9DD58F2000001AD45F90000&dist=&sobname=";
|
|||
|
//<!-- END Modified by MCS -->
|
|||
|
}
|
|||
|
else if (szCommand == "forward"){
|
|||
|
//<!-- BEGIN Modified by MCS -->
|
|||
|
window.location="commands.asp?command=forward&obj=000000005616C93CBC9BD311AD4200A0C9F3B6A2070081DBC8748D30D311AD3C00A0C9F3B6A2000001861B3E00005225C87461CAD711ADE800A0C9DD58F2000001AD45F90000&dist=&sobname=";
|
|||
|
//<!-- END Modified by MCS -->
|
|||
|
}
|
|||
|
else if (szCommand == "replytofolder"){
|
|||
|
window.location="commands.asp?command=replytofolder&obj=000000005616C93CBC9BD311AD4200A0C9F3B6A2070081DBC8748D30D311AD3C00A0C9F3B6A2000001861B3E00005225C87461CAD711ADE800A0C9DD58F2000001AD45F90000";
|
|||
|
}
|
|||
|
else if (szCommand == "close"){
|
|||
|
window.close();
|
|||
|
}
|
|||
|
else if (szCommand == "next"){
|
|||
|
|
|||
|
window.location="/exchange/item.asp?action=next";
|
|||
|
}
|
|||
|
else if (szCommand == "previous"){
|
|||
|
|
|||
|
window.location="/exchange/item.asp?action=prev";
|
|||
|
}
|
|||
|
|
|||
|
}
|
|||
|
|
|||
|
</Script>
|
|||
|
|
|||
|
<BODY TEXT=000000 BGCOLOR=#c0c0c0 TOPMARGIN=4 LEFTMARGIN=4 text=000000 link=000000 vlink=000000 alink=000000>
|
|||
|
<!--- begin toolbar --------->
|
|||
|
<form>
|
|||
|
<TABLE BORDER=0 bgcolor=#c0c0c0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%">
|
|||
|
<tr>
|
|||
|
<td width=100%> </td>
|
|||
|
<td align="right"> </td>
|
|||
|
</tr>
|
|||
|
</table>
|
|||
|
</form>
|
|||
|
<!--<br>-->
|
|||
|
<!--- begin header --->
|
|||
|
|
|||
|
<TABLE border=0 cellpadding=3 cellspacing=0 width="100%" bgcolor=#c0c0c0>
|
|||
|
<TR>
|
|||
|
<TD width=10% >
|
|||
|
<font size="2"><b>De:</b></font>
|
|||
|
</TD>
|
|||
|
<TD ID=from colspan=3><font size="2">
|
|||
|
fiben@banque-france.fr
|
|||
|
[SMTP:fiben@banque-france.fr]
|
|||
|
|
|||
|
|
|||
|
|
|||
|
</font></TD>
|
|||
|
</TR>
|
|||
|
|
|||
|
<TR>
|
|||
|
<TD>
|
|||
|
<font size="2"><b>A:</b></font>
|
|||
|
</TD>
|
|||
|
|
|||
|
<TD ID=to colspan=3> <font size="2"> thierry.berthet@banque-france.fr;catherine.martin@banque-france.fr</font>
|
|||
|
</TD>
|
|||
|
</TR>
|
|||
|
|
|||
|
<TR>
|
|||
|
<TD><font size="2"><b>Cc:</b></font>
|
|||
|
</TD>
|
|||
|
<TD ID=cc colspan=3><font size="2">
|
|||
|
|
|||
|
</font>
|
|||
|
</TD>
|
|||
|
</TR>
|
|||
|
|
|||
|
<TR>
|
|||
|
<TD> </TD>
|
|||
|
</TR>
|
|||
|
|
|||
|
<TR>
|
|||
|
<TD>
|
|||
|
<font size="2"><b>Objet:</b></font>
|
|||
|
</TD>
|
|||
|
<TD ID=subject colspan=3>
|
|||
|
<font size="2">
|
|||
|
FIBEN - Service d'alerte automatique
|
|||
|
</font>
|
|||
|
</TD>
|
|||
|
</TR>
|
|||
|
|
|||
|
<TR>
|
|||
|
<TD>
|
|||
|
<font size="2"><nobr><b>Date:</b></nobr>
|
|||
|
</TD>
|
|||
|
|
|||
|
<TD ID=sent width=62% ><font size="2"><nobr> 03/09/07 10:39 </nobr></font><br>
|
|||
|
</TD>
|
|||
|
<TD align=right>
|
|||
|
<font size="2"><nobr><b>Importance:</b></nobr>
|
|||
|
</TD>
|
|||
|
<TD ID=importance align=right><font size="2"><nobr>
|
|||
|
Normale </nobr>
|
|||
|
</font>
|
|||
|
</TD>
|
|||
|
</TR>
|
|||
|
|
|||
|
</TABLE>
|
|||
|
|
|||
|
<!--- message text ----->
|
|||
|
<TABLE width="100%" border=1 cellspacing=2 cellpadding=6>
|
|||
|
<TR ID=body>
|
|||
|
|
|||
|
<TD BGCOLOR=white width=100% height=300 valign=top colspan=2 >
|
|||
|
|
|||
|
<P><FONT SIZE=2> FIBEN</FONT>
|
|||
|
<BR><FONT SIZE=2> Votre ma<6D>trise du risque financier</FONT>
|
|||
|
</P>
|
|||
|
<BR>
|
|||
|
|
|||
|
<P><FONT SIZE=2>Identifiant : 111 111 111</FONT>
|
|||
|
<BR><FONT SIZE=2>D<EFBFBD>nomination : ENTREPRISE TEST</FONT>
|
|||
|
<BR><FONT SIZE=2>Si<EFBFBD>ge social : 91700 STE GENEVIEVE DES BOIS</FONT>
|
|||
|
<BR><FONT SIZE=2>Banque de France : EVRY</FONT>
|
|||
|
</P>
|
|||
|
|
|||
|
<P><FONT SIZE=2> SERVICE D'ALERTE AUTOMATIQUE COTATION</FONT>
|
|||
|
</P>
|
|||
|
<BR>
|
|||
|
|
|||
|
<P><FONT SIZE=2>R<EFBFBD>f<EFBFBD>rences : M. Dupont</FONT>
|
|||
|
<BR><FONT SIZE=2>Guichet : 30001 01352 Identifiant portail : 3000100001P</FONT>
|
|||
|
</P>
|
|||
|
|
|||
|
<P><FONT SIZE=2>Modification de la cotation : consultez le module "Explication de la cotation" (37)</FONT>
|
|||
|
</P>
|
|||
|
|
|||
|
<P><FONT SIZE=2>R<EFBFBD>f<EFBFBD>rences : M. Duran</FONT>
|
|||
|
<BR><FONT SIZE=2>Guichet : 30001 01352 Identifiant portail : 3000100002P</FONT>
|
|||
|
</P>
|
|||
|
|
|||
|
<P><FONT SIZE=2>Modification de la cotation : consultez le module "Explication de la cotation" (37)</FONT>
|
|||
|
</P>
|
|||
|
<BR>
|
|||
|
|
|||
|
<P><FONT SIZE=2> SERVICE D'ALERTE AUTOMATIQUE BILAN</FONT>
|
|||
|
</P>
|
|||
|
<BR>
|
|||
|
|
|||
|
<P><FONT SIZE=2>R<EFBFBD>f<EFBFBD>rences : </FONT>
|
|||
|
<BR><FONT SIZE=2>Guichet : 30001 01352 Identifiant portail : 3000100002P</FONT>
|
|||
|
</P>
|
|||
|
|
|||
|
<P><FONT SIZE=2>Enregistrement d'un bilan social : consultez le module Vitrine Bilan" (VB)</FONT>
|
|||
|
</P>
|
|||
|
<BR>
|
|||
|
|
|||
|
<P><FONT SIZE=2> SERVICE D'ALERTE AUTOMATIQUE GLOBAL</FONT>
|
|||
|
</P>
|
|||
|
<BR>
|
|||
|
|
|||
|
<P><FONT SIZE=2>R<EFBFBD>f<EFBFBD>rences : </FONT>
|
|||
|
<BR><FONT SIZE=2>Guichet : 30001 01352 Identifiant portail : 3000100002P</FONT>
|
|||
|
</P>
|
|||
|
|
|||
|
<P><FONT SIZE=2>Modification de la cotation : consultez le module "Explication de la cotation" (37)</FONT>
|
|||
|
</P>
|
|||
|
|
|||
|
<P><FONT SIZE=2>Enregistrement d'un bilan social : consultez le module Vitrine Bilan" (VB)</FONT>
|
|||
|
</P>
|
|||
|
<BR>
|
|||
|
|
|||
|
<P><FONT SIZE=2>Pour toute information compl<70>mentaire, veuillez nous contacter aux coordonn<6E>es suivantes :</FONT>
|
|||
|
</P>
|
|||
|
|
|||
|
<P><FONT SIZE=2>Banque de France</FONT>
|
|||
|
<BR><FONT SIZE=2>Direction des Entreprises</FONT>
|
|||
|
<BR><FONT SIZE=2>Service des Produits Entreprises et Banques</FONT>
|
|||
|
<BR><FONT SIZE=2>44 - 1352</FONT>
|
|||
|
<BR><FONT SIZE=2>75049 Paris cedex 01</FONT>
|
|||
|
<BR><FONT SIZE=2>Tel : 01 42 92 23 51</FONT>
|
|||
|
<BR><FONT SIZE=2>Fax : 01 42 92 40 47</FONT>
|
|||
|
<BR><FONT SIZE=2>Messagerie <20>lectronique : fiben@banque-france.fr</FONT>
|
|||
|
</P>
|
|||
|
|
|||
|
<P><FONT SIZE=2>Cordialement,</FONT>
|
|||
|
</P>
|
|||
|
|
|||
|
<P><FONT SIZE=2>Le Service des Produits Entreprises et Banques</FONT>
|
|||
|
</P>
|
|||
|
<BR>
|
|||
|
|
|||
|
<P><FONT SIZE=2>***************************************************************</FONT>
|
|||
|
<BR><FONT SIZE=2>Ce mel est <20> l'attention exclusive des destinataires d<>sign<67>s.</FONT>
|
|||
|
<BR><FONT SIZE=2>Il peut contenir des informations confidentielles.</FONT>
|
|||
|
<BR><FONT SIZE=2>Si vous le recevez par erreur, merci d'en informer sans delai</FONT>
|
|||
|
<BR><FONT SIZE=2>l'exp<78>diteur.</FONT>
|
|||
|
</P>
|
|||
|
|
|||
|
<P><FONT SIZE=2>Le contenu de ce mel ne pourrait engager la responsabilit<69></FONT>
|
|||
|
<BR><FONT SIZE=2>de la Banque de France que s'il a <20>t<EFBFBD> <20>mis par une personne</FONT>
|
|||
|
<BR><FONT SIZE=2>d<EFBFBD>ment habilit<69>e agissant dans le strict cadre des fonctions</FONT>
|
|||
|
<BR><FONT SIZE=2>auxquelles elle est employ<6F>e et <20> des fins non <20>trang<6E>res <20></FONT>
|
|||
|
<BR><FONT SIZE=2>ses attributions.</FONT>
|
|||
|
<BR><FONT SIZE=2>***************************************************************</FONT>
|
|||
|
</P>
|
|||
|
|
|||
|
|
|||
|
</TD>
|
|||
|
|
|||
|
</TR>
|
|||
|
</TABLE>
|
|||
|
|
|||
|
</BODY>
|
|||
|
</HTML>
|