Subversion-Projekte lars-tiefland.content-management

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
1 lars 1
<html>
2
    <head>
3
        <title>{$webs.kunde_bezeichnung}: Redaktionssystem</title>
4
        <meta http-equiv="Content-Type" content="text/html; charset=<? echo $charset; ?>">
5
    </head>
6
    {if !isset($web_rechte.general.design.neu)||$web_rechte.general.design.neu=="tabs"}
7
    <frameset rows="150,*" frameborder="NO" border="0" framespacing="0" cols="*">
8
        <frame src="navi.php" name="buttons" scrolling="auto" noresize marginwidth="0" marginheight="0" frameborder="NO">
9
        <frame src="start.php" name="tool" marginwidth="0" marginheight="0" frameborder="NO">
10
    </frameset>
11
    {else}
12
    <frameset cols="250,*" frameborder="NO" border="0" framespacing="0" rows="*">
13
        <frame src="navi.php" name="buttons" scrolling="auto" noresize marginwidth="0" marginheight="0" frameborder="NO">
14
        <frame src="start.php" name="tool" marginwidth="0" marginheight="0" frameborder="NO">
15
    </frameset>
16
    {/if}
17
    <noframes>
18
        <body bgcolor="#FFFFFF">
19
 
20
        </body>
21
    </noframes>
22
</html>