Subversion-Projekte lars-tiefland.content-management

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
1 lars 1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2
 
3
<html>
4
    <head>
5
        <link rel="stylesheet" type="text/css" href="../styles/styles.php">
6
    </head>
7
    <body bgcolor="#FFFFFF" text="#000000">
8
        <h1>Bestellungen</h1>
9
        <table width="100%" border="0" cellspacing="0" cellpadding="0" align="center">
10
            <tr>
11
                <th valign="top">aktuelle Liste</th>
12
                <th valign="top">Archiv</th>
13
            </tr>
14
            <tr>
15
                <td valign="top" width="50%">
16
                    <a href="pieper_export_bestellungen.php">aktuelle Liste erzeugen</a>
17
                </td>
18
                <td>
19
                    <ul>
20
                        {section loop=$files name=f_ind}
21
                        <li><a href="{$files[f_ind].name}">{$files[f_ind].desc}</a></li>
22
                        {/section}
23
                    </ul>
24
                </td>
25
            </tr>
26
        </table>
27
    </body>
28
</html>