Initial commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
styles.content.searchform {
|
||||
# cat=content/cSearch; type=; label= Message, Searchform: This is the message (if any) that is popped-up when a user performs a search
|
||||
goodMess =
|
||||
}
|
||||
|
||||
styles.content.searchresult {
|
||||
resultTarget = {$PAGE_TARGET}
|
||||
target = {$PAGE_TARGET}
|
||||
}
|
||||
@@ -0,0 +1,108 @@
|
||||
# ******************
|
||||
# CType: search
|
||||
# ******************
|
||||
tt_content.search = COA
|
||||
tt_content.search.10 = < lib.stdheader
|
||||
# Result:
|
||||
tt_content.search.20 = SEARCHRESULT
|
||||
tt_content.search.20 {
|
||||
allowedCols = pages.title-subtitle-keywords-description : tt_content.header-bodytext-imagecaption : tt_address.name-title-address-email-company-city-country : tt_links.title-note-note2-url : tt_board.subject-message-author-email : tt_calender.title-note : tt_products.title-note-itemnumber
|
||||
languageField.tt_content = sys_language_uid
|
||||
renderObj = COA
|
||||
renderObj {
|
||||
|
||||
10 = TEXT
|
||||
10.field = pages_title
|
||||
10.htmlSpecialChars = 1
|
||||
10.typolink {
|
||||
parameter.field = uid
|
||||
target < lib.parseTarget
|
||||
target =
|
||||
target.override = {$styles.content.searchresult.resultTarget}
|
||||
additionalParams.data = register:SWORD_PARAMS
|
||||
additionalParams.required = 1
|
||||
additionalParams.wrap = &no_cache=1
|
||||
}
|
||||
10.htmlSpecialChars = 1
|
||||
10.wrap = <h3 class="csc-searchResultHeader">|</h3>
|
||||
|
||||
20 = COA
|
||||
20 {
|
||||
10 = TEXT
|
||||
10.field = tt_content_bodytext
|
||||
10.stripHtml = 1
|
||||
10.htmlSpecialChars = 1
|
||||
}
|
||||
20.stdWrap.crop = 200 | ...
|
||||
20.stdWrap.wrap = <p class="csc-searchResult">|</p>
|
||||
}
|
||||
|
||||
layout = COA
|
||||
layout {
|
||||
wrap = <table border="0" cellspacing="0" cellpadding="2" class="csc-searchResultInfo"><tr> | </tr></table> ###RESULT###
|
||||
|
||||
10 = TEXT
|
||||
10.data = LLL:EXT:compatibility6/Resources/Private/Language/locallang.xlf:search.resultRange
|
||||
10.wrap = <td class="csc-searchResultRange"><p>|</p></td>
|
||||
|
||||
20 = TEXT
|
||||
20.value = ###PREV### ###NEXT###
|
||||
20.wrap = <td class="csc-searchResultPrevNext"><p>|</p></td>
|
||||
}
|
||||
|
||||
noResultObj = COA
|
||||
noResultObj {
|
||||
10 = TEXT
|
||||
10.data = LLL:EXT:compatibility6/Resources/Private/Language/locallang.xlf:search.emptySearch
|
||||
10.wrap = <h3 class="csc-noSearchResultMsg">|</h3>
|
||||
}
|
||||
|
||||
next = TEXT
|
||||
next.data = LLL:EXT:compatibility6/Resources/Private/Language/locallang.xlf:search.searchResultNext
|
||||
|
||||
prev = TEXT
|
||||
prev.data = LLL:EXT:compatibility6/Resources/Private/Language/locallang.xlf:search.searchResultPrev
|
||||
|
||||
target < lib.parseTarget
|
||||
target =
|
||||
target.override = {$styles.content.searchresult.target}
|
||||
|
||||
range = 20
|
||||
|
||||
stdWrap.prefixComment = 2 | Search result:
|
||||
}
|
||||
|
||||
tt_content.search.30 < tt_content.mailform.20
|
||||
tt_content.search.30 {
|
||||
goodMess = {$styles.content.searchform.goodMess}
|
||||
redirect >
|
||||
recipient >
|
||||
data >
|
||||
dataArray {
|
||||
10.label.data = LLL:EXT:compatibility6/Resources/Private/Language/locallang.xlf:search.searchWord
|
||||
10.type = sword=input
|
||||
20.label.data = LLL:EXT:compatibility6/Resources/Private/Language/locallang.xlf:search.searchIn
|
||||
20.type = scols=select
|
||||
20.valueArray {
|
||||
10.label.data = LLL:EXT:compatibility6/Resources/Private/Language/locallang.xlf:search.headersKeywords
|
||||
10.value = pages.title-subtitle-keywords-description:tt_content.header
|
||||
20.label.data = LLL:EXT:compatibility6/Resources/Private/Language/locallang.xlf:search.pageContent
|
||||
20.value = tt_content.header-bodytext-imagecaption
|
||||
}
|
||||
30.type = stype=hidden
|
||||
30.value = L0
|
||||
40.type = submit=submit
|
||||
40.value.data = LLL:EXT:compatibility6/Resources/Private/Language/locallang.xlf:search.searchButton
|
||||
}
|
||||
type.field = pages
|
||||
type.listNum = 0
|
||||
locationData = HTTP_POST_VARS
|
||||
no_cache = 1
|
||||
|
||||
stdWrap.wrap = <table border="0" cellspacing="1" cellpadding="1" class="csc-searchform"> | </table>
|
||||
stdWrap {
|
||||
editIcons.iconTitle.data = LLL:EXT:compatibility6/Resources/Private/Language/locallang.xlf:eIcon.search
|
||||
|
||||
prefixComment = 2 | Search form inserted:
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user