Files
winix/html/fun_mv.html
Tomasz Sowa 6fbcffe63b added: to the Item: auth_path - a path to a static file (if auth is different from auth_none)
added: function 'mv' (move)



git-svn-id: svn://ttmath.org/publicrep/winix/trunk@596 e52654a7-88a9-db11-a3e9-0013d4bc506e
2010-03-15 01:47:26 +00:00

27 lines
583 B
HTML
Executable File

<h1>{mv_header}</h1>
[include "error.html"]
<form id="additem" method="post" action="[doc_base_url][dir][if-one item_is][item_url]/[end]mv">
<fieldset>
<legend>{mv_form_legend}</legend>
<p>
[if-one item_is]{mv_page} "[item_url]":[else]{mv_dir} "[dir_without_slash]"[end]
</p>
{suggested_url}:<br>
<input class="edit" type="text" name="moveto" value="[dir][if-one item_is][item_url][end]">
[if-no item_is]
<label><input type="checkbox" name="onlycontent">{mv_only_content}</label>
[end]
<input class="submit" type="submit" value="{move}">
</fieldset>
</form>