Subversion-Projekte lars-tiefland.content-management

Revision

Blame | Letzte Änderung | Log anzeigen | RSS feed

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">

<html>
    <head>
        <link rel="stylesheet" type="text/css" href="../styles/styles.php">
    </head>
    <body bgcolor="#FFFFFF" text="#000000">
        <h1>Bestellungen</h1>
        <table width="100%" border="0" cellspacing="0" cellpadding="0" align="center">
            <tr>
                <th valign="top">aktuelle Liste</th>
                <th valign="top">Archiv</th>
            </tr>
            <tr> 
                <td valign="top" width="50%"> 
                    <a href="pieper_export_bestellungen.php">aktuelle Liste erzeugen</a>
                </td>
                <td>
                    <ul>
                        {section loop=$files name=f_ind}
                        <li><a href="{$files[f_ind].name}">{$files[f_ind].desc}</a></li>
                        {/section}
                    </ul>
                </td>
            </tr>
        </table>
    </body>
</html>