changed: rename cmslu to winix
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
This commit is contained in:
@@ -1,25 +1,29 @@
|
||||
<h1>Domy<EFBFBD>lna pozycja w katalogu</h1>
|
||||
<h1>{default_header}</h1>
|
||||
|
||||
|
||||
[if-any done_defaulted_dir done_is_error]
|
||||
<p>Przykro nam ale wyst<73>pi<70>y b<><62>dy podczas zmiany domy<6D>lnej pozycji.<br>
|
||||
|
||||
[if-any done_status_incorrect_dir]
|
||||
<p>Podano nie istniej<65>cy katalog.</p>
|
||||
[else]
|
||||
[if-any done_status_no_item]
|
||||
<p>Podano nie istniej<65>ca pozycj<63>.</p>
|
||||
[else]
|
||||
Kod b<><62>du: [done_status]</p>
|
||||
[end]
|
||||
[end]
|
||||
<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>Wype<EFBFBD>nij wszystkie pozycje formularza</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="Dodaj">
|
||||
<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>
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user