HTMLiar - the slightly different html editor

support functionality variables general

programsupportcontact
circle functionality
circle pages
circle layout
circle project settings
circle menu
circle languages
circle slideshows
circle attribute editor
circle ftp
circle variables
circle general
circle languages
circle slideshow
circle user defined
circle color picker
circle tips


navi deutsche seiten
§content§
applicable to: layout
The most important variable. §content§ always has to be there.
At this place the content of every single page (of type lie) will be inserted.

§caption§
applicable to: layout, pages, menu
Will be replaced by the "caption" from the page properties. Usually used in menu items.

§full_caption§
applicable to: layout, pages, menu
Just like §caption§, but includes the superior menu items. For this page it would be 'support functionality variables general'.

§menu§
applicable to: layout, pages
Marks the place where the menu should be inserted.

§submenu§
applicable to: layout, pages
If you define it in the project settings, all top level menu items are created in §menu§ and all other menu items are created in §submenu§. So you can create a main menu e.g. on the top of the page and for each main menu item a submenu on the left.

§file§
applicable to: layout, pages, menu
Filename of the current page. Usually used in menu.

§subdir§
applicable to: layout, pages, menu
The subdirectory in which a page is.

§indent§
applicable to: layout, pages, menu
Number of pixels the current menu item is indented. Can be used to realize an individualized menu layout.

§type§
applicable to: layout, pages, menu
The type of the current page. Can have these values:
lie, htm, sub, lnk, tpl, txt, sli
You can create different icons per page type in the menu (<img src="menu§type§.jpg">...).

§sub§
applicable to: menu
Will be replaced with an lowercase 'x', if the current page has sub menu items. Otherwise it will be deleted. Can be used to show a different icon for menu items with sub items. (menu.gif).

§expanded§
applicable to: menu
Will be replaced with an lowercase 'x', if the current page has sub menu items and one of these sub menu items is selected. Otherwise it will be deleted. Can be used to show a different icon for a menu item that is expanded. (menu§expanded§.gif).

§title§
applicable to: layout, pages, menu
Will be replaced by the title that can be set under languages.

§date§, §time§
applicable to: layout, pages, menu
Date and time of last export.

§page_date§, §page_time§
applicable to: layout, pages, menu
Date and time of of last change to current page.

§version§
applicable to: layout, pages, menu
Number of previous exports.

§next_file§, §prev_file§, §next_caption§, §prev_caption§
applicable to: layout, pages
The filename and caption of the next and the previous page. You can create slideshows easily with these.
Example: <a href="§next_file§">§next_caption§</a>