282a032540
- Repocopy from www/<lang> to head/<lang>/htdocs to eliminate duplicate information in the www and the doc directory. - Add various administration files to svnadmin. Approved by: doceng (implicit)
24 lines
648 B
Text
24 lines
648 B
Text
<!-- $FreeBSD$ -->
|
|
|
|
<!ENTITY searchform '<form 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>'>
|
|
|
|
<!--
|
|
Local Variables:
|
|
mode: sgml
|
|
sgml-indent-data: t
|
|
sgml-omittag: nil
|
|
sgml-always-quote-attributes: t
|
|
End:
|
|
-->
|