-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcd_vinyl_mixtape.html
More file actions
211 lines (183 loc) · 6.87 KB
/
cd_vinyl_mixtape.html
File metadata and controls
211 lines (183 loc) · 6.87 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
204
205
206
207
208
209
210
211
<!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: 550px;
padding: 10px;
background-color: white;
border-style: groove;
}
/* Full-width input fields */
.form-container input[type=text], .form-container input[type=password] {
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 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.category;
destination = box.options[box.selectedIndex].value;
if (destination) location.href = destination;
}
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 go4()
{
box = document.myForm.subcategory;
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=cd_vinyl_mixtap'"> <img src="../images/en.png" height="13px" width="19px" onclick="location.href='/cgi-bin/recordz.cgi?lang=EN&session=$SESSIONIDpage=cd_vinyl_mixtap'"> <img src="../images/de.gif" height="13px" width="19px" onclick="location.href='/cgi-bin/recordz.cgi?lang=DE&session=$SESSIONIDpage=cd_vinyl_mixtap'"> <img src="../images/it.gif" height="13px" width="19px" onclick="location.href='/cgi-bin/recordz.cgi?lang=EN&session=$SESSIONIDpage=cd_vinyl_mixtap'">-->
<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/search.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"/>
$LABEL{'category'} $SELECT{'cd_vinyl_mixtape'} $SELECT{'sub_cd_vinyl_mixtape'}<br/>
<div class="rigth_search"><a href="#" class="menulink" onclick="openFormFirstTime();">$LABEL{'advanced_search'}</a></div>
<div class="pagination">$ARTICLE{'index'}</div><br />
$ARTICLE{'table'}
</form>
</fieldset>
</div>
</div>
<div class="form-popup" id="myForm">
<form name="myForm" action="/cgi-bin/search.pl?lang=$LANG&action=dosearchcd&session=$SESSION" class="form-container" name="myForm"ID" method="gets">
<input type="hidden" name="action" value="dosearchcd">
<input type="hidden" name="lang" value="$LANG">
<input type="hidden" name="session" value="$SESSIONID"/>
<br/> <br/> <br/> <br/> <br/>
<table>
<tr>
<td>$LABEL{'category'}</td><td>$SELECT{'cd_vinyl_mixtape_search'}</td><td>$SELECT{'sub_cd_vinyl_mixtape_search'}</td>
</tr>
$ARTICLE{'cd_properties_search'}
$ARTICLE{'used_search'}
<tr>
</tr>
</tr>
</table>
<br/> <br/>
<input type="submit" value="Chercher" /> <input type="button" onClick="closeForm();" value="Fermer">
<!--<input type="button" onClick="Lvl_P2P('/cgi-bin/recordz.cgi?lang=$LANG&action=dosearchimmo',true,0500)" value="Chercher">-->
</form>
</div>
</body>
</html>