I would like the search results text and layout to have more flexibility. This is from the cgi search template generated code:
For example, the use of
does not allow for the text layout without line breaks, and the "3 pages of results" has no separate div class.
The most flexible solution would be a template based solution with variables to select system values, which would allow for completely different texts and layout.
Regards,
Ian Tresman
Code:
<div class="results"> <div class="summary"> 28 results found. </div> 3 pages of results.
does not allow for the text layout without line breaks, and the "3 pages of results" has no separate div class.
The most flexible solution would be a template based solution with variables to select system values, which would allow for completely different texts and layout.
Regards,
Ian Tresman