[Date Prev][Date Next][Thread Prev][Thread Next][Interchange by date
][Interchange by thread
]
[ic] problem wirh more list on result.html
After recieving a result after i have submit a search i from searchform i
can not navigate through the more list. Sure, there are some links like 1 2
3 4 5 6 7 8 ... but when i click on result page nr. 3 i canīt navigate to 4
because the navigation is away :-(
here the code:
results:
[more-list]
[L]Zeige [matches] von
[if value mv_search_match_count > 1]
[value mv_search_match_count] gefundenen.[/L]
[/if]
<BLOCKQUOTE>
<B>Links zu mehr Treffern</B><BR>
[more]
</BLOCKQUOTE>
[/more-list]
and the search form (sorry, very big)
<HTML>
<HEAD>
<TITLE>[L]Search[/L] __COMPANY__</TITLE>
<link rel="stylesheet" href="[area css/inhalt]" type="text/css">
</HEAD>
<!--<BODY MV="body 1">-->
<BODY >
<br>
<div align="center">
<font class="titel">Suchmaschine</font>
<br>
<br>
<br>
</div>
<TABLE 0 CELLSPACING=0 width=100% align=center >
<TR bgcolor="#FFFF00">
<TD COLSPAN=5 ALIGN=CENTER> </td>
</TR>
</table>
<br>
<TABLE align="center">
<TR VALIGN=TOP>
<TD> <BR>
<BR>
<FORM ACTION="[process-target main]" METHOD=POST>
[if config Glimpse] [L]Spelling errors allowed[/L]<BR>
<INPUT TYPE="hidden" NAME="mv_profile" VALUE="compensate_spelling">
<INPUT TYPE="radio" name=mv_spelling_errors value=0
onClick="
this.form.mv_search_field[0].checked=true;
this.form.mv_search_field[1].checked=true;
this.form.mv_search_field[2].checked=true;
"
[checked default=1]>
0
<INPUT TYPE="radio" name=mv_spelling_errors value=1
onClick="
this.form.mv_search_field[0].checked=false;
this.form.mv_search_field[1].checked=false;
this.form.mv_search_field[2].checked=false;
"
[checked>
1
<INPUT TYPE="radio" name=mv_spelling_errors value=2
onClick="
this.form.mv_search_field[0].checked=false;
this.form.mv_search_field[1].checked=false;
this.form.mv_search_field[2].checked=false;
"
[checked>
2 [/if]
</form>
</TD>
<TD>
<TABLE>
<TR>
<TD VALIGN=BOTTOM><B>[L]Suchwort[/L]</B></TD>
<TD></TD>
</TR>
<TR>
<TD COLSPAN=2>
<FORM ACTION="[process-search]" METHOD=POST>
<INPUT TYPE=text NAME="mv_searchspec" SIZE=20>
<INPUT TYPE="submit" VALUE="[L]Search[/L]">
<INPUT TYPE="hidden" NAME="mv_matchlimit" VALUE="10">
<INPUT TYPE="hidden" NAME="mv_doit" VALUE="search">
<INPUT TYPE="hidden" NAME="mv_sort_field" VALUE="title">
</TD>
<!--<TR>
<TD VALIGN=TOP>
<INPUT TYPE="radio" NAME="mv_orsearch" VALUE="no" [checked
name=mv_orsearch value=no default=1]>[L]Must match all[/L]
<INPUT TYPE="radio" NAME="mv_orsearch" VALUE="yes">[L]Match
any[/L]<BR>
<INPUT TYPE="hidden" NAME="mv_searchtype" VALUE="glimpse">
<INPUT TYPE="checkbox" NAME="mv_case" VALUE="yes">[L]Case
sensitive[/L]<BR>
<INPUT TYPE="checkbox" NAME="mv_substring_match"
VALUE="yes">
[L]Match substrings[/L]
</TD>
<!-- <TD VALIGN=TOP>
<B>[L]Fields to search[/L]:<B><BR>
<INPUT TYPE="checkbox" NAME="mv_search_field" VALUE="artist"
CHECKED>
[L]Artist[/L]<BR>
<INPUT TYPE="checkbox" NAME="mv_search_field" VALUE="title"
CHECKED>
[L]Title[/L]<BR>
<INPUT TYPE="checkbox" NAME="mv_search_field"
VALUE="display" CHECKED>
[L]Museum[/L]<BR>
</TD>
</TR>--> <!--
<TR>
<TD VALIGN=CENTER COLSPAN=2>
<CENTER><B>[L]Sort order[/L]<B></CENTER><BR>
<FONT SIZE=-1>
<SELECT NAME="sort_field1">
<OPTION VALUE="products:title"> Title
<OPTION VALUE="products:artist"> Artist
<OPTION VALUE="products:price:n"> Price
<OPTION VALUE="products:title:r"> Reverse Title
<OPTION VALUE="products:artist:r"> Reverse Artist
<OPTION VALUE="products:price:nr"> Reverse Price
<OPTION VALUE="">[L]none[/L]
</SELECT>
<SELECT NAME="sort_field2">
<OPTION VALUE=""> none
<OPTION VALUE="products:artist"> [L]Artist[/L]
<OPTION VALUE="products:price:n"> [L]Price[/L]
<OPTION VALUE="products:title"> [L]Title[/L]
<OPTION VALUE="products:artist:r">[L]Reverse
Artist[/L]
<OPTION VALUE="products:price:rn">[L]Reverse
Price[/L]
<OPTION VALUE="products:title:r">[L]Reverse
Title[/L]
</SELECT>
<SELECT NAME="sort_field3">
<OPTION VALUE=""> none
<OPTION VALUE="products:price:n">[L]Price[/L]
<OPTION VALUE="products:title:"> [L]Title[/L]
<OPTION VALUE="products:artist:"> [L]Artist[/L]
<OPTION VALUE="products:price:nr">[L]Reverse
Price[/L]
<OPTION VALUE="products:title:r">[L]Reverse
Title[/L]
<OPTION VALUE="products:artist:r">[L]Reverse
Artist[/L]
</SELECT>
</FONT>
</TD>
</TR> -->
</TABLE>
</TD>
<TD>
<TABLE width="348">
<TR>
<TD> </TD>
<TD> <B>[L]Suche nach Preis[/L]</B><BR>
</TD>
<INPUT TYPE="hidden" NAME="mv_range_look" VALUE="price">
<INPUT TYPE="hidden" NAME="mv_matchlimit" VALUE="10">
<INPUT TYPE="hidden" NAME="mv_return_all" VALUE="yes">
<INPUT TYPE="hidden" NAME="mv_sort_field" VALUE="title">
</TR>
<TR>
<TD>
<div align="right">[L]Mindestens:[/L]</div>
</TD>
<TD>
<SELECT NAME="mv_range_min">
<OPTION value="0" selected> [L]Egal[/L]
<OPTION value=5.0> [currency convert=1]5[/currency]
<OPTION value=20.0> [currency convert=1]20[/currency]
<OPTION value=50.0> [currency convert=1]50[/currency]
<OPTION value=100.0> [currency convert=1]100[/currency]
<OPTION value=250.0> [currency convert=1]250[/currency]
<OPTION value=500.0> [currency convert=1]500[/currency]
<OPTION value=1000.0> [currency convert=1]1000[/currency]
<OPTION value=2500.0> [currency convert=1]2500[/currency]
</SELECT>
<BR>
</TD>
</TR>
<TR>
<TD>
<div align="right">[L]Höchstens:[/L]</div>
</TD>
<TD>
<SELECT NAME="mv_range_max">
<OPTION value="100000" selected>[L]Egal[/L]
<OPTION value=100.0> [currency convert=1]100[/currency]
<OPTION value=250.0> [currency convert=1]250[/currency]
<OPTION value=500.0> [currency convert=1]500[/currency]
<OPTION value=1000.0> [currency convert=1]1000[/currency]
<OPTION value=2500.0> [currency convert=1]2500[/currency]
<OPTION value=5000.0> [currency convert=1]5000[/currency]
<OPTION value=10000.0> [currency convert=1]10000[/currency]
</SELECT>
</TD>
</TR>
<TR>
<TD> </TD>
<TD>
<INPUT TYPE=HIDDEN NAME="mv_searchtype" VALUE="sql">
<INPUT TYPE="submit" VALUE="[L]Search[/L]">
<INPUT TYPE="hidden" NAME="mv_doit" VALUE="search">
<BR>
</TD>
</TR>
</TABLE>
</FORM>
</TD>
</TR>
</TABLE>
<TABLE 0 CELLSPACING=0 width=100% align=center >
<br>
<br>
<br>
<TR bgcolor="#FFFF33">
<TD COLSPAN=5 ALIGN=CENTER> </td>
</TR>
</table>
<P> <!-- current page: @@MV_PAGE@@ -->
</body></html>
_______________________________________________
Interchange-users mailing list
Interchange-users@lists.akopia.com
http://lists.akopia.com/mailman/listinfo/interchange-users