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
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html40/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>%TITLE% - All documents</title>
</head>
<body text="#000000" bgcolor="#FFFFFF" link="#0000CC" alink="#FF0000" vlink="#0000FF">
<h1><img src="/dwww/debian.png" alt="[Debian Logo]" border="0" width="204" height="51" hspace="10" align="bottom"> <b>%TITLE%</b></h1>
<small><a href="/dwww/">dwww Home</a> | <a href="/dwww/menu/">Each section in separate page</a></small>
<br>
<hr>
<form method="get" action="/cgi-bin/dwww">
<input name="search" size="30">
<input type="submit" name="programsubmit" value="Search">
<br>
<label accesskey="m"><input type="radio" name="searchtype" checked value="m">menu</label>
<label accesskey="p"><input type="radio" name="searchtype" value="p">programs</label>
<label accesskey="d"><input type="radio" name="searchtype" value="d">registered docs</label>
</form>
<br>
<table border="0" cellpadding="5" cellspacing="5" width="98%" align="center">
<tr>
<td bgcolor="#bbccee" valign="top" width="15%">
%SECTIONLIST%
</td>
<td valign="top">
<br>
<!-- vim:set ft=html: -->
|