added winix functions: ln winix function 'default' can be used without redirecting now added new tickets types: TypeProgress, TypeString, TypeMultistring, TypeImages, TypeFiles now tickets are combined with files added winix functions: showtickets fixed mountpoints: when the default root mount was created its parameter table was empty and it caused accessing to a non-existing objects fixed logger: modifiers (log1, log2, log3) were incorrectly treated added modifier: log4 (debug info) now we are moving threads to a new plugin 'thread' created directory: plugins/thread (not finished yet) git-svn-id: svn://ttmath.org/publicrep/winix/trunk@704 e52654a7-88a9-db11-a3e9-0013d4bc506e
33 lines
926 B
HTML
Executable File
33 lines
926 B
HTML
Executable File
<h1>{cp_header}</h1>
|
|
|
|
[include "error.html"]
|
|
|
|
<form id="additem" method="post" action="[doc_base_url][dir][if-one item_is][item_url]/[end]cp[if-no item_is]/r[end]">
|
|
<fieldset>
|
|
<legend>{cp_form_legend}</legend>
|
|
|
|
<p>
|
|
[if-one item_is]{cp_page} "[item_url]":[else]{cp_dir} "[dir_without_slash]"[end]
|
|
</p>
|
|
|
|
|
|
<p class="withnext">{suggested_url}</p>
|
|
<input class="edit" type="text" name="to" value="[dir_without_slash][if-one item_is]/[item_url][end]">
|
|
|
|
<p>
|
|
<label><input type="checkbox" name="preserveattr">{cp_preserve_attr}</label>
|
|
|
|
[if-no item_is]
|
|
<label><input type="checkbox" name="onlycontent">{cp_only_content}</label>
|
|
<label><input type="checkbox" name="removedefaults" checked="checked">{cp_remove_defaults}</label>
|
|
<label><input type="checkbox" name="followsymlinks" checked="checked">{cp_follow_symlinks}</label>
|
|
[end]
|
|
</p>
|
|
|
|
<input class="submit" type="submit" value="{copy}">
|
|
</fieldset>
|
|
</form>
|
|
|
|
|
|
|