Files
winix/html/fun_createthread.html
Tomasz Sowa 1493a6180a moving html templates to cmslu
git-svn-id: svn://ttmath.org/publicrep/cmslu/trunk@558 e52654a7-88a9-db11-a3e9-0013d4bc506e
2010-01-26 19:02:21 +00:00

24 lines
645 B
HTML
Executable File

<h1>Za³ó¿ w±tek</h1>
[include "err_abuse.html"]
<form id="additem" method="post" action="[doc_base_url][dir]createthread">
<fieldset>
<legend>Wype³nij wszystkie pozycje formularza</legend>
<p class="withnext">Tytu³:</p>
<input class="edit" type="text" name="subject" value="[item_subject]">
[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="Za³ó¿ w±tek">
</fieldset>
</form>