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
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
[if-one ticket_can_create]
|
||||
<ul class="itemmenu">
|
||||
<li><a href="[doc_base_url][dir]createticket">Za<EFBFBD><EFBFBD><EFBFBD> nowe zg<7A>oszenie</a></li>
|
||||
<li><a href="[doc_base_url][dir]createticket">{ticket_create_new}</a></li>
|
||||
</ul>
|
||||
[end]
|
||||
|
||||
@@ -12,11 +12,11 @@
|
||||
[if-one ticket_tab]
|
||||
<table class="forum">
|
||||
<tr>
|
||||
<th>Zg<EFBFBD>oszenie</th>
|
||||
[if-any ticket_type_tab]<th>Rodzaj</th>[end]
|
||||
[if-any ticket_status_tab]<th>Status</th>[end]
|
||||
[if-any ticket_priority_tab]<th>Priorytet</th>[end]
|
||||
[if-any ticket_expected_tab]<th>Oczeki-<br>wany w</th>[end]
|
||||
<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>
|
||||
@@ -33,21 +33,21 @@
|
||||
|
||||
[if-one ticket_is]
|
||||
<div class="ticketinfo">
|
||||
<p class="edit"><a href="[doc_base_url][dir]editticket">\[Edytuj\]</a></p>
|
||||
<p class="edit"><a href="[doc_base_url][dir]editticket">\[{edit}\]</a></p>
|
||||
<table>
|
||||
[if-any ticket_type_tab]<tr><th>Rodzaj zg<7A>oszenia:</th><td>[ticket_type]</td></tr>[end]
|
||||
[if-any ticket_status_tab]<tr><th>Status:</th><td>[ticket_status]</td></tr>[end]
|
||||
[if-any ticket_priority_tab]<tr><th>Piorytet:</th><td>[ticket_priority]</td></tr>[end]
|
||||
[if-any ticket_category_tab]<tr><th>Kategoria:</th><td>[ticket_category]</td></tr>[end]
|
||||
[if-any ticket_expected_tab]<tr><th>Oczekiwany w:</th><td>[ticket_expected]</td></tr>[end]
|
||||
<tr><th>Post<EFBFBD>p prac:</th><td>[ticket_progress]%</td></tr>
|
||||
[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">
|
||||
[if-one dir_can_use_emacs]<li><a href="[doc_base_url][dir]emacs">Odpowiedz w tym w<>tku</a></li>[end]
|
||||
<li><a href="[doc_base_url][dir]emacs">{ticket_reply_in_this_thread}</a></li>
|
||||
</ul>
|
||||
[end]
|
||||
|
||||
@@ -59,3 +59,5 @@
|
||||
</div>
|
||||
[end]
|
||||
[end]
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user