Subversion-Projekte lars-tiefland.em_wm

Revision

Revision 66 | Blame | Vergleich mit vorheriger | Letzte Änderung | Log anzeigen | RSS feed

{include file="header.tpl"}
        {$nav}
        <table>
                <tr>
                        <th>{$L_USERNAME}</th>
                        <th>{$L_DATE}</th>
                        <th>{$L_MESSAGE}</th>
                        <th>{$L_PRIORITY}</th>
                </tr>
                {section name=ind loop=$log_row}
                <tr class="{cycle values="row1,row2"}">
                        <td>{$log_row[ind].u_name}</td>
                        <td>{$log_row[ind].datum}</td>
                        <td>{$log_row[ind].message}</td>
                        <td>{$log_row[ind].priority}</td>
                {/section}
        </table>
        <br>
        <br>
        {$nav}
{include file="footer.tpl"}