diff options
author | Ralph Amissah <ralph@amissah.com> | 2007-07-10 15:35:44 +0100 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2007-07-10 15:35:44 +0100 |
commit | 22fab950e51ba9fc551bea840925b3020ec381bc (patch) | |
tree | 2e7978ff32ec31bc740b8f33b3c4aa24743493e1 /lib/sisu/v0/defaults.rb | |
parent | improved 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/defaults.rb')
-rw-r--r-- | lib/sisu/v0/defaults.rb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/sisu/v0/defaults.rb b/lib/sisu/v0/defaults.rb index 66333528..694b2e83 100644 --- a/lib/sisu/v0/defaults.rb +++ b/lib/sisu/v0/defaults.rb @@ -377,7 +377,7 @@ module SiSU_Viz 'sisu.png' end def icon_manifest - 'bullet_red.png' + 'b_info.png' end def icon_doc 'b_doc.png' @@ -911,7 +911,7 @@ module SiSU_Viz end def nav_txt_manifest %{ <font face="#{font_fonts}" size="2"> - #{png_manifest} ? + #{png_manifest} </font> } end def nav_txt_concordance @@ -1528,7 +1528,6 @@ outputs include: plaintext, html, XHTML, XML, ODF (OpenDocument), LaTeX, PDF, SQ <br /> <input type="submit" name="ignore" value="search" /> <input type="hidden" name="db" value="SiSU_sisu" /> -<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 </form> |