mirror of
https://github.com/SickGear/SickGear.git
synced 2024-12-12 14:13:38 +00:00
41 lines
572 B
Text
41 lines
572 B
Text
|
#data
|
||
|
<isindex>
|
||
|
#errors
|
||
|
#document
|
||
|
| <html>
|
||
|
| <head>
|
||
|
| <body>
|
||
|
| <form>
|
||
|
| <hr>
|
||
|
| <label>
|
||
|
| "This is a searchable index. Enter search keywords: "
|
||
|
| <input>
|
||
|
| name="isindex"
|
||
|
| <hr>
|
||
|
|
||
|
#data
|
||
|
<isindex name="A" action="B" prompt="C" foo="D">
|
||
|
#errors
|
||
|
#document
|
||
|
| <html>
|
||
|
| <head>
|
||
|
| <body>
|
||
|
| <form>
|
||
|
| action="B"
|
||
|
| <hr>
|
||
|
| <label>
|
||
|
| "C"
|
||
|
| <input>
|
||
|
| foo="D"
|
||
|
| name="isindex"
|
||
|
| <hr>
|
||
|
|
||
|
#data
|
||
|
<form><isindex>
|
||
|
#errors
|
||
|
#document
|
||
|
| <html>
|
||
|
| <head>
|
||
|
| <body>
|
||
|
| <form>
|