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
13 lines
249 B
HTML
Executable File
13 lines
249 B
HTML
Executable File
<div id="winix_contentleft">
|
|
|
|
<h2>Menu</h2>
|
|
|
|
<ul class="winix_menu">
|
|
<li><a href="[doc_base_url]/">menu 1</a></li>
|
|
<li><a href="[doc_base_url]/">menu 2</a></li>
|
|
<li><a href="[doc_base_url]/">menu 3</a></li>
|
|
</ul>
|
|
|
|
</div> <!-- winix_contentleft -->
|
|
|