From 0d9539d577886549b51d2bf70167db05f3f2514c Mon Sep 17 00:00:00 2001 From: joey Date: Wed, 29 Mar 2006 22:21:23 +0000 Subject: added --hyperestraier switch, which turns on search support (ok, the way I run estseek.cgi is admittedly pretty nasty, but it works..) --- templates/estseek.conf | 21 +++++++++++++++++++++ templates/misc.tmpl | 6 ++++++ templates/page.tmpl | 8 ++++++++ 3 files changed, 35 insertions(+) create mode 100644 templates/estseek.conf (limited to 'templates') diff --git a/templates/estseek.conf b/templates/estseek.conf new file mode 100644 index 000000000..91e144d78 --- /dev/null +++ b/templates/estseek.conf @@ -0,0 +1,21 @@ +indexname: +tmplfile: +topfile: /dev/null +logfile: +replace: ^file://{{!}} +showreal: false +perpage: 10,20,30,40,50,100 +attrselect: false +showscore: false +extattr: date|Date +snipwwidth: 480 +sniphwidth: 96 +snipawidth: 96 +condgstep: 2 +dotfidf: true +scancheck: false +smplphrase: true +candetail: true +smlrvnum: 0 +clipview: 2 +spcache: diff --git a/templates/misc.tmpl b/templates/misc.tmpl index 98d60d703..442db8c21 100644 --- a/templates/misc.tmpl +++ b/templates/misc.tmpl @@ -8,13 +8,19 @@ + +
+
+ diff --git a/templates/page.tmpl b/templates/page.tmpl index 8b018ddfb..fb7383acb 100644 --- a/templates/page.tmpl +++ b/templates/page.tmpl @@ -15,6 +15,13 @@ + +
+ + + + +
@@ -36,6 +43,7 @@

  • +
    -- cgit v1.2.3