| 1 |
lars |
1 |
<html>
|
|
|
2 |
<head>
|
|
|
3 |
<title>Content-Management-System</title>
|
|
|
4 |
<link rel="stylesheet" type="text/css" href="buttons.css">
|
|
|
5 |
<style type="text/css">
|
|
|
6 |
<!--
|
|
|
7 |
a
|
|
|
8 |
{
|
|
|
9 |
color: #{$webs.font_color_seite}
|
|
|
10 |
}
|
|
|
11 |
@media print
|
|
|
12 |
{
|
|
|
13 |
#noprint
|
|
|
14 |
{
|
|
|
15 |
display:none;
|
|
|
16 |
}
|
|
|
17 |
}
|
|
|
18 |
-->
|
|
|
19 |
</style>
|
|
|
20 |
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
|
|
21 |
{if file_exists("css/$site/jquery-ui.custom.css")}
|
|
|
22 |
<link rel="stylesheet" type="text/css" href="/css/{$site}/jquery-ui.custom.css">
|
|
|
23 |
{else}
|
|
|
24 |
<link rel="stylesheet" type="text/css" href="/css/ui-darkness/jquery-ui.custom.css">
|
|
|
25 |
{/if}
|
|
|
26 |
</head>
|
|
|
27 |
<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;">
|
|
|
28 |
<script type="text/javascript" src="/js/jquery-1.4.2.min.js"></script>
|
|
|
29 |
<script type="text/javascript" src="/js/jquery-ui-1.8.1.custom.min.js"></script>
|
|
|
30 |
<iframe height="1" width="1" frameborder="NO" marginwidth="0" marginheight="0" src="Online-Shop/keep_alive.php"></iframe>
|
|
|
31 |
{if isset($web_rechte.general.design.neu)}
|
|
|
32 |
{if $web_rechte.general.design.neu=="tabs"}
|
|
|
33 |
{include file="navi_tabs.tpl"}
|
|
|
34 |
{else}
|
|
|
35 |
{include file="navi_accordion.tpl"}
|
|
|
36 |
{/if}
|
|
|
37 |
{else}
|
|
|
38 |
{include file="buttons2.tpl"}
|
|
|
39 |
{/if}
|
|
|
40 |
</body>
|
|
|
41 |
</html>
|