01.14
php
snippet
Note
snippet did not leave a note
snippet did not leave a note
- #----------------------------------
- # INDEXED SEARCH (tx_indexedsearch)
- #----------------------------------
- plugin.tx_indexedsearch {
- # templateFile = fileadmin/templates/main/indexed_search_div.tmpl
- show {
- rules = 0
- advancedSearchLink = 0
- }
- blind {
- type = 1
- defOp = 1
- sections = 0
- freeIndexUid = 1
- media = 1
- order = 1
- group = 1
- lang = 1
- desc = 1
- results = 1
- }
- _CSS_DEFAULT_STYLE >
- }
- #---------
- # TOP MENU
- #---------
- lib.menu.top = COA
- lib.menu.top.10 = COA
- lib.menu.top.10 {
- wrap = <a name="top"></a><div class="search">|</div>
- 10 = TEXT
- 10.typolink.returnLast = url
- 10.typolink.parameter = {$site.search.pid}
- 10.wrap = <form id="search_form" name="search_form" action="|" method="post">
- 20 = TEXT
- 20.value (
- <input type="hidden" name="tx_indexedsearch[_sections]" value="0" />
- <input type="hidden" name="tx_indexedsearch[_freeIndexUid]" value="_" />
- <input type="hidden" name="tx_indexedsearch[pointer]" value="0" />
- <input type="hidden" name="tx_indexedsearch[ext]" value="0" />
- <input type="hidden" name="tx_indexedsearch[type]" value="1" />
- <input type="hidden" name="tx_indexedsearch[defOp]" value="1" />
- <input type="hidden" name="tx_indexedsearch[media]" value="-1" />
- <input type="hidden" name="tx_indexedsearch[order]" value="rank_flag" />
- <input type="hidden" name="tx_indexedsearch[group]" value="flat" />
- <input type="hidden" name="tx_indexedsearch[lang]" value="-1" />
- <input type="hidden" name="tx_indexedsearch[desc]" value="0" />
- <input type="hidden" name="tx_indexedsearch[results]" value="10" />
- <input id="search" type="text" class="text" name="tx_indexedsearch[sword]" accesskey="s" value=""
- />
- )
- 30 = TEXT
- 30.value = <input type="submit" class="bttn" value=" " /></form>
- }
Parsed in 0.125 seconds, using GeSHi 1.0.7.14