Platon Technologies
neprihlásený Prihlásiť Registrácia
SlovakEnglish
open source software development oslavujeme 10 rokov vývoja otvoreného softvéru! Piatok, 19. apríl 2024

Súbor: [Platon] / web-apps / task-manager / templates / customer_list.tpl (stiahnutie)

Revízia 1.1, Thu Aug 19 09:11:53 2004 UTC (19 years, 8 months ago) by nepto

Task Manager added into repository.
It was a test project made for NUSTEP -- http://www.nustep.net/

{include file="header.inc.tpl" title="Zákazníci"}

<table>
<tr>
    <th>ID</th>
    <th>Meno</th>
    <th>Ulica</th>
    <th>Mesto</th>
    <th>Počet<br>projektov</th>
    <th>Otvorené<br>projekty</th>
</tr>
{section name=customer loop=$customers}
<tr>
    <td>{$customers[customer].id}</td>
    <td>{$customers[customer].name}</td>
    <td>{$customers[customer].street}</td>
    <td>{$customers[customer].city}</td>
    <td>{$customers[customer].projects_total}</td>
    <td>{$customers[customer].projects_opened}</td>
</tr>
{sectionelse}
<tr>
    <td colspan="6">Databáza neobsahuje žiadnych zákazníkov.</td>
</tr>
{/section}
</table>

{include file="footer.inc.tpl"}


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