diff --git a/winixd/html/index.html b/winixd/html/index.html index 832be35..feec742 100644 --- a/winixd/html/index.html +++ b/winixd/html/index.html @@ -1,40 +1,31 @@ [# minimalistic template] - + [include "index_head_functions_add.html"] - [doc_title] -[if winix_function_is "login"] -[# login template: https://zzseba78.github.io/Kick-Off/login.html ] - -
-[else] - -
-[end] + +
+
+ [include "slog.html"] + [content] +
+ +
+ + © [current_year] [doc_base_url] - {winix_backend_info} [sys_ver_major].[sys_ver_minor].[sys_ver_revision] + | {winix_frontend_info} + +
-
- - © [current_year] [doc_base_url] - Powered by winix [sys_ver_major].[sys_ver_minor].[sys_ver_revision] - | Built with -
- [include "slog.html"] - - [# each winix function has div.winix in its template defined -- only functions: cat and run don't have div.winix] - [# so you can easly use 'content' with your own template] - [# and when using other winix functions you automatically get proper styling] - [content] -
- -[include "index_bottom_adder.html"] + [include "index_bottom_adder.html"] diff --git a/winixd/html/index_generic.html b/winixd/html/index_generic.html index 82eacb4..78eff45 100644 --- a/winixd/html/index_generic.html +++ b/winixd/html/index_generic.html @@ -1,11 +1,10 @@ [# minimalistic template] - + [include "index_head_functions_add.html"] - [doc_title] diff --git a/winixd/html/index_head_functions_add.html b/winixd/html/index_head_functions_add.html index 6ce8a80..ef8cbb1 100644 --- a/winixd/html/index_head_functions_add.html +++ b/winixd/html/index_head_functions_add.html @@ -4,6 +4,11 @@ [def winix_has_uikit "true"] [def winix_has_jquery "false"] + +[# IMPROME ME we can add some conditionales such as 'do_not_set_charset'] + + + [# UIkit CSS] diff --git a/winixd/locale/en b/winixd/locale/en index 7baabe1..1bd1a97 100644 --- a/winixd/locale/en +++ b/winixd/locale/en @@ -1,8 +1,12 @@ winix_locale_id = "0" locale_name = "english" -language = en -charset = UTF-8 +winix_html_lang_attr = en + +winix_backend_info = Powered by winix +winix_backend_tooltip = Winix - a web framework +winix_frontend_info = Built with +winix_frontend_tooltip = Visit UIkit 3 site logged_as = logged as diff --git a/winixd/locale/pl b/winixd/locale/pl index 71d2d61..ad23bab 100644 --- a/winixd/locale/pl +++ b/winixd/locale/pl @@ -1,9 +1,12 @@ winix_locale_id = "1" locale_name = "polski" +winix_html_lang_attr = pl -language = pl -charset = UTF-8 +winix_backend_info = Napędzany przez Winix +winix_backend_tooltip = Winix - www framework +winix_frontend_info = Zbudowany z +winix_frontend_tooltip = Odwiedź stronę UIkit 3 logged_as = zalogowany jako