winix/html/fun_mkdir.html

24 lines
578 B
HTML
Executable File

<h1>{mkdir_header}</h1>
[include "error.html"]
<form id="additem" method="post" action="[doc_base_url][dir]mkdir">
<fieldset>
<legend>{mkdir_form_legend}</legend>
<p class="withnext">{title}</p>
<input class="edit" type="text" name="subject" value="">
<p class="withnext">{suggested_url}</p>
<input class="edit" type="text" name="url" value="">
[if winix_function_param_is "postredirect"]
<input type="hidden" name="postredirect" value="[winix_function_param_value "postredirect"]">
[end]
<input class="submit" type="submit" value="{add}">
</fieldset>
</form>