[TYPO3-dev] indexed search: where is the css template?
Kai Laborenz
typo3 at laborenz.de
Mon Mar 20 23:05:24 CET 2006
Hi Robert,
unfortunately I am very short of time at the moment, but I one thing:
Robert Markula schrieb:
> [1] http://wiki.typo3.org/index.php/Indexed_search
You could all these
###TEXT_ITEM_SIZE### ###SIZE### - ###TEXT_ITEM_CRDATE### ###CREATED### -
###TEXT_ITEM_MTIME### ###MODIFIED###<br />
###TEXT_ITEM_PATH### <span class="tx-indexedsearch-path
path">###PATH###</span>
into an nice definition list like
<dl class="tx-indexedsearch-info">
<dt class="tx-indexedsearch-size">###TEXT_ITEM_SIZE###</dt> <dd
class="tx-indexedsearch-size">###SIZE###</dd>
<dt class="tx-indexedsearch-crdate">###TEXT_ITEM_CRDATE###</dt> <dd
class="tx-indexedsearch-crdate">###CREATED###</dd>
<dt class="tx-indexedsearch-modified">###TEXT_ITEM_MTIME###</dt> <dd
class="tx-indexedsearch-modified">###MODIFIED###</dd>
<dt class="tx-indexedsearch-path">###TEXT_ITEM_PATH###</dt> <dd
class="tx-indexedsearch-path">###PATH###</span></dd>
</dl>
a little bit of class overkill for my taste but this is the good old
TYPO3 way ;-)
Greetings, Kai
More information about the TYPO3-dev
mailing list