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 / source-formular.tt2 (stiahnutie)

Revízia 1.3, Sat Jul 16 22:29:13 2005 UTC (19 years, 11 months ago) by rajo


Zmeny od 1.2: +7 -7 [lines]

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

<form method="POST" action="[% fastcgi_name %]">
    <input type="hidden" name="sourceid" value="[% query.sourceid %]">
    <input type="hidden" name="action" value="[% query.action %]">
    <input type="hidden" name="store" value="1">

    <table border="0">
        [% IF query.action != 'newsource' %]
        <tr>
            <td><b>ID</b></td>
            <td>[% source.sourceid %]</td>
        </tr>
        <tr>
            <td><b>VytvorenĂ˝</b></td>
            <td>[% source.created %]</td>
        </tr>
        <tr>
            <td><b>ZmenenĂ˝</b></td>
            <td>[% source.changed %]</td>
        </tr>
        [% END %]
        <tr>
            <td><b>Finančný zdroj</b></td>
            <td>
                <input type="text" name="name" value="[% source.name %]">
            </td>
        </tr>
        <tr>
            <td><b>AktĂ­vny</b></td>
            <td>
                <input type="checkbox" name="active" value="1" [% 'checked' IF source.active %]>
            </td>
        </tr>
        <tr>
            <td><b>Popis</b></td>
            <td>
                <input type="text" name="description" value="[% source.description %]">
            </td>
        </tr>
        <tr>
            <td valign="top"><b>Pozn.</b></td>
            <td colspan="2">
                <textarea name="note" rows="5" cols="50">[% source.note %]</textarea>
            </td>
        </tr>
        <tr>
            <td><b>AktuĂĄlny stav</b></td>
            <td>
                <input type="text" name="money" value="[% source.money OR '0' %]">
            </td>
        </tr>
        <tr>
            <td><b>Počiatočný stav</b></td>
            <td>
                <input type="text" name="start_money" value="[% source.start_money OR '0' %]">
            </td>
        </tr>
        <tr>
            <td><b>KoncovĂ˝ stav</b></td>
            <td>
                <input type="text" name="stop_money" value="[% source.stop_money OR '0' %]">
            </td>
        </tr>
        <tr>
            <td><b>LOW</b></td>
            <td>
                <input type="text" name="low_money" value="[% source.low_money OR '0' %]">
            </td>
        </tr>
        <tr>
            <td><b>MEDIUM</b></td>
            <td>
                <input type="text" name="medium_money" value="[% source.medium_money OR '0' %]">
            </td>
        </tr>
        <tr>
            <td><b>HIGH</b></td>
            <td>
                <input type="text" name="high_money" value="[% source.high_money OR '0' %]">
            </td>
            <td>
                <input type="Submit" name="Submit">
                <input type="Reset" name="Reset">
        </tr>
    </table>

</form>


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