mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Added keyword searching radio buttons.
This commit is contained in:
parent
030144d9f6
commit
d993695b0f
1 changed files with 6 additions and 0 deletions
|
@ -142,6 +142,12 @@ HOME = """
|
||||||
/
|
/
|
||||||
<INPUT TYPE=radio NAME=querytype VALUE=regex>
|
<INPUT TYPE=radio NAME=querytype VALUE=regex>
|
||||||
Regular expression
|
Regular expression
|
||||||
|
/
|
||||||
|
<INPUT TYPE=radio NAME=querytype VALUE=anykeywords>
|
||||||
|
Keywords (any)
|
||||||
|
/
|
||||||
|
<INPUT TYPE=radio NAME=querytype VALUE=allkeywords>
|
||||||
|
Keywords (all)
|
||||||
<BR>
|
<BR>
|
||||||
<INPUT TYPE=radio NAME=casefold VALUE=yes CHECKED>
|
<INPUT TYPE=radio NAME=casefold VALUE=yes CHECKED>
|
||||||
Fold case
|
Fold case
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue