Subversion-Projekte lars-tiefland.content-management

Revision

Blame | Letzte Änderung | Log anzeigen | RSS feed

    <html>
    <head>
        <title>{$webs.kunde_bezeichnung}: Redaktionssystem</title>
        <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
        <style>
            .links
            {
                background-color:       #{$webs.bgcolor_links};
                color:                          #{$webs.font_color_links};
                font-family:            Arial, Helvetica, sans-serif;
                font-weight:            bold;
                font-size: 12px;
            }

            .rechts
            {
                background-color:       #{$webs.bgcolor_rechts};
                color:                          #{$webs.font_color_rechts};
                font-family:            Arial, Helvetica, sans-serif;
                font-size: 12px;
            }
        </style>
    </head>

    <body leftmargin="20" topmargin="10" marginwidth="20" marginheight="10" bgcolor="#{$webs.bgcolor_seite}" text="#{$webs.font_color_seite}" alink="#{$webs.font_color_seite}" vlink="#{$webs.font_color_seite}">
        <p>
            <font face="Arial, Helvetica, sans-serif" size="2">
                <b>{$webs.kunde_begruessung}</b>
            </font>
        </p>
        <form action="{$SCRIPT_NAME}" method="GET">
            <table width="80%" border="1" cellspacing="0" cellpadding="0" class="rechts">
                <tr>
                    <td width="50%">abgelaufene Termine</td>
                    <td width="50%">zuk&uuml;nftige Termine</td>
                </tr>
                <tr>
                    <td valign="top">
                        <table width="100%" border="0" cellspacing="0" cellpadding="0" class="rechts">
                {section loop=$termine.abgelaufen name=t_ind}
                            <tr>
                                <td>
                                    {$termine.abgelaufen[t_ind].ueberschrift}
                                    <br>
                                    fällig am: {$termine.abgelaufen[t_ind].faelligkeit|date_format:"d.m.Y"}
                                    <br>
                                    fällig um: {$termine.abgelaufen[t_ind].faelligkeit|date_format:"H:i"} Uhr
                                </td>
                                <td>
                                    erstellt von: {$termine.abgelaufen[t_ind].erstellt_von} &nbsp; 
                                    Priorit&auml;t: {$termine.abgelaufen[t_ind].prioritaet}
                                </td>
                            </tr>
                            <tr>
                                <td colspan="2">
                                    {$termine.abgelaufen[t_ind].nachricht|nl2br}
                                </td>
                            </tr>
                            <tr> 
                                <td>
                                    <a href="{$termine.abgelaufen[t_ind].deeplink}">{$termine.abgelaufen[t_ind].deeplink}</a>
                                </td>
                                <td align="right">
                                    <input type="submit" name="delete[{$termine.abgelaufen[t_ind].msg_ID}]" value="Löschen">
                                </td>
                            </tr>
                 {sectionelse}
                            <tr>
                                <td>Keine Termine</td>
                            </tr>
                {/section}
                        </table>
                    </td>
                    <td valign="top">
                        <table width="100%" border="0" cellspacing="0" cellpadding="0" class="rechts">
                {section loop=$termine.kommend name=t_ind}
                            <tr>
                                <td>
                                    {$termine.kommend[t_ind].ueberschrift}
                                    <br>
                                    fällig am: {$termine.kommend[t_ind].faelligkeit|date_format:"d.m.Y"}
                                    <br>
                                    fällig um: {$termine.kommend[t_ind].faelligkeit|date_format:"H:i"} Uhr
                                </td>
                                <td>
                                    erstellt von: {$termine.kommend[t_ind].erstellt_von} &nbsp; 
                                    Priorit&auml;t: {$termine.kommend[t_ind].prioritaet}
                                </td>
                            </tr>
                            <tr>
                                <td colspan="2">
                                    {$termine.kommend[t_ind].nachricht|nl2br}
                                </td>
                            </tr>
                            <tr> 
                                <td>
                                    <a href="{$termine.kommend[t_ind].deeplink}">{$termine.kommend[t_ind].deeplink}</a>
                                </td>
                                <td align="right">
                                    <input type="submit" name="delete[{$termine.kommend[t_ind].msg_ID}]" value="Löschen">
                                </td>
                            </tr>
                  {sectionelse}
                            <tr>
                                <td>Keine Termine</td>
                            </tr>
                {/section}
                        </table>
                    </td>
                </tr>
            </table>
        </form>
        <br>
        <table width="536" border="0" cellspacing="0" cellpadding="0">
            <tr>
                <td>
                    <hr width="100%" align="left">
                    {if $webs.system_copyright}
                        {$webs.system_copyright}
                    {else}
                    <p align="center">
                        <font face="Arial, Helvetica, sans-serif" size="2">
                            &copy; 2007 - {$smarty.now|date_format:"%Y"} Webagentur Niewerth
                        </font>
                    </p>
                    <p align="center">
                        <font face="Arial, Helvetica, sans-serif">
                            <a href="http://www.webagentur-online.de" target="_blank">
                                <img alt="Zur Homepage der Webagentur Niewerth" border="0" src="http://www.webagentur-online.de/images/Logo123x55.jpg" width="123" height="55">
                            </a>
                        </font>
                    </p>
                    {/if}
                </td>
            </tr>
        </table>
    </body>
</html>