aboutsummaryrefslogtreecommitdiff
path: root/it_IT.ISO8859-15/htdocs/ports/ports.ent
blob: a564c7121738aff8b15f8f29b459da5fa3e640bb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!-- $FreeBSD$ -->

<!ENTITY searchform '<form xmlns="http://www.w3.org/1999/xhtml" method="get" action="http://www.FreeBSD.org/cgi/ports.cgi">
Cerca fra i port per:
<input name="query" value=""/>
<select name="stype">
<option value="all">Tutto</option>
<option value="name">Nome del Package</option>
<option value="text">Descrizione</option>
<option value="pkgdescr">Descrizione lunga</option>
<option value="maintainer">Maintainer</option>
<option value="requires">Requisiti</option>
</select>
<input type="submit" value="Invia"/>
</form>'>