Subversion-Projekte lars-tiefland.content-management

Revision

Blame | Letzte Änderung | Log anzeigen | RSS feed

<html>
    <head>
        <title>Content-Management-System</title>
        <link rel="stylesheet" type="text/css" href="buttons.css">
        <style type="text/css">
        <!--
        a
        {
            color: #{$webs.font_color_seite}
        }
        @media print
        {
            #noprint
            {
                display:none;
            }
        }
        -->
        </style>
        <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
        {if file_exists("css/$site/jquery-ui.custom.css")}
        <link rel="stylesheet" type="text/css" href="/css/{$site}/jquery-ui.custom.css">
        {else}
        <link rel="stylesheet" type="text/css" href="/css/ui-darkness/jquery-ui.custom.css">
        {/if}
    </head>
    <body bgcolor="#{$webs.bgcolor_seite}" text="#{$webs.font_color_seite}" alink="#{$webs.font_color_seite}" vlink="#{$webs.font_color_seite}" id="noprint" style="margin:10px;">
        <script type="text/javascript" src="/js/jquery-1.4.2.min.js"></script>
        <script type="text/javascript" src="/js/jquery-ui-1.8.1.custom.min.js"></script>
        <iframe height="1" width="1" frameborder="NO" marginwidth="0" marginheight="0" src="Online-Shop/keep_alive.php"></iframe>
        {if isset($web_rechte.general.design.neu)}
            {if $web_rechte.general.design.neu=="tabs"}
                {include file="navi_tabs.tpl"}
            {else}
                {include file="navi_accordion.tpl"}
            {/if}
        {else}
            {include file="buttons2.tpl"}
        {/if}
    </body>
</html>