-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcharite.html
More file actions
50 lines (49 loc) · 3.86 KB
/
charite.html
File metadata and controls
50 lines (49 loc) · 3.86 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
<!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 go()
{
box = document.select_wish.subcat;
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&page=boat'"> <img src="../images/uk.gif" height="13px" width="19px" onclick="location.href='/cgi-bin/recordz.cgi?lang=EN&session=$SESSIONID&page=boat'"> <img src="../images/de.gif" height="13px" width="19px" onclick="location.href='/cgi-bin/recordz.cgi?lang=DE&session=$SESSIONID&page=boat'"> <img src="../images/it.gif" height="13px" width="19px" onclick="location.href='/cgi-bin/recordz.cgi?lang=EN&session=$SESSIONID&page=boat'">
<p style="margin:10px"><a href="/cgi-bin/recordz.cgi?lang=$LANG&session=$SESSIONID;" class="menulink" class=&{ns4class};>$LABEL{'label_menu_home'}</a> <a href="/cgi-bin/recordz.cgi?lang=$LANG&page=myaccount&session=$SESSIONID;" class="menulink" class=&{ns4class};>$LABEL{'label_menu_account'}</a> <a href="/cgi-bin/recordz.cgi?lang=$LANG&page=login&session=$SESSIONID;" class="menulink" class=&{ns4class};>$LABEL{'label_menu_login'}</a> <a href="/cgi-bin/recordz.cgi?lang=$LANG&page=register&session=$SESSIONID;" class="menulink" class=&{ns4class};>$LABEL{'label_menu_newuser'}</a> <a href="/cgi-bin/recordz.cgi?lang=$LANG&page=about&session=$SESSIONID;" class="menulink" class=&{ns4class};>$LABEL{'label_about'}</a> <a href="/cgi-bin/recordz.cgi?lang=$LANG&page=tarifs&session=$SESSIONID;" class="menulink" class=&{ns4class};>$LABEL{'tarif'}</a> <a href="/cgi-bin/recordz.cgi?lang=$LANG&page=fondation&session=$SESSIONID;" class="menulink">$LABEL{'fondation'}</a>$LINK{'add_deal'}</p>
<div class="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"/>
<img src="../images/atb_search.gif" height="15px" width="15px"> <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" class=&{ns4class}; onclick="window.open('/cgi-bin/recordz.cgi?lang=$LANG&page=preferences_boat&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>
</fieldset>
</form>
</div>
<div class="list-menu">
<ul style="float:left;">
$ARTICLE{'main_menu'}
</ul>
</div>
<div class="centre">
<fieldset>
<form name="select_wish">
<div align="right" style="position: absolute;right:180px"><a href="#" class="menulink" class=&{ns4class}; onclick="window.open('/cgi-bin/recordz.cgi?lang=$LANG&page=search_boat&session=$SESSIONID;','MySearchWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=890,height=260,left=0,top=0')">Recherche avancée</a></div>
<img src="../images/charite_$LANG.gif"><br/>
$ARTICLE{'index'}
$ARTICLE{'table'}
</form>
</fieldset>
</div>
</div>
</body>
</html>