moving html templates to cmslu
git-svn-id: svn://ttmath.org/publicrep/cmslu/trunk@558 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
43
html/fun_upload.html
Executable file
43
html/fun_upload.html
Executable file
@@ -0,0 +1,43 @@
|
||||
[if-one item_is]<h1>Edytuj pozycj<63></h1>[else]<h1>Dodaj pozycj<63></h1>[end]
|
||||
|
||||
[include "err_abuse.html"]
|
||||
|
||||
<form id="additem" method="post" action="[doc_base_url][dir][if-one item_is][item_url]/[end]upload" enctype="multipart/form-data">
|
||||
<fieldset>
|
||||
<legend>Edycja pozycji.</legend>
|
||||
|
||||
<input type="file" name="fileupload">
|
||||
|
||||
|
||||
[if-one mount_type_is_cms]
|
||||
<p class="withnext">Tytu<EFBFBD>:</p>
|
||||
<input class="edit" type="text" name="subject" value="[item_subject]">
|
||||
|
||||
<p class="withnext">Url:</p>
|
||||
<input class="edit" type="text" name="url" value="[item_url]">
|
||||
[end]
|
||||
|
||||
[if-one mount_type_is_thread]
|
||||
[is mount_thread_is "subject"]
|
||||
<p class="withnext">Tytu<EFBFBD>:</p>
|
||||
<input class="edit" type="text" name="subject" value="[item_subject]">
|
||||
|
||||
<p class="withnext">Url:</p>
|
||||
<input class="edit" type="text" name="url" value="[item_url]">
|
||||
[end]
|
||||
[end]
|
||||
|
||||
<p class="withnext">Post:</p>
|
||||
<textarea class="multitext" rows="[if-one thread_is]10[else]30[end]" cols="60" name="content">[item_content]</textarea>
|
||||
|
||||
[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 item_is]Zmie<69>[else]Dodaj[end]">
|
||||
</fieldset>
|
||||
</form>
|
Reference in New Issue
Block a user