File: search.html

package info (click to toggle)
aswiki 1.0.4-7
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 348 kB
  • ctags: 302
  • sloc: ruby: 2,189; makefile: 63; xml: 16; sh: 12
file content (17 lines) | stat: -rw-r--r-- 358 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

<div class="Search">
<span id="data">
<form method="POST">
<input type="text" name="word" value="@word">
<input type="hidden" name="p" value="SearchPage">
<input type="submit" value="search">
</form>

<ol>
<li id="result">
<a href="@url"><span id="page"></span></a>
</li>
</ol>
</span>
</div>