Leitgedanken/templates/standard/lue_inhalt.html
2023-07-12 10:50:07 +02:00

184 lines
6.2 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>
{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=no,location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=no";
win=window.open(mypage,myname,settings);
win.focus();
}
// -->
</script>
{/literal}
<style type='text/css'>
{literal}
.verse {
font-family : verdana, arial;
font-size : 8pt;
color : #6487DC;
text-transform : uppercase; /* Großbuchstaben */
}
.font1 { font-size:23.00pt; }
.font2 { line-height:150%; }
body {
padding: 0 2em;
background: #e2e2e2;
}
#page {
margin: 2em auto;
max-width: 1000px;
background: #fff;
}
body, input, textarea {
color: #373737;
font: 15px "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: 300;
line-height: 1.625;
}
{/literal}
</style>
{literal}
<script type=text/javascript>
function gothere() {
document.all.buttonbox1.style.top=document.body.scrollTop+50;
document.all.buttonbox2.style.top=document.body.scrollTop+50;
setTimeout('gothere()',1);
}
</script>
{/literal}
{literal}
<script language='JavaScript'>
<!-- Begin
image_back = new Image;
image_back.src = 'templates/{/literal}{$global_template}{literal}/images/back.png';
image_back1 = new Image;
image_back1.src = 'templates/{/literal}{$global_template}{literal}/images/back1.png';
image_next = new Image;
image_next.src = 'templates/{/literal}{$global_template}{literal}/images/next.png';
image_next1 = new Image;
image_next1.src = 'templates/{/literal}{$global_template}{literal}/images/next1.png';
// End -->
</script>
{/literal}
</head>
<body onload="{literal}gothere(){/literal}">
<div id="overDiv" style="position: absolute; visibility: hidden; z-index: 1000; left: 10px; top: 0px; background-image: none;"></div>
<div id="page" class="hfeed">
<div class="entry-content">
<br>
<table cellspacing="0" cellpadding="0" width="100%" border="0">
<tr>
<td width="10%">
&nbsp;
</td>
<td width="80%">
{$lue_inhalt_art}
</td>
<td width="10%">
&nbsp;
</td>
</tr>
<tr>
<td width="10%">
&nbsp;
</td>
<td width="80%">
<br>
<p class=font1 align='center'>
{$lue_inhalt_thema}
<br>
{if $lue_inhalt_editrecht == '1'}
&nbsp;
{$lue_inhalt_icon_edit}
{/if}
<p>
</td>
<td width="10%">
&nbsp;
</td>
</tr>
<tr>
<td width="10%">
&nbsp;
</td>
<td width="80%">
<br>
{section name=table_data1 loop=$table_data1}
{if $smarty.section.table_data1.rownum == 1}
Zugehörige Artikel:<br>
{/if}
<a href="lue_ansicht.php?eid={$table_data1[table_data1].eid}" target='_parent'>{$table_data1[table_data1].bezeichnung}: {$table_data1[table_data1].thema}</a><br>
{/section}
<br>
</td>
<td width="10%">
&nbsp;
</td>
</tr>
<tr>
<td width="10%">
{if $lue_inhalt_mvback == '1'}
<div id=buttonbox1 style='position:absolute; top:50px; left:10px; z-index:2; '>
<a target='kurshaupt' href="lue_ansicht.php?eid={$lue_inhalt_mvback_eid}" title="{$lue_inhalt_mvback_thema}" onMouseOver='back.src=image_back.src' onMouseOut='back.src=image_back1.src'><img src="templates/{$global_template}/images/back1.png" name='back' border="0"></a>
{else}
<!--
Es muss ein dummy reingesetzt werden ohne Button, sonst funktioniert das scrollen nicht
wenn nur ein vor bzw ein zurück Button auf der Seite ist
-->
<div id=buttonbox1 style='position:fixed; top:50px; left:10px; z-index:2; '>
{/if}
</td>
<td width="80%" class=td2>
</p>
</td>
<td width="10%">
{if $lue_inhalt_mvnext == '1'}
<div id=buttonbox2 style='position:fixed; top:50px; right:10px; z-index:2; '>
<a target='kurshaupt' href="lue_ansicht.php?eid={$lue_inhalt_mvnext_eid}" title="{$lue_inhalt_mvnext_thema}" onMouseOver='next.src=image_next.src' onMouseOut='next.src=image_next1.src'><img src="templates/{$global_template}/images/next1.png" name='next' border="0"></a>
{else}
<!--
Es muss ein dummy reingesetzt werden ohne Button, sonst funktioniert das scrollen nicht
wenn nur ein vor bzw ein zurück Button auf der Seite ist
-->
<div id=buttonbox2 style='position:absolute; top:50px; right:10px; z-index:2; '>
{/if}
</td>
</tr>
<tr>
<td width="10%">
&nbsp;
</td>
<td width="80%" class=td2>
<p class=font2 align='justify'><i>{$lue_inhalt_einleitung}</i></p>
<p class=font2 align='justify'>{$lue_inhalt_inhalt}</p>
{if $lue_inhalt_extraktexists == '1'}
<p class=font2 align='justify'><div class=textfarbe>Extrakt:</div>{$lue_inhalt_extrakt}</p>
{/if}
</p>
</td>
<td width="10%">
&nbsp;
</td>
</tr>
</table>
<br>
</div>
</div>
<!-- #page -->
</body>
</html>