changed: html templates are a part of winix now and the user can provide special html templates for its site added: locales added: html templates are using HtmlFilter now (locales) changed: now we have html templates for each language git-svn-id: svn://ttmath.org/publicrep/winix/trunk@560 e52654a7-88a9-db11-a3e9-0013d4bc506e
30 lines
633 B
HTML
Executable File
30 lines
633 B
HTML
Executable File
<h1>{default_header}</h1>
|
|
|
|
|
|
[if-any done_defaulted_dir done_is_error]
|
|
<p>{default_was_error}<br>
|
|
|
|
[if-any done_status_incorrect_dir]
|
|
<p>{default_error_no_dir}</p>
|
|
[else]
|
|
[if-any done_status_no_item]
|
|
<p>default_error_no_file</p>
|
|
[else]
|
|
{error_code}: [done_status]</p>
|
|
[end]
|
|
[end]
|
|
[end]
|
|
|
|
|
|
<form id="additem" method="post" action="[doc_base_url][dir]default">
|
|
<fieldset>
|
|
<legend>{form_default_legend}</legend>
|
|
{url}:<br>
|
|
<input class="edit" type="text" name="defaultitem" value="[dir_last_default_item_dir][dir_last_default_item_url]">
|
|
<input class="submit" type="submit" value="{change}">
|
|
</fieldset>
|
|
</form>
|
|
|
|
|
|
|