1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97
| <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Newslettre</title>
<link rel="stylesheet" href="css/monstyle.css">
<SCRIPT LANGUAGE="javascript" TYPE="text/javascript" SRC="control_newslettre.js"></SCRIPT>
<style type="text/css">
<!--
.Style2 {font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
color: #003575;
font-size: 12px;
}
.Style3 {font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; font-size: 10px; color: #003575; }
-->
</style>
</head>
<body onload="ajax('pied.php', 'pied'); return false">
<div id="admin">
<form id="form1" name="form1">
<table width="775" border="0" align="center">
<tr>
<td colspan="3" bordercolor="#5679A3"><div align="center"><img src="images/emailing/haut.jpg" width="694" height="2" /></div></td>
</tr>
<tr>
<td width="1" rowspan="2" bordercolor="#5679A3"> </td>
<td width="746" height="674"><table width="516" height="614" border="0" align="center">
<tr>
<td height="103" colspan="4"><img src="images/bannier.jpg" width="696" height="179" /></td>
</tr>
<tr>
<td height="38" valign="bottom"> </td>
<td height="38" valign="bottom"> <span class="Style2">Admin</span> : <font color="#FF0000"><?php if(isset($_SESSION['pseudo']))
{$logi=$_SESSION['pseudo'];
print($logi);
} ?></font></td>
<td width="435" height="38" valign="bottom">
<div align="center">Intervallemedia.com | Bienvenue </div></td>
<td width="99" valign="bottom"><a href="logout.php" onclick="ajax('logout.php', 'admin'); return false" class="Style2"> Déconnexion</a></td>
</tr>
<tr>
<td width="3" rowspan="6"> </td>
<td height="9" colspan="3"><div align="center"><span class="Style2">Newsletter destinée a tous les abonnés [Intervallemedia] :</span></div></td>
</tr>
<tr>
<td height="10" colspan="3"><img src="images/emailing/haut.jpg" width="694" height="2" /></td>
</tr>
<tr>
<td width="152" height="59"><label><br />
<br />
<span class="Style3">Titre :</span> <br />
</label></td>
<td colspan="2"><br />
<br />
<input name="titre" id="titre" style="height:21px;"/>
<label></label>
<br />
<label></label></td>
</tr>
<tr>
<td valign="top"><span class="Style3">Message:</span></td>
<td colspan="2"><label>
<textarea name="msg" cols="66" rows="16" id="msg"></textarea>
</label></td>
</tr>
<tr>
<td colspan="3"> </td>
</tr>
<tr>
<td height="26" colspan="2"><label> </label>
<table width="582" border="0">
<tr>
<td width="348"><div align="right">
<input name="Submit222" type="button" class="button" onclick="ajax4()" value="Envoyer" />
</div></td>
<td width="224"><label>
<input name="Submit2" type="reset" class="button" value="Effacer" />
</label></td>
</tr>
</table>
<label> </label>
<label> </label></td>
<td> </td>
</tr>
</table></td>
<td width="1" rowspan="2" bordercolor="#5679A3"> </td>
</tr>
<tr>
<td bordercolor="#5679A3"><div align="center"><img src="images/emailing/haut.jpg" width="694" height="2" /></div></td>
</tr>
</table>
</form>
</div>
</body>
</html> |
Partager