-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdosearchcd.html
More file actions
56 lines (54 loc) · 4.48 KB
/
dosearchcd.html
File metadata and controls
56 lines (54 loc) · 4.48 KB
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Supermarket</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link href="/css/main.css" rel="stylesheet" type="text/css" />
<script language="javascript">
function highLigth (x) {
x.style.backgroundColor='#dce1fb';
}
function highLigthOut (x) {
x.style.backgroundColor="white";
}
function go()
{
box = document.select_wish.navi;
destination = box.options[box.selectedIndex].value;
if (destination) location.href = destination;
}
</script>
</head>
<body><div class="header2"></div><div class="header"></div>
<div class="conteneur">
<br />
<img src="../images/fr.gif" height="13px" width="19px" onclick="location.href='/cgi-bin/recordz.cgi?lang=FR&session=$SESSIONID'"> <img src="../images/uk.gif" height="13px" width="19px" onclick="location.href='/cgi-bin/recordz.cgi?lang=EN&session=$SESSIONID'"> <img src="../images/de.gif" height="13px" width="19px" onclick="location.href='/cgi-bin/recordz.cgi?lang=DE&session=$SESSIONID'"> <img src="../images/it.gif" height="13px" width="19px" onclick="location.href='/cgi-bin/recordz.cgi?lang=EN&session=$SESSIONID'">
<div id="menu_top" class="menu_top"><img onclick="document.location.href='/cgi-bin/recordz.cgi?lang=$LANG&page=main&session=$SESSIONID'" src="../images/home.gif" onmouseout="this.src='../images/home.gif'" onmouseover="this.src='../images/home_over.gif'"/><img onclick="document.location.href='/cgi-bin/recordz.cgi?lang=$LANG&page=myaccount&session=$SESSIONID'" src="../images/mon_compte_$LANG.gif" onmouseout="this.src='../images/mon_compte_$LANG.gif'" onmouseover="this.src='../images/mon_compte_$LANG_over.gif'"/><img onclick="document.location.href='/cgi-bin/recordz.cgi?lang=$LANG&page=login&session=$SESSIONID'" src="../images/login.gif" onmouseout="this.src='../images/login.gif'" onmouseover="this.src='../images/login_over.gif'"/><img onclick="document.location.href='/cgi-bin/recordz.cgi?lang=$LANG&page=register&session=$SESSIONID'" src="../images/nouvel_utilsateur_$LANG.gif" onmouseout="this.src='../images/nouvel_utilsateur_$LANG.gif'" onmouseover="this.src='../images/nouvel_utilsateur_$LANG_over.gif'" /><img onclick="document.location.href='/cgi-bin/recordz.cgi?lang=$LANG&page=tarif&session=$SESSIONID'" src="../images/tarif_$LANG.gif" onmouseout="this.src='../images/tarif_$LANG.gif'" onmouseover="this.src='../images/tarif_$LANG_over.gif'"/><img onclick="document.location.href='/cgi-bin/recordz.cgi?lang=$LANG&page=about&session=$SESSIONID'" src="../images/a_propos_$LANG.gif" onmouseout="this.src='../images/a_propos_$LANG.gif'" onmouseover="this.src='../images/a_propos_$LANG_over.gif'"/><img onclick= "document.location.href='/forum/index.php'" src="../images/forum.gif" onmouseover="this.src='../images/forum_over.gif'" onmouseout="this.src='../images/forum.gif'"/><img onclick="document.location.href='/cgi-bin/recordz.cgi?lang=$LANG&page=add_other&session=$SESSIONID'" src="../images/mettre_en_vente_$LANG.gif" onmouseout="this.src='../images/mettre_en_vente_$LANG.gif'" onmouseover="this.src='../images/mettre_en_vente_$LANG_over.gif'"/>
</div>
<div class="search_box" id="search_box">
<form id="search_form" action="/cgi-bin/recordz.cgi?lang=$LANG&action=search&session=$SESSIONID" method="post">
<fieldset>
<input type="hidden" name="action" value="search" />
<input type="hidden" name="lang" value="$LANG" />
<input type="hidden" name="session" value="$SESSIONID"/>
<div id="search" style="margin-left:20px"><img src="../images/atb_search.gif" height="15px" width="15px" alt="search"/> <label id="search_name_label">$LABEL{'search_name_label'}</label><input type="text" name="search_name" value="" /><select name="categories">$OPTIONS{'categories'}</select><input type="submit" value="Search" /><a href="#" class="menulink" onclick="window.open('/cgi-bin/recordz.cgi?lang=$LANG&page=preferences&session=$SESSIONID;','MySearchWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=890,height=240,left=0,top=0')">$LABEL{'preferences'}</a>
</div>
</fieldset>
</form>
</div>
<div class="list-menu">
<ul style="float:left;">
$ARTICLE{'main_menu'}
</ul>
</div>
<div class="centre">
<fieldset>
<form name="select_wish">
$ARTICLE{'index_table'} <br /> <br />
$ARTICLE{'search'}
</form>
</fieldset>
</div>
</div>
</body>
</html>