diff options
author | Rodrigo Arias Mallo <rodarima@gmail.com> | 2024-01-01 23:40:52 +0100 |
---|---|---|
committer | Rodrigo Arias Mallo <rodarima@gmail.com> | 2024-01-01 23:40:52 +0100 |
commit | 5ea943a5e789222472e45864e119cf786498bfcd (patch) | |
tree | ea307589de0fdb202474ad4d07c0bef7fe1c53e8 /old/search |
Import original dillo.org website into old/
Diffstat (limited to 'old/search')
-rw-r--r-- | old/search/index.html | 135 |
1 files changed, 135 insertions, 0 deletions
diff --git a/old/search/index.html b/old/search/index.html new file mode 100644 index 0000000..682ff4d --- /dev/null +++ b/old/search/index.html @@ -0,0 +1,135 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> +<html> + +<head> + <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> + <title> Dillo Web Browser :: + + Search Page + +</title> +</head> + +<body text="#f0fff0" link="#c0c0e0" vlink="#403090" bgcolor="#607cf8"> + + +<table width="100%" cellspacing="0" cellpadding="0"><tr> +<td><img src="../db1.png" alt="The Dillo Web Browser"> +<td width="100%"> + <img src="../db2.png" alt="The Dillo Web Browser" height="124" width="100%"> +</table> + +<br> +<table border="0" cellpadding="20" cellspacing="5" width="100%"> + <tr valign="top"> + <td> + <table width="100%" bgcolor="#7070E0"> + <tr><td>Dillo<br> + </table> +<!-- + <a href="/9years.html">9 years!</a> + <p> +--> + <a href="../index.html">Home</a><br> + <a href="../screenshots/index.html">Screenshots</a><br> + <a href="../download.html">Download</a><br> + <a href="../FAQ.html" title="Frequently asked questions">FAQ</a><br> + <a href="../Compatibility.html">Compatibility</a><br> + <a href="http://hg.dillo.org/dillo/file/tip/ChangeLog"> + Changelog</a><br> + <a href="../Plans.html">Current Plans</a><br> + <a href="../MList.html">Mailing List</a><br> + <a href="../conferences.html">Conferences</a><br> + <a href="../donations.html">Donate</a><br> + <br> + <table width="100%" border="0" bgcolor="#7070E0"> + <tr><td>Users<br> + </table> + <a href="../dillo3-help.html">Help</a><br> + <a href="../Icons/index.html">Icons</a><br> + <a href="../help/bug_meter.html">Bug meter</a><br> + <br> + <table width="100%" border="0" bgcolor="#7070E0"> + <tr><td>Bug Tracker<br> + </table> + <a href="../bugtrack/Dbugtrack.html">Bug Track Intro</a><br> + <a href="../bugtrack/Dquery.html">View Entries</a><br> + <a href="../bugtrack/Dinsert.html">Bug Insertion</a><br> + <a href="../bugtrack/Dvolunteer.html">Volunteering</a><br> + <br> + <table width="100%" border="0" bgcolor="#7070E0"> + <tr><td>Developers<br> + </table> + <a href="../developer.html">New Developer</a><br> + <a href="../documentation.html">Documentation</a> *<br> + <a href="../NC_design.html">Naming&Coding</a><br> + <a href="../source.html">Source repository</a><br> + <a href="../dpi1.html">Dpi1 Spec</a><br> + <a href="../CSS.html">CSS Spec</a><br> + <a href="../D_authors.html">Authors</a><br> + <a href="../authors/jcid-email.html">Security contact</a><br> + <br> + <table width="100%" border="0" bgcolor="#7070E0"> + <tr><td>Related<br> + </table> + <a href="../press.html">Dillo in the Press!</a><br> + <a href="../interview.html">Interview</a><br> + <a href="../interview.es.html">Entrevista</a> + <img src="../chile.png" alt="*"><br> + <a href="../Links.html">Links</a><br> + <a href="../logos/logos.html">Art</a><br> + <br> + <table width="100%" border="0" bgcolor="#7070E0"> + <tr><td>Hosted at:<br> + </table> + <a href="http://www.wearable-computing.de/"> + <img src="https://www.dillo.org/wearlab.png" alt="[wearLab] @TZI" width="87" height="33"></a> + <p> + <a href="https://www.dillo.org/stats/">Site Statistics</a><br> + <a href="../authors/webmaster-email.html">Webmaster</a> + <p> + <a href="http://www.anybrowser.org/campaign/"> + <img src="../abblue.gif" width="80" height="15" + alt="anybrowser"></a> + + <td valign="top" align="left" width="100%"> + + +<h1>Search the mailing list</h1> +<form method="GET" action="https://www.dillo.org/cgi-bin/bugtrack/namazu.cgi"> +<table> +<tr> +<td>Search for:</td><td><input type="text" name="query" size="40"></td> +</tr> +<tr> +<td align="right">Sort:</td> +<td> +<select name="sort"> +<option selected value="score">by score +<option value="date:late">by date in late order +<option value="date:early">by date in early order +<option value="field:from:ascending">by author in ascending order +<option value="field:from:descending">by author in descending order +</select> +</td> +</tr> +<tr> +<td colspan=2><input type="submit" value="Search!"></td> +</tr> +</table> +</form> + +<!--SPLIT_HERE--> + +<hr> +<small>This search is powered by <a href="http://www.namazu.org/">Namazu</a></small> + + </td> + + </tr> +</table> + + +</body> +</html> + |