moving html templates to cmslu

git-svn-id: svn://ttmath.org/publicrep/cmslu/trunk@558 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
2010-01-26 19:02:21 +00:00
parent 848ddcebd7
commit 1493a6180a
29 changed files with 867 additions and 0 deletions

30
html/fun_cat.html Executable file
View File

@@ -0,0 +1,30 @@
<div>
[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]
<09>ci<63>gnij plik: <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]
</div>
[include "item_options.html"]