On Mon, 10 Jan 2000, Werner Reisberger wrote:

> I am trying to write all form elements in the german language but get stuck
> with the $(METHOD), $(FORMAT) and $(SORT) macros. It's easy to alter the
> html files within the htdig distribution but these macros always
> are displayed in the english language and I don't know how to modify
> them.

well just put 

<HR>
<FORM METHOD="GET" ACTION="$(CGI)">
<font size=-1>
<INPUT TYPE=HIDDEN NAME=config VALUE=$(CONFIG)>
<INPUT TYPE=HIDDEN NAME=restrict
VALUE="$(RESTRICT)">
<INPUT TYPE=HIDDEN NAME=exclude
VALUE="$(EXCLUDE)">
Coincidencias <SELECT NAME=METHOD>
                     <OPTION VALUE=and>Todo
                     <OPTION VALUE=or
SELECTED>Cualquier parte
                     <OPTION
VALUE=boolean>Expresi�n booleana
                     </SELECT>
Formato <SELECT NAME=FORMAT>
               <OPTION VALUE=builtin-long>Largo
               <OPTION VALUE=builtin-short>Corto
               </SELECT>

this code its for spanish and works very well
> 
> Any hints appreciated.
> 
> Werner
> 
> ------------------------------------
> To unsubscribe from the htdig mailing list, send a message to
> [EMAIL PROTECTED]
> You will receive a message to confirm this.
> 


------------------------------------
To unsubscribe from the htdig mailing list, send a message to
[EMAIL PROTECTED]
You will receive a message to confirm this.

Reply via email to