Leitgedanken/templates/standard/kat_main_fa.html
2022-11-21 09:47:28 +01:00

101 lines
3.0 KiB
HTML

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" href="templates/{$global_template}/css/styles_pc.php" type="text/css">
<script type='text/javascript' src='overlib/overlib.js'></script>
<title>{$men_titel}</title>
{literal}
<SCRIPT LANGUAGE='JAVASCRIPT' TYPE='TEXT/JAVASCRIPT'>
<!--
var win=null;
function bib_link_lokal1(mypage,myname,w,h,pos,infocus){
if(pos=="random"){myleft=(screen.width)?Math.floor(Math.random()*(screen.width-w)):100;mytop=(screen.height)?Math.floor(Math.random()*((screen.height-h)-75)):100;}
if(pos=="center"){myleft=(screen.width)?(screen.width-w)/2:100;mytop=(screen.height)?(screen.height-h)/2:100;}
else if((pos!='center' && pos!="random") || pos==null){myleft=0;mytop=20}
settings="width=" + w + ",height=" + h + ",top=" + mytop + ",left=" + myleft + ",scrollbars=auto,location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=no";
win=window.open(mypage,myname,settings);
win.focus();
}
// -->
</script>
{/literal}
<base target="main">
<style type="text/css">
{literal}
h1 { font-weight: bold;
color: #000066;
font-size: 16px; }
.answer {
margin:0 auto;
margin-left: 35px;
margin-right: 35px;
}
.reference {
background-color: #cce6ff;
margin:0 auto;
margin-left: 35px;
margin-right: 35px;
}
.description {
background-color: #d1e0e0;
margin:0 auto;
margin-left: 35px;
margin-right: 35px;
}
.knkfa {
font-family: Verdana;
font-size: 10px;
padding: 1px;
}
body {
padding: 0 2em;
background: #e2e2e2;
}
#page {
margin: 2em auto;
max-width: 1000px;
background: #fff;
}
body, input, textarea {
color: #373737;
}
{/literal}
</style>
</head>
<body leftmargin="20" rightmargin="20">
<div id="page" class="hfeed">
<div class="entry-content">
<br>
{section name=table_data1 loop=$table_data1}
<a name="{$table_data1[table_data1].number}">
<h1>{$table_data1[table_data1].number1} {$table_data1[table_data1].question}</h1>
</a>
<div class="answer">
{$table_data1[table_data1].answer}
</div>
{if $table_data1[table_data1].reference != ''}
<br>
<div class="reference">
{$table_data1[table_data1].reference}
</div>
{/if}
{if $table_data1[table_data1].description != ''}
<br>
<div class="description">
{$table_data1[table_data1].description}
</div>
{/if}
{if $table_data1[table_data1].description2 != ''}
<br>
<div class="description">
{$table_data1[table_data1].description2}
</div>
{/if}
<p>
{/section}
<br>
</div>
</div>
<!-- #page -->
</body>
</html>