mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
31 lines
1.3 KiB
Plaintext
31 lines
1.3 KiB
Plaintext
--- cgi-bin/webglimpse-fullsearch.orig Mon Nov 2 08:52:04 1998
|
|
+++ cgi-bin/webglimpse-fullsearch Mon Nov 2 08:53:25 1998
|
|
@@ -159,19 +159,19 @@
|
|
print "<INPUT TYPE=submit VALUE=Submit>\n";
|
|
print "<br>\n";
|
|
print "<center>\n";
|
|
-print "<INPUT NAME=case TYPE=checkbox>Case sensitive\n";
|
|
-print "<!-- SPACES -->   \n";
|
|
-# print "<!-- SPACES -->       \n";
|
|
-print "<INPUT NAME=whole TYPE=checkbox>Partial match\n";
|
|
-print "<!-- SPACES -->   \n";
|
|
-print "<INPUT NAME=lines TYPE=checkbox>Jump to line\n";
|
|
-print "<!-- SPACES -->   \n";
|
|
+print "<INPUT NAME=case TYPE=checkbox>Case sensitive\n";
|
|
+print "<!-- SPACES --> \n";
|
|
+# print "<!-- SPACES --> \n";
|
|
+print "<INPUT NAME=whole TYPE=checkbox>Partial match\n";
|
|
+print "<!-- SPACES --> \n";
|
|
+print "<INPUT NAME=lines TYPE=checkbox>Jump to line\n";
|
|
+print "<!-- SPACES --> \n";
|
|
print "<SELECT NAME=errors align=right>\n";
|
|
print "<OPTION>0\n";
|
|
print "<OPTION>1\n";
|
|
print "<OPTION>2\n";
|
|
print "</SELECT>\n";
|
|
-print "misspellings allowed\n";
|
|
+print "misspellings allowed\n";
|
|
print "<br>\n";
|
|
print "</center>\n";
|
|
print "Return only files modified within the last <INPUT NAME=age size=5>\n";
|