olap/templates/default/admin_header.tpl

51 lines
2.7 KiB
Smarty

<html>
<head>
<title>{s title}</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
{METAS}
<style>
<!--
html, body, form, table, input, select, textarea { margin: 0; font-family: sans-serif; font-size: 13px; }
html, form, table, input, select { padding: 0; }
img { border: 0; }
body { padding: 8px; }
select, textarea { border: 1px solid black; }
input:not([type="radio"]):not([type="checkbox"]) { border: 1px solid black; }
h1 { text-indent: 20px; font-family: Trebuchet MS; font-size: 20px; font-weight: bold; }
p { margin: 4px 0; }
.rbborder { border-width: 0 1px 1px 0; border-color: gray; border-style: solid; }
.themes { padding: 8px; text-align: left; }
.themes ul { list-style-type: none; padding: 0; margin: 4px 0; display: block; }
.themes li { padding: 0; display: inline; margin-right: 8px; }
.simpletable, .simpletable td { border: 1px solid black; }
.simpletable { border-collapse: collapse; }
.simpletable.center td { text-align: right; }
.simpletable td ul { padding: 0 6px 0 20px; }
.simpletable td li { text-align: left; }
.simpletable th { padding: 3px 8px; background-color: #a0a0a0; vertical-align: top; }
.simpletable th.empty { background-color: white; }
.simpletable th.h0, .simpletable th.v0 { background-color: #f0f0f0; }
.simpletable th.h1, .simpletable th.v1 { background-color: #e0e0e0; }
.simpletable th.h2, .simpletable th.v2 { background-color: #d0d0d0; }
.simpletable th.h3, .simpletable th.v3 { background-color: #c0c0c0; }
.simpletable th.h4, .simpletable th.v4 { background-color: #b0b0b0; }
.simpletable th.hsort, .simpletable th.vsort { background-color: white; color: gray; font-weight: normal; }
.simpletable th.h0, .simpletable th.h1, .simpletable th.h2, .simpletable th.h3, .simpletable th.h4, .simpletable th.hsort { border-right: 1px dashed gray; }
.simpletable th.v0, .simpletable th.v1, .simpletable th.v2, .simpletable th.v3, .simpletable th.v4, .simpletable th.vsort { border-bottom: 1px dashed gray; }
.simpletable td { padding: 3px; vertical-align: top; }
#middle ul.list div.right { float: left; }
td.jqplot-table-legend-label { white-space:nowrap; }
-->
</style>
<script language="JavaScript" type="text/javascript" src="{DOMAIN}/tpldata/lightbox.js"></script>
<!-- IF NOT nock -->
<script type="text/javascript" language="JavaScript" src="{DOMAIN}/ckeditor/ckeditor.js"></script>
<!--#<script type="text/javascript" language="JavaScript" src="{DOMAIN}/admin/afm/ajex.js"></script> -->
<!-- END -->
<link rel="stylesheet" type="text/css" href="{DOMAIN}/tpldata/lightbox.css" />
{headscripts}
</head>
<body {body_args}>
<div id="admcontent">
<!-- IF NOT notitle --><h1><!-- IF detailtitle -->{detailtitle}<!-- ELSE -->{title}<!-- END --></h1><!-- END -->