|
|
|
Advanced Features
By using templates, you can easily design your
search page. If needed, you can create new templates. The search
page and the search result page can be edited or created by using
HTML. The four areas have the following structure, A<B<C<D;
larger areas including the smaller. D is outputted repetitively
along with the number of items.
PlaceHolder : Placeholder assigns attributes of texts messages in above 4 areas. Placeholder begins with [ds$ and ends with ]. After [ds$, the name of placeholder is placed. (i.e.- [ds$Message] and [ds$ItemDate]). The attributes such as color and fonts have to be created using HTML. For example, if you want to have size 2 and red font for search result items, you have to write <font size=¡°2¡± color-¡°red¡±>[ds$ItemDate]</font> at the place where your date to be displayed. Note that you have to write a placeholder on single line. You can also use the same placeholder repetitively in a template HTML. Right next to the placeholder, there are commands that control
placeholder, called Format Specifier. You have to write after a
space next to the placeholder. If you use the same Format Specifier
more than once, the latter command will be applied. FormatSpecifier : Right next to the placeholder, there are option commands that control placeholders¡¯ output form, etc., called Format Specifier. You have to write after a space next to the placeholder. If you use the same Format Specifier more than once, the latter command will be applied.
|
|||||||||||||||