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
22 lines
374 B
HTML
Executable File
22 lines
374 B
HTML
Executable File
<h1>{reload_header}</h1>
|
|
|
|
|
|
[if-any done_reloaded_templates]
|
|
[if-any done_is_error]
|
|
<p>{reload_was_error}<br>
|
|
{error_code}: [done_status]</p>
|
|
[end]
|
|
|
|
[if-no done_is_error]
|
|
[if-any done_reloaded_templates]
|
|
<p>{templates_reloaded_successfully}</p>
|
|
[end]
|
|
[end]
|
|
[end]
|
|
|
|
|
|
<p>{reload_select}:</p>
|
|
<a href="[doc_base_url][dir]reload/templates">{reload_templates}</a>
|
|
|
|
|