-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdosearchbook.html
More file actions
75 lines (66 loc) · 3.14 KB
/
dosearchbook.html
File metadata and controls
75 lines (66 loc) · 3.14 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<!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" />
<meta name="keywords" content="$LABEL{'index_title'}" />
<link href="../css/main.css" rel="stylesheet" type="text/css" />
<style>
.pagination {
display: inline-block;
}
.pagination a {
color: black;
float: left;
color: #0B06E2;
padding: 8px 16px;
text-decoration: none;
transition: background-color .3s;
}
.pagination a.active {
background-color: #0B06E2;
color: white;
}
.pagination a:hover:not(.active) {background-color: #ddd;}
</style>
<script language="javascript">
function highLigth (x) {
x.style.background="url('../images/table_item_on.gif') top left no-repeat";
}
function highLigthOut (x) {
x.style.backgroundColor="white";
}
</script>
</head>
<body><div class="header2"></div><div class="header"></div>
<div class="conteneur">
<br />
<p style="margin:10px"><a href="/cgi-bin/recordz.cgi?lang=$LANG&session=$SESSIONID&page=main;" class="menulink">$LABEL{'label_menu_home'}</a> <a href="/cgi-bin/recordz.cgi?lang=$LANG&page=myaccount&session=$SESSIONID;" class="menulink">$LABEL{'label_menu_account'}</a> <a href="/cgi-bin/recordz.cgi?lang=$LANG&page=login&session=$SESSIONID" class="menulink">$LABEL{'label_menu_login'}</a> <a href="/cgi-bin/recordz.cgi?lang=$LANG&page=register&session=$SESSIONID;" class="menulink">$LABEL{'label_menu_newuser'}</a> <a href="/cgi-bin/recordz.cgi?lang=$LANG&page=about&session=$SESSIONID;" class="menulink">$LABEL{'label_about'}</a> <a href="/cgi-bin/recordz.cgi?lang=$LANG&page=tarif&session=$SESSIONID;" class="menulink">$LABEL{'tarif'}</a></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"/>
<input type="hidden" name="u" value="$u"/>
<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>
</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 class="pagination">$ARTICLE{'index_table'}</div> <br /> <br />
$ARTICLE{'search'}
</form>
</fieldset>
</div>
</div>
</body>
</html>