Solaris | Hyper Estraierの画面表示を変更する(全文検索システム)
- 2008.03.31
- Solaris
Hyper Estraierをオリジナルの検索画面にする。検索フォームを日本語化したり、レイアウトを変更する。
目次
■タイトル表示を変更する
estseek.conf
deftitle: 検索画面のタイトル
■オプションを分かりやすく、ポップアップメニューで提供する画面にする
estseek.conf
attrselect: true
attrselect属性をtrueに変更する。
■検索文字入力フォームタイプを変更する
estseek.conf
formtype: normal
normal 普通
web Webサイト用
file ファイルサーバ用
mail メールボックス検索用
■画面中央のメッセージを変更する
estseek.top
<div class="logo"> <h1 class="title">ハイパーエストレイヤーによる検索</h1> <div class="caption">好きな単語で検索できます。<br> 試してみてください。</div> </div>
■日本語化した入力フォームに変更する
検索文字入力のフィールドの長さやオプション表示など、見栄えを変更する。
estseek.tmpl内の <!–ESTFORM–> 部分をオリジナルの検索フォームで置換える。
<!–ESTFORM–>を削除して、置き換えた例
<div id="estform" class="estform"> <form action="estseek.cgi" method="get" id="form_self"> <div class="form_basic"> <input type="text" name="phrase" value="" size="40" id="phrase" class="text" tabindex="1" accesskey="0" /> <input type="submit" value="検索" id="search" class="submit" tabindex="2" accesskey="1" /> </div> </form> </div>
-
前の記事
Apple Pagesの設定 2008.03.04
-
次の記事
Solaris | Apacheのログローテーションを毎晩0時に実行する 2008.04.08