fixed: Config::Text() returned a reference to a local variable (std::string)
added: 'static' directory with *.css and images we have a default layout moved: locale from data to templates notification templates have its own locale object added: reload function reloades locale now too added: 'nice' form of item_info in templates git-svn-id: svn://ttmath.org/publicrep/winix/trunk@582 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
44
html/index_root.html
Executable file
44
html/index_root.html
Executable file
@@ -0,0 +1,44 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
||||
|
||||
<html lang="{language}">
|
||||
|
||||
[include "index_head.html"]
|
||||
|
||||
|
||||
[is-no winix_function_param_is "fullscreen"]
|
||||
|
||||
<body>
|
||||
<div id="winix_container">
|
||||
|
||||
[include "index_header.html"]
|
||||
|
||||
|
||||
[is-no winix_function_is "ckeditor"]
|
||||
[include "index_contentmenu.html"]
|
||||
|
||||
<div id="winix_contentright">
|
||||
[content]
|
||||
</div> <!-- winix_contentright -->
|
||||
[else]
|
||||
<div id="winix_contentfull">
|
||||
[content]
|
||||
</div> <!-- winix_contentfull -->
|
||||
[end] [# is-no winix_function_is "ckeditor"]
|
||||
|
||||
|
||||
[include "index_footer.html"]
|
||||
|
||||
</div> <!-- winix_container -->
|
||||
</body>
|
||||
|
||||
[else]
|
||||
|
||||
<body>
|
||||
<div id="winix_containerfull">
|
||||
[content]
|
||||
</div> <!-- winix_containerfull -->
|
||||
</body>
|
||||
|
||||
[end] [# is-no winix_function_param_is "fullscreen"]
|
||||
|
||||
</html>
|
Reference in New Issue
Block a user