-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathadvertise.html
More file actions
72 lines (68 loc) · 4.12 KB
/
advertise.html
File metadata and controls
72 lines (68 loc) · 4.12 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
<!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>
.button {border-radius: 12px;}
</style>
<script language="javascript">
function go()
{
box = document.search_form.category;
destination = box.options[box.selectedIndex].value;
if (destination) location.href = destination;
}
function go2()
{
box = document.search_form.brand;
destination = box.options[box.selectedIndex].value;
if (destination) location.href = destination;
}
function go3()
{
box = document.search_form.canton;
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&u=$u'"> <img src="../images/uk.gif" height="13px" width="19px" onclick="location.href='/cgi-bin/recordz.cgi?lang=EN&session=$SESSIONID&u=$u'"> <img src="../images/de.gif" height="13px" width="19px" onclick="location.href='/cgi-bin/recordz.cgi?lang=DE&session=$SESSIONID&u=$u'"> <img src="../images/it.gif" height="13px" width="19px" onclick="location.href='/cgi-bin/recordz.cgi?lang=EN&session=$SESSIONID&u=$u'">-->
<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" class=&{ns4class};>$LABEL{'label_menu_home'}</a> <a href="/cgi-bin/recordz.cgi?lang=$LANG&page=myaccount&session=$SESSIONID&u=$u;" class="menulink" class=&{ns4class};>$LABEL{'label_menu_account'}</a> <a href="/cgi-bin/recordz.cgi?lang=$LANG&page=login&session=$SESSIONID&u=$u;" class="menulink" class=&{ns4class};>$LABEL{'label_menu_login'}</a> <a href="/cgi-bin/recordz.cgi?lang=$LANG&page=register&session=$SESSIONID&u=$u;" class="menulink" class=&{ns4class};>$LABEL{'label_menu_newuser'}</a> <a href="/cgi-bin/recordz.cgi?lang=$LANG&page=about&session=$SESSIONID&u=$u;" class="menulink" class=&{ns4class};>$LABEL{'label_about'}</a> <a href="/cgi-bin/recordz.cgi?lang=$LANG&page=tarifs&session=$SESSIONID&u=$u;" class="menulink" class=&{ns4class};>$LABEL{'tarif'}</a></p>
<div class="search_box">
<form name="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="u" value="$u" />
<input type="hidden" name="p" value="$p" />
<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>
</div>
<div class="list-menu">
<ul style="float:left;">
$ARTICLE{'main_menu'}
</ul>
</div>
<div class="centre">
<br/>
<fieldset>
<a href="/cgi-bin/personal_data.pl?lang=$LANG&page=personal_data&session=$SESSIONID&u=$u" class="menulink" class=&{ns4class};>$LABEL{'personal_data'}</a><a href="/cgi-bin/my_auctions.pl?lang=$LANG&page=myench
&session=$SESSIONID&u=$u" class="menulink" class=&{ns4class};>$LABEL{'my_enchere'}</a> <a href="/cgi-bin/add_other.pl?lang=$LANG&page=add_other&session=$SESSIONID&u=$u" class="menulink" class=&{ns4class};>$LABEL{'vinyl_add_one'}</a> <a href="/cgi-bin/advertise.pl?lang=$LANG&page=advertise&u=$u" class="menulink" class=&{ns4class};>$LABEL{'advertise'}</a>
</fieldset>
</div>
<br/>
<table>
</table><br />
$ARTICLE{'table_index_current_deal'}
$ARTICLE{'table_current_deal'}
</div>
</form>
</body>
</html>