[go: up one dir, main page]

File: dwww.template

package info (click to toggle)
dwww 1.10.3
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 676 kB
  • ctags: 261
  • sloc: perl: 2,774; ansic: 1,507; makefile: 153; sh: 130
file content (62 lines) | stat: -rw-r--r-- 1,931 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<!DOCTYPE html 
     PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html><head>
	<title>%TITLE%</title>
	<style type="text/css">	<!--
		body { color: #000000; background-color: #FFFFFF; }
		a:link { color: #0000CC; }
		a:active { color: #FF0000; } 
		a:visited { color: #0000FF; }
		img#logo { align:bottom; border:0px; height:51px; width:204px; padding:0px 10px; }
	//--> </style></head>
<body> 

<h1>
	<img src="/dwww/debian.png" alt="[Debian Logo]" id="logo" /> 
	<b>%TITLE%</b>
</h1>

<p style="font-size: small;">
<a href="menu/">Debian Documentation Menu</a>
| <a href="man/">Manual pages</a>
| <a href="/cgi-bin/info2www">GNU Info documents</a>
| <a href="/cgi-bin/dwww/usr/share/doc/?type=dir">/usr/share/doc folders</a>
</p>

<hr />


<form method="get" action="/cgi-bin/dwww" id="docsearch">
<p>
<b>Find documentation:</b><br />
<input name="search" id="searchfield" size="50" tabindex="0" />
<input name="programsubmit" value="Search" type="submit" />
</p>

<p>
<b>You can search:</b><br />
<label accesskey="p"><input name="searchtype" checked="checked" value="p" type="radio"/>for a program or package,</label><br/>
<label accesskey="m"><input name="searchtype" value="m" type="radio"/>in the Debian Documentation Menu,</label><br/>
<label accesskey="d"><input name="searchtype" value="d" type="radio"/>or in registered documentation index.</label>

<script type="text/javascript"><!--
	document.getElementById('searchfield').focus();
//--></script>

</p></form>

<hr/>

<p style="font-size: small;">
<i>Generated by <a href="/dwww/"><b>dwww</b></a> version %VERSION% on %DATE%. <br/>
Please read the <a href="/cgi-bin/dwww?search=dwww"><em>on-line documentation</em></a>
for more details on <b>dwww</b>.<br/>
Send comments, wishes and bug reports using the
<a href="%BTSDOCURL%">Debian Bugtracking System</a>.
</i>
</p>

<!-- vim:set ft=html: -->
</body>
</html>