winix/html/fun_createticket.html

168 lines
3.2 KiB
HTML
Raw Normal View History

[if-one ticket_is]<h1>Edytuj zg<7A>oszenie</h1>[else]<h1>Nowe zg<7A>oszenie</h1>[end]
[include "err_abuse.html"]
<form id="additem" method="post" action="[doc_base_url][dir][if-one ticket_is]editticket[else]createticket[end]">
<fieldset>
[if-one ticket_is]
<legend>Formularz edycji zg<7A>oszenia.</legend>
[else]
<legend>Formularz nowego zg<7A>oszenia.</legend>
[end]
<p class="withnext">Tytu<EFBFBD>:</p>
<input class="edit" type="text" name="subject" value="[item_subject]">
<table class="ticket">
[if-one ticket_type_tab_defined]
[if-one ticket_type_tab]
<tr>
<th>Rodzaj zg<7A>oszenia:</th>
<td>
<select name="type">
[for ticket_type_tab]
<option [if-one ticket_type_tab_isdefault]selected [end]value="[ticket_type_tab_index]">[ticket_type_tab_name]</option>
[end]
</select>
</td>
</tr>
[end]
[else]
<tr>
<th>Rodzaj zg<7A>oszenia:</th>
<td>
<select name="type">
<option value="0">-</option>
</select>
</td>
</tr>
[end]
[if-one ticket_status_tab_defined]
[if-one ticket_status_tab]
<tr>
<th>Status:</th>
<td>
<select name="status">
[for ticket_status_tab]
<option [if-one ticket_status_tab_isdefault]selected [end]value="[ticket_status_tab_index]">[ticket_status_tab_name]</option>
[end]
</select>
</td>
</tr>
[end]
[else]
<tr>
<th>Status:</th>
<td>
<select name="status">
<option value="0">-</option>
</select>
</td>
</tr>
[end]
[if-one ticket_priority_tab_defined]
[if-one ticket_priority_tab]
<tr>
<th>Priorytet:</th>
<td>
<select name="priority">
[for ticket_priority_tab]
<option [if-one ticket_priority_tab_isdefault]selected [end]value="[ticket_priority_tab_index]">[ticket_priority_tab_name]</option>
[end]
</select>
</td>
</tr>
[end]
[else]
<tr>
<th>Priorytet:</th>
<td>
<select name="priority">
<option value="0">-</option>
</select>
</td>
</tr>
[end]
[if-one ticket_category_tab_defined]
[if-one ticket_category_tab]
<tr>
<th>Kategoria:</th>
<td>
<select name="category">
[for ticket_category_tab]
<option [if-one ticket_category_tab_isdefault]selected [end]value="[ticket_category_tab_index]">[ticket_category_tab_name]</option>
[end]
</select>
</td>
</tr>
[end]
[else]
<tr>
<th>Kategoria:</th>
<td>
<select name="category">
<option value="0">-</option>
</select>
</td>
</tr>
[end]
[if-one ticket_expected_tab_defined]
[if-one ticket_expected_tab]
<tr>
<th>Oczekiwany w:</th>
<td>
<select name="expected">
[for ticket_expected_tab]
<option [if-one ticket_expected_tab_isdefault]selected [end]value="[ticket_expected_tab_index]">[ticket_expected_tab_name]</option>
[end]
</select>
</td>
</tr>
[end]
[else]
<tr>
<th>Oczekiwany w:</th>
<td>
<select name="expected">
<option value="0">-</option>
</select>
</td>
</tr>
[end]
<tr>
<th>Post<EFBFBD>p prac (0-100):</th>
<td><input type="text" name="progress" value="[ticket_progress]"></td>
</tr>
</table>
[include "fun_emacs_post.html"]
[if-no user_logged]
<p class="withnext">Nick:</p>
<input class="edit" type="text" name="guestname" value="[item_guest_name]">
<p class="withnext">Rebus: Ile to jest [rebus_question]?</p>
<input class="edit" type="text" name="rebus">
[end]
<input class="submit" type="submit" value="[if-one ticket_is]Edytuj zg<7A>oszenie[else]Za<5A><61><EFBFBD> zg<7A>oszenie[end]">
</fieldset>
</form>