added: 'static' directory with *.css and images we have a default layout moved: locale from data to templates notification templates have its own locale object added: reload function reloades locale now too added: 'nice' form of item_info in templates git-svn-id: svn://ttmath.org/publicrep/winix/trunk@582 e52654a7-88a9-db11-a3e9-0013d4bc506e
30 lines
560 B
HTML
Executable File
30 lines
560 B
HTML
Executable File
[is mount_page_is "subject"]
|
|
|
|
[is mount_page_is "info"]<h1 class="withinfo">[else]<h1>[end][item_subject]</h1>[end]
|
|
|
|
[is mount_page_is "info"]
|
|
[item_info]
|
|
[end]
|
|
|
|
[if-one item_static_auth_is_image]
|
|
<img src="[item_link_static_auth]" alt="[item_subject]">
|
|
[item_print_content]
|
|
[else]
|
|
[if-one item_static_auth_is_other]
|
|
{download}: <a href="[item_link_static_auth]" title="[item_subject]">[item_subject]</a>
|
|
[item_print_content]
|
|
[else]
|
|
[if-one item_static_auth_is_none]
|
|
[item_print_content]
|
|
[end]
|
|
[end]
|
|
[end]
|
|
|
|
|
|
|
|
|
|
[include "item_options.html"]
|
|
|
|
|
|
|