aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/v0/sysenv.rb
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2007-07-10 15:35:44 +0100
committerRalph Amissah <ralph@amissah.com>2007-07-10 15:35:44 +0100
commit22fab950e51ba9fc551bea840925b3020ec381bc (patch)
tree2e7978ff32ec31bc740b8f33b3c4aa24743493e1 /lib/sisu/v0/sysenv.rb
parentimproved url matching, and texpdf tolerance and indentation levels set (diff)
cgi search form worked on and presentation, (an info button added and used)
* cgi, generated sample search form, rearranged presentation * editor syntax highlighting, kate, kwrite visited
Diffstat (limited to 'lib/sisu/v0/sysenv.rb')
-rw-r--r--lib/sisu/v0/sysenv.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/sisu/v0/sysenv.rb b/lib/sisu/v0/sysenv.rb
index c2d694f2..ddd84aaa 100644
--- a/lib/sisu/v0/sysenv.rb
+++ b/lib/sisu/v0/sysenv.rb
@@ -881,7 +881,6 @@ module SiSU_Env
<input type="text" name="s1" size="24" maxlength="255" />
<br />
<input type="hidden" name="db" value="#{db}" />
-<input type="hidden" name="a" value="1" />
<input type="hidden" name="ltd" value="1000" />
<input type="hidden" name="off" value="0" />
<input type="radio" name="view" value="index" checked="checked" /> idx
@@ -917,7 +916,6 @@ module SiSU_Env
<input type="text" name="s1" size="24" maxlength="255" />
<br />
<input type="hidden" name="db" value="#{db}" />
-<input type="hidden" name="a" value="1" />
<input type="hidden" name="ltd" value="1000" />
<input type="hidden" name="off" value="0" />
<input type="radio" name="view" value="index" checked="checked" /> idx
@@ -995,7 +993,6 @@ module SiSU_Env
<input type="text" name="s1" size="24" maxlength="255" />
<br />
<input type="hidden" name="db" value="#{db}" />
-<input type="hidden" name="a" value="1" />
<input type="hidden" name="fns" value="#@fnb" />
<input type="radio" name="view" value="index" /> idx
<input type="radio" name="view" value="text" checked="checked" /> txt
@@ -1011,7 +1008,6 @@ module SiSU_Env
<input type="text" name="s1" size="24" maxlength="255" />
<br />
<input type="hidden" name="db" value="#{db}" />
-<input type="hidden" name="a" value="1" />
<input type="radio" name="view" value="index" checked="checked" /> idx
<input type="radio" name="view" value="text" /> txt
<input type="submit" />