Platon Technologies
neprihlásený Prihlásiť Registrácia
SlovakEnglish
open source software development oslavujeme 10 rokov vývoja otvoreného softvéru! Pondelok, 16. jún 2025

Súbor: [Platon] / web-apps / finance-manager / templates / head.tt2 (stiahnutie)

Revízia 1.6, Sat Jul 16 22:32:58 2005 UTC (19 years, 11 months ago) by rajo


Zmeny od 1.5: +1 -1 [lines]

Encoding changed form iso-8859-2 to utf-8.

[%- 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">[&nbsp;[% x.title %]&nbsp;]&nbsp;</a></b></td>
            [% END %]
                <td align="right" width="100%"><b><a href="[% menu(fastcgi_name, action = 'about') %]" class="topMenuLink">[&nbsp;About&nbsp;]&nbsp;</a></b></td>
            </tr>
        </table>
<hr>

Platon Group <platon@platon.sk> http://platon.sk/
Copyright © 2002-2006 Platon Group
Stránka používa redakčný systém Metafox
Na začiatok