2007-07-19 12:40:05 +02:00
|
|
|
<style>
|
|
|
|
#left_separator {
|
|
|
|
border-bottom: 3px solid #d4d0c8;
|
|
|
|
}
|
|
|
|
|
|
|
|
#SearchFrom_holder{
|
|
|
|
border-bottom: 1px solid #808080;
|
|
|
|
}
|
|
|
|
|
|
|
|
</style>
|
|
|
|
|
|
|
|
<div id="LeftPane">
|
2007-09-16 18:37:15 +02:00
|
|
|
<h2><% _t('ADDLISTING','Add Listing') %></h2>
|
2007-07-19 12:40:05 +02:00
|
|
|
<div id="SearchForm_holder" class="lefttop" style="overflow:auto">
|
|
|
|
$AddForm
|
|
|
|
</div>
|
2007-09-16 18:37:15 +02:00
|
|
|
<h2><% _t('SEARCHLISTINGS','Search Listings') %></h2>
|
2007-07-19 12:40:05 +02:00
|
|
|
<div id="SearchForm_holder" class="leftbottom" style="overflow:auto">
|
|
|
|
$SearchForm
|
|
|
|
</div>
|
|
|
|
<div id="left_separator">
|
|
|
|
|
|
|
|
</div>
|
2007-09-16 18:37:15 +02:00
|
|
|
<h2><% _t('SEARCHRESULTS','Search Results') %></h2>
|
2008-02-25 03:10:37 +01:00
|
|
|
<div id="ResultTable_holder" class="leftbottom">
|
2007-07-19 12:40:05 +02:00
|
|
|
$Results
|
|
|
|
</div>
|
|
|
|
</div>
|