-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patharchive.html
470 lines (431 loc) · 25.9 KB
/
archive.html
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
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<LINK REL="SHORTCUT ICON" HREF="favicon.ico" TYPE="image/x-icon">
<title>אתר הסטודנטים - החוג למדעי המחשב, אוניברסיטת חיפה</title>
<meta HTTP-EQUIV="Content-Language" CONTENT="he">
<meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8">
<link REL="stylesheet" TYPE="text/css" HREF="csstudents.css">
</head>
<body bgcolor="#C2C2C2" style="margin:0px;">
<table border="0" width="100%" align="center" CELLPADDING="0" CELLSPACING="0" class="noBorders">
<tr style="background: url('imgs/titleBG.gif') repeat-x top">
<td><img ALT="" SRC="imgs/dot.gif" WIDTH="1" HEIGHT="1"></td>
<td width="825" align="center"><img src="imgs/title.gif" alt="" width="825" height="168"><table border="0" width="100%" align="center" CELLPADDING="0" CELLSPACING="0" class="noBorders">
<tr>
<td style="background: url('imgs/Lside.gif') repeat-y right"><img src="imgs/Lside.gif" alt="" width="13" height="1"></td>
<td width="800" bgcolor="#FFFFFF" dir="rtl">
<table border="0" width="100%" align="center" CELLPADDING="0" CELLSPACING="0" class="innerTable">
<tr>
<td colspan="5" class="menuTable"><img ALT="" SRC="imgs/dot.gif" WIDTH="0" HEIGHT="10"></td>
</tr>
<tr>
<td WIDTH="10">
<img ALT="" SRC="imgs/dot.gif" WIDTH="10" HEIGHT="0">
</td>
<td width="130" valign="top">
<table border="0" width="100%" align="center" CELLPADDING="0" CELLSPACING="0" class="menuTable">
<tr>
<td><img ALT="תפריט ראשי" SRC="imgs/ttl_main_menu.gif" WIDTH="130" HEIGHT="24"></td>
</tr>
<tr>
<td><img ALT="" SRC="imgs/dot.gif" WIDTH="0" HEIGHT="10"></td>
</tr>
<tr>
<td class="menuTable">
<table border="0" width="100%" align="right" CELLPADDING="0" CELLSPACING="0" class="menuItem">
<tr onmouseover="this.bgColor='#B1D4FF'" onmouseout="this.bgColor='#E1E1E1'">
<td bgcolor="#BE7378" width="7"><img ALT="" SRC="imgs/dot.gif" WIDTH="0" HEIGHT="17"></td>
<td width="8"><img ALT="" SRC="imgs/dot.gif" WIDTH="0" HEIGHT="17"></td>
<td><a style="color: black;" href=".">דף ראשי</a></td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="menuTable">
<table border="0" width="100%" align="right" CELLPADDING="0" CELLSPACING="0" class="menuItem">
<tr onmouseover="this.bgColor='#B1D4FF'" onmouseout="this.bgColor='#E1E1E1'">
<td bgcolor="#BE7378" width="7"><img ALT="" SRC="imgs/dot.gif" WIDTH="0" HEIGHT="17"></td>
<td width="8"><img ALT="" SRC="imgs/dot.gif" WIDTH="0" HEIGHT="17"></td>
<td><a style="color: black;" href="courses.html">מאגר הידע</a></td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="menuTable">
<table border="0" width="100%" align="right" CELLPADDING="0" CELLSPACING="0" class="menuItem">
<tr onmouseover="this.bgColor='#B1D4FF'" onmouseout="this.bgColor='#E1E1E1'">
<td bgcolor="#BE7378" width="7"><img ALT="" SRC="imgs/dot.gif" WIDTH="0" HEIGHT="17"></td>
<td width="8"><img ALT="" SRC="imgs/dot.gif" WIDTH="0" HEIGHT="17"></td>
<td><a style="color: black;" href="links.html">קישורים</a></td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="menuTable">
<table border="0" width="100%" align="right" CELLPADDING="0" CELLSPACING="0" class="menuItem">
<tr onmouseover="this.bgColor='#B1D4FF'" onmouseout="this.bgColor='#E1E1E1'">
<td bgcolor="#BE7378" width="7"><img ALT="" SRC="imgs/dot.gif" WIDTH="0" HEIGHT="17"></td>
<td width="8"><img ALT="" SRC="imgs/dot.gif" WIDTH="0" HEIGHT="17"></td>
<td><a style="color: black;" href="forum/index.php">פורום</a></td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="menuTable">
<table border="0" width="100%" align="right" CELLPADDING="0" CELLSPACING="0" class="menuItem">
<tr onmouseover="this.bgColor='#B1D4FF'" onmouseout="this.bgColor='#E1E1E1'">
<td bgcolor="#BE7378" width="7"><img ALT="" SRC="imgs/dot.gif" WIDTH="0" HEIGHT="17"></td>
<td width="8"><img ALT="" SRC="imgs/dot.gif" WIDTH="0" HEIGHT="17"></td>
<td><a style="color: black;" href="contact.html">צרו קשר</a></td>
</tr>
</table>
</td>
</tr>
<tr>
<td class="menuTable">
<img ALT="" SRC="imgs/dot.gif" WIDTH="0" HEIGHT="60">
</td>
</tr>
</table>
</td>
<td WIDTH="10">
<img ALT="" SRC="imgs/dot.gif" WIDTH="20" HEIGHT="0">
</td>
<td valign="top"><table border="0" width="100%" align="center" CELLPADDING="0" CELLSPACING="0" class="" >
<tr>
<td><table border="0" width="100%" align="center" CELLPADDING="0" CELLSPACING="0" class="pageTable">
<tr>
<td bgcolor="#7CBE73"><img ALT="מה חדש? (ארכיון)" SRC="imgs/ttl_whats_new_archive.gif" WIDTH="165" HEIGHT="18" border="0"></td>
</tr>
</table>
<table border="0" width="100%" align="center" CELLPADDING="2" CELLSPACING="0" class="pageTable">
<tr>
<td bgcolor="#D8D8D8" width="5"><img ALT="" SRC="imgs/dot.gif" WIDTH="5" HEIGHT="0"></td>
<td bgcolor="#D8D8D8" width="64"><b>תאריך</b></td>
<td bgcolor="#D8D8D8" align="right"><b>תוכן</b></td>
<td bgcolor="#D8D8D8" align="right" width="60"><b>קישור</b></td>
</tr>
</table>
</td>
</tr>
<tr>
<td valign="top">
<table border="0" width="100%" align="center" CELLPADDING="0" CELLSPACING="0" class="pageTable" style="border-color: #f9f9f9f;">
<tr><td><img ALT="" SRC="imgs/dot.gif" WIDTH="0" HEIGHT="10"></td></tr>
<tr onmouseover="this.bgColor='#B1D4FF'" onmouseout="this.bgColor='#f9f9f9'">
<td width="8"><img ALT="" SRC="imgs/dot.gif" WIDTH="8" HEIGHT="0"></td>
<td class="pageTable" align="right" width="70" valign="top">31-12-2011</td>
<td width="8"><img ALT="" SRC="imgs/dot.gif" WIDTH="8" HEIGHT="15"></td>
<td class="pageTable" align="right" valign="top">תוקנו קישורים לא פעילים בעמוד ה<a href="links.html">קישורים</a></td>
<td class="pageTable" align="right" width="60">
</td>
</tr>
<tr><td><img ALT="" SRC="imgs/dot.gif" WIDTH="0" HEIGHT="4"></td></tr>
<tr onmouseover="this.bgColor='#B1D4FF'" onmouseout="this.bgColor='#f9f9f9'">
<td width="8"><img ALT="" SRC="imgs/dot.gif" WIDTH="8" HEIGHT="0"></td>
<td class="pageTable" align="right" width="70" valign="top">30-01-2011</td>
<td width="8"><img ALT="" SRC="imgs/dot.gif" WIDTH="8" HEIGHT="15"></td>
<td class="pageTable" align="right" valign="top">פורסמו מבחנים ב<a href="courses@course=13.html">מסדי נתונים</a></td>
<td class="pageTable" align="right" width="60">
</td>
</tr>
<tr><td><img ALT="" SRC="imgs/dot.gif" WIDTH="0" HEIGHT="4"></td></tr>
<tr onmouseover="this.bgColor='#B1D4FF'" onmouseout="this.bgColor='#f9f9f9'">
<td width="8"><img ALT="" SRC="imgs/dot.gif" WIDTH="8" HEIGHT="0"></td>
<td class="pageTable" align="right" width="70" valign="top">11-02-2010</td>
<td width="8"><img ALT="" SRC="imgs/dot.gif" WIDTH="8" HEIGHT="15"></td>
<td class="pageTable" align="right" valign="top">פורסמו שאלות ומבחן ב<a href="courses@course=19.html">אלגוריתמים</a></td>
<td class="pageTable" align="right" width="60">
</td>
</tr>
<tr><td><img ALT="" SRC="imgs/dot.gif" WIDTH="0" HEIGHT="4"></td></tr>
<tr onmouseover="this.bgColor='#B1D4FF'" onmouseout="this.bgColor='#f9f9f9'">
<td width="8"><img ALT="" SRC="imgs/dot.gif" WIDTH="8" HEIGHT="0"></td>
<td class="pageTable" align="right" width="70" valign="top">21-12-2009</td>
<td width="8"><img ALT="" SRC="imgs/dot.gif" WIDTH="8" HEIGHT="15"></td>
<td class="pageTable" align="right" valign="top">פורסם מבחן ב<a href="courses@course=12.html">מבני נתונים</a></td>
<td class="pageTable" align="right" width="60">
</td>
</tr>
<tr><td><img ALT="" SRC="imgs/dot.gif" WIDTH="0" HEIGHT="4"></td></tr>
<tr onmouseover="this.bgColor='#B1D4FF'" onmouseout="this.bgColor='#f9f9f9'">
<td width="8"><img ALT="" SRC="imgs/dot.gif" WIDTH="8" HEIGHT="0"></td>
<td class="pageTable" align="right" width="70" valign="top">04-11-2009</td>
<td width="8"><img ALT="" SRC="imgs/dot.gif" WIDTH="8" HEIGHT="15"></td>
<td class="pageTable" align="right" valign="top">פורסם קובץ עזר ב<a href="courses@course=12.html">מבני נתונים</a></td>
<td class="pageTable" align="right" width="60">
</td>
</tr>
<tr><td><img ALT="" SRC="imgs/dot.gif" WIDTH="0" HEIGHT="4"></td></tr>
<tr onmouseover="this.bgColor='#B1D4FF'" onmouseout="this.bgColor='#f9f9f9'">
<td width="8"><img ALT="" SRC="imgs/dot.gif" WIDTH="8" HEIGHT="0"></td>
<td class="pageTable" align="right" width="70" valign="top">02-11-2009</td>
<td width="8"><img ALT="" SRC="imgs/dot.gif" WIDTH="8" HEIGHT="15"></td>
<td class="pageTable" align="right" valign="top">פורסם מבחן ב<a href="courses@course=8.html">מבוא לחומרה</a></td>
<td class="pageTable" align="right" width="60">
</td>
</tr>
<tr><td><img ALT="" SRC="imgs/dot.gif" WIDTH="0" HEIGHT="4"></td></tr>
<tr onmouseover="this.bgColor='#B1D4FF'" onmouseout="this.bgColor='#f9f9f9'">
<td width="8"><img ALT="" SRC="imgs/dot.gif" WIDTH="8" HEIGHT="0"></td>
<td class="pageTable" align="right" width="70" valign="top">11-08-2009</td>
<td width="8"><img ALT="" SRC="imgs/dot.gif" WIDTH="8" HEIGHT="15"></td>
<td class="pageTable" align="right" valign="top">פורסמו מבחנים ב<a href="courses@course=16.html">מתמטיקה דיסקרטית</a></td>
<td class="pageTable" align="right" width="60">
</td>
</tr>
<tr><td><img ALT="" SRC="imgs/dot.gif" WIDTH="0" HEIGHT="4"></td></tr>
<tr onmouseover="this.bgColor='#B1D4FF'" onmouseout="this.bgColor='#f9f9f9'">
<td width="8"><img ALT="" SRC="imgs/dot.gif" WIDTH="8" HEIGHT="0"></td>
<td class="pageTable" align="right" width="70" valign="top">13-07-2009</td>
<td width="8"><img ALT="" SRC="imgs/dot.gif" WIDTH="8" HEIGHT="15"></td>
<td class="pageTable" align="right" valign="top">פורסמו דפי סיכום למבחןב<a href="courses@course=14.html">מודלים חישוביים</a></td>
<td class="pageTable" align="right" width="60">
</td>
</tr>
<tr><td><img ALT="" SRC="imgs/dot.gif" WIDTH="0" HEIGHT="4"></td></tr>
<tr onmouseover="this.bgColor='#B1D4FF'" onmouseout="this.bgColor='#f9f9f9'">
<td width="8"><img ALT="" SRC="imgs/dot.gif" WIDTH="8" HEIGHT="0"></td>
<td class="pageTable" align="right" width="70" valign="top">11-07-2009</td>
<td width="8"><img ALT="" SRC="imgs/dot.gif" WIDTH="8" HEIGHT="15"></td>
<td class="pageTable" align="right" valign="top">נוספו שאלות ופתרונות ב<a href="courses@course=20.html">תכנות מונחה עצמים</a></td>
<td class="pageTable" align="right" width="60">
</td>
</tr>
<tr><td><img ALT="" SRC="imgs/dot.gif" WIDTH="0" HEIGHT="4"></td></tr>
<tr onmouseover="this.bgColor='#B1D4FF'" onmouseout="this.bgColor='#f9f9f9'">
<td width="8"><img ALT="" SRC="imgs/dot.gif" WIDTH="8" HEIGHT="0"></td>
<td class="pageTable" align="right" width="70" valign="top">03-05-2009</td>
<td width="8"><img ALT="" SRC="imgs/dot.gif" WIDTH="8" HEIGHT="15"></td>
<td class="pageTable" align="right" valign="top">נוסף מבחן אמצע ב<a href="courses@course=12.html">מבני נתונים</a></td>
<td class="pageTable" align="right" width="60">
</td>
</tr>
<tr><td><img ALT="" SRC="imgs/dot.gif" WIDTH="0" HEIGHT="4"></td></tr>
<tr onmouseover="this.bgColor='#B1D4FF'" onmouseout="this.bgColor='#f9f9f9'">
<td width="8"><img ALT="" SRC="imgs/dot.gif" WIDTH="8" HEIGHT="0"></td>
<td class="pageTable" align="right" width="70" valign="top">19-04-2009</td>
<td width="8"><img ALT="" SRC="imgs/dot.gif" WIDTH="8" HEIGHT="15"></td>
<td class="pageTable" align="right" valign="top">נוסף דף עזר למבחן אמצע ב<a href="courses@course=12.html">מבני נתונים</a></td>
<td class="pageTable" align="right" width="60">
</td>
</tr>
<tr><td><img ALT="" SRC="imgs/dot.gif" WIDTH="0" HEIGHT="4"></td></tr>
<tr onmouseover="this.bgColor='#B1D4FF'" onmouseout="this.bgColor='#f9f9f9'">
<td width="8"><img ALT="" SRC="imgs/dot.gif" WIDTH="8" HEIGHT="0"></td>
<td class="pageTable" align="right" width="70" valign="top">11-03-2009</td>
<td width="8"><img ALT="" SRC="imgs/dot.gif" WIDTH="8" HEIGHT="15"></td>
<td class="pageTable" align="right" valign="top">נוסף מבחן ב<a href="courses@course=10.html">מבוא למדעי המחשב</a></td>
<td class="pageTable" align="right" width="60">
</td>
</tr>
<tr><td><img ALT="" SRC="imgs/dot.gif" WIDTH="0" HEIGHT="4"></td></tr>
<tr onmouseover="this.bgColor='#B1D4FF'" onmouseout="this.bgColor='#f9f9f9'">
<td width="8"><img ALT="" SRC="imgs/dot.gif" WIDTH="8" HEIGHT="0"></td>
<td class="pageTable" align="right" width="70" valign="top">06-03-2009</td>
<td width="8"><img ALT="" SRC="imgs/dot.gif" WIDTH="8" HEIGHT="15"></td>
<td class="pageTable" align="right" valign="top">הועלו סיכומים ב<a href="courses@course=10.html">מבוא למדעי המחשב</a>, <a href="courses@course=1.html">אלגברה א'</a>, <a href="courses@course=6.html">חדו"א 1</a> ו<a href="courses@course=8.html">מבוא לחומרה</a></td>
<td class="pageTable" align="right" width="60">
</td>
</tr>
<tr><td><img ALT="" SRC="imgs/dot.gif" WIDTH="0" HEIGHT="4"></td></tr>
<tr onmouseover="this.bgColor='#B1D4FF'" onmouseout="this.bgColor='#f9f9f9'">
<td width="8"><img ALT="" SRC="imgs/dot.gif" WIDTH="8" HEIGHT="0"></td>
<td class="pageTable" align="right" width="70" valign="top">01-03-2009</td>
<td width="8"><img ALT="" SRC="imgs/dot.gif" WIDTH="8" HEIGHT="15"></td>
<td class="pageTable" align="right" valign="top">נפתח פורום חדש בתכנות מונחה עצמים בניהול מורן לפלר</td>
<td class="pageTable" align="right" width="60">
<a href="http://ginger.haifa.ac.il/students/forum/index.php">קישור</a>
</td>
</tr>
<tr><td><img ALT="" SRC="imgs/dot.gif" WIDTH="0" HEIGHT="4"></td></tr>
<tr onmouseover="this.bgColor='#B1D4FF'" onmouseout="this.bgColor='#f9f9f9'">
<td width="8"><img ALT="" SRC="imgs/dot.gif" WIDTH="8" HEIGHT="0"></td>
<td class="pageTable" align="right" width="70" valign="top">01-03-2009</td>
<td width="8"><img ALT="" SRC="imgs/dot.gif" WIDTH="8" HEIGHT="15"></td>
<td class="pageTable" align="right" valign="top">הועלו דפי עזר למבחן בהועלו סיכומים ב<a href="courses@course=10.html">מבוא למדעי המחשב</a></td>
<td class="pageTable" align="right" width="60">
</td>
</tr>
<tr><td><img ALT="" SRC="imgs/dot.gif" WIDTH="0" HEIGHT="4"></td></tr>
<tr onmouseover="this.bgColor='#B1D4FF'" onmouseout="this.bgColor='#f9f9f9'">
<td width="8"><img ALT="" SRC="imgs/dot.gif" WIDTH="8" HEIGHT="0"></td>
<td class="pageTable" align="right" width="70" valign="top">28-02-2009</td>
<td width="8"><img ALT="" SRC="imgs/dot.gif" WIDTH="8" HEIGHT="15"></td>
<td class="pageTable" align="right" valign="top">הועלו סיכומים ב<a href="courses@course=11.html">מבנה מהדרים</a></td>
<td class="pageTable" align="right" width="60">
</td>
</tr>
<tr><td><img ALT="" SRC="imgs/dot.gif" WIDTH="0" HEIGHT="4"></td></tr>
<tr onmouseover="this.bgColor='#B1D4FF'" onmouseout="this.bgColor='#f9f9f9'">
<td width="8"><img ALT="" SRC="imgs/dot.gif" WIDTH="8" HEIGHT="0"></td>
<td class="pageTable" align="right" width="70" valign="top">04-11-2008</td>
<td width="8"><img ALT="" SRC="imgs/dot.gif" WIDTH="8" HEIGHT="15"></td>
<td class="pageTable" align="right" valign="top">נפתחו 2 פורומים חדשים עבור הקורסים מערכות הפעלה ומבנה מהדרים</td>
<td class="pageTable" align="right" width="60">
<a href="http://ginger.haifa.ac.il/students/forum/index.php">קישור</a>
</td>
</tr>
<tr><td><img ALT="" SRC="imgs/dot.gif" WIDTH="0" HEIGHT="4"></td></tr>
<tr onmouseover="this.bgColor='#B1D4FF'" onmouseout="this.bgColor='#f9f9f9'">
<td width="8"><img ALT="" SRC="imgs/dot.gif" WIDTH="8" HEIGHT="0"></td>
<td class="pageTable" align="right" width="70" valign="top">02-11-2008</td>
<td width="8"><img ALT="" SRC="imgs/dot.gif" WIDTH="8" HEIGHT="15"></td>
<td class="pageTable" align="right" valign="top">בהצלחה לכל הסטודנטים בשנת הלימודים החדשה!</td>
<td class="pageTable" align="right" width="60">
</td>
</tr>
<tr><td><img ALT="" SRC="imgs/dot.gif" WIDTH="0" HEIGHT="4"></td></tr>
<tr onmouseover="this.bgColor='#B1D4FF'" onmouseout="this.bgColor='#f9f9f9'">
<td width="8"><img ALT="" SRC="imgs/dot.gif" WIDTH="8" HEIGHT="0"></td>
<td class="pageTable" align="right" width="70" valign="top">29-10-2008</td>
<td width="8"><img ALT="" SRC="imgs/dot.gif" WIDTH="8" HEIGHT="15"></td>
<td class="pageTable" align="right" valign="top">נפתחו 2 פורומים חדשים עבור הקורסים מבוא לחומרה ומסדי נתונים</td>
<td class="pageTable" align="right" width="60">
<a href="http://ginger.haifa.ac.il/students/forum/index.php">קישור</a>
</td>
</tr>
<tr><td><img ALT="" SRC="imgs/dot.gif" WIDTH="0" HEIGHT="4"></td></tr>
<tr onmouseover="this.bgColor='#B1D4FF'" onmouseout="this.bgColor='#f9f9f9'">
<td width="8"><img ALT="" SRC="imgs/dot.gif" WIDTH="8" HEIGHT="0"></td>
<td class="pageTable" align="right" width="70" valign="top">24-08-2008</td>
<td width="8"><img ALT="" SRC="imgs/dot.gif" WIDTH="8" HEIGHT="15"></td>
<td class="pageTable" align="right" valign="top">נוספו מבחנים במקצועות <a href="courses@course=9.html">לוגיקה ותורת הקבוצות</a>, <a href="courses@course=24.html">דחיסת תמונה וקול</a>, <a href="courses@course=18.html">שיטות הסתברותיות</a>, <a href="courses@course=14.html">מודלים חישוביים</a> ו<a href="courses@course=23.html">שיטות מתקדמות בתכנות</a></td>
<td class="pageTable" align="right" width="60">
</td>
</tr>
<tr><td><img ALT="" SRC="imgs/dot.gif" WIDTH="0" HEIGHT="4"></td></tr>
<tr onmouseover="this.bgColor='#B1D4FF'" onmouseout="this.bgColor='#f9f9f9'">
<td width="8"><img ALT="" SRC="imgs/dot.gif" WIDTH="8" HEIGHT="0"></td>
<td class="pageTable" align="right" width="70" valign="top">02-08-2008</td>
<td width="8"><img ALT="" SRC="imgs/dot.gif" WIDTH="8" HEIGHT="15"></td>
<td class="pageTable" align="right" valign="top">נוסף מבחן ב<a href="courses@course=9.html">מבוא ללוגיקה ותורת הקבוצות</a></td>
<td class="pageTable" align="right" width="60">
</td>
</tr>
<tr><td><img ALT="" SRC="imgs/dot.gif" WIDTH="0" HEIGHT="4"></td></tr>
<tr onmouseover="this.bgColor='#B1D4FF'" onmouseout="this.bgColor='#f9f9f9'">
<td width="8"><img ALT="" SRC="imgs/dot.gif" WIDTH="8" HEIGHT="0"></td>
<td class="pageTable" align="right" width="70" valign="top">16-06-2008</td>
<td width="8"><img ALT="" SRC="imgs/dot.gif" WIDTH="8" HEIGHT="15"></td>
<td class="pageTable" align="right" valign="top">הועלו הרצאות ב<a href="courses@course=22.html">רשתות נוירונים</a></td>
<td class="pageTable" align="right" width="60">
</td>
</tr>
<tr><td><img ALT="" SRC="imgs/dot.gif" WIDTH="0" HEIGHT="4"></td></tr>
<tr onmouseover="this.bgColor='#B1D4FF'" onmouseout="this.bgColor='#f9f9f9'">
<td width="8"><img ALT="" SRC="imgs/dot.gif" WIDTH="8" HEIGHT="0"></td>
<td class="pageTable" align="right" width="70" valign="top">27-05-2008</td>
<td width="8"><img ALT="" SRC="imgs/dot.gif" WIDTH="8" HEIGHT="15"></td>
<td class="pageTable" align="right" valign="top">נוסף מבחן ב<a href="courses@course=9.html">מבוא ללוגיקה ותורת הקבוצות</a></td>
<td class="pageTable" align="right" width="60">
</td>
</tr>
<tr><td><img ALT="" SRC="imgs/dot.gif" WIDTH="0" HEIGHT="4"></td></tr>
<tr onmouseover="this.bgColor='#B1D4FF'" onmouseout="this.bgColor='#f9f9f9'">
<td width="8"><img ALT="" SRC="imgs/dot.gif" WIDTH="8" HEIGHT="0"></td>
<td class="pageTable" align="right" width="70" valign="top">16-04-2008</td>
<td width="8"><img ALT="" SRC="imgs/dot.gif" WIDTH="8" HEIGHT="15"></td>
<td class="pageTable" align="right" valign="top">נוספו מבחנים מכל המועדים ב<a href="courses@course=16.html">מתמטיקה דיסקרטית</a></td>
<td class="pageTable" align="right" width="60">
</td>
</tr>
<tr><td><img ALT="" SRC="imgs/dot.gif" WIDTH="0" HEIGHT="4"></td></tr>
<tr onmouseover="this.bgColor='#B1D4FF'" onmouseout="this.bgColor='#f9f9f9'">
<td width="8"><img ALT="" SRC="imgs/dot.gif" WIDTH="8" HEIGHT="0"></td>
<td class="pageTable" align="right" width="70" valign="top">14-04-2008</td>
<td width="8"><img ALT="" SRC="imgs/dot.gif" WIDTH="8" HEIGHT="15"></td>
<td class="pageTable" align="right" valign="top">נוסף מבחן ופתרון ב<a href="courses@course=8.html">מבוא לחומרה</a></td>
<td class="pageTable" align="right" width="60">
</td>
</tr>
<tr><td><img ALT="" SRC="imgs/dot.gif" WIDTH="0" HEIGHT="4"></td></tr>
<tr onmouseover="this.bgColor='#B1D4FF'" onmouseout="this.bgColor='#f9f9f9'">
<td width="8"><img ALT="" SRC="imgs/dot.gif" WIDTH="8" HEIGHT="0"></td>
<td class="pageTable" align="right" width="70" valign="top">15-11-2007</td>
<td width="8"><img ALT="" SRC="imgs/dot.gif" WIDTH="8" HEIGHT="15"></td>
<td class="pageTable" align="right" valign="top">עודכן קובץ הרצאות ותרגולים ב<a href="courses@course=1.html">אלגברה לינארית א'</a>. הקובץ עתיד להתעדכן במרוצת הסמסטר!</td>
<td class="pageTable" align="right" width="60">
</td>
</tr>
<tr><td><img ALT="" SRC="imgs/dot.gif" WIDTH="0" HEIGHT="4"></td></tr>
<tr onmouseover="this.bgColor='#B1D4FF'" onmouseout="this.bgColor='#f9f9f9'">
<td width="8"><img ALT="" SRC="imgs/dot.gif" WIDTH="8" HEIGHT="0"></td>
<td class="pageTable" align="right" width="70" valign="top">01-11-2007</td>
<td width="8"><img ALT="" SRC="imgs/dot.gif" WIDTH="8" HEIGHT="15"></td>
<td class="pageTable" align="right" valign="top">עודכן קובץ התרגולים ב<a href="courses@course=6.html">חדו"א 1</a>. הקובץ עתיד להתעדכן במרוצת הסמסטר!</td>
<td class="pageTable" align="right" width="60">
</td>
</tr>
<tr><td><img ALT="" SRC="imgs/dot.gif" WIDTH="0" HEIGHT="4"></td></tr>
<tr onmouseover="this.bgColor='#B1D4FF'" onmouseout="this.bgColor='#f9f9f9'">
<td width="8"><img ALT="" SRC="imgs/dot.gif" WIDTH="8" HEIGHT="0"></td>
<td class="pageTable" align="right" width="70" valign="top">09-09-2007</td>
<td width="8"><img ALT="" SRC="imgs/dot.gif" WIDTH="8" HEIGHT="15"></td>
<td class="pageTable" align="right" valign="top">נוספו דפי עזר למבחן ב<a href="courses@course=3.html">ארגון המחשב ושפות סף</a></td>
<td class="pageTable" align="right" width="60">
</td>
</tr>
<tr><td><img ALT="" SRC="imgs/dot.gif" WIDTH="0" HEIGHT="4"></td></tr>
<tr onmouseover="this.bgColor='#B1D4FF'" onmouseout="this.bgColor='#f9f9f9'">
<td width="8"><img ALT="" SRC="imgs/dot.gif" WIDTH="8" HEIGHT="0"></td>
<td class="pageTable" align="right" width="70" valign="top">04-09-2007</td>
<td width="8"><img ALT="" SRC="imgs/dot.gif" WIDTH="8" HEIGHT="15"></td>
<td class="pageTable" align="right" valign="top">נוסף מבחן לדוגמא ב<a href="courses@course=21.html">רשתות תקשורת</a></td>
<td class="pageTable" align="right" width="60">
</td>
</tr>
<tr><td><img ALT="" SRC="imgs/dot.gif" WIDTH="0" HEIGHT="4"></td></tr>
<tr onmouseover="this.bgColor='#B1D4FF'" onmouseout="this.bgColor='#f9f9f9'">
<td width="8"><img ALT="" SRC="imgs/dot.gif" WIDTH="8" HEIGHT="0"></td>
<td class="pageTable" align="right" width="70" valign="top">10-08-2007</td>
<td width="8"><img ALT="" SRC="imgs/dot.gif" WIDTH="8" HEIGHT="15"></td>
<td class="pageTable" align="right" valign="top">נוסף פתרון מבחן מועד א 2007 סמסטר ב ב<a href="courses@course=16.html">מתמטיקה דיסקרטית</a></td>
<td class="pageTable" align="right" width="60">
</td>
</tr>
<tr><td><img ALT="" SRC="imgs/dot.gif" WIDTH="0" HEIGHT="4"></td></tr>
<tr><td colspan="4" align="center"><br/><b>תוצאות:
<a href="archive.html">0-30 </a><a href="archive@from=30.html">30-60 </a><a href="archive@from=60.html">60-90 </a><a href="archive@from=90.html">90-120 </a> </b></td></tr>
<tr><td><img ALT="" SRC="imgs/dot.gif" WIDTH="0" HEIGHT="10"></td></tr>
</table>
<img ALT="" SRC="imgs/dot.gif" WIDTH="0" HEIGHT="10">
</td>
</tr>
</table>
</td>
<td WIDTH="10">
<img ALT="" SRC="imgs/dot.gif" WIDTH="20" HEIGHT="0">
</td>
</tr>
</table>
</td>
<td style="background: url('imgs/Rside.gif') repeat-y left"><img src="imgs/Rside.gif" alt="" width="12" height="1"></td>
</tr>
</table>
</td>
<td valign="top"><table border="0" width="100%" CELLPADDING="0" CELLSPACING="0" class="noBorders">
<tr style="background-color: #838383">
<td><img ALT="" SRC="imgs/dot.gif" WIDTH="1" HEIGHT="70"></td>
</tr>
</table>
</td>
</tr>
<tr>
<td><img ALT="" SRC="imgs/dot.gif" WIDTH="1" HEIGHT="1"></td>
<td width="825"><img ALT="" SRC="imgs/Dside.gif" WIDTH="825" HEIGHT="24"></td>
<td><img ALT="" SRC="imgs/dot.gif" WIDTH="1" HEIGHT="1"></td>
</tr>
<tr>
<td><img ALT="" SRC="imgs/dot.gif" WIDTH="1" HEIGHT="1"></td>
<td width="825"><div style="font-family : Arial; font-size: 10px; color: gray;">© עוצב ונבנה ע"י <a href="contact.html" class="bottomLink">אריק ויצמן</a><img ALT="" SRC="imgs/dot.gif" WIDTH="16" HEIGHT="1"></div><br/></td>
<td><img ALT="" SRC="imgs/dot.gif" WIDTH="1" HEIGHT="1"></td>
</tr>
</table>
</body>
</html>