winix/html/fun_emacs_post.html

18 lines
952 B
HTML
Raw Normal View History

[if-one mount_type_is_cms]<p class="withnext">Zawarto<EFBFBD><EFBFBD>:</p>[end]
[if-one mount_type_is_thread]<p class="withnext">Post:</p>[end]
[if-one mount_type_is_ticket]<p class="withnext">Opis:</p>[end]
<textarea class="multitext" rows="[if-one mount_type_is_cms]30[else]10[end]" cols="60" name="content">[item_content]</textarea>
<p class="withnext">Rodzaj wiadomo<6D>ci:</p>
<select name="contenttype" class="contenttype">
<option[is item_content_type_is "text"] selected[end] value="0">text</option>
<option[is item_content_type_is "formatted text"] selected[end] value="1">sformatowany text</option>
[if-one user_can_use_html]<option[is item_content_type_is "html"] selected[end] value="2">html</option>[end]
[if-one user_can_use_bbcode]<option[is item_content_type_is "bbcode"] selected[end] value="3">bbcode</option>[end]
[if-one user_can_use_raw]<option[is item_content_type_is "raw"] selected[end] value="4">surowa posta<74></option>[end]
</select>