Files
winix/html/fun_ticket.html
Tomasz Sowa 09d427b4ba changed: rename cmslu to winix
changed: html templates are a part of winix now
         and the user can provide special html templates for its site
added:   locales
added:   html templates are using HtmlFilter now (locales)
changed: now we have html templates for each language



git-svn-id: svn://ttmath.org/publicrep/winix/trunk@560 e52654a7-88a9-db11-a3e9-0013d4bc506e
2010-01-28 15:39:01 +00:00

64 lines
2.3 KiB
HTML
Executable File

[is mount_page_is "subject"]<h1[is mount_page_is "info"] class="withinfo"[end]>[dir_last_subject]</h1>[end]
[is mount_page_is "info"][dir_last_info][end]
[if-one ticket_can_create]
<ul class="itemmenu">
<li><a href="[doc_base_url][dir]createticket">{ticket_create_new}</a></li>
</ul>
[end]
[if-one ticket_tab]
<table class="forum">
<tr>
<th>{ticket_table_name}</th>
[if-any ticket_type_tab]<th>{ticket_table_type}</th>[end]
[if-any ticket_status_tab]<th>{ticket_table_status}</th>[end]
[if-any ticket_priority_tab]<th>{ticket_table_priority}</th>[end]
[if-any ticket_expected_tab]<th>{ticket_table_expected}</th>[end]
</tr>
[for ticket_tab]
<tr>
<td><a href="[doc_base_url][dir][ticket_tab_url]">[if-no ticket_tab_subject_empty][ticket_tab_subject][else]&lt;[ticket_tab_url]&gt;[else]</a></td>
[if-any ticket_type_tab]<td class="smallfont">[ticket_tab_type]</td>[end]
[if-any ticket_status_tab]<td class="smallfont">[ticket_tab_status]</td>[end]
[if-any ticket_priority_tab]<td class="smallfont">[ticket_tab_priority]</td>[end]
[if-any ticket_expected_tab]<td class="smallfont">[ticket_tab_expected]</td>[end]
</tr>
[end]
</table>
[end]
[if-one ticket_is]
<div class="ticketinfo">
<p class="edit"><a href="[doc_base_url][dir]editticket">\[{edit}\]</a></p>
<table>
[if-any ticket_type_tab]<tr><th>{ticket_info_type}:</th><td>[ticket_type]</td></tr>[end]
[if-any ticket_status_tab]<tr><th>{ticket_info_status}:</th><td>[ticket_status]</td></tr>[end]
[if-any ticket_priority_tab]<tr><th>{ticket_info_priority}:</th><td>[ticket_priority]</td></tr>[end]
[if-any ticket_category_tab]<tr><th>{ticket_info_category}:</th><td>[ticket_category]</td></tr>[end]
[if-any ticket_expected_tab]<tr><th>{ticket_info_expected}:</th><td>[ticket_expected]</td></tr>[end]
<tr><th>{ticket_info_progress}:</th><td>[ticket_progress]%</td></tr>
</table>
[item_print_content]
</div>
[if-one dir_can_use_emacs]
<ul class="itemmenu">
<li><a href="[doc_base_url][dir]emacs">{ticket_reply_in_this_thread}</a></li>
</ul>
[end]
[for item_tab]
<div class="threadbox[if-index item_tab odd] threadboxcolor[end]">
[is mount_thread_is "subject"]<h2[is mount_thread_is "info"] class="withinfo"[end]>[item_tab_subject]</h2>[end]
[is mount_thread_is "info"][item_tab_info][end]
[item_tab_print_content]
</div>
[end]
[end]