changed organization of static files
removed: item.auth item.auth_path added: item.file_path, item.file_fs, item.file_type now the path to a static file is a relative path added: thumbnails (not finished yet) fixed: db didn't correctly return the number of deleted items /DelItem() method/ git-svn-id: svn://ttmath.org/publicrep/winix/trunk@696 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
[if mount_page_arg_is "subject"][if mount_page_arg_is "info"]<h1 class="withinfo">[else]<h1>[end][item_subject]</h1>[end]
|
||||
[if mount_page_arg_is "info"][include "item_info.html"][end]
|
||||
|
||||
[if-one item_auth_is_image]
|
||||
[if-one item_filetype_is_image]
|
||||
<img class="catimage" src="[item_link]/download/thumb" alt="[item_subject]">
|
||||
[item_print_content]
|
||||
[else]
|
||||
[if-no item_auth_is_none]
|
||||
[if-no item_filetype_is_none]
|
||||
{download}: <a href="[item_link]/download" title="[item_subject]">[item_subject]</a>
|
||||
[item_print_content]
|
||||
[else]
|
||||
|
Reference in New Issue
Block a user