-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcollection.html
More file actions
203 lines (176 loc) · 6.65 KB
/
collection.html
File metadata and controls
203 lines (176 loc) · 6.65 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
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
<!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>$LABEL{'index_title'}</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<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>
<style>
body {font-family: Arial, Helvetica, sans-serif;}
* {box-sizing: border-box;}
/* Button used to open the contact form - fixed at the bottom of the page */
.open-button {
background-color: #555;
color: white;
padding: 16px 20px;
border: none;
cursor: pointer;
opacity: 0.8;
position: fixed;
bottom: 23px;
right: 28px;
width: 280px;
}
/* The popup form - hidden by default */
.form-popup {
display: none;
position: fixed;
bottom: 0;
right: 15px;
border: 3px solid #f1f1f1;
z-index: 9;
}
/* Add styles to the form container */
.form-container {
max-width: 520px;
padding: 10px;
background-color: white;
border-style: groove;
}
/* Full-width input fields */
.form-container input[type=text], .form-container input[type=password],.form-container input[type=number] {
width: 100%;
padding: 15px;
margin: 5px 0 22px 0;
border: none;
background: #f1f1f1;
}
/* When the inputs get focus, do something */
.form-container input[type=text]:focus, .form-container input[type=password]:focus {
background-color: #ddd;
outline: none;
}
/* Set a style for the submit/login button */
.form-container .btn {
background-color: #4CAF50;
color: white;
padding: 16px 20px;
border: none;
cursor: pointer;
width: 100%;
margin-bottom:10px;
opacity: 0.8;
}
/* Add a red background color to the cancel button */
.form-container .cancel {
background-color: red;
}
/* Add some hover effects to buttons */
.form-container .btn:hover, .open-button:hover {
opacity: 1;
}
</style>
<script language="javascript">
function openForm() {
document.getElementById("myForm").style.display = "$ARTICLE{'show'}";
}
function openFormFirstTime() {
document.getElementById("myForm").style.display = "block";
}
function closeForm() {
document.getElementById("myForm").style.display = "none";
}
function go()
{
box = document.select_wish.category;
destination = box.options[box.selectedIndex].value;
if (destination) location.href = destination;
}
function go2()
{
box = document.select_wish.subcategory;
destination = box.options[box.selectedIndex].value;
if (destination) location.href = destination;
}
function go3()
{
box = document.myForm.subcat;
destination = box.options[box.selectedIndex].value;
if (destination) location.href = destination;
}
</script>
</head>
<body onload="openForm();"><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=collection'"> <img src="../images/en.png" height="13px" width="19px" onclick="location.href='/cgi-bin/recordz.cgi?lang=EN&session=$SESSIONID&page=collection'"> <img src="../images/de.gif" height="13px" width="19px" onclick="location.href='/cgi-bin/recordz.cgi?lang=DE&session=$SESSIONID&page=collection'"> <img src="../images/it.gif" height="13px" width="19px" onclick="location.href='/cgi-bin/recordz.cgi?lang=EN&session=$SESSIONID&page=collection'">-->
<p style="margin:10px"><a href="/cgi-bin/main.pl?min_index=0&max_index=40&index_page=1&page=main&lang=$LANG" class="menulink">$LABEL{'label_menu_home'}</a> <a href="/cgi-bin/personal_data.pl?lang=$LANG&page=myaccount&session=$SESSIONID&u=$u;" class="menulink">$LABEL{'label_menu_account'}</a> <a href="/cgi-bin/login.pl?lang=$LANG&page=login&session=$SESSIONID&u=$u;" class="menulink">$LABEL{'label_menu_login'}</a> <a href="/cgi-bin/register.pl?lang=$LANG&action=register&page=register&session=$SESSIONID&u=$u;" class="menulink">$LABEL{'label_menu_newuser'}</a> <a href="/cgi-bin/about.pl?lang=$LANG&page=about&session=$SESSIONID&u=$u;" class="menulink">$LABEL{'label_about'}</a> <a href="/cgi-bin/recordz.cgi?lang=$LANG&page=tarifs&session=$SESSIONID&u=$u;" class="menulink">$LABEL{'tarif'}</a></p>
<div class="search_box">
<form id="search_form" action="/cgi-bin/dosearch.pl?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="" style="border-radius: 12px;"/> <select name="categories">$OPTIONS{'categories'}</select>
<input type="submit" value="Search" />
</fieldset>
</form>
</div>
<div class="list-menu">
<ul style="float:left;">
$ARTICLE{'main_menu'}
</ul>
</div>
<br/>
<div class="centre">
<fieldset>
<form name="select_wish">
<input type="hidden" name="lang" value="$LANG" />
<input type="hidden" name="session" value="$SESSIONID"/>
$SELECT{'collection_cat'}<br/>
<div class="rigth_search"><a href="#" class="menulink" onclick="openFormFirstTime();">$LABEL{'advanced_search'}</a></div>
<div class="pagination">$ARTICLE{'collection_index'}</div><br />
$ARTICLE{'collection_table'}
</form>
</fieldset>
</div>
</div>
<div class="form-popup" id="myForm">
<form name="myForm" action="/cgi-bin/search.pl?lang=$LANG&action=dosearchcollection&session=$SESSION" class="form-container" name="myForm"ID" method="post">
<input type="hidden" name="action" value="dosearchcollection">
<input type="hidden" name="lang" value="$LANG">
<input type="hidden" name="session" value="$SESSIONID"/>
<table>
<tr>
<td>$LABEL{'label_categorie'}</td><td>$SELECT{'category'}</td>
</tr>
<tr>
$SELECT{'auteur'}
<tr>
<td>$LABEL{'price_min'}</td><td><input type="number" step="1" name="price_min"></td><td>$LABEL{'price_max'}</td><td><input type="number" step="1" name="price_max"></td>
</tr>
<tr>
</table>
<br/> <br/>
<input type="submit" value="Chercher"> <input type="button" onClick="closeForm();" value="Fermer">
</form>
</div>
</body>
</html>