Platon Technologies
neprihlásený Prihlásiť Registrácia
SlovakEnglish
open source software development oslavujeme 10 rokov vývoja otvoreného softvéru! Štvrtok, 28. marec 2024

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

Revízia 1.1, Thu Aug 19 09:11:53 2004 UTC (19 years, 7 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="Používatelia"}

<table>
<tr>
    <th>ID</th>
    <th>Meno</th>
    <th>Pozícia</th>
    <th>Počet<br>projektov</th>
    <th>Otvorené<br>projekty</th>
    <th>Počet<br>úloh</th>
    <th>Otvorené<br>úlohy</th>
</tr>
{section name=user loop=$users}
<tr>
    <td>{$users[user].id}</td>
    <td>{$users[user].name}</td>
    <td>{$users[user].position}</td>
    <td>{$users[user].projects_total}</td>
    <td>{$users[user].projects_opened}</td>
    <td>{$users[user].tasks_total}</td>
    <td>{$users[user].tasks_opened}</td>
</tr>
{sectionelse}
<tr>
    <td colspan="7">Databáza neobsahuje žiadnych používateľov.</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