-
Notifications
You must be signed in to change notification settings - Fork 0
/
Page d'acceuil.php
366 lines (351 loc) · 13.1 KB
/
Page d'acceuil.php
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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
<html>
<!-- DW6 -->
<head>
<!-- Copyright 2005 Macromedia, Inc. All rights reserved. -->
<title>Page d'accueil</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<STYLE>
.spanstyle {
FONT-WEIGHT: bold; FONT-SIZE: 15pt; VISIBILITY: visible; COLOR: black; FONT-FAMILY: Verdana; POSITION: absolute; TOP: -50px
}
.Style1 {font-size: 24px}
</STYLE>
<link rel="stylesheet" href="mm_health_nutr.css" type="text/css">
<script language="javascript">
//--------------- LOCALIZEABLE GLOBALS---------------
var d=new Date();
monthname= new Array("Janvier","Février","Mars","Avril","Mai","Juin","Juillet","Août","Septembre","Octobre","Novembre","Décembre");
//Ensure correct for language. English is "January 1, 2004"
var TODAY = monthname[d.getMonth()] + " " + d.getDate() + ", " + d.getFullYear();
//--------------- END LOCALIZEABLE ---------------
</script>
<LINK title=style media=screen
href="index_Script/style4bis.css"
type=text/css rel=stylesheet>
<LINK media=screen
href="index_Script/cours.css"
type=text/css rel=stylesheet>
<SCRIPT src="index_Script/js.js"
type=text/javascript></SCRIPT>
<SCRIPT src="index_Script/md5.js"
type=text/javascript></SCRIPT>
<SCRIPT language=JavaScript type=text/javascript>
function encrypt(f)
{
var password = f.logPassword.value;
var salt = f.salt.value;
var encrypted1 = hex_md5(password);
var encrypted2 = hex_md5(encrypted1+salt);
f.logPassword.value = encrypted2;
}
</SCRIPT>
<meta http-equiv="refresh" content="500">
<meta http-equiv="refresh" content="500;URL=Page d'acceuil.php">
<meta http-equiv="refresh" content="500">
<meta http-equiv="refresh" content="500;URL=">
<meta http-equiv="refresh" content="500;URL=Page d'acceuil.php">
<meta http-equiv="refresh" content="500;URL=Page d'acceuil.php">
<meta http-equiv="refresh" content="500">
<meta http-equiv="refresh" content="500;URL=Page d'acceuil.php">
<meta http-equiv="refresh" content="500">
<style type="text/css">
<!--
.Style2 {font-size: 16px}
.Style3 {
font-size: 25px;
color: #000000;
font-weight: bold;
font-family: Georgia, "Times New Roman", Times, serif;
}
.Style6 {font-size: 15px}
-->
</style>
</head>
<body bgcolor="#F4FFE4">
<table width="1257" border="0" cellspacing="0" cellpadding="0">
<tr bgcolor="#D5EDB3">
<td colspan="2" align="left" valign="top" bgcolor="#F4FFE4"><table width="94%" height="184" border="0" cellpadding="0" cellspacing="0" class="Style75">
<tr bgcolor="#a4c2c2">
<td width="13" height="184" align="left" valign="middle" nowrap bgcolor="#0099FF"> </td>
<td width="218" align="left" valign="middle" nowrap bgcolor="#0099FF"><p class="Style103"><span class="Style14"><img src="index_Image/Sans titre.PNG" alt="Lexique" width="209"></span></p>
<p class="Style18">
<script LANGUAGE="JavaScript">
<!-- Original: Michael Tartaglia <stonedstan@hotmail.com> -->
<!-- Web Site: http://www.geocities.com/SiliconValley/Horizon/5235 -->
<!-- Begin
day = new Date();
miVisit = day.getTime();
function clock() {
dayTwo = new Date();
hrNow = dayTwo.getHours();
mnNow = dayTwo.getMinutes();
scNow = dayTwo.getSeconds();
miNow = dayTwo.getTime();
if (hrNow == 0) {
hour = 12;
ap = " AM";
} else if(hrNow <= 11) {
ap = " AM";
hour = hrNow;
} else if(hrNow == 12) {
ap = " PM";
hour = 12;
} else if (hrNow >= 13) {
hour = (hrNow - 12);
ap = " PM";
}
if (hrNow >= 13) {
hour = hrNow - 12;
}
if (mnNow <= 9) {
min = "0" + mnNow;
}
else (min = mnNow)
if (scNow <= 9) {
secs = "0" + scNow;
} else {
secs = scNow;
}
time = hour + ":" + min + ":" + secs + ap;
document.form.button.value = time;
self.status = time;
setTimeout('clock()', 1000);
}
function timeInfo() {
milliSince = miNow;
milliNow = miNow - miVisit;
secsVisit = Math.round(milliNow / 1000);
minsVisit = Math.round((milliNow / 1000) / 60);
alert("There have been " + milliSince + " milliseconds since midnight, January 1, 1970. "
+ "You have spent " + milliNow + " of those milliseconds on this page. "
+ ".... About " + minsVisit + " minutes, and "
+ secsVisit + " seconds.");
}
document.write("<form name=\"form\">"
+ "<input type=button value=\"Click for info!\""
+ " name=button onClick=\"timeInfo()\"></form>");
onError = null;
clock();
// End -->
</script>
</p>
<p class="Style18">
<script language="JavaScript">
document.write(TODAY); </script>
</p>
<p class="Style18"><span class="navText petiTexte Style7">Nombre De Visiteur<span class="Style2">:</span></span> <span class="Style141 Style2">
<?
$fp = fopen("index_Script/compteur.txt","r+");
$nbvisites = fgets($fp,259);
$nbvisites++;
fseek($fp,0);
fputs($fp,$nbvisites);
fclose($fp);
print(" $nbvisites ");
?>
</span></p></td>
</tr>
</table> </td>
<td width="1012" height="108" align="center" valign="top" bgcolor="#0099FF" id="tagline"><table width="1003" height="135" border="0" cellpadding="0" cellspacing="0" id="leftcol">
<tr>
<td height="73" bgcolor="#0099FF"> </td>
<td height="73" colspan="2" bgcolor="#0099FF"><p class="navText Style98"> </p>
<p class="navText Style98 Style142"><u><span class="Style143"><strong>Théme</strong></span></u><span class="Style143"><strong>:</strong></span><span class="Style144"> Contribution à La Mise En Oeuvre D'un Systéme De Lexique En-Ligne Pour La Langue Arabe</span></p></td>
</tr>
<tr valign="top">
<td height="28" align="left" bgcolor="#0099FF" class="navText Style9"> </td>
<td width="509" bgcolor="#0099FF" class="navText Style9"><p><span class="Style116"><u>Réaliser Par</u>:</span></p> </td>
<td width="455" bgcolor="#0099FF" class="navText Style9"><p><span class="Style116"><u><span class="Style110">Diriger Par:</span></u></span></p> </td>
</tr>
<tr>
<td width="39" height="34" align="left" valign="top" bgcolor="#0099FF"><p> </p></td>
<td valign="top" bgcolor="#0099FF"><p class="Style9 Style7 navText"><strong></strong></p></td>
<td valign="top" bgcolor="#0099FF" class="Style14"></td>
</tr>
</table> </td>
</tr>
<tr>
<td height="27" colspan="2" align="left" valign="middle" bgcolor="#F4FFE4"><div align="center" class="Style3"> <span class="Style6">></span> Accueil </div></td>
<td height="27" align="center" bgcolor="#F4FFE4"><table width="837" height="50" border="0">
<tr>
<td width="831" height="46" align="center" bgcolor="#00CCCC"><span class="Style147">Lexique En Ligne </span></td>
</tr>
</table>
<table width="961" height="31" border="0">
<tr>
<td width="59" height="27" align="center"><span class="Style14 Style1">
<style type="text/css">
<!--
.Style7 {font-size: 12px}
.Style9 {color: #000000}
.Style75 {color: #E0DFE3; font-weight: bold; font-size: xx-large; height: 50px; }
.Style14 {
font-size: 12px;
color: #000000;
font-weight: bold;
}
.Style18 {
color: #000000;
font-size: 24px;
font-weight: bold;
}
.Style98 {font-size: 14px}
.Style99 {font-size: 13px}
.Style103 {
font-size: 15px;
line-height: 18px;
letter-spacing: 0.1em;
text-decoration: none;
font: 18px Arial, Helvetica, sans-serif;
}
a:hover {
color: #FF0000;
text-decoration: none;
}
.Style110 {
font-size: 16px;
color: #FFFFFF;
font-weight: bold;
font-family: Tahoma;
}
.Style116 {font-size: 18px; color: #FFFFFF; font-family: Tahoma; font-weight: bold; }
a:link {
color: #000000;
text-decoration: none;
}
a:visited {
color: #000000;
text-decoration: none;
}
a:active {
color: #FF0000;
text-decoration: none;
}
body,td,th {
color: #000000;
font-family: Georgia, Times New Roman, Times, serif;
font-size: 18px;
}
body {
background-image: url();
}
.Style136 {color: #000000; font-size: 34px; font-weight: bold; }
.Style140 {font-size: 14px; line-height: 18px; letter-spacing: 0.1em; text-decoration: none; font: 18px Arial, Helvetica, sans-serif; }
.Style141 {font-family: Tahoma; font-weight: bold; color: #000000;}
.Style142 {color: #FFFFFF}
.Style143 {font-family: Tahoma; font-size: 18px;}
.Style144 {font-size: 14px; font-weight: bold; }
.Style147 {
color: #000000;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 30px;
font-weight: bold;
}
a {
font-family: Tahoma;
}
.Style149 {color: #000000; font-family: Georgia, "Times New Roman", Times, serif; font-size: 18px; font-weight: bold; }
.Style163 {font-size: 28px}
.Style164 {font-size: 25px}
-->
</style>
</span> </td>
<td width="270" align="center" bgcolor="#99CCFF"><span class="Style149"><a href="#"><u>En Français (FR)</u> </a></span></td>
<td width="10" align="center"> </td>
<td width="285" align="center" bgcolor="#99CCFF" class="Style149"><a href="Page d'acceuil_EN.php"><u>In English (EN) </u></a></td>
<td width="10" align="center"> </td>
<td width="239" align="center" bgcolor="#99CCFF" class="Style149"><a href="Page d'acceuil_AR.php"><u>بالعربية</u></a></td>
<td width="58" align="center" class="Style149"> </td>
</tr>
</table> </td>
</tr>
<tr>
<td width="235" height="559" align="center" valign="top" background="index_Image/Page d'acceuil_clip_image001_0043.gif" bgcolor="#F4FFE4"><div align="left" class="bodyText">
<div align="left">
<DIV id=div>
<DIV id=div2>
<DIV class=menu>
<H1 align="center" class=Style18 Style89> </H1>
<H1 align="center" class=Style18 Style89> </H1>
<H1 align="center" class=Style136 Style89>Menu</H1>
<DIV class="Style99" onmouseover=montre(this.childNodes[2])
onmouseout=cache(this.childNodes[2])>
<p><A class=autremenu
href="#"> RECHERCHE PAR : </A> </p>
<p> </p>
<DIV class=sous_menu onmouseover=montre(this); onmouseout=cache(this)>
<DIV><span class="petiTexte"><span class="petiTexte"><span class="petiTexte"><span class="petiTexte"><A
href="Untitled-10.php">MOT </A></span></span></span></span></DIV>
<DIV class="petiTexte petiTexte petiTexte petiTexte"><A
href="#">RACINE </A></DIV>
<DIV class="petiTexte petiTexte petiTexte petiTexte"><A
href="Recherche par Domaines.php">DOMAINE </A></DIV>
<DIV>
<div align="left"><span class="petiTexte petiTexte petiTexte petiTexte"><A
href="Recherche par Sous Domaine.php">SOUS-DOMAINE </A></span> </div>
</DIV>
<DIV></DIV>
</DIV>
</DIV>
<DIV class="Style99">
<p><A href="Ajout_Utilisateur.php">AJOUTER</A> </p>
<p> </p>
</DIV>
<DIV class="Style99">
<p><A class=autremenu
href="Statistiques.php">STATISTIQUES</A> </p>
<p> </p>
</DIV>
<DIV class="Style99" onmouseover=montre(this.childNodes[2])
onmouseout=cache(this.childNodes[2])>
<p><A class=autremenu
href="#">ADMINISTRATEUR</A> </p>
<p> </p>
<DIV class=sous_menu onmouseover=montre(this); onmouseout=cache(this)>
<DIV><A
href="Un.php">Ajouter</A></DIV>
<DIV><A
href="#">Modifier</A></DIV>
<DIV><A
href="#">Supprimer</A></DIV>
<DIV><A
href="#">Consulter</A></DIV>
<DIV></DIV>
</DIV>
</DIV>
<DIV class="Style99">
<p><A href="#">TACHES A EFFECTUER </A></p>
<p> </p>
</DIV>
<DIV class="Style99">
<p><A href="k.php">INSCRIPTION</A></p>
<p> </p>
</DIV>
<DIV class="Style99" onmouseover=montre(this.childNodes[2])
onmouseout=cache(this.childNodes[2])>
<p><A class=autremenu
href="#">CONTACT</A> </p>
<p> </p>
<DIV class=sous_menu onmouseover=montre(this); onmouseout=cache(this)>
<DIV><A
href="#">Mon Adresse</A></DIV>
<DIV></DIV>
</DIV>
</DIV>
<DIV>
<p><span class="Style99"><A href="#">A PROPOS DU SITE</A></span></p>
</DIV>
</DIV>
</DIV>
</DIV>
</div>
</div> </td>
<td width="10" valign="top" bgcolor="#F4FFE4"><p> </p>
<p> </p></td>
<td align="left" valign="top" bgcolor="#F4FFE4"><p class="Style14 Style1">
</p>
<p class="Style89 Style1"> </p></td>
</tr>
</table>
</body>
</html>