
interchange-core at interchange
Sep 19, 2001, 3:09 PM
Post #3 of 4
(92 views)
Permalink
|
|
interchange - racke modified dist/lib/UI/pages/admin/search_wizard.html
[In reply to]
|
|
User: racke Date: 2001-09-19 19:08:38 GMT Modified: dist/lib/UI/pages/admin Tag: STABLE_4_8-branch Modified: search_wizard.html Log: [L] tags added Revision Changes Path No revision No revision 2.0.2.2 +25 -25 interchange/dist/lib/UI/pages/admin/search_wizard.html rev 2.0.2.2, prev_rev 2.0.2.1 Index: search_wizard.html =================================================================== RCS file: /anon_cvs/repository/interchange/dist/lib/UI/pages/admin/search_wizard.html,v retrieving revision 2.0.2.1 retrieving revision 2.0.2.2 diff -u -r2.0.2.1 -r2.0.2.2 --- search_wizard.html 2001/09/16 22:04:49 2.0.2.1 +++ search_wizard.html 2001/09/19 19:08:38 2.0.2.2 @@ -1,4 +1,4 @@ -[seti page_title]Search Builder[/seti] +[seti page_title][L]Search Builder[/L][/seti] [set help_name]search_builder[/set] [set ui_class]Design[/set] [set icon_name]icon_config.gif[/set] @@ -241,7 +241,7 @@ <TR> <TD BGCOLOR="__UI_C_INTBLOCK__" WIDTH="20%" VALIGN=top> - <small><B>Search Table</B></small> + <small><B>[L]Search Table[/L]</B></small> </TD> <TD BGCOLOR="__UI_C_INTBLOCK__" WIDTH="40%" VALIGN=top> <SELECT NAME=search_table> @@ -259,10 +259,10 @@ </TD> <TD BGCOLOR="__UI_C_INTBLOCK__" WIDTH="40%" VALIGN=top> <SMALL> - The search must be based on a table, by default the main items table.<br><br> + [L]The search must be based on a table, by default the main items table.[/L]</small><br><br> <small> - NOTE: It is possible to search multiple tables in Interchange, but that is - not supported by this wizard.</small> + [L]NOTE: It is possible to search multiple tables in Interchange, +but that is not supported by this wizard.[/L] </small> </TD> </tr> @@ -274,19 +274,19 @@ <TR> <TD BGCOLOR="__UI_C_INTBLOCK__" WIDTH="20%" VALIGN=top> - <small><B>Search locality</B></small> + <small><B>[L]Search locality[/L]</B></small> </TD> <TD BGCOLOR="__UI_C_INTBLOCK__" WIDTH="40%" VALIGN=top> <select name=search_type> - <OPTION VALUE="db"> Database - <OPTION VALUE="text" [selected search_type text]> Text file + <OPTION VALUE="db"> [L]Database[/L] + <OPTION VALUE="text" [selected search_type text]> [L]Text file[/L] </select> </TD> <TD BGCOLOR="__UI_C_INTBLOCK__" WIDTH="40%" VALIGN=top> <SMALL> - For full-text searches, it is usually better to search the text file - source of the database (create at [page __UI_BASE__/genxport]Direct table export[/page]). When using SQL databases, the coordinated field-based searches are much + [msg arg.0="[page __UI_BASE__/genxport][L]Direct table export[/L][/page]"]For full-text searches, it is usually better to search the text file + source of the database (create at %s). When using SQL databases, the coordinated field-based searches are much faster when the first search term is "equals to". </small> </TD> @@ -298,7 +298,7 @@ <TR> <TD BGCOLOR="__UI_C_INTBLOCK__" WIDTH="20%" VALIGN=top> - <small><B>Search Template</B></small> + <small><B>[L]Search Template[/L]</B></small> </TD> <TD BGCOLOR="__UI_C_INTBLOCK__" WIDTH="40%" VALIGN=top> <select NAME="search_template"> @@ -325,7 +325,7 @@ <TR> <TD BGCOLOR="__UI_C_INTBLOCK__" WIDTH="20%" VALIGN=top> - <small><B>Page size</B></small> + <small><B>[L]Page size[/L]</B></small> </TD> <TD BGCOLOR="__UI_C_INTBLOCK__" WIDTH="40%" VALIGN=top> <SELECT NAME="matchlimit"> @@ -334,8 +334,8 @@ </TD> <TD BGCOLOR="__UI_C_INTBLOCK__" WIDTH="40%" VALIGN=top> <SMALL> - You can limit the number of results per page, and use the - template [more-list] to page between matches. The default is 50. + [L]You can limit the number of results per page, and use the + template [more-list] to page between matches. The default is 50.[/L] </TD> </tr> @@ -345,18 +345,18 @@ <TR> <TD BGCOLOR="__UI_C_INTBLOCK__" WIDTH="20%" VALIGN=top> - <small><B>Unique only</B></small> + <small><B>[L]Unique only[/L]</B></small> </TD> <TD BGCOLOR="__UI_C_INTBLOCK__" WIDTH="40%" VALIGN=top> <SELECT NAME="unique_results"> - <OPTION VALUE="">No - <OPTION VALUE="1" [selected unique_results 1]>Yes + <OPTION VALUE="">[L]No[/L] + <OPTION VALUE="1" [selected unique_results 1]>[L]Yes[/L] </SELECT> </TD> <TD BGCOLOR="__UI_C_INTBLOCK__" WIDTH="40%" VALIGN=top> <SMALL> - Normally one search result is returned for every matching record. If you - wish to eliminate duplicate result returns, you can use this. + [L]Normally one search result is returned for every matching record. If you + wish to eliminate duplicate result returns, you can use this.[/L] </TD> </tr> @@ -367,22 +367,22 @@ <TR> <TD BGCOLOR="__UI_C_INTBLOCK__" WIDTH="20%" VALIGN=top> - <small><B>Allow full expressions</B></small> + <small><B>[L]Allow full expressions[/L]</B></small> </TD> <TD BGCOLOR="__UI_C_INTBLOCK__" WIDTH="40%" VALIGN=top> <SELECT NAME="allow_regex"> - <OPTION VALUE="">No - <OPTION VALUE="1" [selected allow_regex 1]>Yes + <OPTION VALUE="">[L]No[/L] + <OPTION VALUE="1" [selected allow_regex 1]>[L]Yes[/L] </SELECT> </TD> <TD BGCOLOR="__UI_C_INTBLOCK__" WIDTH="40%" VALIGN=top> <SMALL> - Normally characters are searched for literally, i.e. a period + [L]Normally characters are searched for literally, i.e. a period will match a period. If you wish to use the power of Perl regular expressions in your matching criteria, select <B>Yes</B>. Bear in mind that some things you enter may not behave just as you might think they will; see <i>perldoc perlre</i> for a complete - description of what Perl regular expressions are. + description of what Perl regular expressions are.[/L] </TD> </tr> @@ -392,7 +392,7 @@ <tr> <td colspan=3 bgcolor=__UI_C_INTBLOCK__> -<input type=submit name=mv_click value=Cancel> [button text="Next -->"] +<input type=submit name=mv_click value="[L]Cancel[/L]"> [button text="[L]Next[/L] -->"] mv_nextpage=__UI_BASE__/search_wizard2 [/button] </tr>
|