File: bottom.html.in

package info (click to toggle)
xawtv 3.107-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,204 kB
  • sloc: ansic: 46,254; perl: 749; sh: 422; cpp: 184; makefile: 126; xml: 74
file content (20 lines) | stat: -rw-r--r-- 588 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<a href="/100/00.html">100</a> &nbsp;
<a href="/200/00.html">200</a> &nbsp;
<a href="/300/00.html">300</a> &nbsp;
<a href="/400/00.html">400</a> &nbsp;
<a href="/500/00.html">500</a> &nbsp;
<a href="/600/00.html">600</a> &nbsp;
<a href="/700/00.html">700</a> &nbsp;
<a href="/800/00.html">800</a> &nbsp;
<a href="/about.html">about</a>
</div>
<form name="goto" action="/goto/">
Jump to page
<input type="text"  name="p" size="4" maxlength="3">
<input type="submit" value="ok">
</form>
<script language="JavaScript">
document.forms["goto"].elements["p"].focus();
</script>
</body>
</html>