added: to templates: an interface for getting information from Space
miscspace.h, miscspace.cpp
changed: plugin ticket
now as a config we use a PT::Space struct
(not finished yet, only 'integer', 'select' and 'progress' are done)
git-svn-id: svn://ttmath.org/publicrep/winix/trunk@794 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
@@ -11,19 +11,19 @@
|
||||
<th>[filter fil_firstup][ticket_tab_param_name]:[end]</th>
|
||||
<td>
|
||||
|
||||
[if ticket_tab_is_images]
|
||||
[if ticket_tab_type_is "images"]
|
||||
[for ticket_tab_files_tab]
|
||||
<a href="[doc_base_url][ticket_tab_value]" rel="lightbox\[a\]" class="picture"><img src="[doc_base_url][ticket_tab_value]/-/thumb" alt="[ticket_tab_value]" height="150"></a>
|
||||
[end]
|
||||
[end]
|
||||
|
||||
[if ticket_tab_is_files]
|
||||
[if ticket_tab_type_is "files"]
|
||||
[for ticket_tab_files_tab]
|
||||
<a href="[doc_base_url][ticket_tab_value]/download">[ticket_tab_value]</a>
|
||||
[end]
|
||||
[end]
|
||||
|
||||
[if-any-no ticket_tab_is_images ticket_tab_is_files]
|
||||
[if-any-no ticket_tab_type_is "images" ticket_tab_type_is "files"]
|
||||
[ticket_tab_value]
|
||||
[end]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user