[%- USE CGI -%]
[%- CGI.header( charset = 'utf-8') -%]
[%- USE menu = url() -%]
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>[% site_title %]</title>
<meta http-equiv="Content-Type" content="text/html" charset="utf-8">
<meta http-equiv="Content-Language" content="sk">
<meta name="Author" content="[% author %]">
<link rel="stylesheet" href="css/main.css" type="text/css">
</head>
<body>
[% SET
main_menu = [
{ cgi = fastcgi_name, action = 'default', title => 'Index' },
{ cgi = fastcgi_name, action = 'sources', title => 'FinanÄnĂŠ zdroje' },
{ cgi = fastcgi_name, action = 'events', title => 'PrĂjmy a vĂ˝davky' },
{ cgi = fastcgi_name, action = 'trans', title => 'Log transakciĂ' },
]
%]
<table class="topMenu">
<tr>
[% FOREACH x = main_menu %]
<td nowrap><b><a href="[% menu(x.cgi, action = x.action ) %]" class="topMenuLink">[ [% x.title %] ] </a></b></td>
[% END %]
<td align="right" width="100%"><b><a href="[% menu(fastcgi_name, action = 'about') %]" class="topMenuLink">[ About ] </a></b></td>
</tr>
</table>
<hr>
Platon Group <platon@platon.sk> http://platon.sk/
|