SiteLite 3.0
|
|
Elements
All elements may have short or complete form. All elements may have
an optional attribute:
APPEND If this attribute has the value OFF,
the present content is replaced with the new content.
If this attribute has the value ON, the new content is added to the
content already present and if the new content is empty the preset content
is removed. OFF is default.
Optional attributes are shown as ATT.
Default attribute values are shown as
VALUE.
Click on the bullet to see a full explanation of the element and its intended use.
Block-related elements

<SL_BLOCK
TARGET="tagname"
WRAPPER="file"> content </SL_BLOCK>

<SL_BLOCK
WRAPPER="file"
SHOWTAGS=" OFF"/>

<SL_IMPORT
FILENAME="file"
ELEMENT="tag"
WRAPPER="file"
SHOWTAGS=" OFF"/>

<SL_PATCH FILENAME="file"
SHOWTAGS=" OFF/>
Elements which takes values from scriptlines

<SL_SITENAME/>

<SL_SITEEDITOR/>

<SL_SITEURL/>

<SL_PAGETIP/>
Elements which takes values from pagelines in script

<SL_PAGENAME UNBREAK=" OFF"/>

<SL_PAGEAUTHOR/>

<SL_PAGEMESSAGE/>
Elements which relates pages

<SL_POPUP FILENAME="filename" NAME="name"
STYLE="style"
REF=" ON"
/>

<SL_XREF PAGE="pageid" TARGET="name"/>

<SL_NEXT FULL=" OFF"/>

<SL_PREV FULL=" OFF"/>

<SL_HOME FULL=" OFF"/>

<SL_PARENT FULL=" OFF"/>

<SL_FRIENDS COLS=" 1"/>

<SL_PAGEURL/>
Elements which takes tables of content
All elements in this group takes an optional attribute:
TARGET="name". This attribute
has effect on framebased solutions only.

<SL_CONLIST
BULLET=" OFF"
HILITEBULLET=" OFF"/>

<SL_FULLTOC
COLS=" 3"
MIN_LEVEL=" 1"
MAX_LEVEL=" 1000"/>

<SL_SINGLETOC
COLS=" 3"
MEMBERS=" SIBLINGS"/>

<SL_LOCALTOC
SHOW=" ON"
LEVEL=" 2"
WIDTH=" 60"/>

<SL_FULLPAGETOC/>

<SL_FINALPAGETOC/>

<SL_TRAIL
REMOVESINGEL=" OFF"/>
Elements related to collections

<SL_INDEX
COLS=" 4"
REFERENCE=" ON"
SORT=" ON"
INDEXNAME=" index1"/>

<SL_INX
WORD="word"
INDEXNAME=" index1"/>

<SL_COLLECTION
COLLNAME="name"
LINESEPARATOR=" <br/>"
REFERENCE=" OFF"/>
Pretty print

<SL_PRINTABLE> content </SL_PRINTABLE/>

<SL_PRINTLIST
PAGES=" ALL"
PAGETOC=" OFF"
TEXTONLY=" OFF"/>
Other elements

<SL_STAMP />

<SL_DATE
LANGUAGE=" ENGLISH"/>

<SL_PAGENO/>

<SL_PAGECOUNT/>

<SL_TOTOP/>

<SL_KEYWORDS/>
|