Initial commit
270
templates/standard/#ansicht2.html
Normal file
@ -0,0 +1,270 @@
|
||||
<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">
|
||||
{literal}
|
||||
<script type='text/javascript' src='overlib/overlib.js'></script>
|
||||
<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>
|
||||
<script language='JavaScript' type='text/javascript'>
|
||||
<!--
|
||||
function einblenden(div) {
|
||||
with(document.getElementById(div).style){
|
||||
if(display=='none'){
|
||||
display='inline';
|
||||
}else{
|
||||
display='none';
|
||||
}
|
||||
}
|
||||
}
|
||||
//-->
|
||||
</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%; }
|
||||
.alue{
|
||||
text-decoration: none;
|
||||
border-bottom: 1px dotted red;
|
||||
background-image: none;
|
||||
padding-left: 0;
|
||||
}
|
||||
.alue:hover {
|
||||
border-bottom: 1px solid red;
|
||||
}
|
||||
|
||||
.exeg{
|
||||
text-decoration: none;
|
||||
border-bottom: 1px dotted blue;
|
||||
background-image: none;
|
||||
padding-left: 0;
|
||||
}
|
||||
.exeg:hover {
|
||||
border-bottom: 1px solid blue;
|
||||
}
|
||||
|
||||
.bothalueexeg{
|
||||
text-decoration: none;
|
||||
border-bottom: 1px dotted green;
|
||||
background-image: none;
|
||||
padding-left: 0;
|
||||
}
|
||||
.bothalueexeg:hover {
|
||||
border-bottom: 1px solid green;
|
||||
}
|
||||
#xsnazzy h1, #xsnazzy h2, #xsnazzy p {margin:0 0px; letter-spacing:1px; padding:0;}
|
||||
#xsnazzy h1 {font-size:2.5em; color:#fff;}
|
||||
#xsnazzy h2 {font-size:2em;color:#06a; border:0;}
|
||||
#xsnazzy p {padding-bottom:0.5em;}
|
||||
#xsnazzy h2 {padding-top:0.5em;}
|
||||
#xsnazzy {background: transparent; margin:0px 0px 0px 0px;}
|
||||
.xtop, .xbottom {display:block; background:transparent; font-size:1px;}
|
||||
.xb1, .xb2, .xb3, .xb4 {display:block; overflow:hidden;}
|
||||
.xb1, .xb2, .xb3 {height:1px;}
|
||||
.xb2, .xb3, .xb4 {background:#d6dff7; border-left:1px solid #6487DC; border-right:1px solid #6487DC;}
|
||||
.xb1 {margin:0 5px; background:#6487DC;}
|
||||
.xb2 {margin:0 3px; border-width:0 2px;}
|
||||
.xb3 {margin:0 2px;}
|
||||
.xb4 {height:2px; margin:0 1px;}
|
||||
.xboxcontent {display:block; background:#d6dff7; border:0 solid #6487DC; border-width:0 1px;}
|
||||
.link{
|
||||
text-decoration: none;
|
||||
color: black;
|
||||
}
|
||||
.knkfa {
|
||||
font-family: Verdana;
|
||||
font-size: 10px;
|
||||
padding: 1px;
|
||||
}
|
||||
{/literal}
|
||||
</style>
|
||||
{literal}
|
||||
<script src="copy.js" type="text/javascript"></script>
|
||||
{/literal}
|
||||
</head>
|
||||
<body onload="{literal}window.location.hash='#verweis'" oncopy="javascript:copy('de');{/literal}">
|
||||
<div id="overDiv" style="position: absolute; visibility: hidden; z-index: 1000; left: 10px; top: 0px; background-image: none;"></div>
|
||||
|
||||
<table cellspacing="0" cellpadding="0" width="100%" border="0">
|
||||
<tr>
|
||||
<td width="5%">
|
||||
|
||||
</td>
|
||||
<td width='90%'>
|
||||
{$ansicht_weekday} {$ansicht_date} - Kategorie: {$ansicht_cat_text}
|
||||
|
||||
{if $ansicht_subcat_exists == '1'}
|
||||
/ {$ansicht_subcat_text}
|
||||
{/if}
|
||||
|
||||
<!-- "Aus einem Gottesdienst des Stammapostels" -->
|
||||
{if $ansicht_stapgd_exists == '1'}
|
||||
<br> {$ansicht_stapgd_text}
|
||||
{/if}
|
||||
|
||||
<!-- "Stammapostelgottesdienst" -->
|
||||
{if $ansicht_stapgd1_exists == '1'}
|
||||
<br> {$ansicht_stapgd1_text}
|
||||
{/if}
|
||||
|
||||
<br>
|
||||
<p class=font1 align='center'>
|
||||
{$ansicht_headline_text}
|
||||
<br>
|
||||
|
||||
<!-- Neues Leitgedankenformat: Thema/Unterthema -->
|
||||
{if $ansicht_lg_new == '1'}
|
||||
<font align=center size=2>
|
||||
{$ansicht_thema_text}
|
||||
{if $ansicht_subthema_exists == '1'}
|
||||
/ {$ansicht_subthema_text}
|
||||
{/if}
|
||||
</font><br>
|
||||
{/if}
|
||||
|
||||
{if $ansicht_icon_pdf_right == '1'}
|
||||
{$ansicht_icon_pdf}
|
||||
{/if}
|
||||
|
||||
{if $ansicht_icon_edit_right == '1'}
|
||||
{$ansicht_icon_edit}
|
||||
{/if}
|
||||
|
||||
{if $ansicht_icon_outlook_right == '1'}
|
||||
{$ansicht_icon_outlook}
|
||||
{/if}
|
||||
|
||||
{if $ansicht_icon_podcast_right == '1'}
|
||||
{$ansicht_icon_podcast}
|
||||
{/if}
|
||||
|
||||
<p align='center'>
|
||||
|
||||
<!-- Link Textwort zu Onlinebibeln -->
|
||||
{$ansicht_textwort_link}
|
||||
|
||||
{if $ansicht_qv_vorhanden == '1'}
|
||||
<!-- Klappmenü Textstellenverweise -->
|
||||
<p align='center'>
|
||||
<a align='center' <a href='#' title='Standard über das Profil wählbar' onclick='document.getElementById("lue_notiz").style.display = (document.getElementById("lue_notiz").style.display == "none")?"block":"none";'>{$ansicht_field_querverweis}</a>
|
||||
</p>
|
||||
<div id="lue_notiz" style="display: {$ansicht_qv_modus}">
|
||||
{$ansicht_qv_gen}
|
||||
</div>
|
||||
{/if}
|
||||
|
||||
<!-- Bibellesung vorhanden -->
|
||||
{if $ansicht_lesung_vorhanden == '1'}
|
||||
<!-- Klappmenü Lesung -->
|
||||
<p align='center'>
|
||||
<a align='center' <a href='#' title='Standard über das Profil wählbar' onclick='document.getElementById("ansicht_lesung").style.display = (document.getElementById("ansicht_lesung").style.display == "none")?"block":"none";'>{$ansicht_field_lesung}</a>
|
||||
</p>
|
||||
<div id="ansicht_lesung" style="display: {$ansicht_lesung_modus}">
|
||||
{$ansicht_lesung_gen}
|
||||
</div>
|
||||
<br>
|
||||
{/if}
|
||||
|
||||
<p>
|
||||
</td>
|
||||
<td width="5%" valign="top" align="right">
|
||||
<br>
|
||||
{if $ansicht_fadeout == '1'}
|
||||
<a href="ausgabe.php?lid={$ansicht_lid}"><img title = "Lieder/Notizen einblenden"border="0" src="templates/{$global_template}/images/fadein.png"></a>
|
||||
{/if}
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="5%">
|
||||
|
||||
</td>
|
||||
<td width='90%' class=td2>
|
||||
|
||||
<!-- Textwort anzeigen, wenn eines vorhanden -->
|
||||
<i> {$ansicht_textwort} </i>
|
||||
|
||||
<!-- Vorwort anzeigen, wenn eine vorhanden -->
|
||||
|
||||
|
||||
{if $ansicht_vorwort_exists == '1'}
|
||||
<p class=font2 align='justify'>
|
||||
<div class=textfarbe>
|
||||
{$ansicht_vorwort_bez}
|
||||
</div>
|
||||
{$ansicht_vorwort_text}
|
||||
</p>
|
||||
{/if}
|
||||
|
||||
|
||||
<!-- Botschaft anzeigen, wenn eine vorhanden -->
|
||||
{if $ansicht_botschaft_exists == '1'}
|
||||
<p class=font2 align='justify'>
|
||||
<div class=textfarbe>
|
||||
{$ansicht_botschaft_bez}
|
||||
</div>
|
||||
{$ansicht_botschaft_text}
|
||||
</p>
|
||||
{/if}
|
||||
|
||||
<!-- Ausführung anzeigen -->
|
||||
{if $ansicht_inhalt_exists != ''}
|
||||
<p class=font2 align='justify'>
|
||||
<!-- Bezeichnung "Ausführungen" anzeigen bei Gottesdiensten-->
|
||||
{if $ansicht_inhalt_exists == '1'}
|
||||
<div class=textfarbe>
|
||||
{$ansicht_inhalt_bez}
|
||||
</div>
|
||||
{/if}
|
||||
{$ansicht_inhalt_text}
|
||||
</p>
|
||||
{/if}
|
||||
|
||||
<!-- Zusammenfassung anzeigen, wenn eine vorhanden -->
|
||||
{if $ansicht_zusammenfassung_exists == '1'}
|
||||
<p class=font2 align='justify'>
|
||||
<div class=textfarbe>
|
||||
{$ansicht_zusammenfassung_bez}
|
||||
</div>
|
||||
{$ansicht_zusammenfassung_text}
|
||||
</p>
|
||||
{/if}
|
||||
|
||||
<!-- Kontext anzeigen, wenn einer vorhanden -->
|
||||
{if $ansicht_kontext_exists == '1'}
|
||||
<p class=font2 align='justify'>
|
||||
<div class=textfarbe>
|
||||
{$ansicht_kontext_bez}
|
||||
</div>
|
||||
{$ansicht_kontext_text}
|
||||
</p>
|
||||
{/if}
|
||||
|
||||
</p>
|
||||
</td>
|
||||
<td width="5%">
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
365
templates/standard/ansicht.html
Normal file
@ -0,0 +1,365 @@
|
||||
{if $action == ''}
|
||||
<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">
|
||||
{literal}
|
||||
<script type='text/javascript' src='overlib/overlib.js'></script>
|
||||
<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>
|
||||
<script language='JavaScript' type='text/javascript'>
|
||||
<!--
|
||||
function einblenden(div) {
|
||||
with(document.getElementById(div).style){
|
||||
if(display=='none'){
|
||||
display='inline';
|
||||
}else{
|
||||
display='none';
|
||||
}
|
||||
}
|
||||
}
|
||||
//-->
|
||||
</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%; }
|
||||
.alue{
|
||||
text-decoration: none;
|
||||
border-bottom: 1px dotted red;
|
||||
background-image: none;
|
||||
padding-left: 0;
|
||||
}
|
||||
.alue:hover {
|
||||
border-bottom: 1px solid red;
|
||||
}
|
||||
.exeg{
|
||||
text-decoration: none;
|
||||
border-bottom: 1px dotted blue;
|
||||
background-image: none;
|
||||
padding-left: 0;
|
||||
}
|
||||
.exeg:hover {
|
||||
border-bottom: 1px solid blue;
|
||||
}
|
||||
.bothalueexeg{
|
||||
text-decoration: none;
|
||||
border-bottom: 1px dotted green;
|
||||
background-image: none;
|
||||
padding-left: 0;
|
||||
}
|
||||
.bothalueexeg:hover {
|
||||
border-bottom: 1px solid green;
|
||||
}
|
||||
#xsnazzy h1, #xsnazzy h2, #xsnazzy p {margin:0 0px; letter-spacing:1px; padding:0;}
|
||||
#xsnazzy h1 {font-size:2.5em; color:#fff;}
|
||||
#xsnazzy h2 {font-size:2em;color:#06a; border:0;}
|
||||
#xsnazzy p {padding-bottom:0.5em;}
|
||||
#xsnazzy h2 {padding-top:0.5em;}
|
||||
#xsnazzy {background: transparent; margin:0px 0px 0px 0px;}
|
||||
.xtop, .xbottom {display:block; background:transparent; font-size:1px;}
|
||||
.xb1, .xb2, .xb3, .xb4 {display:block; overflow:hidden;}
|
||||
.xb1, .xb2, .xb3 {height:1px;}
|
||||
.xb2, .xb3, .xb4 {background:#d6dff7; border-left:1px solid #6487DC; border-right:1px solid #6487DC;}
|
||||
.xb1 {margin:0 5px; background:#6487DC;}
|
||||
.xb2 {margin:0 3px; border-width:0 2px;}
|
||||
.xb3 {margin:0 2px;}
|
||||
.xb4 {height:2px; margin:0 1px;}
|
||||
.xboxcontent {display:block; background:#d6dff7; border:0 solid #6487DC; border-width:0 1px;}
|
||||
.link{
|
||||
text-decoration: none;
|
||||
color: black;
|
||||
}
|
||||
.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;
|
||||
font: 15px "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||
font-weight: 300;
|
||||
line-height: 1.625;
|
||||
}
|
||||
{/literal}
|
||||
</style>
|
||||
{literal}
|
||||
<script src="copy.js" type="text/javascript"></script>
|
||||
{/literal}
|
||||
</head>
|
||||
<body onload="{literal}window.location.hash='#verweis'" oncopy="javascript:copy('de');{/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="5%">
|
||||
|
||||
</td>
|
||||
<td width='90%'>
|
||||
{$ansicht_weekday} {$ansicht_date} - Kategorie: {$ansicht_cat_text}
|
||||
{if $ansicht_subcat_exists == '1'}
|
||||
/ {$ansicht_subcat_text}
|
||||
{/if}
|
||||
<!-- "Aus einem Gottesdienst des Stammapostels" -->
|
||||
{if $ansicht_stapgd_exists == '1'}
|
||||
<br> {$ansicht_stapgd_text}
|
||||
{/if}
|
||||
<!-- "Stammapostelgottesdienst" -->
|
||||
{if $ansicht_stapgd1_exists == '1'}
|
||||
<br> {$ansicht_stapgd1_text}
|
||||
{/if}
|
||||
<br>
|
||||
<p class=font1 align='center'>
|
||||
{$ansicht_headline_text}
|
||||
<br>
|
||||
<!-- Neues Leitgedankenformat: Thema/Unterthema -->
|
||||
{if $ansicht_lg_new == '1'}
|
||||
<font align=center size=2>
|
||||
{if $ansicht_thema_text_link == "0"}
|
||||
{$ansicht_thema_text}
|
||||
{/if}
|
||||
{if $ansicht_thema_text_link == "1"}
|
||||
<a href="?action=thema&tid={$ansicht_thema_text_tid}" target='kurshaupt'>{$ansicht_thema_text}</a>
|
||||
{/if}
|
||||
{if $ansicht_subthema_exists == '1'}
|
||||
/ {$ansicht_subthema_text}
|
||||
{/if}
|
||||
</font><br>
|
||||
{/if}
|
||||
{if $ansicht_icon_pdf_right == '1'}
|
||||
{$ansicht_icon_pdf}
|
||||
{/if}
|
||||
{if $ansicht_icon_edit_right == '1'}
|
||||
{$ansicht_icon_edit}
|
||||
{/if}
|
||||
{if $ansicht_icon_outlook_right == '1'}
|
||||
{$ansicht_icon_outlook}
|
||||
{/if}
|
||||
{if $ansicht_icon_podcast_right == '1'}
|
||||
{$ansicht_icon_podcast}
|
||||
{/if}
|
||||
<p align='center'>
|
||||
<!-- Link Textwort zu Onlinebibeln -->
|
||||
{$ansicht_textwort_link}
|
||||
{if $ansicht_qv_vorhanden == '1'}
|
||||
<!-- Klappmenü Textstellenverweise -->
|
||||
<p align='center'>
|
||||
<a align='center' <a href='#' title='Standard über das Profil wählbar' onclick='document.getElementById("lue_notiz").style.display = (document.getElementById("lue_notiz").style.display == "none")?"block":"none";'>{$ansicht_field_querverweis}</a>
|
||||
</p>
|
||||
<div id="lue_notiz" style="display: {$ansicht_qv_modus}">
|
||||
{$ansicht_qv_gen}
|
||||
</div>
|
||||
{/if}
|
||||
{if $ansicht_fp_gen != "0"}
|
||||
<p align='center'>
|
||||
<a align='center' <a href='#' onclick='document.getElementById("lue_fp").style.display = (document.getElementById("lue_fp").style.display == "none")?"block":"none";'>{$ansicht_field_publikation}</a>
|
||||
</p>
|
||||
<div id="lue_fp" style="display: block">
|
||||
{$ansicht_fp_gen}
|
||||
</div>
|
||||
{/if}
|
||||
<!-- Bibellesung vorhanden -->
|
||||
{if $ansicht_lesung_vorhanden == '1'}
|
||||
<!-- Klappmenü Lesung -->
|
||||
<p align='center'>
|
||||
<a align='center' <a href='#' title='Standard über das Profil wählbar' onclick='document.getElementById("ansicht_lesung").style.display = (document.getElementById("ansicht_lesung").style.display == "none")?"block":"none";'>{$ansicht_field_lesung}</a>
|
||||
</p>
|
||||
<div id="ansicht_lesung" style="display: {$ansicht_lesung_modus}">
|
||||
{$ansicht_lesung_gen}
|
||||
</div>
|
||||
<br>
|
||||
{/if}
|
||||
<p>
|
||||
</td>
|
||||
<td width="5%" valign="top" align="right">
|
||||
<br>
|
||||
{if $ansicht_fadeout == '1'}
|
||||
<a href="ausgabe.php?lid={$ansicht_lid}"><img title = "Lieder/Notizen einblenden"border="0" src="templates/{$global_template}/images/fadein.png"></a>
|
||||
{/if}
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="5%">
|
||||
|
||||
</td>
|
||||
<td width='90%' class=td2>
|
||||
<!-- Textwort anzeigen, wenn eines vorhanden -->
|
||||
<i> {$ansicht_textwort} </i>
|
||||
<!-- Vorwort anzeigen, wenn eine vorhanden -->
|
||||
{if $ansicht_vorwort_exists == '1'}
|
||||
<p class=font2 align='justify'>
|
||||
<div class=textfarbe>
|
||||
{$ansicht_vorwort_bez}
|
||||
</div>
|
||||
{$ansicht_vorwort_text}
|
||||
</p>
|
||||
{/if}
|
||||
<!-- Botschaft anzeigen, wenn eine vorhanden -->
|
||||
{if $ansicht_botschaft_exists == '1'}
|
||||
<p class=font2 align='justify'>
|
||||
<div class=textfarbe>
|
||||
{$ansicht_botschaft_bez}
|
||||
</div>
|
||||
{$ansicht_botschaft_text}
|
||||
</p>
|
||||
{/if}
|
||||
<!-- Ausführung anzeigen -->
|
||||
{if $ansicht_inhalt_exists != ''}
|
||||
<p class=font2 align='justify'>
|
||||
<!-- Bezeichnung "Ausführungen" anzeigen bei Gottesdiensten-->
|
||||
{if $ansicht_inhalt_exists == '1'}
|
||||
<div class=textfarbe>
|
||||
{$ansicht_inhalt_bez}
|
||||
</div>
|
||||
{/if}
|
||||
{$ansicht_inhalt_text}
|
||||
</p>
|
||||
{/if}
|
||||
<!-- Zusammenfassung anzeigen, wenn eine vorhanden -->
|
||||
{if $ansicht_zusammenfassung_exists == '1'}
|
||||
<p class=font2 align='justify'>
|
||||
<div class=textfarbe>
|
||||
{$ansicht_zusammenfassung_bez}
|
||||
</div>
|
||||
{$ansicht_zusammenfassung_text}
|
||||
</p>
|
||||
{/if}
|
||||
<!-- Kontext anzeigen, wenn einer vorhanden -->
|
||||
{if $ansicht_kontext_exists == '1'}
|
||||
<p class=font2 align='justify'>
|
||||
<div class=textfarbe>
|
||||
{$ansicht_kontext_bez}
|
||||
</div>
|
||||
{$ansicht_kontext_text}
|
||||
</p>
|
||||
{/if}
|
||||
</p>
|
||||
</td>
|
||||
<td width="5%">
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<br>
|
||||
</div>
|
||||
</div>
|
||||
<!-- #page -->
|
||||
</body>
|
||||
</html>
|
||||
{/if}
|
||||
{if $action == 'thema'}
|
||||
<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">
|
||||
<title>{$suche_match_titel}</title>
|
||||
<style>
|
||||
{literal}
|
||||
<!--
|
||||
.sl,.r{font-weight:normal;margin:0;display:inline}
|
||||
.r{font-size:1em}
|
||||
.g{margin-top:1em;margin-bottom:1em}
|
||||
.a,.a:link{color:green}
|
||||
body,td,div,.p,a{font-family:arial,sans-serif}
|
||||
-->
|
||||
{/literal}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<table align="center" border="0" style="border-collapse: collapse" width="100%" cellpadding="0" height="95%" id="table1">
|
||||
<tr>
|
||||
<td>
|
||||
<div align="center">
|
||||
<table valign="top" cellspacing="0" cellpadding="0" width="100%" border="0">
|
||||
<tr>
|
||||
<td width="10" background="templates/{$global_template}/images/box_e1.gif">
|
||||
<img height="40" src="templates/{$global_template}/images/blank.gif" width="22">
|
||||
</td>
|
||||
<td nowrap="nowrap" align="left" width="98%" background="templates/{$global_template}/images/box_top.gif" valign="top">
|
||||
<img height="10" src="templates/{$global_template}/images/blank.gif" width="1"><br>
|
||||
<font class="hd">{$suche_match_titel}</font><br>
|
||||
<span class="sh">Treffer: {$anzahltreffer}</span><br>
|
||||
<img height="5" src="templates/{$global_template}/images/blank.gif" width="1">
|
||||
</td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="templates/{$global_template}/images/box_e2.gif">
|
||||
<img height="40" src="templates/{$global_template}/images/blank.gif" width="22">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="1%" background="templates/{$global_template}/images/box_l.gif">
|
||||
<img height="1" src="templates/{$global_template}/images/blank.gif" width="22">
|
||||
</td>
|
||||
<td>
|
||||
<table valign="top" border="0" cellpadding="4" cellspacing="0" style="border-collapse: collapse" bordercolor="#E7E8ED" width="60%" id="AutoNumber1">
|
||||
{section name=table_data3 loop=$table_data3}
|
||||
<tr>
|
||||
<td>
|
||||
<h2 class=r><a class=l href=ausgabe.php?lid={$table_data3[table_data3].lid}&suchart={$table_data3[table_data3].suchart}&inhalt_hig={$table_data3[table_data3].inhalt_hig}><b>{$table_data3[table_data3].ueberschrift}</b></a></h2>
|
||||
<br>
|
||||
{$table_data3[table_data3].preview}
|
||||
<br>
|
||||
<span class=a>Kategorie: {$table_data3[table_data3].kategorie}
|
||||
{if $table_data3[table_data3].unterkategorie != ''}
|
||||
/ {$table_data3[table_data3].unterkategorie}
|
||||
{/if}
|
||||
<br>
|
||||
Datum: {$table_data3[table_data3].wochentag}, {$table_data3[table_data3].tag}.{$table_data3[table_data3].monat}.{$table_data3[table_data3].jahr}
|
||||
</span>
|
||||
<p>
|
||||
<p>
|
||||
</td>
|
||||
</tr>
|
||||
{/section}
|
||||
</table>
|
||||
</td>
|
||||
<td width="1%" background="templates/{$global_template}/images/box_r.gif">
|
||||
<img height="1" src="templates/{$global_template}/images/blank.gif" width="22">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td nowrap="nowrap" align="left" width="1%" background="templates/{$global_template}/images/box_e3.gif">
|
||||
<img height="16" src="templates/{$global_template}/images/blank.gif" width="22">
|
||||
</td>
|
||||
<td nowrap="nowrap" align="left" width="98%" background="templates/{$global_template}/images/box_bottom.gif">
|
||||
<img height="16" src="templates/{$global_template}/images/blank.gif" width="8">
|
||||
</td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="templates/{$global_template}/images/box_e4.gif">
|
||||
<img height="16" src="templates/{$global_template}/images/blank.gif" width="22">
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
{/if}
|
264
templates/standard/ansicht.html_20200212
Normal file
@ -0,0 +1,264 @@
|
||||
<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">
|
||||
{literal}
|
||||
<script type='text/javascript' src='overlib/overlib.js'></script>
|
||||
<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>
|
||||
<script language='JavaScript' type='text/javascript'>
|
||||
<!--
|
||||
function einblenden(div) {
|
||||
with(document.getElementById(div).style){
|
||||
if(display=='none'){
|
||||
display='inline';
|
||||
}else{
|
||||
display='none';
|
||||
}
|
||||
}
|
||||
}
|
||||
//-->
|
||||
</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%; }
|
||||
.alue{
|
||||
text-decoration: none;
|
||||
border-bottom: 1px dotted red;
|
||||
background-image: none;
|
||||
padding-left: 0;
|
||||
}
|
||||
.alue:hover {
|
||||
border-bottom: 1px solid red;
|
||||
}
|
||||
.exeg{
|
||||
text-decoration: none;
|
||||
border-bottom: 1px dotted blue;
|
||||
background-image: none;
|
||||
padding-left: 0;
|
||||
}
|
||||
.exeg:hover {
|
||||
border-bottom: 1px solid blue;
|
||||
}
|
||||
.bothalueexeg{
|
||||
text-decoration: none;
|
||||
border-bottom: 1px dotted green;
|
||||
background-image: none;
|
||||
padding-left: 0;
|
||||
}
|
||||
.bothalueexeg:hover {
|
||||
border-bottom: 1px solid green;
|
||||
}
|
||||
#xsnazzy h1, #xsnazzy h2, #xsnazzy p {margin:0 0px; letter-spacing:1px; padding:0;}
|
||||
#xsnazzy h1 {font-size:2.5em; color:#fff;}
|
||||
#xsnazzy h2 {font-size:2em;color:#06a; border:0;}
|
||||
#xsnazzy p {padding-bottom:0.5em;}
|
||||
#xsnazzy h2 {padding-top:0.5em;}
|
||||
#xsnazzy {background: transparent; margin:0px 0px 0px 0px;}
|
||||
.xtop, .xbottom {display:block; background:transparent; font-size:1px;}
|
||||
.xb1, .xb2, .xb3, .xb4 {display:block; overflow:hidden;}
|
||||
.xb1, .xb2, .xb3 {height:1px;}
|
||||
.xb2, .xb3, .xb4 {background:#d6dff7; border-left:1px solid #6487DC; border-right:1px solid #6487DC;}
|
||||
.xb1 {margin:0 5px; background:#6487DC;}
|
||||
.xb2 {margin:0 3px; border-width:0 2px;}
|
||||
.xb3 {margin:0 2px;}
|
||||
.xb4 {height:2px; margin:0 1px;}
|
||||
.xboxcontent {display:block; background:#d6dff7; border:0 solid #6487DC; border-width:0 1px;}
|
||||
.link{
|
||||
text-decoration: none;
|
||||
color: black;
|
||||
}
|
||||
.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;
|
||||
font: 15px "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||
font-weight: 300;
|
||||
line-height: 1.625;
|
||||
}
|
||||
{/literal}
|
||||
</style>
|
||||
{literal}
|
||||
<script src="copy.js" type="text/javascript"></script>
|
||||
{/literal}
|
||||
</head>
|
||||
<body onload="{literal}window.location.hash='#verweis'" oncopy="javascript:copy('de');{/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="5%">
|
||||
|
||||
</td>
|
||||
<td width='90%'>
|
||||
{$ansicht_weekday} {$ansicht_date} - Kategorie: {$ansicht_cat_text}
|
||||
{if $ansicht_subcat_exists == '1'}
|
||||
/ {$ansicht_subcat_text}
|
||||
{/if}
|
||||
<!-- "Aus einem Gottesdienst des Stammapostels" -->
|
||||
{if $ansicht_stapgd_exists == '1'}
|
||||
<br> {$ansicht_stapgd_text}
|
||||
{/if}
|
||||
<!-- "Stammapostelgottesdienst" -->
|
||||
{if $ansicht_stapgd1_exists == '1'}
|
||||
<br> {$ansicht_stapgd1_text}
|
||||
{/if}
|
||||
<br>
|
||||
<p class=font1 align='center'>
|
||||
{$ansicht_headline_text}
|
||||
<br>
|
||||
<!-- Neues Leitgedankenformat: Thema/Unterthema -->
|
||||
{if $ansicht_lg_new == '1'}
|
||||
<font align=center size=2>
|
||||
{$ansicht_thema_text}
|
||||
{if $ansicht_subthema_exists == '1'}
|
||||
/ {$ansicht_subthema_text}
|
||||
{/if}
|
||||
</font><br>
|
||||
{/if}
|
||||
{if $ansicht_icon_pdf_right == '1'}
|
||||
{$ansicht_icon_pdf}
|
||||
{/if}
|
||||
{if $ansicht_icon_edit_right == '1'}
|
||||
{$ansicht_icon_edit}
|
||||
{/if}
|
||||
{if $ansicht_icon_outlook_right == '1'}
|
||||
{$ansicht_icon_outlook}
|
||||
{/if}
|
||||
{if $ansicht_icon_podcast_right == '1'}
|
||||
{$ansicht_icon_podcast}
|
||||
{/if}
|
||||
<p align='center'>
|
||||
<!-- Link Textwort zu Onlinebibeln -->
|
||||
{$ansicht_textwort_link}
|
||||
{if $ansicht_qv_vorhanden == '1'}
|
||||
<!-- Klappmenü Textstellenverweise -->
|
||||
<p align='center'>
|
||||
<a align='center' <a href='#' title='Standard über das Profil wählbar' onclick='document.getElementById("lue_notiz").style.display = (document.getElementById("lue_notiz").style.display == "none")?"block":"none";'>{$ansicht_field_querverweis}</a>
|
||||
</p>
|
||||
<div id="lue_notiz" style="display: {$ansicht_qv_modus}">
|
||||
{$ansicht_qv_gen}
|
||||
</div>
|
||||
{/if}
|
||||
<!-- Bibellesung vorhanden -->
|
||||
{if $ansicht_lesung_vorhanden == '1'}
|
||||
<!-- Klappmenü Lesung -->
|
||||
<p align='center'>
|
||||
<a align='center' <a href='#' title='Standard über das Profil wählbar' onclick='document.getElementById("ansicht_lesung").style.display = (document.getElementById("ansicht_lesung").style.display == "none")?"block":"none";'>{$ansicht_field_lesung}</a>
|
||||
</p>
|
||||
<div id="ansicht_lesung" style="display: {$ansicht_lesung_modus}">
|
||||
{$ansicht_lesung_gen}
|
||||
</div>
|
||||
<br>
|
||||
{/if}
|
||||
<p>
|
||||
</td>
|
||||
<td width="5%" valign="top" align="right">
|
||||
<br>
|
||||
{if $ansicht_fadeout == '1'}
|
||||
<a href="ausgabe.php?lid={$ansicht_lid}"><img title = "Lieder/Notizen einblenden"border="0" src="templates/{$global_template}/images/fadein.png"></a>
|
||||
{/if}
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="5%">
|
||||
|
||||
</td>
|
||||
<td width='90%' class=td2>
|
||||
<!-- Textwort anzeigen, wenn eines vorhanden -->
|
||||
<i> {$ansicht_textwort} </i>
|
||||
<!-- Vorwort anzeigen, wenn eine vorhanden -->
|
||||
{if $ansicht_vorwort_exists == '1'}
|
||||
<p class=font2 align='justify'>
|
||||
<div class=textfarbe>
|
||||
{$ansicht_vorwort_bez}
|
||||
</div>
|
||||
{$ansicht_vorwort_text}
|
||||
</p>
|
||||
{/if}
|
||||
<!-- Botschaft anzeigen, wenn eine vorhanden -->
|
||||
{if $ansicht_botschaft_exists == '1'}
|
||||
<p class=font2 align='justify'>
|
||||
<div class=textfarbe>
|
||||
{$ansicht_botschaft_bez}
|
||||
</div>
|
||||
{$ansicht_botschaft_text}
|
||||
</p>
|
||||
{/if}
|
||||
<!-- Ausführung anzeigen -->
|
||||
{if $ansicht_inhalt_exists != ''}
|
||||
<p class=font2 align='justify'>
|
||||
<!-- Bezeichnung "Ausführungen" anzeigen bei Gottesdiensten-->
|
||||
{if $ansicht_inhalt_exists == '1'}
|
||||
<div class=textfarbe>
|
||||
{$ansicht_inhalt_bez}
|
||||
</div>
|
||||
{/if}
|
||||
{$ansicht_inhalt_text}
|
||||
</p>
|
||||
{/if}
|
||||
<!-- Zusammenfassung anzeigen, wenn eine vorhanden -->
|
||||
{if $ansicht_zusammenfassung_exists == '1'}
|
||||
<p class=font2 align='justify'>
|
||||
<div class=textfarbe>
|
||||
{$ansicht_zusammenfassung_bez}
|
||||
</div>
|
||||
{$ansicht_zusammenfassung_text}
|
||||
</p>
|
||||
{/if}
|
||||
<!-- Kontext anzeigen, wenn einer vorhanden -->
|
||||
{if $ansicht_kontext_exists == '1'}
|
||||
<p class=font2 align='justify'>
|
||||
<div class=textfarbe>
|
||||
{$ansicht_kontext_bez}
|
||||
</div>
|
||||
{$ansicht_kontext_text}
|
||||
</p>
|
||||
{/if}
|
||||
</p>
|
||||
</td>
|
||||
<td width="5%">
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<br>
|
||||
</div>
|
||||
</div>
|
||||
<!-- #page -->
|
||||
</body>
|
||||
</html>
|
||||
|
365
templates/standard/ansicht2.html
Normal file
@ -0,0 +1,365 @@
|
||||
{if $action == ''}
|
||||
<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">
|
||||
{literal}
|
||||
<script type='text/javascript' src='overlib/overlib.js'></script>
|
||||
<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>
|
||||
<script language='JavaScript' type='text/javascript'>
|
||||
<!--
|
||||
function einblenden(div) {
|
||||
with(document.getElementById(div).style){
|
||||
if(display=='none'){
|
||||
display='inline';
|
||||
}else{
|
||||
display='none';
|
||||
}
|
||||
}
|
||||
}
|
||||
//-->
|
||||
</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%; }
|
||||
.alue{
|
||||
text-decoration: none;
|
||||
border-bottom: 1px dotted red;
|
||||
background-image: none;
|
||||
padding-left: 0;
|
||||
}
|
||||
.alue:hover {
|
||||
border-bottom: 1px solid red;
|
||||
}
|
||||
.exeg{
|
||||
text-decoration: none;
|
||||
border-bottom: 1px dotted blue;
|
||||
background-image: none;
|
||||
padding-left: 0;
|
||||
}
|
||||
.exeg:hover {
|
||||
border-bottom: 1px solid blue;
|
||||
}
|
||||
.bothalueexeg{
|
||||
text-decoration: none;
|
||||
border-bottom: 1px dotted green;
|
||||
background-image: none;
|
||||
padding-left: 0;
|
||||
}
|
||||
.bothalueexeg:hover {
|
||||
border-bottom: 1px solid green;
|
||||
}
|
||||
#xsnazzy h1, #xsnazzy h2, #xsnazzy p {margin:0 0px; letter-spacing:1px; padding:0;}
|
||||
#xsnazzy h1 {font-size:2.5em; color:#fff;}
|
||||
#xsnazzy h2 {font-size:2em;color:#06a; border:0;}
|
||||
#xsnazzy p {padding-bottom:0.5em;}
|
||||
#xsnazzy h2 {padding-top:0.5em;}
|
||||
#xsnazzy {background: transparent; margin:0px 0px 0px 0px;}
|
||||
.xtop, .xbottom {display:block; background:transparent; font-size:1px;}
|
||||
.xb1, .xb2, .xb3, .xb4 {display:block; overflow:hidden;}
|
||||
.xb1, .xb2, .xb3 {height:1px;}
|
||||
.xb2, .xb3, .xb4 {background:#d6dff7; border-left:1px solid #6487DC; border-right:1px solid #6487DC;}
|
||||
.xb1 {margin:0 5px; background:#6487DC;}
|
||||
.xb2 {margin:0 3px; border-width:0 2px;}
|
||||
.xb3 {margin:0 2px;}
|
||||
.xb4 {height:2px; margin:0 1px;}
|
||||
.xboxcontent {display:block; background:#d6dff7; border:0 solid #6487DC; border-width:0 1px;}
|
||||
.link{
|
||||
text-decoration: none;
|
||||
color: black;
|
||||
}
|
||||
.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;
|
||||
font: 15px "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||
font-weight: 300;
|
||||
line-height: 1.625;
|
||||
}
|
||||
{/literal}
|
||||
</style>
|
||||
{literal}
|
||||
<script src="copy.js" type="text/javascript"></script>
|
||||
{/literal}
|
||||
</head>
|
||||
<body onload="{literal}window.location.hash='#verweis'" oncopy="javascript:copy('de');{/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="5%">
|
||||
|
||||
</td>
|
||||
<td width='90%'>
|
||||
{$ansicht_weekday} {$ansicht_date} - Kategorie: {$ansicht_cat_text}
|
||||
{if $ansicht_subcat_exists == '1'}
|
||||
/ {$ansicht_subcat_text}
|
||||
{/if}
|
||||
<!-- "Aus einem Gottesdienst des Stammapostels" -->
|
||||
{if $ansicht_stapgd_exists == '1'}
|
||||
<br> {$ansicht_stapgd_text}
|
||||
{/if}
|
||||
<!-- "Stammapostelgottesdienst" -->
|
||||
{if $ansicht_stapgd1_exists == '1'}
|
||||
<br> {$ansicht_stapgd1_text}
|
||||
{/if}
|
||||
<br>
|
||||
<p class=font1 align='center'>
|
||||
{$ansicht_headline_text}
|
||||
<br>
|
||||
<!-- Neues Leitgedankenformat: Thema/Unterthema -->
|
||||
{if $ansicht_lg_new == '1'}
|
||||
<font align=center size=2>
|
||||
{if $ansicht_thema_text_link == "0"}
|
||||
{$ansicht_thema_text}
|
||||
{/if}
|
||||
{if $ansicht_thema_text_link == "1"}
|
||||
<a href="?action=thema&tid={$ansicht_thema_text_tid}" target='kurshaupt'>{$ansicht_thema_text}</a>
|
||||
{/if}
|
||||
{if $ansicht_subthema_exists == '1'}
|
||||
/ {$ansicht_subthema_text}
|
||||
{/if}
|
||||
</font><br>
|
||||
{/if}
|
||||
{if $ansicht_icon_pdf_right == '1'}
|
||||
{$ansicht_icon_pdf}
|
||||
{/if}
|
||||
{if $ansicht_icon_edit_right == '1'}
|
||||
{$ansicht_icon_edit}
|
||||
{/if}
|
||||
{if $ansicht_icon_outlook_right == '1'}
|
||||
{$ansicht_icon_outlook}
|
||||
{/if}
|
||||
{if $ansicht_icon_podcast_right == '1'}
|
||||
{$ansicht_icon_podcast}
|
||||
{/if}
|
||||
<p align='center'>
|
||||
<!-- Link Textwort zu Onlinebibeln -->
|
||||
{$ansicht_textwort_link}
|
||||
{if $ansicht_qv_vorhanden == '1'}
|
||||
<!-- Klappmenü Textstellenverweise -->
|
||||
<p align='center'>
|
||||
<a align='center' <a href='#' title='Standard über das Profil wählbar' onclick='document.getElementById("lue_notiz").style.display = (document.getElementById("lue_notiz").style.display == "none")?"block":"none";'>{$ansicht_field_querverweis}</a>
|
||||
</p>
|
||||
<div id="lue_notiz" style="display: {$ansicht_qv_modus}">
|
||||
{$ansicht_qv_gen}
|
||||
</div>
|
||||
{/if}
|
||||
{if $ansicht_fp_gen != "0"}
|
||||
<p align='center'>
|
||||
<a align='center' <a href='#' onclick='document.getElementById("lue_fp").style.display = (document.getElementById("lue_fp").style.display == "none")?"block":"none";'>{$ansicht_field_publikation}</a>
|
||||
</p>
|
||||
<div id="lue_fp" style="display: block">
|
||||
{$ansicht_fp_gen}
|
||||
</div>
|
||||
{/if}
|
||||
<!-- Bibellesung vorhanden -->
|
||||
{if $ansicht_lesung_vorhanden == '1'}
|
||||
<!-- Klappmenü Lesung -->
|
||||
<p align='center'>
|
||||
<a align='center' <a href='#' title='Standard über das Profil wählbar' onclick='document.getElementById("ansicht_lesung").style.display = (document.getElementById("ansicht_lesung").style.display == "none")?"block":"none";'>{$ansicht_field_lesung}</a>
|
||||
</p>
|
||||
<div id="ansicht_lesung" style="display: {$ansicht_lesung_modus}">
|
||||
{$ansicht_lesung_gen}
|
||||
</div>
|
||||
<br>
|
||||
{/if}
|
||||
<p>
|
||||
</td>
|
||||
<td width="5%" valign="top" align="right">
|
||||
<br>
|
||||
{if $ansicht_fadeout == '1'}
|
||||
<a href="ausgabe.php?lid={$ansicht_lid}"><img title = "Lieder/Notizen einblenden"border="0" src="templates/{$global_template}/images/fadein.png"></a>
|
||||
{/if}
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="5%">
|
||||
|
||||
</td>
|
||||
<td width='90%' class=td2>
|
||||
<!-- Textwort anzeigen, wenn eines vorhanden -->
|
||||
<i> {$ansicht_textwort} </i>
|
||||
<!-- Vorwort anzeigen, wenn eine vorhanden -->
|
||||
{if $ansicht_vorwort_exists == '1'}
|
||||
<p class=font2 align='justify'>
|
||||
<div class=textfarbe>
|
||||
{$ansicht_vorwort_bez}
|
||||
</div>
|
||||
{$ansicht_vorwort_text}
|
||||
</p>
|
||||
{/if}
|
||||
<!-- Botschaft anzeigen, wenn eine vorhanden -->
|
||||
{if $ansicht_botschaft_exists == '1'}
|
||||
<p class=font2 align='justify'>
|
||||
<div class=textfarbe>
|
||||
{$ansicht_botschaft_bez}
|
||||
</div>
|
||||
{$ansicht_botschaft_text}
|
||||
</p>
|
||||
{/if}
|
||||
<!-- Ausführung anzeigen -->
|
||||
{if $ansicht_inhalt_exists != ''}
|
||||
<p class=font2 align='justify'>
|
||||
<!-- Bezeichnung "Ausführungen" anzeigen bei Gottesdiensten-->
|
||||
{if $ansicht_inhalt_exists == '1'}
|
||||
<div class=textfarbe>
|
||||
{$ansicht_inhalt_bez}
|
||||
</div>
|
||||
{/if}
|
||||
{$ansicht_inhalt_text}
|
||||
</p>
|
||||
{/if}
|
||||
<!-- Zusammenfassung anzeigen, wenn eine vorhanden -->
|
||||
{if $ansicht_zusammenfassung_exists == '1'}
|
||||
<p class=font2 align='justify'>
|
||||
<div class=textfarbe>
|
||||
{$ansicht_zusammenfassung_bez}
|
||||
</div>
|
||||
{$ansicht_zusammenfassung_text}
|
||||
</p>
|
||||
{/if}
|
||||
<!-- Kontext anzeigen, wenn einer vorhanden -->
|
||||
{if $ansicht_kontext_exists == '1'}
|
||||
<p class=font2 align='justify'>
|
||||
<div class=textfarbe>
|
||||
{$ansicht_kontext_bez}
|
||||
</div>
|
||||
{$ansicht_kontext_text}
|
||||
</p>
|
||||
{/if}
|
||||
</p>
|
||||
</td>
|
||||
<td width="5%">
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<br>
|
||||
</div>
|
||||
</div>
|
||||
<!-- #page -->
|
||||
</body>
|
||||
</html>
|
||||
{/if}
|
||||
{if $action == 'thema'}
|
||||
<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">
|
||||
<title>{$suche_match_titel}</title>
|
||||
<style>
|
||||
{literal}
|
||||
<!--
|
||||
.sl,.r{font-weight:normal;margin:0;display:inline}
|
||||
.r{font-size:1em}
|
||||
.g{margin-top:1em;margin-bottom:1em}
|
||||
.a,.a:link{color:green}
|
||||
body,td,div,.p,a{font-family:arial,sans-serif}
|
||||
-->
|
||||
{/literal}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<table align="center" border="0" style="border-collapse: collapse" width="100%" cellpadding="0" height="95%" id="table1">
|
||||
<tr>
|
||||
<td>
|
||||
<div align="center">
|
||||
<table valign="top" cellspacing="0" cellpadding="0" width="100%" border="0">
|
||||
<tr>
|
||||
<td width="10" background="templates/{$global_template}/images/box_e1.gif">
|
||||
<img height="40" src="templates/{$global_template}/images/blank.gif" width="22">
|
||||
</td>
|
||||
<td nowrap="nowrap" align="left" width="98%" background="templates/{$global_template}/images/box_top.gif" valign="top">
|
||||
<img height="10" src="templates/{$global_template}/images/blank.gif" width="1"><br>
|
||||
<font class="hd">{$suche_match_titel}</font><br>
|
||||
<span class="sh">Treffer: {$anzahltreffer}</span><br>
|
||||
<img height="5" src="templates/{$global_template}/images/blank.gif" width="1">
|
||||
</td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="templates/{$global_template}/images/box_e2.gif">
|
||||
<img height="40" src="templates/{$global_template}/images/blank.gif" width="22">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="1%" background="templates/{$global_template}/images/box_l.gif">
|
||||
<img height="1" src="templates/{$global_template}/images/blank.gif" width="22">
|
||||
</td>
|
||||
<td>
|
||||
<table valign="top" border="0" cellpadding="4" cellspacing="0" style="border-collapse: collapse" bordercolor="#E7E8ED" width="60%" id="AutoNumber1">
|
||||
{section name=table_data3 loop=$table_data3}
|
||||
<tr>
|
||||
<td>
|
||||
<h2 class=r><a class=l href=ausgabe.php?lid={$table_data3[table_data3].lid}&suchart={$table_data3[table_data3].suchart}&inhalt_hig={$table_data3[table_data3].inhalt_hig}><b>{$table_data3[table_data3].ueberschrift}</b></a></h2>
|
||||
<br>
|
||||
{$table_data3[table_data3].preview}
|
||||
<br>
|
||||
<span class=a>Kategorie: {$table_data3[table_data3].kategorie}
|
||||
{if $table_data3[table_data3].unterkategorie != ''}
|
||||
/ {$table_data3[table_data3].unterkategorie}
|
||||
{/if}
|
||||
<br>
|
||||
Datum: {$table_data3[table_data3].wochentag}, {$table_data3[table_data3].tag}.{$table_data3[table_data3].monat}.{$table_data3[table_data3].jahr}
|
||||
</span>
|
||||
<p>
|
||||
<p>
|
||||
</td>
|
||||
</tr>
|
||||
{/section}
|
||||
</table>
|
||||
</td>
|
||||
<td width="1%" background="templates/{$global_template}/images/box_r.gif">
|
||||
<img height="1" src="templates/{$global_template}/images/blank.gif" width="22">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td nowrap="nowrap" align="left" width="1%" background="templates/{$global_template}/images/box_e3.gif">
|
||||
<img height="16" src="templates/{$global_template}/images/blank.gif" width="22">
|
||||
</td>
|
||||
<td nowrap="nowrap" align="left" width="98%" background="templates/{$global_template}/images/box_bottom.gif">
|
||||
<img height="16" src="templates/{$global_template}/images/blank.gif" width="8">
|
||||
</td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="templates/{$global_template}/images/box_e4.gif">
|
||||
<img height="16" src="templates/{$global_template}/images/blank.gif" width="22">
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
{/if}
|
264
templates/standard/ansicht2.html_20200212
Normal file
@ -0,0 +1,264 @@
|
||||
<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">
|
||||
{literal}
|
||||
<script type='text/javascript' src='overlib/overlib.js'></script>
|
||||
<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>
|
||||
<script language='JavaScript' type='text/javascript'>
|
||||
<!--
|
||||
function einblenden(div) {
|
||||
with(document.getElementById(div).style){
|
||||
if(display=='none'){
|
||||
display='inline';
|
||||
}else{
|
||||
display='none';
|
||||
}
|
||||
}
|
||||
}
|
||||
//-->
|
||||
</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%; }
|
||||
.alue{
|
||||
text-decoration: none;
|
||||
border-bottom: 1px dotted red;
|
||||
background-image: none;
|
||||
padding-left: 0;
|
||||
}
|
||||
.alue:hover {
|
||||
border-bottom: 1px solid red;
|
||||
}
|
||||
.exeg{
|
||||
text-decoration: none;
|
||||
border-bottom: 1px dotted blue;
|
||||
background-image: none;
|
||||
padding-left: 0;
|
||||
}
|
||||
.exeg:hover {
|
||||
border-bottom: 1px solid blue;
|
||||
}
|
||||
.bothalueexeg{
|
||||
text-decoration: none;
|
||||
border-bottom: 1px dotted green;
|
||||
background-image: none;
|
||||
padding-left: 0;
|
||||
}
|
||||
.bothalueexeg:hover {
|
||||
border-bottom: 1px solid green;
|
||||
}
|
||||
#xsnazzy h1, #xsnazzy h2, #xsnazzy p {margin:0 0px; letter-spacing:1px; padding:0;}
|
||||
#xsnazzy h1 {font-size:2.5em; color:#fff;}
|
||||
#xsnazzy h2 {font-size:2em;color:#06a; border:0;}
|
||||
#xsnazzy p {padding-bottom:0.5em;}
|
||||
#xsnazzy h2 {padding-top:0.5em;}
|
||||
#xsnazzy {background: transparent; margin:0px 0px 0px 0px;}
|
||||
.xtop, .xbottom {display:block; background:transparent; font-size:1px;}
|
||||
.xb1, .xb2, .xb3, .xb4 {display:block; overflow:hidden;}
|
||||
.xb1, .xb2, .xb3 {height:1px;}
|
||||
.xb2, .xb3, .xb4 {background:#d6dff7; border-left:1px solid #6487DC; border-right:1px solid #6487DC;}
|
||||
.xb1 {margin:0 5px; background:#6487DC;}
|
||||
.xb2 {margin:0 3px; border-width:0 2px;}
|
||||
.xb3 {margin:0 2px;}
|
||||
.xb4 {height:2px; margin:0 1px;}
|
||||
.xboxcontent {display:block; background:#d6dff7; border:0 solid #6487DC; border-width:0 1px;}
|
||||
.link{
|
||||
text-decoration: none;
|
||||
color: black;
|
||||
}
|
||||
.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;
|
||||
font: 15px "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||
font-weight: 300;
|
||||
line-height: 1.625;
|
||||
}
|
||||
{/literal}
|
||||
</style>
|
||||
{literal}
|
||||
<script src="copy.js" type="text/javascript"></script>
|
||||
{/literal}
|
||||
</head>
|
||||
<body onload="{literal}window.location.hash='#verweis'" oncopy="javascript:copy('de');{/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="5%">
|
||||
|
||||
</td>
|
||||
<td width='90%'>
|
||||
{$ansicht_weekday} {$ansicht_date} - Kategorie: {$ansicht_cat_text}
|
||||
{if $ansicht_subcat_exists == '1'}
|
||||
/ {$ansicht_subcat_text}
|
||||
{/if}
|
||||
<!-- "Aus einem Gottesdienst des Stammapostels" -->
|
||||
{if $ansicht_stapgd_exists == '1'}
|
||||
<br> {$ansicht_stapgd_text}
|
||||
{/if}
|
||||
<!-- "Stammapostelgottesdienst" -->
|
||||
{if $ansicht_stapgd1_exists == '1'}
|
||||
<br> {$ansicht_stapgd1_text}
|
||||
{/if}
|
||||
<br>
|
||||
<p class=font1 align='center'>
|
||||
{$ansicht_headline_text}
|
||||
<br>
|
||||
<!-- Neues Leitgedankenformat: Thema/Unterthema -->
|
||||
{if $ansicht_lg_new == '1'}
|
||||
<font align=center size=2>
|
||||
{$ansicht_thema_text}
|
||||
{if $ansicht_subthema_exists == '1'}
|
||||
/ {$ansicht_subthema_text}
|
||||
{/if}
|
||||
</font><br>
|
||||
{/if}
|
||||
{if $ansicht_icon_pdf_right == '1'}
|
||||
{$ansicht_icon_pdf}
|
||||
{/if}
|
||||
{if $ansicht_icon_edit_right == '1'}
|
||||
{$ansicht_icon_edit}
|
||||
{/if}
|
||||
{if $ansicht_icon_outlook_right == '1'}
|
||||
{$ansicht_icon_outlook}
|
||||
{/if}
|
||||
{if $ansicht_icon_podcast_right == '1'}
|
||||
{$ansicht_icon_podcast}
|
||||
{/if}
|
||||
<p align='center'>
|
||||
<!-- Link Textwort zu Onlinebibeln -->
|
||||
{$ansicht_textwort_link}
|
||||
{if $ansicht_qv_vorhanden == '1'}
|
||||
<!-- Klappmenü Textstellenverweise -->
|
||||
<p align='center'>
|
||||
<a align='center' <a href='#' title='Standard über das Profil wählbar' onclick='document.getElementById("lue_notiz").style.display = (document.getElementById("lue_notiz").style.display == "none")?"block":"none";'>{$ansicht_field_querverweis}</a>
|
||||
</p>
|
||||
<div id="lue_notiz" style="display: {$ansicht_qv_modus}">
|
||||
{$ansicht_qv_gen}
|
||||
</div>
|
||||
{/if}
|
||||
<!-- Bibellesung vorhanden -->
|
||||
{if $ansicht_lesung_vorhanden == '1'}
|
||||
<!-- Klappmenü Lesung -->
|
||||
<p align='center'>
|
||||
<a align='center' <a href='#' title='Standard über das Profil wählbar' onclick='document.getElementById("ansicht_lesung").style.display = (document.getElementById("ansicht_lesung").style.display == "none")?"block":"none";'>{$ansicht_field_lesung}</a>
|
||||
</p>
|
||||
<div id="ansicht_lesung" style="display: {$ansicht_lesung_modus}">
|
||||
{$ansicht_lesung_gen}
|
||||
</div>
|
||||
<br>
|
||||
{/if}
|
||||
<p>
|
||||
</td>
|
||||
<td width="5%" valign="top" align="right">
|
||||
<br>
|
||||
{if $ansicht_fadeout == '1'}
|
||||
<a href="ausgabe.php?lid={$ansicht_lid}"><img title = "Lieder/Notizen einblenden"border="0" src="templates/{$global_template}/images/fadein.png"></a>
|
||||
{/if}
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="5%">
|
||||
|
||||
</td>
|
||||
<td width='90%' class=td2>
|
||||
<!-- Textwort anzeigen, wenn eines vorhanden -->
|
||||
<i> {$ansicht_textwort} </i>
|
||||
<!-- Vorwort anzeigen, wenn eine vorhanden -->
|
||||
{if $ansicht_vorwort_exists == '1'}
|
||||
<p class=font2 align='justify'>
|
||||
<div class=textfarbe>
|
||||
{$ansicht_vorwort_bez}
|
||||
</div>
|
||||
{$ansicht_vorwort_text}
|
||||
</p>
|
||||
{/if}
|
||||
<!-- Botschaft anzeigen, wenn eine vorhanden -->
|
||||
{if $ansicht_botschaft_exists == '1'}
|
||||
<p class=font2 align='justify'>
|
||||
<div class=textfarbe>
|
||||
{$ansicht_botschaft_bez}
|
||||
</div>
|
||||
{$ansicht_botschaft_text}
|
||||
</p>
|
||||
{/if}
|
||||
<!-- Ausführung anzeigen -->
|
||||
{if $ansicht_inhalt_exists != ''}
|
||||
<p class=font2 align='justify'>
|
||||
<!-- Bezeichnung "Ausführungen" anzeigen bei Gottesdiensten-->
|
||||
{if $ansicht_inhalt_exists == '1'}
|
||||
<div class=textfarbe>
|
||||
{$ansicht_inhalt_bez}
|
||||
</div>
|
||||
{/if}
|
||||
{$ansicht_inhalt_text}
|
||||
</p>
|
||||
{/if}
|
||||
<!-- Zusammenfassung anzeigen, wenn eine vorhanden -->
|
||||
{if $ansicht_zusammenfassung_exists == '1'}
|
||||
<p class=font2 align='justify'>
|
||||
<div class=textfarbe>
|
||||
{$ansicht_zusammenfassung_bez}
|
||||
</div>
|
||||
{$ansicht_zusammenfassung_text}
|
||||
</p>
|
||||
{/if}
|
||||
<!-- Kontext anzeigen, wenn einer vorhanden -->
|
||||
{if $ansicht_kontext_exists == '1'}
|
||||
<p class=font2 align='justify'>
|
||||
<div class=textfarbe>
|
||||
{$ansicht_kontext_bez}
|
||||
</div>
|
||||
{$ansicht_kontext_text}
|
||||
</p>
|
||||
{/if}
|
||||
</p>
|
||||
</td>
|
||||
<td width="5%">
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<br>
|
||||
</div>
|
||||
</div>
|
||||
<!-- #page -->
|
||||
</body>
|
||||
</html>
|
||||
|
22
templates/standard/ausgabe.html
Normal file
@ -0,0 +1,22 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>{$global_titel}</title>
|
||||
</head>
|
||||
|
||||
<frameset framespacing="0" border="0" frameborder="0" cols="*,305">
|
||||
{if $ausgabe_ansicht == '1'}
|
||||
<frame name="Banner" id='Banner' scrolling="auto" noresize target="Inhalt" src="ansicht.php?lid={$ausgabe_lid}&verweis={$ausgabe_verweis}&suchart=$suchart{$ausgabe_suchart}={$ausgabe_inhalt_hig}">
|
||||
{else}
|
||||
<frame name="Banner" id='Banner' scrolling="auto" noresize target="Inhalt" src="ansicht2.php?lid={$ausgabe_lid}&verweis={$ausgabe_verweis}&suchart=$suchart{$ausgabe_suchart}={$ausgabe_inhalt_hig}">
|
||||
{/if}
|
||||
<frameset rows="175,*">
|
||||
<frame name="lied" id='lied' scrolling="auto" src="lieder.php?ausgabe_ansicht={$ausgabe_ansicht}&lid={$ausgabe_lid}" noresize>
|
||||
<frame name="comment" id='comment' scrolling="auto" src="notizen.php?lid={$ausgabe_lid}" noresize>
|
||||
</frameset>
|
||||
<noframes>
|
||||
<body>
|
||||
<p>Diese Seite verwendet Frames. Frames werden von Ihrem Browser aber nicht unterstützt.</p>
|
||||
</body>
|
||||
</noframes>
|
||||
</frameset>
|
||||
</html>
|
78
templates/standard/bes_gd.html
Normal file
@ -0,0 +1,78 @@
|
||||
<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">
|
||||
<title>{$bes_gd_match_titel}</title>
|
||||
<style>
|
||||
{literal}
|
||||
<!--
|
||||
.sl,.r{font-weight:normal;margin:0;display:inline}
|
||||
.r{font-size:1em}
|
||||
.g{margin-top:1em;margin-bottom:1em}
|
||||
.a,.a:link{color:green}
|
||||
body,td,div,.p,a{font-family:arial,sans-serif}
|
||||
-->
|
||||
{/literal}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<table align="center" border="0" style="border-collapse: collapse" width="100%" cellpadding="0" height="95%" id="table1">
|
||||
<tr>
|
||||
<td>
|
||||
<div align="center">
|
||||
<table valign="top" cellspacing="0" cellpadding="0" width="100%" border="0">
|
||||
<tr>
|
||||
<td width="10" background="templates/{$global_template}/images/box_e1.gif">
|
||||
<img height="40" src="templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
<td nowrap="nowrap" align="left" width="98%" background="templates/{$global_template}/images/box_top.gif" valign="top">
|
||||
<img height="10" src="templates/{$global_template}/images/blank.gif" width="1"><br>
|
||||
<font class="hd">{$bes_gd_match_titel}</font><br>
|
||||
<span class="sh">Treffer: {$anzahltreffer}</span><br>
|
||||
<img height="5" src="templates/{$global_template}/images/blank.gif" width="1"></td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="templates/{$global_template}/images/box_e2.gif">
|
||||
<img height="40" src="templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="1%" background="templates/{$global_template}/images/box_l.gif">
|
||||
<img height="1" src="templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
<td>
|
||||
<table valign="top" border="0" cellpadding="4" cellspacing="0" style="border-collapse: collapse" bordercolor="#E7E8ED" width="60%" id="AutoNumber1">
|
||||
|
||||
{section name=table_data loop=$table_data}
|
||||
<tr>
|
||||
<td>
|
||||
<h2 class=r><a class=l href=ausgabe.php?lid={$table_data[table_data].lid}><b>{$table_data[table_data].ueberschrift}</b></a></h2>
|
||||
<br>
|
||||
{$table_data[table_data].preview}
|
||||
<br>
|
||||
<span class=a>Kategorie: {$table_data[table_data].kategorie}
|
||||
{if $table_data[table_data].unterkategorie != ''}
|
||||
/ {$table_data[table_data].unterkategorie}
|
||||
{/if}
|
||||
<br>
|
||||
Datum: {$table_data[table_data].wochentag}, {$table_data[table_data].tag}.{$table_data[table_data].monat}.{$table_data[table_data].jahr}
|
||||
</span>
|
||||
<p>
|
||||
<p>
|
||||
</td>
|
||||
</tr>
|
||||
{/section}
|
||||
</table>
|
||||
</td>
|
||||
<td width="1%" background="templates/{$global_template}/images/box_r.gif">
|
||||
<img height="1" src="templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td nowrap="nowrap" align="left" width="1%" background="templates/{$global_template}/images/box_e3.gif">
|
||||
<img height="16" src="templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
<td nowrap="nowrap" align="left" width="98%" background="templates/{$global_template}/images/box_bottom.gif">
|
||||
<img height="16" src="templates/{$global_template}/images/blank.gif" width="8"></td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="templates/{$global_template}/images/box_e4.gif">
|
||||
<img height="16" src="templates/{$global_template}/images/blank.gif" width="22"> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
393
templates/standard/bib_popup.html_lut84_20180219
Normal file
@ -0,0 +1,393 @@
|
||||
{if $action == ''}
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv='content-type' content='text/html; charset=ISO-8859-1'>
|
||||
|
||||
<title>{$bib_popup_titel}</title>
|
||||
<link rel='stylesheet' href='biblepopup.css' type='text/css'>
|
||||
|
||||
<style type='text/css'>
|
||||
{literal}
|
||||
div input{
|
||||
margin:0;
|
||||
color:#6487DC;
|
||||
font-weight:bold;
|
||||
border:1px solid #6487DC;
|
||||
cursor:pointer;
|
||||
padding:2px 8px;
|
||||
text-decoration:none;
|
||||
text-shadow:rgba(255,255,255,1) 0 1px 0;
|
||||
border-radius:5px;
|
||||
-moz-border-radius:5px;
|
||||
-khtml-border-radius:5px;
|
||||
-webkit-border-radius:5px;
|
||||
border-radius:5px;
|
||||
-moz-box-sizing:content-box;
|
||||
-webkit-box-sizing:content-box;
|
||||
-khtml-box-sizing:content-box;
|
||||
box-sizing:content-box;
|
||||
}
|
||||
|
||||
/* Big box with list of options */
|
||||
#ajax_listOfOptions{
|
||||
position:absolute; /* Never change this one */
|
||||
width:250px; /* Width of box */
|
||||
height:200px; /* Height of box */
|
||||
overflow:auto; /* Scrolling features */
|
||||
border:1px solid #6487DC; /* Dark blue border */
|
||||
background-color:#FFF; /* White background color */
|
||||
text-align:left;
|
||||
font-family : verdana, arial;
|
||||
z-index:10000;
|
||||
}
|
||||
#ajax_listOfOptions div{ /* General rule for both .optionDiv and .optionDivSelected */
|
||||
margin:1px;
|
||||
padding:1px;
|
||||
cursor:pointer;
|
||||
font-size:0.9em;
|
||||
}
|
||||
#ajax_listOfOptions .optionDiv{ /* Div for each item in list */
|
||||
|
||||
}
|
||||
#ajax_listOfOptions .optionDivSelected{ /* Selected item in the list */
|
||||
background-color:#D6DFF7;
|
||||
color:#002276;
|
||||
font-family : verdana, arial;
|
||||
font-weight : bold;
|
||||
}
|
||||
#ajax_listOfOptions_iframe{
|
||||
background-color:#F00;
|
||||
position:absolute;
|
||||
z-index:500;
|
||||
}
|
||||
|
||||
form{
|
||||
display:inline;
|
||||
}
|
||||
{/literal}
|
||||
</style>
|
||||
{literal}
|
||||
<script type="text/javascript" src="livesearch/ajax.js"></script>
|
||||
<script type="text/javascript" src="livesearch/ajax-dynamic-list.js">
|
||||
/************************************************************************************************************
|
||||
(C) www.dhtmlgoodies.com, April 2006
|
||||
|
||||
This is a script from www.dhtmlgoodies.com. You will find this and a lot of other scripts at our website.
|
||||
|
||||
Terms of use:
|
||||
You are free to use this script as long as the copyright message is kept intact. However, you may not
|
||||
redistribute, sell or repost it without our permission.
|
||||
|
||||
Thank you!
|
||||
|
||||
www.dhtmlgoodies.com
|
||||
Alf Magne Kalleland
|
||||
|
||||
************************************************************************************************************/
|
||||
</script
|
||||
{/literal}
|
||||
</head>
|
||||
<body style='margin: 0px; padding: 0px;' onload="document.searchform.search_bibel.value ='{$bib_popup_search_text}'">
|
||||
<table height='100%' width='100%'>
|
||||
|
||||
<!-- Header -->
|
||||
<tr>
|
||||
<td height='5%'>
|
||||
<table height='100%' width='100%' cellpadding='0' cellspacing='0'>
|
||||
<tbody><tr>
|
||||
<td class='headline' style='border-bottom: 2px solid #6487DC; padding-top: 3px;' valign='middle' align='center'>
|
||||
|
||||
<form action=?action=suche id="searchform" method="POST" name="searchform">
|
||||
|
||||
<table width='100%'>
|
||||
<tr>
|
||||
<td width='33%' 'padding-top: 13px;' valign='middle' align='left'>
|
||||
|
||||
<div>
|
||||
<input type="text" id="search_bibel" name="search_bibel" value="{$bib_popup_search_text}" onclick="{literal}if(document.searchform.search_bibel.value =='{/literal}{$bib_popup_search_text}{literal}'){document.searchform.search_bibel.value ='';}{/literal}" onkeyup="ajax_showOptions(this,'getWord',event)" size="30">
|
||||
<input type="hidden" id="search_bibel_hidden" name="search_bibel_ID"><!-- THE ID OF the textstelle will be inserted into this hidden input -->
|
||||
</div>
|
||||
|
||||
</td>
|
||||
<td width='33%' 'padding-top: 3px;' valign='middle' align='center'>
|
||||
<strong>{$bib_popup_anz_buch} {$bib_popup_buch} {$bib_popup_kapitel}</strong>
|
||||
</td>
|
||||
<td width='33%'>
|
||||
</td>
|
||||
</tr>
|
||||
</table
|
||||
|
||||
</form>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
<!-- BODY -->
|
||||
<tr>
|
||||
<td height='90%' valign='top'>
|
||||
<iframe src="bib_popup_body.php?anz_buch={$bib_popup_anz_buch}&buch={$bib_popup_buch}&kapitel={$bib_popup_kapitel}&vers_anf={$bib_popup_vers_anf}&vers_trenner={$bib_popup_vers_trenner}&vers_ende={$bib_popup_vers_ende}&vers_select={$bib_popup_vers_select}&stopmark={$bib_popup_stopmark}#stopmark" style="border:0px #FFFFFF none;" name="body" scrolling="auto" frameborder="0" align=aus marginheight="0px" marginwidth="0px" height="100%" width="100%"></iframe>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
<!-- FOOTER -->
|
||||
<tr>
|
||||
<td height='5%'>
|
||||
|
||||
<table valign='middle' style='border-top: 2px solid #6487DC;' width='99%' align='center' border='0' cellpadding='0' cellspacing='0'>
|
||||
<tbody>
|
||||
<tr>
|
||||
|
||||
{if $bib_popup_prev == '1'}
|
||||
<td style='padding-right: 1px; vertical-align: top;' width='50%'>
|
||||
<a target='_top' href="?wort={$bib_popup_prev_buch}&vers_select=N" class='nextprev'><font size=3>←</font> {$bib_popup_prev_buch}</a>
|
||||
</td>
|
||||
{/if}
|
||||
|
||||
{if $bib_popup_next == '1'}
|
||||
<td style='vertical-align: top;' width='50%'>
|
||||
<a target='_top' href="?wort={$bib_popup_next_buch}&vers_select=N" class='nextprev'>{$bib_popup_next_buch} <font size=3>→</font></a>
|
||||
</td>
|
||||
{/if}
|
||||
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
</body>
|
||||
</html>
|
||||
{/if}
|
||||
|
||||
{if $action == 'suche'}
|
||||
{if $bib_popup_nohit == '1'}
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv='content-type' content='text/html; charset=ISO-8859-1'>
|
||||
<link rel="stylesheet" href="../templates/{$global_template}/css/styles_pc.php" type="text/css">
|
||||
<title>{$bib_popup_nomatch_titel}</title>
|
||||
</head>
|
||||
<body>
|
||||
<table border="0" style="border-collapse: collapse" width="100%" cellpadding="0" height="100%" id="table1">
|
||||
<tr>
|
||||
<td>
|
||||
<div align="center">
|
||||
<table cellspacing="0" cellpadding="0" width="550" border="0">
|
||||
<tr>
|
||||
<td width="10" background="../templates/{$global_template}/images/box_e1.gif">
|
||||
<img height="40" src="../templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
<td nowrap="nowrap" align="left" width="3%" background="../templates/{$global_template}/images/box_top.gif" valign="top"></td>
|
||||
<td width="95%" background="../templates/{$global_template}/images/box_top.gif">
|
||||
<img height="10" src="../templates/{$global_template}/images/blank.gif" width="1"><br>
|
||||
<span class="sh">{$bib_popup_nomatch_titel}</span><br>
|
||||
<img height="5" src="../templates/{$global_template}/images/blank.gif" width="1"></td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="../templates/{$global_template}/images/box_e2.gif">
|
||||
<img height="40" src="../templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="1%" background="../templates/{$global_template}/images/box_l.gif">
|
||||
<img height="1" src="../templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
<td colspan="2"><br>
|
||||
<p align="center"><b>{$bib_popup_nomatch_text}</b>
|
||||
<p align="center"><a href='?wort=1. Mose 1&vers_select=N'>
|
||||
<img border="0" src="../templates/{$global_template}/images/zurueck.gif"></a>
|
||||
</p>
|
||||
<p></p>
|
||||
<p></p>
|
||||
<p></p>
|
||||
<p></p>
|
||||
<p><br>
|
||||
</p>
|
||||
</td>
|
||||
<td width="1%" background="../templates/{$global_template}/images/box_r.gif">
|
||||
<img height="1" src="../templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td nowrap="nowrap" align="left" width="1%" background="../templates/{$global_template}/images/box_e3.gif">
|
||||
<img height="16" src="../templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
<td nowrap="nowrap" align="left" width="98%" background="../templates/{$global_template}/images/box_bottom.gif" colspan="2">
|
||||
<img height="16" src="../templates/{$global_template}/images/blank.gif" width="8"></td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="../templates/{$global_template}/images/box_e4.gif">
|
||||
<img height="16" src="../templates/{$global_template}/images/blank.gif" width="22"> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
{/if}
|
||||
{/if}
|
||||
|
||||
{if $action == 'suche2'}
|
||||
{if $bib_popup_nohit == '1'}
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv='content-type' content='text/html; charset=ISO-8859-1'>
|
||||
<link rel="stylesheet" href="../templates/{$global_template}/css/styles_pc.php" type="text/css">
|
||||
<title>{$bib_popup_nomatch_titel}</title>
|
||||
</head>
|
||||
<body>
|
||||
<table border="0" style="border-collapse: collapse" width="100%" cellpadding="0" height="100%" id="table1">
|
||||
<tr>
|
||||
<td>
|
||||
<div align="center">
|
||||
<table cellspacing="0" cellpadding="0" width="550" border="0">
|
||||
<tr>
|
||||
<td width="10" background="../templates/{$global_template}/images/box_e1.gif">
|
||||
<img height="40" src="../templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
<td nowrap="nowrap" align="left" width="3%" background="../templates/{$global_template}/images/box_top.gif" valign="top"></td>
|
||||
<td width="95%" background="../templates/{$global_template}/images/box_top.gif">
|
||||
<img height="10" src="../templates/{$global_template}/images/blank.gif" width="1"><br>
|
||||
<span class="sh">{$bib_popup_nomatch_titel}</span><br>
|
||||
<img height="5" src="../templates/{$global_template}/images/blank.gif" width="1"></td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="../templates/{$global_template}/images/box_e2.gif">
|
||||
<img height="40" src="../templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="1%" background="../templates/{$global_template}/images/box_l.gif">
|
||||
<img height="1" src="../templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
<td colspan="2"><br>
|
||||
<p align="center"><b>{$bib_popup_nomatch_text}</b>
|
||||
<p align="center"><a href='?wort=1. Mose 1&vers_select=N'>
|
||||
<img border="0" src="../templates/{$global_template}/images/zurueck.gif"></a>
|
||||
</p>
|
||||
<p></p>
|
||||
<p></p>
|
||||
<p></p>
|
||||
<p></p>
|
||||
<p><br>
|
||||
</p>
|
||||
</td>
|
||||
<td width="1%" background="../templates/{$global_template}/images/box_r.gif">
|
||||
<img height="1" src="../templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td nowrap="nowrap" align="left" width="1%" background="../templates/{$global_template}/images/box_e3.gif">
|
||||
<img height="16" src="../templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
<td nowrap="nowrap" align="left" width="98%" background="../templates/{$global_template}/images/box_bottom.gif" colspan="2">
|
||||
<img height="16" src="../templates/{$global_template}/images/blank.gif" width="8"></td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="../templates/{$global_template}/images/box_e4.gif">
|
||||
<img height="16" src="../templates/{$global_template}/images/blank.gif" width="22"> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
{/if}
|
||||
|
||||
{if $bib_popup_hit == '1'}
|
||||
<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">
|
||||
<title>Suchergebnisse</title>
|
||||
<style>
|
||||
{literal}
|
||||
<!--
|
||||
.sl,.r{font-weight:normal;margin:0;display:inline}
|
||||
.r{font-size:1em}
|
||||
.g{margin-top:1em;margin-bottom:1em}
|
||||
.a,.a:link{color:green}
|
||||
body,td,div,.p,a{font-family:arial,sans-serif}
|
||||
-->
|
||||
{/literal}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<table align="center" border="0" style="border-collapse: collapse" width="100%" cellpadding="0" height="95%" id="table1">
|
||||
<tr>
|
||||
<td>
|
||||
<div align="center">
|
||||
<table valign="top" cellspacing="0" cellpadding="0" width="100%" border="0">
|
||||
<tr>
|
||||
<td width="10" background="../templates/{$global_template}/images/box_e1.gif">
|
||||
<img height="40" src="../templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
<td nowrap="nowrap" align="left" width="98%" background="../templates/{$global_template}/images/box_top.gif" valign="top">
|
||||
<img height="10" src="../templates/{$global_template}/images/blank.gif" width="1"><br>
|
||||
<font class="hd">{$bib_popup_match_titel}</font><br>
|
||||
<span class="sh">Treffer: {$bib_popup_anz_treffer}</span><br>
|
||||
<img height="5" src="../templates/{$global_template}/images/blank.gif" width="1"></td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="../templates/{$global_template}/images/box_e2.gif">
|
||||
<img height="40" src="../templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="1%" background="../templates/{$global_template}/images/box_l.gif">
|
||||
<img height="1" src="../templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
<td>
|
||||
<table valign="top" border="0" cellpadding="4" cellspacing="0" style="border-collapse: collapse" bordercolor="#E7E8ED" width="60%" id="AutoNumber1">
|
||||
|
||||
{section name=table_data loop=$table_data}
|
||||
<tr>
|
||||
<td>
|
||||
<h2 class=r><a class=l href="?vers_select=Y&stopmark={$table_data[table_data].stopmark}&wort={$table_data[table_data].bibelstelle}"><b>{$table_data[table_data].bibelstelle}</b></a></h2><br>
|
||||
{$table_data[table_data].preview}<br>
|
||||
<p>
|
||||
<p>
|
||||
</td>
|
||||
</tr>
|
||||
{/section}
|
||||
|
||||
|
||||
|
||||
</table>
|
||||
</td>
|
||||
<td width="1%" background="../templates/{$global_template}/images/box_r.gif">
|
||||
<img height="1" src="../templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td nowrap="nowrap" align="left" width="1%" background="../templates/{$global_template}/images/box_e3.gif">
|
||||
<img height="16" src="../templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
<td nowrap="nowrap" align="left" width="98%" background="../templates/{$global_template}/images/box_bottom.gif">
|
||||
<img height="16" src="../templates/{$global_template}/images/blank.gif" width="8"></td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="../templates/{$global_template}/images/box_e4.gif">
|
||||
<img height="16" src="../templates/{$global_template}/images/blank.gif" width="22"> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<div align=center>
|
||||
|
||||
{if $bib_popup_start0 == '1'}
|
||||
<a href=?action=suche2&start=0><img border="0" src="../templates/{$global_template}/images/left_first.gif"></a>
|
||||
<a href=?action=suche2&start={$bib_popup_start_newstart}><img border="0" src="../templates/{$global_template}/images/left.gif"></a>
|
||||
{/if}
|
||||
|
||||
{if $bib_popup_start0 == '2'}
|
||||
<img border="0" src="../templates/{$global_template}/images/left_first_grey.gif">
|
||||
<img border="0" src="../templates/{$global_template}/images/left_grey.gif">
|
||||
{/if}
|
||||
|
||||
{$bib_popup_currpage} / {$bib_popup_pagecount}
|
||||
|
||||
{if $bib_popup_end0 == '1'}
|
||||
<a href=?action=suche2&start={$bib_popup_end_newstart}><img border="0" src="../templates/{$global_template}/images/right.gif"></a>
|
||||
<a href=?action=suche2&start={$bib_popup_end_last}><img border="0" src="../templates/{$global_template}/images/right_last.gif"></a>
|
||||
{/if}
|
||||
|
||||
{if $bib_popup_end0 == '2'}
|
||||
<img border="0" src="../templates/{$global_template}/images/right_grey.gif">
|
||||
<img border="0" src="../templates/{$global_template}/images/right_last_grey.gif">
|
||||
{/if}
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
{/if}
|
||||
{/if}
|
393
templates/standard/bib_popup_1984.html
Normal file
@ -0,0 +1,393 @@
|
||||
{if $action == ''}
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv='content-type' content='text/html; charset=ISO-8859-1'>
|
||||
|
||||
<title>{$bib_popup_titel}</title>
|
||||
<link rel='stylesheet' href='biblepopup.css' type='text/css'>
|
||||
|
||||
<style type='text/css'>
|
||||
{literal}
|
||||
div input{
|
||||
margin:0;
|
||||
color:#6487DC;
|
||||
font-weight:bold;
|
||||
border:1px solid #6487DC;
|
||||
cursor:pointer;
|
||||
padding:2px 8px;
|
||||
text-decoration:none;
|
||||
text-shadow:rgba(255,255,255,1) 0 1px 0;
|
||||
border-radius:5px;
|
||||
-moz-border-radius:5px;
|
||||
-khtml-border-radius:5px;
|
||||
-webkit-border-radius:5px;
|
||||
border-radius:5px;
|
||||
-moz-box-sizing:content-box;
|
||||
-webkit-box-sizing:content-box;
|
||||
-khtml-box-sizing:content-box;
|
||||
box-sizing:content-box;
|
||||
}
|
||||
|
||||
/* Big box with list of options */
|
||||
#ajax_listOfOptions{
|
||||
position:absolute; /* Never change this one */
|
||||
width:250px; /* Width of box */
|
||||
height:200px; /* Height of box */
|
||||
overflow:auto; /* Scrolling features */
|
||||
border:1px solid #6487DC; /* Dark blue border */
|
||||
background-color:#FFF; /* White background color */
|
||||
text-align:left;
|
||||
font-family : verdana, arial;
|
||||
z-index:10000;
|
||||
}
|
||||
#ajax_listOfOptions div{ /* General rule for both .optionDiv and .optionDivSelected */
|
||||
margin:1px;
|
||||
padding:1px;
|
||||
cursor:pointer;
|
||||
font-size:0.9em;
|
||||
}
|
||||
#ajax_listOfOptions .optionDiv{ /* Div for each item in list */
|
||||
|
||||
}
|
||||
#ajax_listOfOptions .optionDivSelected{ /* Selected item in the list */
|
||||
background-color:#D6DFF7;
|
||||
color:#002276;
|
||||
font-family : verdana, arial;
|
||||
font-weight : bold;
|
||||
}
|
||||
#ajax_listOfOptions_iframe{
|
||||
background-color:#F00;
|
||||
position:absolute;
|
||||
z-index:500;
|
||||
}
|
||||
|
||||
form{
|
||||
display:inline;
|
||||
}
|
||||
{/literal}
|
||||
</style>
|
||||
{literal}
|
||||
<script type="text/javascript" src="livesearch/ajax.js"></script>
|
||||
<script type="text/javascript" src="livesearch/ajax-dynamic-list.js">
|
||||
/************************************************************************************************************
|
||||
(C) www.dhtmlgoodies.com, April 2006
|
||||
|
||||
This is a script from www.dhtmlgoodies.com. You will find this and a lot of other scripts at our website.
|
||||
|
||||
Terms of use:
|
||||
You are free to use this script as long as the copyright message is kept intact. However, you may not
|
||||
redistribute, sell or repost it without our permission.
|
||||
|
||||
Thank you!
|
||||
|
||||
www.dhtmlgoodies.com
|
||||
Alf Magne Kalleland
|
||||
|
||||
************************************************************************************************************/
|
||||
</script
|
||||
{/literal}
|
||||
</head>
|
||||
<body style='margin: 0px; padding: 0px;' onload="document.searchform.search_bibel.value ='{$bib_popup_search_text}'">
|
||||
<table height='100%' width='100%'>
|
||||
|
||||
<!-- Header -->
|
||||
<tr>
|
||||
<td height='5%'>
|
||||
<table height='100%' width='100%' cellpadding='0' cellspacing='0'>
|
||||
<tbody><tr>
|
||||
<td class='headline' style='border-bottom: 2px solid #6487DC; padding-top: 3px;' valign='middle' align='center'>
|
||||
|
||||
<form action=?action=suche id="searchform" method="POST" name="searchform">
|
||||
|
||||
<table width='100%'>
|
||||
<tr>
|
||||
<td width='33%' 'padding-top: 13px;' valign='middle' align='left'>
|
||||
|
||||
<div>
|
||||
<input type="text" id="search_bibel" name="search_bibel" value="{$bib_popup_search_text}" onclick="{literal}if(document.searchform.search_bibel.value =='{/literal}{$bib_popup_search_text}{literal}'){document.searchform.search_bibel.value ='';}{/literal}" onkeyup="ajax_showOptions(this,'getWord',event)" size="30">
|
||||
<input type="hidden" id="search_bibel_hidden" name="search_bibel_ID"><!-- THE ID OF the textstelle will be inserted into this hidden input -->
|
||||
</div>
|
||||
|
||||
</td>
|
||||
<td width='33%' 'padding-top: 3px;' valign='middle' align='center'>
|
||||
<strong>{$bib_popup_anz_buch} {$bib_popup_buch} {$bib_popup_kapitel}</strong>
|
||||
</td>
|
||||
<td width='33%'>
|
||||
</td>
|
||||
</tr>
|
||||
</table
|
||||
|
||||
</form>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
<!-- BODY -->
|
||||
<tr>
|
||||
<td height='90%' valign='top'>
|
||||
<iframe src="bib_popup_body_1984.php?anz_buch={$bib_popup_anz_buch}&buch={$bib_popup_buch}&kapitel={$bib_popup_kapitel}&vers_anf={$bib_popup_vers_anf}&vers_trenner={$bib_popup_vers_trenner}&vers_ende={$bib_popup_vers_ende}&vers_select={$bib_popup_vers_select}&stopmark={$bib_popup_stopmark}#stopmark" style="border:0px #FFFFFF none;" name="body" scrolling="auto" frameborder="0" align=aus marginheight="0px" marginwidth="0px" height="100%" width="100%"></iframe>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
<!-- FOOTER -->
|
||||
<tr>
|
||||
<td height='5%'>
|
||||
|
||||
<table valign='middle' style='border-top: 2px solid #6487DC;' width='99%' align='center' border='0' cellpadding='0' cellspacing='0'>
|
||||
<tbody>
|
||||
<tr>
|
||||
|
||||
{if $bib_popup_prev == '1'}
|
||||
<td style='padding-right: 1px; vertical-align: top;' width='50%'>
|
||||
<a target='_top' href="?wort={$bib_popup_prev_buch}&vers_select=N" class='nextprev'><font size=3>←</font> {$bib_popup_prev_buch}</a>
|
||||
</td>
|
||||
{/if}
|
||||
|
||||
{if $bib_popup_next == '1'}
|
||||
<td style='vertical-align: top;' width='50%'>
|
||||
<a target='_top' href="?wort={$bib_popup_next_buch}&vers_select=N" class='nextprev'>{$bib_popup_next_buch} <font size=3>→</font></a>
|
||||
</td>
|
||||
{/if}
|
||||
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
</body>
|
||||
</html>
|
||||
{/if}
|
||||
|
||||
{if $action == 'suche'}
|
||||
{if $bib_popup_nohit == '1'}
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv='content-type' content='text/html; charset=ISO-8859-1'>
|
||||
<link rel="stylesheet" href="../templates/{$global_template}/css/styles_pc.php" type="text/css">
|
||||
<title>{$bib_popup_nomatch_titel}</title>
|
||||
</head>
|
||||
<body>
|
||||
<table border="0" style="border-collapse: collapse" width="100%" cellpadding="0" height="100%" id="table1">
|
||||
<tr>
|
||||
<td>
|
||||
<div align="center">
|
||||
<table cellspacing="0" cellpadding="0" width="550" border="0">
|
||||
<tr>
|
||||
<td width="10" background="../templates/{$global_template}/images/box_e1.gif">
|
||||
<img height="40" src="../templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
<td nowrap="nowrap" align="left" width="3%" background="../templates/{$global_template}/images/box_top.gif" valign="top"></td>
|
||||
<td width="95%" background="../templates/{$global_template}/images/box_top.gif">
|
||||
<img height="10" src="../templates/{$global_template}/images/blank.gif" width="1"><br>
|
||||
<span class="sh">{$bib_popup_nomatch_titel}</span><br>
|
||||
<img height="5" src="../templates/{$global_template}/images/blank.gif" width="1"></td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="../templates/{$global_template}/images/box_e2.gif">
|
||||
<img height="40" src="../templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="1%" background="../templates/{$global_template}/images/box_l.gif">
|
||||
<img height="1" src="../templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
<td colspan="2"><br>
|
||||
<p align="center"><b>{$bib_popup_nomatch_text}</b>
|
||||
<p align="center"><a href='?wort=1. Mose 1&vers_select=N'>
|
||||
<img border="0" src="../templates/{$global_template}/images/zurueck.gif"></a>
|
||||
</p>
|
||||
<p></p>
|
||||
<p></p>
|
||||
<p></p>
|
||||
<p></p>
|
||||
<p><br>
|
||||
</p>
|
||||
</td>
|
||||
<td width="1%" background="../templates/{$global_template}/images/box_r.gif">
|
||||
<img height="1" src="../templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td nowrap="nowrap" align="left" width="1%" background="../templates/{$global_template}/images/box_e3.gif">
|
||||
<img height="16" src="../templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
<td nowrap="nowrap" align="left" width="98%" background="../templates/{$global_template}/images/box_bottom.gif" colspan="2">
|
||||
<img height="16" src="../templates/{$global_template}/images/blank.gif" width="8"></td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="../templates/{$global_template}/images/box_e4.gif">
|
||||
<img height="16" src="../templates/{$global_template}/images/blank.gif" width="22"> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
{/if}
|
||||
{/if}
|
||||
|
||||
{if $action == 'suche2'}
|
||||
{if $bib_popup_nohit == '1'}
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv='content-type' content='text/html; charset=ISO-8859-1'>
|
||||
<link rel="stylesheet" href="../templates/{$global_template}/css/styles_pc.php" type="text/css">
|
||||
<title>{$bib_popup_nomatch_titel}</title>
|
||||
</head>
|
||||
<body>
|
||||
<table border="0" style="border-collapse: collapse" width="100%" cellpadding="0" height="100%" id="table1">
|
||||
<tr>
|
||||
<td>
|
||||
<div align="center">
|
||||
<table cellspacing="0" cellpadding="0" width="550" border="0">
|
||||
<tr>
|
||||
<td width="10" background="../templates/{$global_template}/images/box_e1.gif">
|
||||
<img height="40" src="../templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
<td nowrap="nowrap" align="left" width="3%" background="../templates/{$global_template}/images/box_top.gif" valign="top"></td>
|
||||
<td width="95%" background="../templates/{$global_template}/images/box_top.gif">
|
||||
<img height="10" src="../templates/{$global_template}/images/blank.gif" width="1"><br>
|
||||
<span class="sh">{$bib_popup_nomatch_titel}</span><br>
|
||||
<img height="5" src="../templates/{$global_template}/images/blank.gif" width="1"></td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="../templates/{$global_template}/images/box_e2.gif">
|
||||
<img height="40" src="../templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="1%" background="../templates/{$global_template}/images/box_l.gif">
|
||||
<img height="1" src="../templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
<td colspan="2"><br>
|
||||
<p align="center"><b>{$bib_popup_nomatch_text}</b>
|
||||
<p align="center"><a href='?wort=1. Mose 1&vers_select=N'>
|
||||
<img border="0" src="../templates/{$global_template}/images/zurueck.gif"></a>
|
||||
</p>
|
||||
<p></p>
|
||||
<p></p>
|
||||
<p></p>
|
||||
<p></p>
|
||||
<p><br>
|
||||
</p>
|
||||
</td>
|
||||
<td width="1%" background="../templates/{$global_template}/images/box_r.gif">
|
||||
<img height="1" src="../templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td nowrap="nowrap" align="left" width="1%" background="../templates/{$global_template}/images/box_e3.gif">
|
||||
<img height="16" src="../templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
<td nowrap="nowrap" align="left" width="98%" background="../templates/{$global_template}/images/box_bottom.gif" colspan="2">
|
||||
<img height="16" src="../templates/{$global_template}/images/blank.gif" width="8"></td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="../templates/{$global_template}/images/box_e4.gif">
|
||||
<img height="16" src="../templates/{$global_template}/images/blank.gif" width="22"> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
{/if}
|
||||
|
||||
{if $bib_popup_hit == '1'}
|
||||
<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">
|
||||
<title>Suchergebnisse</title>
|
||||
<style>
|
||||
{literal}
|
||||
<!--
|
||||
.sl,.r{font-weight:normal;margin:0;display:inline}
|
||||
.r{font-size:1em}
|
||||
.g{margin-top:1em;margin-bottom:1em}
|
||||
.a,.a:link{color:green}
|
||||
body,td,div,.p,a{font-family:arial,sans-serif}
|
||||
-->
|
||||
{/literal}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<table align="center" border="0" style="border-collapse: collapse" width="100%" cellpadding="0" height="95%" id="table1">
|
||||
<tr>
|
||||
<td>
|
||||
<div align="center">
|
||||
<table valign="top" cellspacing="0" cellpadding="0" width="100%" border="0">
|
||||
<tr>
|
||||
<td width="10" background="../templates/{$global_template}/images/box_e1.gif">
|
||||
<img height="40" src="../templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
<td nowrap="nowrap" align="left" width="98%" background="../templates/{$global_template}/images/box_top.gif" valign="top">
|
||||
<img height="10" src="../templates/{$global_template}/images/blank.gif" width="1"><br>
|
||||
<font class="hd">{$bib_popup_match_titel}</font><br>
|
||||
<span class="sh">Treffer: {$bib_popup_anz_treffer}</span><br>
|
||||
<img height="5" src="../templates/{$global_template}/images/blank.gif" width="1"></td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="../templates/{$global_template}/images/box_e2.gif">
|
||||
<img height="40" src="../templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="1%" background="../templates/{$global_template}/images/box_l.gif">
|
||||
<img height="1" src="../templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
<td>
|
||||
<table valign="top" border="0" cellpadding="4" cellspacing="0" style="border-collapse: collapse" bordercolor="#E7E8ED" width="60%" id="AutoNumber1">
|
||||
|
||||
{section name=table_data loop=$table_data}
|
||||
<tr>
|
||||
<td>
|
||||
<h2 class=r><a class=l href="?vers_select=Y&stopmark={$table_data[table_data].stopmark}&wort={$table_data[table_data].bibelstelle}"><b>{$table_data[table_data].bibelstelle}</b></a></h2><br>
|
||||
{$table_data[table_data].preview}<br>
|
||||
<p>
|
||||
<p>
|
||||
</td>
|
||||
</tr>
|
||||
{/section}
|
||||
|
||||
|
||||
|
||||
</table>
|
||||
</td>
|
||||
<td width="1%" background="../templates/{$global_template}/images/box_r.gif">
|
||||
<img height="1" src="../templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td nowrap="nowrap" align="left" width="1%" background="../templates/{$global_template}/images/box_e3.gif">
|
||||
<img height="16" src="../templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
<td nowrap="nowrap" align="left" width="98%" background="../templates/{$global_template}/images/box_bottom.gif">
|
||||
<img height="16" src="../templates/{$global_template}/images/blank.gif" width="8"></td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="../templates/{$global_template}/images/box_e4.gif">
|
||||
<img height="16" src="../templates/{$global_template}/images/blank.gif" width="22"> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<div align=center>
|
||||
|
||||
{if $bib_popup_start0 == '1'}
|
||||
<a href=?action=suche2&start=0><img border="0" src="../templates/{$global_template}/images/left_first.gif"></a>
|
||||
<a href=?action=suche2&start={$bib_popup_start_newstart}><img border="0" src="../templates/{$global_template}/images/left.gif"></a>
|
||||
{/if}
|
||||
|
||||
{if $bib_popup_start0 == '2'}
|
||||
<img border="0" src="../templates/{$global_template}/images/left_first_grey.gif">
|
||||
<img border="0" src="../templates/{$global_template}/images/left_grey.gif">
|
||||
{/if}
|
||||
|
||||
{$bib_popup_currpage} / {$bib_popup_pagecount}
|
||||
|
||||
{if $bib_popup_end0 == '1'}
|
||||
<a href=?action=suche2&start={$bib_popup_end_newstart}><img border="0" src="../templates/{$global_template}/images/right.gif"></a>
|
||||
<a href=?action=suche2&start={$bib_popup_end_last}><img border="0" src="../templates/{$global_template}/images/right_last.gif"></a>
|
||||
{/if}
|
||||
|
||||
{if $bib_popup_end0 == '2'}
|
||||
<img border="0" src="../templates/{$global_template}/images/right_grey.gif">
|
||||
<img border="0" src="../templates/{$global_template}/images/right_last_grey.gif">
|
||||
{/if}
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
{/if}
|
||||
{/if}
|
402
templates/standard/bib_popup_2017.html
Normal file
@ -0,0 +1,402 @@
|
||||
{if $action == ''}
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv='content-type' content='text/html; charset=ISO-8859-1'>
|
||||
|
||||
<title>{$bib_popup_titel}</title>
|
||||
<link rel='stylesheet' href='biblepopup.css' type='text/css'>
|
||||
|
||||
<style type='text/css'>
|
||||
{literal}
|
||||
div input{
|
||||
margin:0;
|
||||
color:#6487DC;
|
||||
font-weight:bold;
|
||||
border:1px solid #6487DC;
|
||||
cursor:pointer;
|
||||
padding:2px 8px;
|
||||
text-decoration:none;
|
||||
text-shadow:rgba(255,255,255,1) 0 1px 0;
|
||||
border-radius:5px;
|
||||
-moz-border-radius:5px;
|
||||
-khtml-border-radius:5px;
|
||||
-webkit-border-radius:5px;
|
||||
border-radius:5px;
|
||||
-moz-box-sizing:content-box;
|
||||
-webkit-box-sizing:content-box;
|
||||
-khtml-box-sizing:content-box;
|
||||
box-sizing:content-box;
|
||||
}
|
||||
|
||||
/* Big box with list of options */
|
||||
#ajax_listOfOptions{
|
||||
position:absolute; /* Never change this one */
|
||||
width:250px; /* Width of box */
|
||||
height:200px; /* Height of box */
|
||||
overflow:auto; /* Scrolling features */
|
||||
border:1px solid #6487DC; /* Dark blue border */
|
||||
background-color:#FFF; /* White background color */
|
||||
text-align:left;
|
||||
font-family : verdana, arial;
|
||||
z-index:10000;
|
||||
}
|
||||
#ajax_listOfOptions div{ /* General rule for both .optionDiv and .optionDivSelected */
|
||||
margin:1px;
|
||||
padding:1px;
|
||||
cursor:pointer;
|
||||
font-size:0.9em;
|
||||
}
|
||||
#ajax_listOfOptions .optionDiv{ /* Div for each item in list */
|
||||
|
||||
}
|
||||
#ajax_listOfOptions .optionDivSelected{ /* Selected item in the list */
|
||||
background-color:#D6DFF7;
|
||||
color:#002276;
|
||||
font-family : verdana, arial;
|
||||
font-weight : bold;
|
||||
}
|
||||
#ajax_listOfOptions_iframe{
|
||||
background-color:#F00;
|
||||
position:absolute;
|
||||
z-index:500;
|
||||
}
|
||||
|
||||
form{
|
||||
display:inline;
|
||||
}
|
||||
.name-of-deity{
|
||||
font-variant:small-caps;
|
||||
}
|
||||
p{
|
||||
display:inline
|
||||
}
|
||||
.linebreak:first-of-type{
|
||||
height:0
|
||||
}
|
||||
{/literal}
|
||||
</style>
|
||||
{literal}
|
||||
<script type="text/javascript" src="livesearch/ajax.js"></script>
|
||||
<script type="text/javascript" src="livesearch/ajax-dynamic-list.js">
|
||||
/************************************************************************************************************
|
||||
(C) www.dhtmlgoodies.com, April 2006
|
||||
|
||||
This is a script from www.dhtmlgoodies.com. You will find this and a lot of other scripts at our website.
|
||||
|
||||
Terms of use:
|
||||
You are free to use this script as long as the copyright message is kept intact. However, you may not
|
||||
redistribute, sell or repost it without our permission.
|
||||
|
||||
Thank you!
|
||||
|
||||
www.dhtmlgoodies.com
|
||||
Alf Magne Kalleland
|
||||
|
||||
************************************************************************************************************/
|
||||
</script
|
||||
{/literal}
|
||||
</head>
|
||||
<body style='margin: 0px; padding: 0px;' onload="document.searchform.search_bibel.value ='{$bib_popup_search_text}'">
|
||||
<table height='100%' width='100%'>
|
||||
|
||||
<!-- Header -->
|
||||
<tr>
|
||||
<td height='5%'>
|
||||
<table height='100%' width='100%' cellpadding='0' cellspacing='0'>
|
||||
<tbody><tr>
|
||||
<td class='headline' style='border-bottom: 2px solid #6487DC; padding-top: 3px;' valign='middle' align='center'>
|
||||
|
||||
<form action=?action=suche id="searchform" method="POST" name="searchform">
|
||||
|
||||
<table width='100%'>
|
||||
<tr>
|
||||
<td width='33%' 'padding-top: 13px;' valign='middle' align='left'>
|
||||
|
||||
<div>
|
||||
<input type="text" id="search_bibel" name="search_bibel" value="{$bib_popup_search_text}" onclick="{literal}if(document.searchform.search_bibel.value =='{/literal}{$bib_popup_search_text}{literal}'){document.searchform.search_bibel.value ='';}{/literal}" onkeyup="ajax_showOptions(this,'getWord',event)" size="30">
|
||||
<input type="hidden" id="search_bibel_hidden" name="search_bibel_ID"><!-- THE ID OF the textstelle will be inserted into this hidden input -->
|
||||
</div>
|
||||
|
||||
</td>
|
||||
<td width='33%' 'padding-top: 3px;' valign='middle' align='center'>
|
||||
<strong>{$bib_popup_anz_buch} {$bib_popup_buch} {$bib_popup_kapitel}</strong>
|
||||
</td>
|
||||
<td width='33%'>
|
||||
</td>
|
||||
</tr>
|
||||
</table
|
||||
|
||||
</form>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
<!-- BODY -->
|
||||
<tr>
|
||||
<td height='90%' valign='top'>
|
||||
<iframe src="bib_popup_body_2017.php?anz_buch={$bib_popup_anz_buch}&buch={$bib_popup_buch}&kapitel={$bib_popup_kapitel}&vers_anf={$bib_popup_vers_anf}&vers_trenner={$bib_popup_vers_trenner}&vers_ende={$bib_popup_vers_ende}&vers_select={$bib_popup_vers_select}&stopmark={$bib_popup_stopmark}#stopmark" style="border:0px #FFFFFF none;" name="body" scrolling="auto" frameborder="0" align=aus marginheight="0px" marginwidth="0px" height="100%" width="100%"></iframe>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
<!-- FOOTER -->
|
||||
<tr>
|
||||
<td height='5%'>
|
||||
|
||||
<table valign='middle' style='border-top: 2px solid #6487DC;' width='99%' align='center' border='0' cellpadding='0' cellspacing='0'>
|
||||
<tbody>
|
||||
<tr>
|
||||
|
||||
{if $bib_popup_prev == '1'}
|
||||
<td style='padding-right: 1px; vertical-align: top;' width='50%'>
|
||||
<a target='_top' href="?wort={$bib_popup_prev_buch}&vers_select=N" class='nextprev'><font size=3>←</font> {$bib_popup_prev_buch}</a>
|
||||
</td>
|
||||
{/if}
|
||||
|
||||
{if $bib_popup_next == '1'}
|
||||
<td style='vertical-align: top;' width='50%'>
|
||||
<a target='_top' href="?wort={$bib_popup_next_buch}&vers_select=N" class='nextprev'>{$bib_popup_next_buch} <font size=3>→</font></a>
|
||||
</td>
|
||||
{/if}
|
||||
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
</body>
|
||||
</html>
|
||||
{/if}
|
||||
|
||||
{if $action == 'suche'}
|
||||
{if $bib_popup_nohit == '1'}
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv='content-type' content='text/html; charset=ISO-8859-1'>
|
||||
<link rel="stylesheet" href="../templates/{$global_template}/css/styles_pc.php" type="text/css">
|
||||
<title>{$bib_popup_nomatch_titel}</title>
|
||||
</head>
|
||||
<body>
|
||||
<table border="0" style="border-collapse: collapse" width="100%" cellpadding="0" height="100%" id="table1">
|
||||
<tr>
|
||||
<td>
|
||||
<div align="center">
|
||||
<table cellspacing="0" cellpadding="0" width="550" border="0">
|
||||
<tr>
|
||||
<td width="10" background="../templates/{$global_template}/images/box_e1.gif">
|
||||
<img height="40" src="../templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
<td nowrap="nowrap" align="left" width="3%" background="../templates/{$global_template}/images/box_top.gif" valign="top"></td>
|
||||
<td width="95%" background="../templates/{$global_template}/images/box_top.gif">
|
||||
<img height="10" src="../templates/{$global_template}/images/blank.gif" width="1"><br>
|
||||
<span class="sh">{$bib_popup_nomatch_titel}</span><br>
|
||||
<img height="5" src="../templates/{$global_template}/images/blank.gif" width="1"></td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="../templates/{$global_template}/images/box_e2.gif">
|
||||
<img height="40" src="../templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="1%" background="../templates/{$global_template}/images/box_l.gif">
|
||||
<img height="1" src="../templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
<td colspan="2"><br>
|
||||
<p align="center"><b>{$bib_popup_nomatch_text}</b>
|
||||
<p align="center"><a href='?wort=1. Mose 1&vers_select=N'>
|
||||
<img border="0" src="../templates/{$global_template}/images/zurueck.gif"></a>
|
||||
</p>
|
||||
<p></p>
|
||||
<p></p>
|
||||
<p></p>
|
||||
<p></p>
|
||||
<p><br>
|
||||
</p>
|
||||
</td>
|
||||
<td width="1%" background="../templates/{$global_template}/images/box_r.gif">
|
||||
<img height="1" src="../templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td nowrap="nowrap" align="left" width="1%" background="../templates/{$global_template}/images/box_e3.gif">
|
||||
<img height="16" src="../templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
<td nowrap="nowrap" align="left" width="98%" background="../templates/{$global_template}/images/box_bottom.gif" colspan="2">
|
||||
<img height="16" src="../templates/{$global_template}/images/blank.gif" width="8"></td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="../templates/{$global_template}/images/box_e4.gif">
|
||||
<img height="16" src="../templates/{$global_template}/images/blank.gif" width="22"> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
{/if}
|
||||
{/if}
|
||||
|
||||
{if $action == 'suche2'}
|
||||
{if $bib_popup_nohit == '1'}
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv='content-type' content='text/html; charset=ISO-8859-1'>
|
||||
<link rel="stylesheet" href="../templates/{$global_template}/css/styles_pc.php" type="text/css">
|
||||
<title>{$bib_popup_nomatch_titel}</title>
|
||||
</head>
|
||||
<body>
|
||||
<table border="0" style="border-collapse: collapse" width="100%" cellpadding="0" height="100%" id="table1">
|
||||
<tr>
|
||||
<td>
|
||||
<div align="center">
|
||||
<table cellspacing="0" cellpadding="0" width="550" border="0">
|
||||
<tr>
|
||||
<td width="10" background="../templates/{$global_template}/images/box_e1.gif">
|
||||
<img height="40" src="../templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
<td nowrap="nowrap" align="left" width="3%" background="../templates/{$global_template}/images/box_top.gif" valign="top"></td>
|
||||
<td width="95%" background="../templates/{$global_template}/images/box_top.gif">
|
||||
<img height="10" src="../templates/{$global_template}/images/blank.gif" width="1"><br>
|
||||
<span class="sh">{$bib_popup_nomatch_titel}</span><br>
|
||||
<img height="5" src="../templates/{$global_template}/images/blank.gif" width="1"></td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="../templates/{$global_template}/images/box_e2.gif">
|
||||
<img height="40" src="../templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="1%" background="../templates/{$global_template}/images/box_l.gif">
|
||||
<img height="1" src="../templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
<td colspan="2"><br>
|
||||
<p align="center"><b>{$bib_popup_nomatch_text}</b>
|
||||
<p align="center"><a href='?wort=1. Mose 1&vers_select=N'>
|
||||
<img border="0" src="../templates/{$global_template}/images/zurueck.gif"></a>
|
||||
</p>
|
||||
<p></p>
|
||||
<p></p>
|
||||
<p></p>
|
||||
<p></p>
|
||||
<p><br>
|
||||
</p>
|
||||
</td>
|
||||
<td width="1%" background="../templates/{$global_template}/images/box_r.gif">
|
||||
<img height="1" src="../templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td nowrap="nowrap" align="left" width="1%" background="../templates/{$global_template}/images/box_e3.gif">
|
||||
<img height="16" src="../templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
<td nowrap="nowrap" align="left" width="98%" background="../templates/{$global_template}/images/box_bottom.gif" colspan="2">
|
||||
<img height="16" src="../templates/{$global_template}/images/blank.gif" width="8"></td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="../templates/{$global_template}/images/box_e4.gif">
|
||||
<img height="16" src="../templates/{$global_template}/images/blank.gif" width="22"> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
{/if}
|
||||
|
||||
{if $bib_popup_hit == '1'}
|
||||
<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">
|
||||
<title>Suchergebnisse</title>
|
||||
<style>
|
||||
{literal}
|
||||
<!--
|
||||
.sl,.r{font-weight:normal;margin:0;display:inline}
|
||||
.r{font-size:1em}
|
||||
.g{margin-top:1em;margin-bottom:1em}
|
||||
.a,.a:link{color:green}
|
||||
body,td,div,.p,a{font-family:arial,sans-serif}
|
||||
-->
|
||||
{/literal}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<table align="center" border="0" style="border-collapse: collapse" width="100%" cellpadding="0" height="95%" id="table1">
|
||||
<tr>
|
||||
<td>
|
||||
<div align="center">
|
||||
<table valign="top" cellspacing="0" cellpadding="0" width="100%" border="0">
|
||||
<tr>
|
||||
<td width="10" background="../templates/{$global_template}/images/box_e1.gif">
|
||||
<img height="40" src="../templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
<td nowrap="nowrap" align="left" width="98%" background="../templates/{$global_template}/images/box_top.gif" valign="top">
|
||||
<img height="10" src="../templates/{$global_template}/images/blank.gif" width="1"><br>
|
||||
<font class="hd">{$bib_popup_match_titel}</font><br>
|
||||
<span class="sh">Treffer: {$bib_popup_anz_treffer}</span><br>
|
||||
<img height="5" src="../templates/{$global_template}/images/blank.gif" width="1"></td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="../templates/{$global_template}/images/box_e2.gif">
|
||||
<img height="40" src="../templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="1%" background="../templates/{$global_template}/images/box_l.gif">
|
||||
<img height="1" src="../templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
<td>
|
||||
<table valign="top" border="0" cellpadding="4" cellspacing="0" style="border-collapse: collapse" bordercolor="#E7E8ED" width="60%" id="AutoNumber1">
|
||||
|
||||
{section name=table_data loop=$table_data}
|
||||
<tr>
|
||||
<td>
|
||||
<h2 class=r><a class=l href="?vers_select=Y&stopmark={$table_data[table_data].stopmark}&wort={$table_data[table_data].bibelstelle}"><b>{$table_data[table_data].bibelstelle}</b></a></h2><br>
|
||||
{$table_data[table_data].preview}<br>
|
||||
<p>
|
||||
<p>
|
||||
</td>
|
||||
</tr>
|
||||
{/section}
|
||||
|
||||
|
||||
|
||||
</table>
|
||||
</td>
|
||||
<td width="1%" background="../templates/{$global_template}/images/box_r.gif">
|
||||
<img height="1" src="../templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td nowrap="nowrap" align="left" width="1%" background="../templates/{$global_template}/images/box_e3.gif">
|
||||
<img height="16" src="../templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
<td nowrap="nowrap" align="left" width="98%" background="../templates/{$global_template}/images/box_bottom.gif">
|
||||
<img height="16" src="../templates/{$global_template}/images/blank.gif" width="8"></td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="../templates/{$global_template}/images/box_e4.gif">
|
||||
<img height="16" src="../templates/{$global_template}/images/blank.gif" width="22"> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<div align=center>
|
||||
|
||||
{if $bib_popup_start0 == '1'}
|
||||
<a href=?action=suche2&start=0><img border="0" src="../templates/{$global_template}/images/left_first.gif"></a>
|
||||
<a href=?action=suche2&start={$bib_popup_start_newstart}><img border="0" src="../templates/{$global_template}/images/left.gif"></a>
|
||||
{/if}
|
||||
|
||||
{if $bib_popup_start0 == '2'}
|
||||
<img border="0" src="../templates/{$global_template}/images/left_first_grey.gif">
|
||||
<img border="0" src="../templates/{$global_template}/images/left_grey.gif">
|
||||
{/if}
|
||||
|
||||
{$bib_popup_currpage} / {$bib_popup_pagecount}
|
||||
|
||||
{if $bib_popup_end0 == '1'}
|
||||
<a href=?action=suche2&start={$bib_popup_end_newstart}><img border="0" src="../templates/{$global_template}/images/right.gif"></a>
|
||||
<a href=?action=suche2&start={$bib_popup_end_last}><img border="0" src="../templates/{$global_template}/images/right_last.gif"></a>
|
||||
{/if}
|
||||
|
||||
{if $bib_popup_end0 == '2'}
|
||||
<img border="0" src="../templates/{$global_template}/images/right_grey.gif">
|
||||
<img border="0" src="../templates/{$global_template}/images/right_last_grey.gif">
|
||||
{/if}
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
{/if}
|
||||
{/if}
|
22
templates/standard/bib_popup_body.html_lut84_20180219
Normal file
@ -0,0 +1,22 @@
|
||||
<html><head>
|
||||
<meta http-equiv='content-type' content='text/html; charset=ISO-8859-1'>
|
||||
<script type='text/javascript' src='../overlib/overlib.js'></script>
|
||||
<style type='text/css'>
|
||||
{literal}
|
||||
.indent {
|
||||
width: 100%;
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
font-size: 1em;
|
||||
line-height: 1.3em;
|
||||
text-indent: 1.6em;
|
||||
padding-left: 0px;
|
||||
}
|
||||
{/literal}
|
||||
</style>
|
||||
<title>{$bib_popup_titel}</title>
|
||||
<link rel='stylesheet' href='biblepopup.css' type='text/css'>
|
||||
</head><body style='margin: 10px; padding: 0px;'>
|
||||
<div align='justify'>{$bib_popup_body_wort}</div>
|
||||
</body>
|
||||
</html>
|
22
templates/standard/bib_popup_body_1984.html
Normal file
@ -0,0 +1,22 @@
|
||||
<html><head>
|
||||
<meta http-equiv='content-type' content='text/html; charset=ISO-8859-1'>
|
||||
<script type='text/javascript' src='../overlib/overlib.js'></script>
|
||||
<style type='text/css'>
|
||||
{literal}
|
||||
.indent {
|
||||
width: 100%;
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
font-size: 1em;
|
||||
line-height: 1.3em;
|
||||
text-indent: 1.6em;
|
||||
padding-left: 0px;
|
||||
}
|
||||
{/literal}
|
||||
</style>
|
||||
<title>{$bib_popup_titel}</title>
|
||||
<link rel='stylesheet' href='biblepopup.css' type='text/css'>
|
||||
</head><body style='margin: 10px; padding: 0px;'>
|
||||
<div align='justify'>{$bib_popup_body_wort}</div>
|
||||
</body>
|
||||
</html>
|
31
templates/standard/bib_popup_body_2017.html
Normal file
@ -0,0 +1,31 @@
|
||||
<html><head>
|
||||
<meta http-equiv='content-type' content='text/html; charset=ISO-8859-1'>
|
||||
<script type='text/javascript' src='../overlib/overlib.js'></script>
|
||||
<style type='text/css'>
|
||||
{literal}
|
||||
.indent {
|
||||
width: 100%;
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
font-size: 1em;
|
||||
line-height: 1.3em;
|
||||
text-indent: 1.6em;
|
||||
padding-left: 0px;
|
||||
}
|
||||
.name-of-deity{
|
||||
font-variant:small-caps;
|
||||
}
|
||||
p{
|
||||
display:inline
|
||||
}
|
||||
.linebreak:first-of-type{
|
||||
height:0
|
||||
}
|
||||
{/literal}
|
||||
</style>
|
||||
<title>{$bib_popup_titel}</title>
|
||||
<link rel='stylesheet' href='biblepopup.css' type='text/css'>
|
||||
</head><body style='margin: 10px; padding: 0px;'>
|
||||
<div align='justify'>{$bib_popup_body_wort}</div>
|
||||
</body>
|
||||
</html>
|
556
templates/standard/changelog.html
Normal file
@ -0,0 +1,556 @@
|
||||
{if $action == ''}
|
||||
<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">
|
||||
{literal}
|
||||
<script type='text/javascript' src='overlib/overlib.js'></script>
|
||||
<script type='text/javascript' src='overlib/overlib_centerpopup.js'></script>
|
||||
{/literal}
|
||||
|
||||
{literal}
|
||||
<script type="text/javascript">
|
||||
function change_aend(){
|
||||
|
||||
var headline = document.getElementById( 'ueberschrift_kat' ).value;
|
||||
if ( headline == 1 ){
|
||||
var value_head = 'Leitgedanken online';
|
||||
var value = 'Die Leitgedanken für sind nun verfügbar!';
|
||||
}else if( headline == 2){
|
||||
var value_head = 'Stammapostelgottesdienst in ';
|
||||
var value = 'UF:';
|
||||
}else{
|
||||
var value_head = '';
|
||||
var value ='';
|
||||
}
|
||||
|
||||
var editor = CKEDITOR.instances.aenderung;
|
||||
|
||||
if ( editor.mode == 'wysiwyg' )
|
||||
{
|
||||
document.getElementById('ueberschrift').value = value_head;
|
||||
editor.setData( value );
|
||||
}
|
||||
}
|
||||
</script>
|
||||
{/literal}
|
||||
<style type="text/css">
|
||||
{literal}
|
||||
<!--
|
||||
.text_overlib {font-family:Verdana,Arial,sans-serif; font-size:10px;}
|
||||
select{width:250px;}
|
||||
.r{text-decoration: none;font-weight: bold; color: black;}
|
||||
.text_overlib {font-family:Verdana,Arial,sans-serif; font-size:10px;}
|
||||
-->
|
||||
.link{
|
||||
text-decoration: none;
|
||||
color: black;
|
||||
}
|
||||
{/literal}
|
||||
</style>
|
||||
|
||||
<title>{$changelog_titel}</title>
|
||||
<script type='text/javascript' src='CKEditor_4.6.1/ckeditor.js'></script>
|
||||
</head>
|
||||
<body onload="start();">
|
||||
<div id="overDiv" style="position: absolute; visibility: hidden; z-index: 1000; left: 10px; top: 0px; background-image: none;"></div>
|
||||
<table border="0" style="border-collapse: collapse" width="100%" height="90%" cellpadding="0" id="table1">
|
||||
<tr>
|
||||
<td>
|
||||
<div align="center">
|
||||
<table cellspacing="0" cellpadding="0" width="100%" border="0">
|
||||
<tr>
|
||||
<td width="10" background="templates/{$global_template}/images/box_e1.gif">
|
||||
<img height="40" src="templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
<td nowrap="nowrap" align="left" width="98%" background="templates/{$global_template}/images/box_top.gif" valign="top">
|
||||
<img height="10" src="templates/{$global_template}/images/blank.gif" width="1"><br>
|
||||
<font class="hd">{$changelog_titel}</font><br>
|
||||
<img height="5" src="templates/{$global_template}/images/blank.gif" width="1"></font></td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="templates/{$global_template}/images/box_e2.gif">
|
||||
<img height="40" src="templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="1%" background="templates/{$global_template}/images/box_l.gif">
|
||||
<img height="1" src="templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
<td>
|
||||
<form action=?action=change_erfassen method="POST" name="change_erf">
|
||||
<table border="0" cellpadding="4" cellspacing="0" style="border-width:0; border-collapse: collapse" bordercolor="#111111" width="102%" id="AutoNumber1" height="18">
|
||||
<tr>
|
||||
<td width="20%">
|
||||
<b>{$changelog_field_art}</b>
|
||||
</td>
|
||||
<td width="80%" align="left">
|
||||
<select name='art' size='2'>
|
||||
<option value='1' selected>Datenbestand</option>
|
||||
<option value='2'>System</option>
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td width="20%">
|
||||
<b>{$changelog_field_headline}</b>
|
||||
</td>
|
||||
<td width="80%" align="left">
|
||||
<select name='ueberschrift_kat' id='ueberschrift_kat' onchange='change_aend();' size='1' o>
|
||||
{section name=table_data_kat loop=$table_data_kat}
|
||||
<option value='{$table_data_kat[table_data_kat].ckid}'>{$table_data_kat[table_data_kat].bezeichnung}</option>
|
||||
{/section}
|
||||
</select>:
|
||||
<input type="text" name="ueberschrift" id="ueberschrift" value='Leitgedanken online' size="80">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="20%">
|
||||
<b>{$changelog_field_change}</b>
|
||||
</td>
|
||||
<td width="80%" align="left">
|
||||
<textarea id='aenderung' name='aenderung'>Die Leitgedanken für sind nun verfügbar!</textarea>
|
||||
{literal}
|
||||
<script type='text/javascript'>
|
||||
CKEDITOR.replace( 'aenderung', {
|
||||
height: 80,
|
||||
width: "90%",
|
||||
enterMode : CKEDITOR.ENTER_BR
|
||||
} );
|
||||
</script>
|
||||
{/literal}
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="20%">
|
||||
<b>{$changelog_field_freigabe}</b>
|
||||
</td>
|
||||
<td width="80%" align="left">
|
||||
<select name='freigabe' size='2'>
|
||||
<option value='1'>Administrator</option>
|
||||
<option value='2' selected>Standardanwender</option>
|
||||
</select>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<br>
|
||||
<input type="submit" value="Abschicken" name="B1"> <input type="reset" value="Zurücksetzen" name="B2">
|
||||
</form>
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
<table cellspacing="0" cellpadding="0" width="100%" height='10%'border="0">
|
||||
<tr>
|
||||
<td>
|
||||
<b>Datum</b>
|
||||
</td>
|
||||
<td>
|
||||
<b>Änderung</b>
|
||||
</td>
|
||||
<td>
|
||||
<b>Art</b>
|
||||
</td>
|
||||
<td>
|
||||
<b>Freigabe</b>
|
||||
</td>
|
||||
<td align='center'>
|
||||
<b>Löschen</b>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
{section name=table_data loop=$table_data}
|
||||
<tr>
|
||||
<td>
|
||||
{$table_data[table_data].datum}
|
||||
</td>
|
||||
<td>
|
||||
{if $table_data[table_data].link != ''}
|
||||
<a href="{$table_data[table_data].link}" onmouseover="{literal}return overlib('{/literal}{$table_data[table_data].text}{literal}', CAPTION,'{/literal}{$table_data[table_data].datum_kurz}{literal} - {/literal}{$table_data[table_data].titel}{literal}', STATUS,'', ABOVE, TEXTFONTCLASS,'text_overlib', WIDTH, 350, TEXTSIZE, '10px', CAPTIONSIZE, '10px', CAPTIONFONT, 'Arial', OFFSETX, 20, OFFSETY, 20, CENTERPOPUP);{/literal}" onmouseout="{literal}nd();{/literal}">{$table_data[table_data].ueberschrift}</a><br>
|
||||
{else}
|
||||
<a class=link href="{literal}javascript:void(0);{/literal}" onmouseover="{literal}return overlib('{/literal}{$table_data[table_data].text}{literal}', CAPTION,'{/literal}{$table_data[table_data].datum_kurz}{literal} - {/literal}{$table_data[table_data].titel}{literal}', STATUS,'', ABOVE, TEXTFONTCLASS,'text_overlib', WIDTH, 350, TEXTSIZE, '10px', CAPTIONSIZE, '10px', CAPTIONFONT, 'Arial', OFFSETX, 20, OFFSETY, 20, CENTERPOPUP);{/literal}" onmouseout="{literal}nd();{/literal}">{$table_data[table_data].ueberschrift}</a><br>
|
||||
{/if}
|
||||
|
||||
</td>
|
||||
<td>
|
||||
{$table_data[table_data].art}
|
||||
</td>
|
||||
<td>
|
||||
{$table_data[table_data].freigabe}
|
||||
</td>
|
||||
<td align='center'>
|
||||
<a href=?action=del&id={$table_data[table_data].id}><img title = "Change löschen"border="0" height=10 src="templates/{$global_template}/images/drop2.png"></a>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
{/section}
|
||||
</table>
|
||||
</td>
|
||||
<td width="1%" background="templates/{$global_template}/images/box_r.gif">
|
||||
<img height="1" src="templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td nowrap="nowrap" align="left" width="1%" background="templates/{$global_template}/images/box_e3.gif">
|
||||
<img height="16" src="templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
<td nowrap="nowrap" align="left" width="98%" background="templates/{$global_template}/images/box_bottom.gif">
|
||||
<img height="16" src="templates/{$global_template}/images/blank.gif" width="8"></td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="templates/{$global_template}/images/box_e4.gif">
|
||||
<img height="16" src="templates/{$global_template}/images/blank.gif" width="22"> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<br>
|
||||
<br>
|
||||
</body>
|
||||
</html>
|
||||
{/if}
|
||||
|
||||
{if $action == 'change_erfassen'}
|
||||
{if $changelog_textwortwahl == '1'}
|
||||
<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">
|
||||
<title>{$wort_titel}</title>
|
||||
<style type='text/css'>
|
||||
{literal}
|
||||
select{
|
||||
width:750px;
|
||||
}
|
||||
{/literal}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<table border="0" style="border-collapse: collapse" width="100%" cellpadding="0" height="100%" id="table1">
|
||||
<tr>
|
||||
<td>
|
||||
<div align="center">
|
||||
<table cellspacing="0" cellpadding="0" width="30%" border="0">
|
||||
<tr>
|
||||
<td width="10" background="templates/{$global_template}/images/box_e1.gif">
|
||||
<img height="40" src="templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
<td nowrap="nowrap" align="left" width="3%" background="templates/{$global_template}/images/box_top.gif" valign="top"></td>
|
||||
<td width="95%" background="templates/{$global_template}/images/box_top.gif">
|
||||
<img height="10" src="templates/{$global_template}/images/blank.gif" width="1"><br>
|
||||
<font class="hd">{$wort_titel}</font><br>
|
||||
<img height="5" src="templates/{$global_template}/images/blank.gif" width="1"></td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="templates/{$global_template}/images/box_e2.gif">
|
||||
<img height="40" src="templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="1%" background="templates/{$global_template}/images/box_l.gif">
|
||||
<img height="1" src="templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
<td colspan="2"><br>
|
||||
<form action=?action=change_erfassen2 method="POST">
|
||||
|
||||
<select size="20" name="wort">
|
||||
{section name=table_data1 loop=$table_data1}
|
||||
<option value="{$table_data1[table_data1].lid}">{$table_data1[table_data1].datum} {$table_data1[table_data1].ueberschrift} </option>
|
||||
{/section}
|
||||
</select>
|
||||
|
||||
<br>
|
||||
<br>
|
||||
<p align="center">
|
||||
<input type="submit" value="Abschicken" name="B1"> </p>
|
||||
</form>
|
||||
<p></p>
|
||||
<p></p>
|
||||
<p></p>
|
||||
<p><br>
|
||||
</p>
|
||||
</td>
|
||||
<td width="1%" background="templates/{$global_template}/images/box_r.gif">
|
||||
<img height="1" src="templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td nowrap="nowrap" align="left" width="1%" background="templates/{$global_template}/images/box_e3.gif">
|
||||
<img height="16" src="templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
<td nowrap="nowrap" align="left" width="98%" background="templates/{$global_template}/images/box_bottom.gif" colspan="2">
|
||||
<img height="16" src="templates/{$global_template}/images/blank.gif" width="8"></td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="templates/{$global_template}/images/box_e4.gif">
|
||||
<img height="16" src="templates/{$global_template}/images/blank.gif" width="22"> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
{/if}
|
||||
|
||||
{if $changelog_ohnekat == '1'}
|
||||
<meta http-equiv="refresh" content="0; URL=?action=change_erfassen2">
|
||||
{/if}
|
||||
|
||||
|
||||
{if $changelog_luewahl == '1'}
|
||||
<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">
|
||||
<title>{$lue_wahl_titel}</title>
|
||||
</head>
|
||||
<body>
|
||||
<table border="0" style="border-collapse: collapse" width="100%" cellpadding="0" height="100%" id="table1">
|
||||
<tr>
|
||||
<td>
|
||||
<div align="center">
|
||||
<table cellspacing="0" cellpadding="0" width="50%" border="0">
|
||||
<tr>
|
||||
<td width="10" background="templates/{$global_template}/images/box_e1.gif">
|
||||
<img height="40" src="templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
<td nowrap="nowrap" align="left" width="3%" background="templates/{$global_template}/images/box_top.gif" valign="top"></td>
|
||||
<td width="95%" background="templates/{$global_template}/images/box_top.gif">
|
||||
<img height="10" src="templates/{$global_template}/images/blank.gif" width="1"><br>
|
||||
<font class="hd">{$lue_wahl_titel}</font><br>
|
||||
<img height="5" src="templates/{$global_template}/images/blank.gif" width="1"></td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="templates/{$global_template}/images/box_e2.gif">
|
||||
<img height="40" src="templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="1%" background="templates/{$global_template}/images/box_l.gif">
|
||||
<img height="1" src="templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
<td colspan="2"><br>
|
||||
<form action=?action=change_erfassen2 method="POST">
|
||||
|
||||
<select size="20" name="lue">
|
||||
{section name=table_data1 loop=$table_data1}
|
||||
<option value="{$table_data1[table_data1].eid}">{$table_data1[table_data1].thema} </option>
|
||||
{/section}
|
||||
</select>
|
||||
|
||||
<br>
|
||||
<br>
|
||||
<p align="center">
|
||||
<input type="submit" value="Abschicken" name="B1"> </p>
|
||||
</form>
|
||||
<p></p>
|
||||
<p></p>
|
||||
<p></p>
|
||||
<p><br>
|
||||
</p>
|
||||
</td>
|
||||
<td width="1%" background="templates/{$global_template}/images/box_r.gif">
|
||||
<img height="1" src="templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td nowrap="nowrap" align="left" width="1%" background="templates/{$global_template}/images/box_e3.gif">
|
||||
<img height="16" src="templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
<td nowrap="nowrap" align="left" width="98%" background="templates/{$global_template}/images/box_bottom.gif" colspan="2">
|
||||
<img height="16" src="templates/{$global_template}/images/blank.gif" width="8"></td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="templates/{$global_template}/images/box_e4.gif">
|
||||
<img height="16" src="templates/{$global_template}/images/blank.gif" width="22"> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
{/if}
|
||||
|
||||
{if $changelog_sql == '1' or $changelog_sql == '2' }
|
||||
<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">
|
||||
<title>{$changelog_sql_titel}</title>
|
||||
</head>
|
||||
<body>
|
||||
<table border="0" style="border-collapse: collapse" width="100%" cellpadding="0" height="100%" id="table1">
|
||||
<tr>
|
||||
<td>
|
||||
<div align="center">
|
||||
<table cellspacing="0" cellpadding="0" width="50%" border="0">
|
||||
<tr>
|
||||
<td width="10" background="templates/{$global_template}/images/box_e1.gif">
|
||||
<img height="40" src="templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
<td nowrap="nowrap" align="left" width="3%" background="templates/{$global_template}/images/box_top.gif" valign="top"></td>
|
||||
<td width="95%" background="templates/{$global_template}/images/box_top.gif">
|
||||
<img height="10" src="templates/{$global_template}/images/blank.gif" width="1"><br>
|
||||
<font class="hd">{$changelog_sql_titel}</font><br>
|
||||
<img height="5" src="templates/{$global_template}/images/blank.gif" width="1"></td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="templates/{$global_template}/images/box_e2.gif">
|
||||
<img height="40" src="templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="1%" background="templates/{$global_template}/images/box_l.gif">
|
||||
<img height="1" src="templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
<td colspan="2"><br>
|
||||
<form action=?action=change_erfassen2 method="POST">
|
||||
<textarea rows="14" cols="100" id='sql' name='sql'>{if $changelog_sql == '2' }SELECT a.lid, ueberschrift, textstelle, inhalt, DATE_Format(a.datum, \'%d\') tag, DATE_Format(a.datum, \'%m\') monat, DATE_Format(a.datum, \'%Y\') jahr, b.bezeichnung, c.bezeichnung, a.kid, a.ukid
|
||||
FROM quelle a, kategorie b, unterkategorie c, thema d
|
||||
WHERE a.kid=b.kid
|
||||
AND a.ukid=c.ukid
|
||||
AND a.thema=d.tid
|
||||
AND d. bezeichnung = \'Sonderausgabe {$changelog_datum}\'
|
||||
{/if}{if $changelog_sql == '1' }SELECT a.lid, a.ueberschrift, a.textstelle, a.inhalt, DATE_Format(a.datum, \'%d\') tag, DATE_Format(a.datum, \'%m\') monat, DATE_Format(a.datum, \'%Y\') jahr, b.bezeichnung, c.bezeichnung, a.kid, a.ukid
|
||||
FROM quelle a, kategorie b, unterkategorie c
|
||||
WHERE a.kid=b.kid
|
||||
AND a.ukid=c.ukid
|
||||
AND datum LIKE \'%{$changelog_datum}%\'
|
||||
AND a.kid = 1
|
||||
ORDER BY `a`.`datum` ASC
|
||||
{/if}
|
||||
</textarea>
|
||||
<br>
|
||||
<br>
|
||||
<p align="center">
|
||||
<input type="submit" value="Abschicken" name="B1"> </p>
|
||||
</form>
|
||||
<p></p>
|
||||
<p></p>
|
||||
<p></p>
|
||||
<p><br>
|
||||
</p>
|
||||
</td>
|
||||
<td width="1%" background="templates/{$global_template}/images/box_r.gif">
|
||||
<img height="1" src="templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td nowrap="nowrap" align="left" width="1%" background="templates/{$global_template}/images/box_e3.gif">
|
||||
<img height="16" src="templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
<td nowrap="nowrap" align="left" width="98%" background="templates/{$global_template}/images/box_bottom.gif" colspan="2">
|
||||
<img height="16" src="templates/{$global_template}/images/blank.gif" width="8"></td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="templates/{$global_template}/images/box_e4.gif">
|
||||
<img height="16" src="templates/{$global_template}/images/blank.gif" width="22"> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
{/if}
|
||||
|
||||
{/if}
|
||||
|
||||
{if $action == 'change_erfassen2'}
|
||||
{if $changelog_sql_err1 == '1'}
|
||||
<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">
|
||||
<title>{$changelog_inserterr_titel}</title>
|
||||
</head>
|
||||
<body>
|
||||
<table border="0" style="border-collapse: collapse" width="100%" cellpadding="0" height="100%" id="table1">
|
||||
<tr>
|
||||
<td>
|
||||
<div align="center">
|
||||
<table cellspacing="0" cellpadding="0" width="550" border="0">
|
||||
<tr>
|
||||
<td width="10" background="templates/{$global_template}/images/box_e1.gif">
|
||||
<img height="40" src="templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
<td nowrap="nowrap" align="left" width="3%" background="templates/{$global_template}/images/box_top.gif" valign="top"></td>
|
||||
<td width="95%" background="templates/{$global_template}/images/box_top.gif">
|
||||
<img height="10" src="templates/{$global_template}/images/blank.gif" width="1"><br>
|
||||
<span class="sh">{$changelog_inserterr_titel}</span><br>
|
||||
<img height="5" src="templates/{$global_template}/images/blank.gif" width="1"></td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="templates/{$global_template}/images/box_e2.gif">
|
||||
<img height="40" src="templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="1%" background="templates/{$global_template}/images/box_l.gif">
|
||||
<img height="1" src="templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
<td colspan="2"><br>
|
||||
<p align="center"><b>{$changelog_inserterr_text}</b>
|
||||
</p>
|
||||
<p align="center"><a href="javascript:history.back()">
|
||||
<img border="0" src="templates/{$global_template}/images/zurueck.gif" width="77" height="22"></a><br>
|
||||
</p>
|
||||
<p></p>
|
||||
<p></p>
|
||||
<p></p>
|
||||
<p></p>
|
||||
<p><br>
|
||||
</p>
|
||||
</td>
|
||||
<td width="1%" background="templates/{$global_template}/images/box_r.gif">
|
||||
<img height="1" src="templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td nowrap="nowrap" align="left" width="1%" background="templates/{$global_template}/images/box_e3.gif">
|
||||
<img height="16" src="templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
<td nowrap="nowrap" align="left" width="98%" background="templates/{$global_template}/images/box_bottom.gif" colspan="2">
|
||||
<img height="16" src="templates/{$global_template}/images/blank.gif" width="8"></td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="templates/{$global_template}/images/box_e4.gif">
|
||||
<img height="16" src="templates/{$global_template}/images/blank.gif" width="22"> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
{/if}
|
||||
|
||||
{if $changelog_success == '1'}
|
||||
<meta http-equiv="refresh" content="1; URL=changelog.php">
|
||||
<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">
|
||||
<title>{$changelog_success_titel}</title>
|
||||
</head>
|
||||
<body>
|
||||
<table border="0" style="border-collapse: collapse" width="100%" cellpadding="0" height="100%" id="table1">
|
||||
<tr>
|
||||
<td>
|
||||
<div align="center">
|
||||
<table cellspacing="0" cellpadding="0" width="550" border="0">
|
||||
<tr>
|
||||
<td width="10" background="templates/{$global_template}/images/box_e1.gif">
|
||||
<img height="40" src="templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
<td nowrap="nowrap" align="left" width="3%" background="templates/{$global_template}/images/box_top.gif" valign="top"></td>
|
||||
<td width="95%" background="templates/{$global_template}/images/box_top.gif">
|
||||
<img height="10" src="templates/{$global_template}/images/blank.gif" width="1"><br>
|
||||
<span class="sh">{$changelog_success_titel}</span><br>
|
||||
<img height="5" src="templates/{$global_template}/images/blank.gif" width="1"></td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="templates/{$global_template}/images/box_e2.gif">
|
||||
<img height="40" src="templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="1%" background="templates/{$global_template}/images/box_l.gif">
|
||||
<img height="1" src="templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
<td colspan="2"><br>
|
||||
<p align="center"><b>{$changelog_success_text}</b>
|
||||
|
||||
|
||||
<p align="center"><a href="hauptframe.php">
|
||||
<img border="0" src="templates/{$global_template}/images/zurueck.gif"></a>
|
||||
|
||||
</p>
|
||||
<p></p>
|
||||
<p></p>
|
||||
<p></p>
|
||||
<p></p>
|
||||
<p><br>
|
||||
</p>
|
||||
</td>
|
||||
<td width="1%" background="templates/{$global_template}/images/box_r.gif">
|
||||
<img height="1" src="templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td nowrap="nowrap" align="left" width="1%" background="templates/{$global_template}/images/box_e3.gif">
|
||||
<img height="16" src="templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
<td nowrap="nowrap" align="left" width="98%" background="templates/{$global_template}/images/box_bottom.gif" colspan="2">
|
||||
<img height="16" src="templates/{$global_template}/images/blank.gif" width="8"></td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="templates/{$global_template}/images/box_e4.gif">
|
||||
<img height="16" src="templates/{$global_template}/images/blank.gif" width="22"> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
{/if}
|
||||
|
||||
{/if}
|
195
templates/standard/css/styles_pc.php
Normal file
@ -0,0 +1,195 @@
|
||||
<?php
|
||||
require_once("../../../config/datenbankanbindung.php"); // fügt die Datenbankanbindung ein: Sys:\php\includes\kurs\datenbankanbindung.php
|
||||
$user_admin=$_COOKIE["user_admin"];
|
||||
|
||||
$db = dbconnect();
|
||||
$result = $db->query( "SELECT css FROM stylesheet WHERE user ='$user_admin'")
|
||||
or die ("Cannot execute query");
|
||||
while ($row = $result->fetch_array()){
|
||||
echo "$row[css]\n";
|
||||
}
|
||||
|
||||
|
||||
echo"
|
||||
|
||||
font.hd { /* Überschrifteinstellungen */
|
||||
font-family : Verdana,Arial,Helvetica,sans-serif;
|
||||
font-size : 17px;
|
||||
font-weight : bold;
|
||||
color : #002276;
|
||||
}
|
||||
|
||||
.sh { /* Subheader */
|
||||
font-weight : normal;
|
||||
font-size : 12px;
|
||||
color : rgb(101, 101, 101);
|
||||
font-family : Arial,Helvetica,sans-serif;
|
||||
}
|
||||
|
||||
ul.li { /* Aufzählungen */
|
||||
font-weight : normal;
|
||||
line-height : 150%;
|
||||
text-align : justify;
|
||||
list-style-type : square;
|
||||
}
|
||||
|
||||
ul { /* Aufzählungen */
|
||||
font-weight : normal;
|
||||
line-height : 150%;
|
||||
padding-left : 25px;
|
||||
text-align : justify;
|
||||
margin-left : 15px;
|
||||
padding-left : 15px;
|
||||
}
|
||||
|
||||
ol { /* Aufzählungen */
|
||||
font-weight : normal;
|
||||
line-height : 150%;
|
||||
padding-left : 25px;
|
||||
text-align : justify;
|
||||
}
|
||||
|
||||
/*
|
||||
table {
|
||||
font-family : verdana, arial;
|
||||
font-size : 9pt;
|
||||
color : #000000;
|
||||
line-height : 150%;
|
||||
text-align : justify
|
||||
}
|
||||
*/
|
||||
|
||||
.formdesc {
|
||||
padding-left : 10px;
|
||||
width : 33%;
|
||||
color : rgb(255, 255, 255);
|
||||
background-color : rgb(146, 155, 171);
|
||||
font-weight : bold;
|
||||
}
|
||||
|
||||
.login {
|
||||
background-color : #f1f2f6;
|
||||
}
|
||||
|
||||
|
||||
a {
|
||||
font-family : verdana, arial;
|
||||
font-weight : normal;
|
||||
color : #000066;
|
||||
}
|
||||
|
||||
";
|
||||
|
||||
$query = $db->query( "SELECT 1 FROM stylesheet WHERE user ='$user_admin'" );
|
||||
$row = $query->fetch_array();
|
||||
|
||||
|
||||
if($row[0] != 1){
|
||||
echo"
|
||||
.td2 {
|
||||
font-family : verdana, arial;
|
||||
font-size : 9pt;
|
||||
color : #000000;
|
||||
line-height : 150%;
|
||||
text-align : justify
|
||||
}
|
||||
|
||||
.farbe {
|
||||
background-color : #6487DC;
|
||||
}
|
||||
|
||||
|
||||
";
|
||||
}
|
||||
|
||||
|
||||
|
||||
echo"
|
||||
.farbe_border {
|
||||
border : 1px;
|
||||
border-color : #6487DC;
|
||||
border-style : solid;
|
||||
}
|
||||
|
||||
body {
|
||||
font-family : verdana, arial;
|
||||
font-size : 9pt;
|
||||
color : #000000;
|
||||
}
|
||||
|
||||
td {
|
||||
font-family : verdana, arial;
|
||||
font-size : 9pt;
|
||||
color : #000000;
|
||||
}
|
||||
|
||||
|
||||
|
||||
h1 {
|
||||
font-family : verdana, arial;
|
||||
font-size : 8pt;
|
||||
font-weight : bold;
|
||||
}
|
||||
|
||||
|
||||
.uberschrift {
|
||||
font-family : verdana, arial;
|
||||
font-size : 12pt;
|
||||
font-weight : bold;
|
||||
color : #006699;
|
||||
}
|
||||
|
||||
|
||||
.bemerkung {
|
||||
font-family : verdana, arial;
|
||||
font-size : 8pt;
|
||||
font-weight : bold;
|
||||
color : #FF0000;
|
||||
text-transform : uppercase; /* Großbuchstaben */
|
||||
}
|
||||
|
||||
|
||||
|
||||
.textfarbe { /* Botschaft, Ausführungen, Zusammenfassung, Kontext */
|
||||
color : #6487DC;
|
||||
font-weight : bold;
|
||||
}
|
||||
|
||||
|
||||
.contentfarbe { /* Hintergrundsfarbe in Tabellen bei Inhalten */
|
||||
background-color : #DEDEDE;
|
||||
}
|
||||
|
||||
|
||||
.titel { /* Kopfframe */
|
||||
font-weight : bold;
|
||||
text-decoration : none;
|
||||
font-family : verdana, arial;
|
||||
font-size : 16pt;
|
||||
color : #FFFFFF;
|
||||
}
|
||||
|
||||
|
||||
.footer { /* Fußzeile (Copyright) */
|
||||
text-decoration : none;
|
||||
font-family : verdana, arial;
|
||||
font-size : 8pt;
|
||||
}
|
||||
|
||||
|
||||
.nav_link { /* Hyperlinks in der Navigation */
|
||||
text-decoration : none;
|
||||
font-family : verdana, arial;
|
||||
font-size : 8pt;
|
||||
height : 13pt;
|
||||
}
|
||||
|
||||
|
||||
.nav_head { /* Überschriften in der Navigation */
|
||||
font-weight : bold;
|
||||
text-decoration : none;
|
||||
font-family : verdana, arial;
|
||||
font-size : 9pt;
|
||||
}
|
||||
";
|
||||
?>
|
111
templates/standard/ftp_ansicht.html
Normal file
@ -0,0 +1,111 @@
|
||||
{if $action == ''}
|
||||
{if $ftp_ansicht_connect == '1'}
|
||||
<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">
|
||||
<title>{$ftp_ansicht_titel}</title>
|
||||
</head>
|
||||
<body onload="if(document.pers_daten)document.pers_daten.uid.focus();return false;">
|
||||
<table border="0" style="border-collapse: collapse" width="100%" cellpadding="0" id="table1">
|
||||
<tr>
|
||||
<td>
|
||||
<div align="center">
|
||||
<table cellspacing="0" cellpadding="0" width="90%" border="0">
|
||||
<tr>
|
||||
<td width="10" background="templates/{$global_template}/images/box_e1.gif">
|
||||
<img height="40" src="templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
<td nowrap="nowrap" align="left" width="98%" background="templates/{$global_template}/images/box_top.gif" valign="top">
|
||||
<img height="10" src="templates/{$global_template}/images/blank.gif" width="1"><br>
|
||||
<font class="hd">{$ftp_ansicht_titel}</font><br>
|
||||
<img height="5" src="templates/{$global_template}/images/blank.gif" width="1"></font></td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="templates/{$global_template}/images/box_e2.gif">
|
||||
<img height="40" src="templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="1%" background="templates/{$global_template}/images/box_l.gif">
|
||||
<img height="1" src="templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
<td>
|
||||
|
||||
<table border="0" width="100%">
|
||||
<tr>
|
||||
<td><b>Name (Download)</b></td>
|
||||
<td align=right><b>Größe</b></td>
|
||||
<td align=right><b>Letzte Änderung</b></td>
|
||||
<td align=center><b>Löschen</b></td>
|
||||
<td align=center><b>Duplikat</b></td>
|
||||
</tr>
|
||||
{section name=table_data loop=$table_data}
|
||||
<tr>
|
||||
<td>
|
||||
<a href=?action=download&datei={$table_data[table_data].dateiname}>{$table_data[table_data].dateiname}</a>
|
||||
</td>
|
||||
<td align="right">
|
||||
{$table_data[table_data].Dateigroesse} {$table_data[table_data].einheit}
|
||||
</td>
|
||||
<td align="right">
|
||||
{$table_data[table_data].dateitag}
|
||||
</td>
|
||||
<td align="center">
|
||||
{$table_data[table_data].unlink_button}
|
||||
</td>
|
||||
<td align='center'>
|
||||
{$table_data[table_data].status_button}
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
{/section}
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
{$ftp_ansicht_anz_dateien} Dateien
|
||||
</td>
|
||||
<td align="right">
|
||||
{$ftp_ansicht_dateigroesse} {$ftp_ansicht_einheit}
|
||||
</td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
</table>
|
||||
<p align='center'><a href="http://schwaral:15879@www.lg-on.de/msd/msd_cron/crondump.pl?config=myoosdumper"><b>Backup erstellen</b></a></p>
|
||||
</td>
|
||||
<td width="1%" background="templates/{$global_template}/images/box_r.gif">
|
||||
<img height="1" src="templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td nowrap="nowrap" align="left" width="1%" background="templates/{$global_template}/images/box_e3.gif">
|
||||
<img height="16" src="templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
<td nowrap="nowrap" align="left" width="98%" background="templates/{$global_template}/images/box_bottom.gif">
|
||||
<img height="16" src="templates/{$global_template}/images/blank.gif" width="8"></td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="templates/{$global_template}/images/box_e4.gif">
|
||||
<img height="16" src="templates/{$global_template}/images/blank.gif" width="22"> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
{/if}
|
||||
|
||||
{if $ftp_ansicht_connect == '2'}
|
||||
{$ftp_ansicht_connect_error} 1
|
||||
{/if}
|
||||
|
||||
{/if}
|
||||
|
||||
|
||||
{if $action == 'download'}
|
||||
{if $ftp_ansicht_connect == '2'} 2
|
||||
{$ftp_ansicht_connect_error}
|
||||
{/if}
|
||||
|
||||
{/if}
|
||||
|
||||
|
||||
{if $action == 'unlink'}
|
||||
{if $ftp_ansicht_connect == '2'} 3
|
||||
{$ftp_ansicht_connect_error}
|
||||
{/if}
|
||||
|
||||
{/if}
|
111
templates/standard/ftp_ansicht.html_20161215
Normal file
@ -0,0 +1,111 @@
|
||||
{if $action == ''}
|
||||
{if $ftp_ansicht_connect == '1'}
|
||||
<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">
|
||||
<title>{$ftp_ansicht_titel}</title>
|
||||
</head>
|
||||
<body onload="if(document.pers_daten)document.pers_daten.uid.focus();return false;">
|
||||
<table border="0" style="border-collapse: collapse" width="100%" cellpadding="0" height="100%" id="table1">
|
||||
<tr>
|
||||
<td>
|
||||
<div align="center">
|
||||
<table cellspacing="0" cellpadding="0" width="90%" border="0">
|
||||
<tr>
|
||||
<td width="10" background="templates/{$global_template}/images/box_e1.gif">
|
||||
<img height="40" src="templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
<td nowrap="nowrap" align="left" width="98%" background="templates/{$global_template}/images/box_top.gif" valign="top">
|
||||
<img height="10" src="templates/{$global_template}/images/blank.gif" width="1"><br>
|
||||
<font class="hd">{$ftp_ansicht_titel}</font><br>
|
||||
<img height="5" src="templates/{$global_template}/images/blank.gif" width="1"></font></td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="templates/{$global_template}/images/box_e2.gif">
|
||||
<img height="40" src="templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="1%" background="templates/{$global_template}/images/box_l.gif">
|
||||
<img height="1" src="templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
<td>
|
||||
|
||||
<table border="0" width="100%">
|
||||
<tr>
|
||||
<td><b>Name (Download)</b></td>
|
||||
<td align=right><b>Gr<47><72>e</b></td>
|
||||
<td align=right><b>Letzte <20>nderung</b></td>
|
||||
<td align=center><b>L<>schen</b></td>
|
||||
<td align=center><b>Duplikat</b></td>
|
||||
</tr>
|
||||
{section name=table_data loop=$table_data}
|
||||
<tr>
|
||||
<td>
|
||||
<a href=?action=download&datei={$table_data[table_data].dateiname}>{$table_data[table_data].dateiname}</a>
|
||||
</td>
|
||||
<td align="right">
|
||||
{$table_data[table_data].Dateigroesse} {$table_data[table_data].einheit}
|
||||
</td>
|
||||
<td align="right">
|
||||
{$table_data[table_data].dateitag}
|
||||
</td>
|
||||
<td align="center">
|
||||
{$table_data[table_data].unlink_button}
|
||||
</td>
|
||||
<td align='center'>
|
||||
{$table_data[table_data].status_button}
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
{/section}
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
{$ftp_ansicht_anz_dateien} Dateien
|
||||
</td>
|
||||
<td align="right">
|
||||
{$ftp_ansicht_dateigroesse} {$ftp_ansicht_einheit}
|
||||
</td>
|
||||
<td> </td>
|
||||
</tr>
|
||||
</table>
|
||||
<p align='center'><a href=backup/backup_db.php><b>Backup erstellen</b></a></p>
|
||||
</td>
|
||||
<td width="1%" background="templates/{$global_template}/images/box_r.gif">
|
||||
<img height="1" src="templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td nowrap="nowrap" align="left" width="1%" background="templates/{$global_template}/images/box_e3.gif">
|
||||
<img height="16" src="templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
<td nowrap="nowrap" align="left" width="98%" background="templates/{$global_template}/images/box_bottom.gif">
|
||||
<img height="16" src="templates/{$global_template}/images/blank.gif" width="8"></td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="templates/{$global_template}/images/box_e4.gif">
|
||||
<img height="16" src="templates/{$global_template}/images/blank.gif" width="22"> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
{/if}
|
||||
|
||||
{if $ftp_ansicht_connect == '2'}
|
||||
{$ftp_ansicht_connect_error}
|
||||
{/if}
|
||||
|
||||
{/if}
|
||||
|
||||
|
||||
{if $action == 'download'}
|
||||
{if $ftp_ansicht_connect == '2'}
|
||||
{$ftp_ansicht_connect_error}
|
||||
{/if}
|
||||
|
||||
{/if}
|
||||
|
||||
|
||||
{if $action == 'unlink'}
|
||||
{if $ftp_ansicht_connect == '2'}
|
||||
{$ftp_ansicht_connect_error}
|
||||
{/if}
|
||||
|
||||
{/if}
|
22
templates/standard/further_publication.html
Normal file
@ -0,0 +1,22 @@
|
||||
<div id='xsnazzy'>
|
||||
<b class='xtop'><b class='xb1'></b><b class='xb2'></b><b class='xb3'></b><b class='xb4'></b></b>
|
||||
<div class='xboxcontent'>
|
||||
<table width='100%' border='0'>
|
||||
<tr>
|
||||
<td>
|
||||
<a class='link' href="javascript:void(0);" onmouseover="return overlib('Stichwortsuche nach ergänzenden Publikationen.', CAPTION,'Ergänzende Publikationen:', STATUS,'', TEXTSIZE, '10px', CAPTIONSIZE, '10px', CAPTIONFONT, 'Arial', OFFSETX, 20, OFFSETY, 20);" onmouseout="nd();"><b>Ergänzende Publikationen:</b></a>
|
||||
</td>
|
||||
<td>
|
||||
</tr>
|
||||
{section name=table_data loop=$table_data}
|
||||
<tr>
|
||||
<td valign='top'>
|
||||
<a target='kurshaupt' href="lue_ansicht.php?eid={$table_data[table_data].eid}" title="{$table_data[table_data].bezeichnung}: {$table_data[table_data].thema}">{$table_data[table_data].bezeichnung}: {$table_data[table_data].thema}</a>
|
||||
<br>
|
||||
</td>
|
||||
</tr>
|
||||
{/section}
|
||||
</table>
|
||||
</div>
|
||||
<b class='xbottom'><b class='xb4'></b><b class='xb3'></b><b class='xb2'></b><b class='xb1'></b></b>
|
||||
</div>
|
139
templates/standard/hauptframe.html
Normal file
@ -0,0 +1,139 @@
|
||||
<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>
|
||||
<script type='text/javascript' src='overlib/overlib_centerpopup.js'></script>
|
||||
<style type="text/css">
|
||||
{literal}
|
||||
<!--
|
||||
.text_overlib {font-family:Verdana,Arial,sans-serif; font-size:10px;}
|
||||
select{width:250px;}
|
||||
.r{text-decoration: none;font-weight: bold; color: black;}
|
||||
.text_overlib {font-family:Verdana,Arial,sans-serif; font-size:10px;}
|
||||
-->
|
||||
|
||||
.link{
|
||||
text-decoration: none;
|
||||
color: black;
|
||||
}
|
||||
{/literal}
|
||||
</style>
|
||||
|
||||
<title>{$welcome_titel}</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="overDiv" style="position: absolute; visibility: hidden; z-index: 1000; left: 10px; top: 0px; background-image: none;"></div>
|
||||
<table border="0" style="border-collapse: collapse" width="100%" cellpadding="0" height="100%" id="table1">
|
||||
<tr>
|
||||
<td>
|
||||
<div align="center">
|
||||
<table cellspacing="0" cellpadding="0" width="94%" border="0">
|
||||
<tr>
|
||||
<td width="10" background="templates/{$global_template}/images/box_e1.gif">
|
||||
<img height="40" src="templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
<td nowrap="nowrap" align="left" width="3%" background="templates/{$global_template}/images/box_top.gif" valign="top"> </td>
|
||||
<td width="95%" background="templates/{$global_template}/images/box_top.gif">
|
||||
<img height="10" src="templates/{$global_template}/images/blank.gif" width="1"><br>
|
||||
<font class="hd"><center>{$welcome_titel} {$admin}</center></font>
|
||||
<img height="5" src="templates/{$global_template}/images/blank.gif" width="1"></td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="templates/{$global_template}/images/box_e2.gif">
|
||||
<img height="40" src="templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="1%" background="templates/{$global_template}/images/box_l.gif">
|
||||
<img height="1" src="templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
<td colspan="2"><br>
|
||||
<p align="center">{$welcome_text1}
|
||||
<p align="center">{$welcome_text2}
|
||||
<br><br>
|
||||
|
||||
|
||||
{if $admin == 'Administrator'}
|
||||
<p align='center'>
|
||||
<img src='./graph_hauptframe.php'> <img src='./graph_user_hauptframe.php'>
|
||||
</p>
|
||||
{/if}
|
||||
|
||||
|
||||
<p align='center'>
|
||||
{$welcome_select}
|
||||
<br>
|
||||
<p align='left'>{$welcome_news}</p>
|
||||
<p align='center'>
|
||||
<table cellspacing="0" cellpadding="0" width="100%" height='10%'border="0">
|
||||
<tr>
|
||||
<td>
|
||||
<b>Datum</b>
|
||||
</td>
|
||||
<td width="30">
|
||||
|
||||
</td>
|
||||
<td>
|
||||
<b>Änderung</b>
|
||||
</td>
|
||||
<td>
|
||||
<b>Art</b>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
{section name=news loop=$news}
|
||||
<tr>
|
||||
<td>
|
||||
{$news[news].datum}
|
||||
</td>
|
||||
<td width="30" align="left">
|
||||
{if $news[news].icon == '1'}
|
||||
<img src="templates/{$global_template}/images/neu_icon.gif" width="22" border="0">
|
||||
{else}
|
||||
|
||||
{/if}
|
||||
</td>
|
||||
<td>
|
||||
|
||||
{if $news[news].link != ''}
|
||||
<a href="{$news[news].link}" onmouseover="return overlib('{$news[news].text}', CAPTION,'{$news[news].datum_kurz} - {$news[news].titel}', STATUS,'', ABOVE, TEXTFONTCLASS,'text_overlib', WIDTH, 450, TEXTSIZE, '10px', CAPTIONSIZE, '10px', CAPTIONFONT, 'Arial', OFFSETX, 20, OFFSETY, 20, CENTERPOPUP);" onmouseout="nd();">{$news[news].ueberschrift}</a><br>
|
||||
{else}
|
||||
<a class=link href="javascript:void(0);" onmouseover="return overlib('{$news[news].text}', CAPTION,'{$news[news].datum_kurz} - {$news[news].titel}', STATUS,'', ABOVE, TEXTFONTCLASS,'text_overlib', WIDTH, 450, TEXTSIZE, '10px', CAPTIONSIZE, '10px', CAPTIONFONT, 'Arial', OFFSETX, 20, OFFSETY, 20, CENTERPOPUP);" onmouseout="nd();">{$news[news].ueberschrift}</a><br>
|
||||
{/if}
|
||||
</td>
|
||||
<td>
|
||||
|
||||
|
||||
{if $news[news].art != "1"}
|
||||
System
|
||||
{/if}
|
||||
{if $news[news].art != "2"}
|
||||
Datenbestand
|
||||
{/if}
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
{/section}
|
||||
|
||||
|
||||
</table>
|
||||
</p>
|
||||
<p><br>
|
||||
</p>
|
||||
</td>
|
||||
<td width="1%" background="templates/{$global_template}/images/box_r.gif">
|
||||
<img height="1" src="templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td nowrap="nowrap" align="left" width="1%" background="templates/{$global_template}/images/box_e3.gif">
|
||||
<img height="16" src="templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
<td nowrap="nowrap" align="left" width="98%" background="templates/{$global_template}/images/box_bottom.gif" colspan="2">
|
||||
|
||||
<img height="16" src="templates/{$global_template}/images/blank.gif" width="8"></td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="templates/{$global_template}/images/box_e4.gif">
|
||||
<img height="16" src="templates/{$global_template}/images/blank.gif" width="22"> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
404
templates/standard/hilfe.html
Normal file
@ -0,0 +1,404 @@
|
||||
<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">
|
||||
<title>{$hilfe_titel}</title>
|
||||
</head>
|
||||
<body>
|
||||
<a name="top"></a>
|
||||
<table border="0" style="border-collapse: collapse" width="100%" cellpadding="0" height="100%" id="table1">
|
||||
<tr>
|
||||
<td>
|
||||
<div align="center">
|
||||
|
||||
<table cellspacing="0" cellpadding="0" width="70%" border="0">
|
||||
<tr>
|
||||
<td width="10" background="templates/{$global_template}/images/box_e1.gif">
|
||||
<img height="40" src="templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
<td nowrap="nowrap" align="left" width="98%" background="templates/{$global_template}/images/box_top.gif" valign="top">
|
||||
<img height="10" src="templates/{$global_template}/images/blank.gif" width="1"><br>
|
||||
<font class="hd">{$hilfe_titel}</font><br>
|
||||
<img height="5" src="templates/{$global_template}/images/blank.gif" width="1"></font></td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="templates/{$global_template}/images/box_e2.gif">
|
||||
<img height="40" src="templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="1%" background="templates/{$global_template}/images/box_l.gif">
|
||||
<img height="1" src="templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
<td>
|
||||
<table border="0" cellpadding="4" cellspacing="0" style="border-collapse: collapse" bordercolor="#E7E8ED" width="100%" id="AutoNumber1">
|
||||
<br>
|
||||
<br>
|
||||
<p style="margin-left: 20">
|
||||
<a href="#profil">Profil</a><br>
|
||||
<a href="#kalender">Kalender</a><br>
|
||||
<a href="#haupt">Hauptbildschirm</a><br>
|
||||
<a href="#lied">Liedvorschläge</a><br>
|
||||
<a href="#notizen">Eigene Notizen</a><br>
|
||||
<a href="#wortwahl">Recherche: Wort wählen</a><br>
|
||||
<a href="#suche_simp">Recherche: Einfache Suche</a><br>
|
||||
<a href="#suche_erw">Recherche: Erweiterte Suche</a><br>
|
||||
<a href="#export">Export</a><br>
|
||||
<a href="#feedback">Feedback</a><br>
|
||||
<a href="#kennwortwechsel">Kennwortwechsel</a><br>
|
||||
<a href="#logout">Logout</a><br>
|
||||
</p>
|
||||
<br>
|
||||
<br>
|
||||
<tr>
|
||||
<td width="100%" align="left" height="18">
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="100%" align="left" height="18">
|
||||
<a name="profil"></a>
|
||||
<b>Profil</b>
|
||||
<br>
|
||||
Im persönlichen Profil können folgende Einstellungen getätigt werden:<br>
|
||||
Die Emailadresse für die Systemmails kann geändert werden<br>
|
||||
Die Einstellung für den Wochengottesdienst kann zur korrekten Anzeige im Kalender in Mittwoch oder Donnerstag geändert werden.<br>
|
||||
Die Kategorie des Outlooktermins kann individuell vorgegeben werden.<br>
|
||||
Das Passwort kann geändert werden.
|
||||
<p align="right"><a href="#top">nach oben</a></p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="100%" align="left" height="18">
|
||||
<a name="kalender"></a>
|
||||
<b>Kalender</b>
|
||||
<br>
|
||||
Über den Kalender sind die Leitgedanken mit dem entsprechenden Datum verknüpft.Die Auswahl des Monats lässt sich über die Pfeil-Schaltflächen am Kalenderkopf vornehmen.
|
||||
Beim Klick auf das heutige Datum (am Fuß des Kalenders) springt der Kalender automatisch zum aktuellen Monat.<br>
|
||||
Das <a href="#outlookexport">Outlooksymbol</a> dient zum Export aller Leitgedanken des Monats.
|
||||
<p align="right"><a href="#top">nach oben</a></p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="100%" align="left" height="18">
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="100%" align="left" height="18">
|
||||
<a name="haupt"></a>
|
||||
<b>Hauptbildschirm</b>
|
||||
<br>
|
||||
Ganz oben werden der ausgewählte Tag mit Datum und die Gottesdienstkategorie angezeigt.
|
||||
Darunter wird das dazugehörige Wort, die Bibelstelle und die entsprechenden Leitgedanken oder der Gottesdienstbericht, etc. angezeigt.
|
||||
Dabei sind alle Bibelstellen mit <a href="http://www.bibleserver.com" target="_blank">www.Bibleserver.com</a> verknüpft um ein einfaches Nachschlagen zu ermöglichen. Am Kopf der Seite werden evtl. vorhandene Vergleichsworte als direkte Verknüpfung angezeigt.
|
||||
Über das <a href="#pdfexport">Adobesymbol</a> wird ein PDF mit Textwort, Inhalt, <a href="#notizen">Notizen</a> und <a href="#lied">Liedvorschlägen</a> zum Ausdrucken generiert. Über das <a href="#outlookexport">Outlooksymbol</a> kann der einzelne Eintrag (Textwort, Inhalt, <a href="#notizen">Notizen</a> und <a href="#lied">Liedvorschläge</a>) exportiert werden.
|
||||
<p align="right"><a href="#top">nach oben</a></p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="100%" align="left" height="18">
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="100%" align="left" height="18">
|
||||
<a name="lied"></a>
|
||||
<b>Liedvorschläge</b>
|
||||
<br>
|
||||
Hier werden bereits vorhandene Liedvorschläge angezeigt und neue können eingetragen werden. Zum Eintragen die entsprechende Liednummer (nur neues Gesangbuch) in das Feld Eingang / Abendmahl / weitere eintragen und mit Return bestätigen. Diese Vorschläge sind für alle Nutzer einsehbar.<br>
|
||||
Die Liedtexte der Liedvorschläge werden beim Überfahren mit der Maus als Text in einem extra Fenster angezeigt.
|
||||
<p align="right"><a href="#top">nach oben</a></p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="100%" align="left" height="18">
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="100%" align="left" height="18">
|
||||
<a name="notizen"></a>
|
||||
<b>Eigene Notizen</b>
|
||||
<br>
|
||||
In diesem Textfeld kann jeder Nutzer für sich seine eigenen Gedanken notieren. Die Eigenen Notizen können nur vom Verfasser selbst, also von keinem weiteren Nutzer, eingesehen werden.<br>
|
||||
Es besteht die Möglichkeit über die Schaltflächen am Kopf des Textfeldes Formatierungen vorzunehmen.
|
||||
Die Eigenen Notizen werden automatisch beim Verlassen der Seite oder manuell über den Button "Speichern" gesichert.
|
||||
Ein Ausdrucken der Eigenen Notizen ist über den <a href="#pdfexport">PDF-Export</a> möglich.
|
||||
<p align="right"><a href="#top">nach oben</a></p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="100%" align="left" height="18">
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="100%" align="left" height="18">
|
||||
<a name="wortwahl"></a>
|
||||
<b>Recherche: Wort wählen</b>
|
||||
<br>
|
||||
Hier kann aus einer nach Datum sortierten Liste jedes verfügbare Wort ausgewählt werden.
|
||||
<p align="right"><a href="#top">nach oben</a></p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="100%" align="left" height="18">
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="100%" align="left" height="18">
|
||||
<a name="suche_simp"></a>
|
||||
<b>Recherche: Einfache Suche</b>
|
||||
<br>
|
||||
Hier können ein oder mehr Suchbegriffe im Textwort oder Inhalt gesucht werden.
|
||||
Aus der daraus resultierenden Auflistung kann dann der gesuchte Eintrag ausgewählt werden.
|
||||
<br>
|
||||
<br>
|
||||
<table border="1" cellspacing="0" bordercolordark="white" bordercolorlight="black" height="278" cellpadding="8">
|
||||
<tr>
|
||||
<td bgcolor="E7E8ED" width="190">
|
||||
<a name="suchkriterien"></a>
|
||||
<i>Suchkriterien</i>
|
||||
</td>
|
||||
<td bgcolor="E7E8ED">
|
||||
<i>Erkläuterung</i>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="190">
|
||||
mehrere Begriffe hintereinander<br><i>Glaube Liebe Hoffnung</i>
|
||||
</td>
|
||||
<td>
|
||||
Gibt man mehrere Begriffe hintereinander ein, werden Textworte durchsucht, bei denen alle Begriffe vorkommen.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="190">
|
||||
Begriffe mit Minuszeichen<br><i>Glaube -Hoffnung</i>
|
||||
</td>
|
||||
<td>
|
||||
Steht vor dem Begriff ein Minuszeichen, kommt dieser im Suchergebnis nicht vor.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="190">
|
||||
Begriffe mit Anführungszeichen<br><i>"Liebe Gottes"</i>
|
||||
</td>
|
||||
<td>
|
||||
Begriffe, die in Anführungszeichen stehen, werden auch in diesem Zusammenhang im Suchergebnis gefunden.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="190">
|
||||
<p> Kombinationen<br>
|
||||
<i>Glaube "Liebe Gottes" -Hoffnung</i></p>
|
||||
</td>
|
||||
<td>
|
||||
Es können die verschiedenen Suchkriterien ebenfalls zusammen kombiniert werden!
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<p align="right"><a href="#top">nach oben</a></p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="100%" align="left" height="18">
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="100%" align="left" height="18">
|
||||
<a name="suche_erw"></a>
|
||||
<b>Recherche: Erweiterte Suche</b>
|
||||
<br>
|
||||
Hier kann getrennt nach Eingabefelder gezielt nach Worten, Phrasen oder Textstellen gesucht werden:
|
||||
<br>
|
||||
<br>
|
||||
<p align="left"><img src="templates/{$global_template}/images/aufteilung.jpg"></p>
|
||||
<br>
|
||||
<br>
|
||||
<table border="1" cellspacing="0" bordercolordark="white" bordercolorlight="black" height="278" cellpadding="8">
|
||||
<tr>
|
||||
<td bgcolor="E7E8ED" width="190">
|
||||
<i>Suchfeld</i>
|
||||
</td>
|
||||
<td bgcolor="E7E8ED">
|
||||
<i>Erkläuterung</i>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="190">
|
||||
Überschrift
|
||||
</td>
|
||||
<td>
|
||||
Bei der Suche innerhalb der Überschrift kann mit den oben erwähnten <a href="#suchkriterien">Suchkriterien</a> gesucht werden.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="190">
|
||||
Textstelle
|
||||
</td>
|
||||
<td>
|
||||
Beim eintippen einer Textstelle, werden einem sofort, die passenden Möglichkeiten angeboten, die
|
||||
in der Datenbank hinterlegt sind. Je mehr man von der Textstelle eingibt, desto weniger und genauer
|
||||
werden die Suchergebnisse. Es werden auch Plathalter (%) akzeptiert.<br> <i>%Johannes%</i> findet alle
|
||||
Textstellen mit <i>'1. Johannes x,x'</i> aber auch nur <i>'Johannes x,x'</i>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="190">
|
||||
Texwort
|
||||
</td>
|
||||
<td>
|
||||
Bei der Suche innerhalb des Textwortes kann mit den oben erwähnten <a href="#suchkriterien">Suchkriterien</a> gesucht werden.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="190">
|
||||
Inhalt
|
||||
</td>
|
||||
<td>
|
||||
Bei der Suche innerhalb des Inhaltes kann mit den oben erwähnten <a href="#suchkriterien">Suchkriterien</a> gesucht werden.
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="190">
|
||||
Datum
|
||||
</td>
|
||||
<td>
|
||||
Es können alle erfassten Inhalte nach dem Datum gesucht werden.
|
||||
Bei den normalen Wochengottesdiensten ist immer nach dem Mittwochsdatum zu suchen - auch
|
||||
bei den <b>Donnerstagsgemeinden</b>!
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="190">
|
||||
Stammapostelgottesdienst
|
||||
</td>
|
||||
<td>
|
||||
Dieses Häkchen kann gesetzt werden, wenn explizit nach Stammapostelgottesdiensten gesucht werden.
|
||||
Dies umfasst die Gottesdienstberichte aus der UF sowie den Leitgedanken mit dem Vermerk "Aus einem
|
||||
Gottesdienst des Stammapostels"
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="190">
|
||||
Kategorie / Unterkategorie
|
||||
</td>
|
||||
<td>
|
||||
Es gibt verschiedene Kategorien zu denen Unterkategorien zugeordnet sein können.
|
||||
Sucht man beispielsweise nach einem Gottesdienst für Gäste hat das die Kategorie "Gottesdienst"
|
||||
mit der Unterkategorie "Gästegottesdienst"
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="190">
|
||||
Suchart
|
||||
</td>
|
||||
<td>
|
||||
Dies betrifft alle Textfelder in diesem Menü<br>
|
||||
<br>
|
||||
<b>Exakte Suche:</b> bewirkt, dass die Suchergebnisse exakt die eingegeben Wörter enthalten.
|
||||
Gibt man <i>Gott</i> ein erhält man auch ein Ergebniss indem das Wort <i>Gott</i> vorkommt<br>
|
||||
<br>
|
||||
<b>Ähnliche Suche:</b> bewirkt, dass die Suchergebnisse auch ähnliche Worte enthaltet.
|
||||
Gibt man <i>Gott</i> ein erhält man auch ein Ergebniss indem das Wort <i>Gottesdienst</i> vorkommt<br>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<p align="right"><a href="#top">nach oben</a></p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="100%" align="left" height="18">
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="100%" align="left" height="18">
|
||||
|
||||
<p><a name="export"></a>
|
||||
<b>Export</b>
|
||||
<br>
|
||||
Die Leitgedanken können als PDF oder als Outlooktermin exportiert werden.</p>
|
||||
<p> <a name="pdfexport"></a>
|
||||
<i>PDF:</i> über das PDF-Symbol am Kopf der aktuell angezeigten Leitgedanken wird in einem extra Fenster ein PDF generiert. Es beinhaltet das Textwort, den Inhalt, die <a href="#notizen">Notizen</a> und die <a href="#lied">Liedvorschläge</a>. Nach dem Anzeigen des PDFs kann es beliebig gespeichert oder ausgedruckt werden.</p>
|
||||
<p> <a name="outlookexport"></a>
|
||||
<i>Outlook: </i>über das Outlooksymbol am Kopf der aktuell angezeigten Leitgedanken wird ein einzelner Outlooktermin erzeugt (mit Textwort, Inhalt, <a href="#notizen">Notizen</a> und <a href="#lied">Liedvorschlägen</a>) der über den Button speichern im Outlookkalender eingetragen wird.
|
||||
Alternativ können über das Outlooksymbol in der Kalenderübersicht (in der Spalte links) alle Leitgedanken des angezeigten Monats auf einmal exportiert werden. Dazu speichert man die VCS-Datei lokal ab und importiert diese ins Outlook. Ein direktes Öffnen dieser VCS-Datei ist erst ab Outlook 2007 möglich!</p>
|
||||
<p align="right"><a href="#top">nach oben</a></p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="100%" align="left" height="18">
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="100%" align="left" height="18">
|
||||
<a name="feedback"></a>
|
||||
<b>Feedback</b>
|
||||
<br>
|
||||
Über das Feedback-Formular können Fehler, Verbesserungsvorschläge und
|
||||
Ähnliches an den Webmaster gemeldet werden. <br>
|
||||
Hierüber können auch weitere Nutzer vorgeschlagen werden. Aufgrund der sensiblen
|
||||
Daten in dieser Datenbank bitten wir um Verständnis dafür, dass neue Nutzer nur
|
||||
durch persönliche Empfehlungen hinzugefügt werden können.
|
||||
<p align="right"><a href="#top">nach oben</a></p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="100%" align="left" height="18">
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="100%" align="left" height="18">
|
||||
<a name="kennwortwechsel"></a>
|
||||
<b>Kennwortwechsel</b>
|
||||
<br>
|
||||
In diesem Dialog können Sie Ihr Passwort ändern. Dazu tragen Sie zuerst Ihr altes Passwort
|
||||
ein, geben danach Ihr neues Passwort ein und bestätigen diesen nochmals. Ab dem nächsten
|
||||
Login gilt dann das neue Passwort.
|
||||
<p align="right"><a href="#top">nach oben</a></p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="100%" align="left" height="18">
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="100%" align="left" height="18">
|
||||
<a name="logout"></a>
|
||||
<b>Logout</b>
|
||||
<br>
|
||||
Damit loggen Sie sich aus der Seite aus. Dies ist vor allem bei öffentlich zugänglichen Rechnern
|
||||
wichtig, um unerlaubte Seitenzugriffe unter Ihren Zugangsdaten zu verhindern.
|
||||
<p align="right"><a href="#top">nach oben</a></p>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
|
||||
|
||||
|
||||
</table>
|
||||
</td>
|
||||
<td width="1%" background="templates/{$global_template}/images/box_r.gif">
|
||||
<img height="1" src="templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td nowrap="nowrap" align="left" width="1%" background="templates/{$global_template}/images/box_e3.gif">
|
||||
<img height="16" src="templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
<td nowrap="nowrap" align="left" width="98%" background="templates/{$global_template}/images/box_bottom.gif">
|
||||
<img height="16" src="templates/{$global_template}/images/blank.gif" width="8"></td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="templates/{$global_template}/images/box_e4.gif">
|
||||
<img height="16" src="templates/{$global_template}/images/blank.gif" width="22"> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
|
||||
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
|
||||
</body>
|
||||
</html>
|
201
templates/standard/historie.html
Normal file
@ -0,0 +1,201 @@
|
||||
<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">
|
||||
<title>{$login_log_titel}</title>
|
||||
<style>
|
||||
{literal}
|
||||
<!--
|
||||
.sl,.r{font-weight:normal;margin:0;display:inline}
|
||||
.r{font-size:1em}
|
||||
.g{margin-top:1em;margin-bottom:1em}
|
||||
.a,.a:link{color:green}
|
||||
body,td,div,.p,a{font-family:arial,sans-serif}
|
||||
-->
|
||||
{/literal}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<table border="0" style="border-collapse: collapse" width="100%" cellpadding="0" height="90%" id="table1">
|
||||
<tr>
|
||||
<td>
|
||||
<div align="center">
|
||||
<table cellspacing="0" cellpadding="0" width="94%" border="0">
|
||||
<tr>
|
||||
<td width="10" background="templates/{$global_template}/images/box_e1.gif">
|
||||
<img height="40" src="templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
<td nowrap="nowrap" align="left" width="3%" background="templates/{$global_template}/images/box_top.gif" valign="top"> </td>
|
||||
<td width="95%" background="templates/{$global_template}/images/box_top.gif">
|
||||
<img height="10" src="templates/{$global_template}/images/blank.gif" width="1"><br>
|
||||
<font class="hd"><center>{$historie_titel} {$historie_name}</center></font>
|
||||
<img height="5" src="templates/{$global_template}/images/blank.gif" width="1"></td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="templates/{$global_template}/images/box_e2.gif">
|
||||
<img height="40" src="templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="1%" background="templates/{$global_template}/images/box_l.gif">
|
||||
<img height="1" src="templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
<td colspan="2"><br>
|
||||
|
||||
<table border="0" style="border-collapse: collapse" width="100%" cellpadding="0" height="90%" id="table1">
|
||||
<tr>
|
||||
<td>
|
||||
<div align="center">
|
||||
|
||||
<table valign="top" border="0" cellpadding="4" cellspacing="0" style="border-collapse: collapse" bordercolor="#E7E8ED" width="100%" id="AutoNumber1">
|
||||
|
||||
|
||||
{section name=table_data loop=$table_data}
|
||||
{if $table_data[table_data].session_titel_s == '1'}
|
||||
{if $table_data[table_data].eigen == '1'}
|
||||
<tr>
|
||||
<td colspan='4'>
|
||||
<font class="hd">{$historie_titel_s}<br></font>
|
||||
</td>
|
||||
</tr>
|
||||
{/if}
|
||||
<tr>
|
||||
<td width="10%">
|
||||
<p align="left"><b>{$table_data[table_data].historie_datum}</b></p>
|
||||
</td>
|
||||
<td width="10%">
|
||||
<b>{$table_data[table_data].historie_zeit}</b>
|
||||
</td>
|
||||
<td width="10%">
|
||||
<b>{$table_data[table_data].historie_art}</b>
|
||||
</td>
|
||||
<td width="70%">
|
||||
<p align="left"><b>{$table_data[table_data].historie_seite}</b></p>
|
||||
</td>
|
||||
</tr>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
{/if}
|
||||
|
||||
{if $table_data[table_data].session_titel_h == '1'}
|
||||
{if $table_data[table_data].eigen == '1'}
|
||||
<tr>
|
||||
<td colspan='4'>
|
||||
<br>
|
||||
|
||||
{if $table_data[table_data].anz_cur > '0'}
|
||||
<br>
|
||||
{/if}
|
||||
|
||||
<br>
|
||||
<font class="hd">{$historie_titel_h}<br></font>
|
||||
</td>
|
||||
</tr>
|
||||
{/if}
|
||||
<tr>
|
||||
<td width="10%">
|
||||
<p align="left"><b>{$table_data[table_data].historie_datum}</b></p>
|
||||
</td>
|
||||
<td width="10%">
|
||||
<b>{$table_data[table_data].historie_zeit}</b>
|
||||
</td>
|
||||
<td width="10%">
|
||||
<b>{$table_data[table_data].historie_art}</b>
|
||||
</td>
|
||||
<td width="70%">
|
||||
<p align="left"><b>{$table_data[table_data].historie_seite}</b></p>
|
||||
</td>
|
||||
</tr>
|
||||
</td>
|
||||
</tr>
|
||||
{/if}
|
||||
|
||||
<tr>
|
||||
<td width="10%" style="border-left-style: none; border-left-width: medium; border-right-style: none; border-right-width: medium; border-top-style: none; border-top-width: medium; border-bottom-style: solid; border-bottom-width: 1px">
|
||||
<p align="left">
|
||||
{$table_data[table_data].datum}</p>
|
||||
</td>
|
||||
<td width="10%" style="border-left-style: none; border-left-width: medium; border-right-style: none; border-right-width: medium; border-top-style: none; border-top-width: medium; border-bottom-style: solid; border-bottom-width: 1px">
|
||||
{$table_data[table_data].zeit}<br>
|
||||
</td>
|
||||
<td valign="middle" width="10%" style="border-left-style: none; border-left-width: medium; border-right-style: none; border-right-width: medium; border-top-style: none; border-top-width: medium; border-bottom-style: solid; border-bottom-width: 1px">
|
||||
{$table_data[table_data].art}
|
||||
</td>
|
||||
<td width="70%" style="border-left-style: none; border-left-width: medium; border-right-style: none; border-right-width: medium; border-top-style: none; border-top-width: medium; border-bottom-style: solid; border-bottom-width: 1px">
|
||||
<p align="left" style="margin-top: 4; margin-bottom: 4">
|
||||
<h2 class=r><a class=l href={$table_data[table_data].link}><b>{$table_data[table_data].ueberschrift}</b></a></h2>
|
||||
<br>
|
||||
{$table_data[table_data].preview}
|
||||
{if $table_data[table_data].art == 'Leitgedanken'}
|
||||
<br>
|
||||
<span class=a>Kategorie: {$table_data[table_data].kategorie}
|
||||
{if $table_data[table_data].unterkategorie != ''}
|
||||
/ {$table_data[table_data].unterkategorie}
|
||||
{/if}
|
||||
<br>
|
||||
Datum: {$table_data[table_data].wochentag}, {$table_data[table_data].tag}.{$table_data[table_data].monat}.{$table_data[table_data].jahr}
|
||||
</span>
|
||||
{/if}
|
||||
<p>
|
||||
<p>
|
||||
</td>
|
||||
</tr>
|
||||
{/section}
|
||||
|
||||
</table>
|
||||
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
</p>
|
||||
<p><br>
|
||||
</p>
|
||||
</td>
|
||||
<td width="1%" background="templates/{$global_template}/images/box_r.gif">
|
||||
<img height="1" src="templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td nowrap="nowrap" align="left" width="1%" background="templates/{$global_template}/images/box_e3.gif">
|
||||
<img height="16" src="templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
<td nowrap="nowrap" align="left" width="98%" background="templates/{$global_template}/images/box_bottom.gif" colspan="2">
|
||||
<img height="16" src="templates/{$global_template}/images/blank.gif" width="8"></td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="templates/{$global_template}/images/box_e4.gif">
|
||||
<img height="16" src="templates/{$global_template}/images/blank.gif" width="22"> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
<br>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
<div align=center>
|
||||
|
||||
{if $login_log_start0 == '1'}
|
||||
<a href=?start=0&user={$historie_user}><img border="0" src="templates/{$global_template}/images/left_first.gif"></a>
|
||||
<a href=?start={$login_log_start_newstart}&user={$historie_user}><img border="0" src="templates/{$global_template}/images/left.gif"></a>
|
||||
{/if}
|
||||
|
||||
{if $login_log_start0 == '2'}
|
||||
<img border="0" src="templates/{$global_template}/images/left_first_grey.gif">
|
||||
<img border="0" src="templates/{$global_template}/images/left_grey.gif">
|
||||
{/if}
|
||||
|
||||
|
||||
{$login_log_currpage} / {$login_log_pagecount}
|
||||
|
||||
|
||||
{if $login_log_end0 == '1'}
|
||||
<a href=?start={$login_log_end_newstart}&user={$historie_user}><img border="0" src="templates/{$global_template}/images/right.gif"></a>
|
||||
<a href=?start={$login_log_end_last}&user={$historie_user}><img border="0" src="templates/{$global_template}/images/right_last.gif"></a>
|
||||
{/if}
|
||||
|
||||
{if $login_log_end0 == '2'}
|
||||
<img border="0" src="templates/{$global_template}/images/right_last_grey.gif">
|
||||
<img border="0" src="templates/{$global_template}/images/right_grey.gif">
|
||||
{/if}
|
||||
|
||||
</div>
|
4
templates/standard/images/Font.txt
Normal file
@ -0,0 +1,4 @@
|
||||
Button Schriftart
|
||||
|
||||
Verdana fett 12
|
||||
Anti Aliasing
|
BIN
templates/standard/images/Pfeile.cdr
Normal file
BIN
templates/standard/images/aufteilung.jpg
Normal file
After Width: | Height: | Size: 54 KiB |
BIN
templates/standard/images/b_abschicken.gif
Normal file
After Width: | Height: | Size: 604 B |
BIN
templates/standard/images/b_login.gif
Normal file
After Width: | Height: | Size: 216 B |
BIN
templates/standard/images/back.png
Normal file
After Width: | Height: | Size: 1.4 KiB |
BIN
templates/standard/images/back1.png
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
templates/standard/images/blank.gif
Normal file
After Width: | Height: | Size: 43 B |
BIN
templates/standard/images/box_bottom.gif
Normal file
After Width: | Height: | Size: 37 B |
BIN
templates/standard/images/box_e1.gif
Normal file
After Width: | Height: | Size: 408 B |
BIN
templates/standard/images/box_e1a.gif
Normal file
After Width: | Height: | Size: 186 B |
BIN
templates/standard/images/box_e2.gif
Normal file
After Width: | Height: | Size: 258 B |
BIN
templates/standard/images/box_e2a.gif
Normal file
After Width: | Height: | Size: 181 B |
BIN
templates/standard/images/box_e3.gif
Normal file
After Width: | Height: | Size: 144 B |
BIN
templates/standard/images/box_e4.gif
Normal file
After Width: | Height: | Size: 152 B |
BIN
templates/standard/images/box_l.gif
Normal file
After Width: | Height: | Size: 51 B |
BIN
templates/standard/images/box_r.gif
Normal file
After Width: | Height: | Size: 51 B |
BIN
templates/standard/images/box_top.gif
Normal file
After Width: | Height: | Size: 62 B |
BIN
templates/standard/images/box_top1.gif
Normal file
After Width: | Height: | Size: 37 B |
BIN
templates/standard/images/cross.jpg
Normal file
After Width: | Height: | Size: 1.0 KiB |
BIN
templates/standard/images/deleteicon_enabled.gif
Normal file
After Width: | Height: | Size: 869 B |
BIN
templates/standard/images/drop.png
Normal file
After Width: | Height: | Size: 311 B |
BIN
templates/standard/images/drop2.png
Normal file
After Width: | Height: | Size: 264 B |
BIN
templates/standard/images/drop_grey.png
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
templates/standard/images/edit.png
Normal file
After Width: | Height: | Size: 451 B |
BIN
templates/standard/images/edit_grey.png
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
templates/standard/images/export.gif
Normal file
After Width: | Height: | Size: 709 B |
BIN
templates/standard/images/fadein.png
Normal file
After Width: | Height: | Size: 151 B |
BIN
templates/standard/images/fadeout.png
Normal file
After Width: | Height: | Size: 152 B |
BIN
templates/standard/images/i.jpg
Normal file
After Width: | Height: | Size: 809 B |
BIN
templates/standard/images/i.png
Normal file
After Width: | Height: | Size: 278 B |
BIN
templates/standard/images/i_login.gif
Normal file
After Width: | Height: | Size: 646 B |
BIN
templates/standard/images/ico_pdf.gif
Normal file
After Width: | Height: | Size: 1007 B |
BIN
templates/standard/images/ja.gif
Normal file
After Width: | Height: | Size: 320 B |
BIN
templates/standard/images/left.gif
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
templates/standard/images/left_first.gif
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
templates/standard/images/left_first_grey.gif
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
templates/standard/images/left_grey.gif
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
templates/standard/images/link.png
Normal file
After Width: | Height: | Size: 776 B |
BIN
templates/standard/images/nein.gif
Normal file
After Width: | Height: | Size: 333 B |
BIN
templates/standard/images/neu_icon.gif
Normal file
After Width: | Height: | Size: 74 B |
BIN
templates/standard/images/next.cpt
Normal file
BIN
templates/standard/images/next.png
Normal file
After Width: | Height: | Size: 1.4 KiB |
BIN
templates/standard/images/next1.png
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
templates/standard/images/offline.gif
Normal file
After Width: | Height: | Size: 494 B |
BIN
templates/standard/images/ok.gif
Normal file
After Width: | Height: | Size: 663 B |
BIN
templates/standard/images/outlook.gif
Normal file
After Width: | Height: | Size: 918 B |
BIN
templates/standard/images/outlook_grey.gif
Normal file
After Width: | Height: | Size: 918 B |
BIN
templates/standard/images/podcast.png
Normal file
After Width: | Height: | Size: 6.1 KiB |
BIN
templates/standard/images/right.gif
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
templates/standard/images/right_grey.gif
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
templates/standard/images/right_last.gif
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
templates/standard/images/right_last_grey.gif
Normal file
After Width: | Height: | Size: 1.1 KiB |
BIN
templates/standard/images/sidebox-bar-left.gif
Normal file
After Width: | Height: | Size: 50 B |
BIN
templates/standard/images/sidebox-bar-px.gif
Normal file
After Width: | Height: | Size: 43 B |
BIN
templates/standard/images/sidebox-bar-right.gif
Normal file
After Width: | Height: | Size: 50 B |
BIN
templates/standard/images/sidebox-bottom.gif
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
templates/standard/images/sidebox-title-bg.gif
Normal file
After Width: | Height: | Size: 153 B |
BIN
templates/standard/images/sidebox-title-left.gif
Normal file
After Width: | Height: | Size: 1.5 KiB |
BIN
templates/standard/images/sidebox-title-left1.gif
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
templates/standard/images/sidebox-title-right.gif
Normal file
After Width: | Height: | Size: 356 B |
BIN
templates/standard/images/stat.gif
Normal file
After Width: | Height: | Size: 504 B |
BIN
templates/standard/images/suchen.gif
Normal file
After Width: | Height: | Size: 272 B |
BIN
templates/standard/images/termin_erf.gif
Normal file
After Width: | Height: | Size: 489 B |
BIN
templates/standard/images/veranst_bearb.gif
Normal file
After Width: | Height: | Size: 570 B |
BIN
templates/standard/images/veranst_erf.gif
Normal file
After Width: | Height: | Size: 555 B |
BIN
templates/standard/images/zurueck.gif
Normal file
After Width: | Height: | Size: 550 B |
423
templates/standard/index.html
Normal file
@ -0,0 +1,423 @@
|
||||
<!-- Diese Datei gibt es nur im Standardtemplate, da vor dem Login man noch nicht weiß welches Template der User verwendet-->
|
||||
{if $action== ''}
|
||||
<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">
|
||||
<link rel="shortcut icon" href="favicon.ico">
|
||||
<title>{$index_titel}</title>
|
||||
</head>
|
||||
<body onload="if(document.login)document.login.user.focus();return false;">
|
||||
<table border="0" style="border-collapse: collapse" width="100%" cellpadding="0" height="100%" id="table1">
|
||||
<tr>
|
||||
<td height="30"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<div align="center">
|
||||
<table cellspacing="0" cellpadding="0" width="550" border="0">
|
||||
<tr>
|
||||
<td width="10" background="templates/standard/images/box_e1.gif">
|
||||
<img height="40" src="templates/standard/images/blank.gif" width="22"></td>
|
||||
<td nowrap="nowrap" align="left" width="3%" background="templates/standard/images/box_top.gif" valign="top">
|
||||
<img src="templates/standard/images/i_login.gif"></td>
|
||||
<td width="95%" background="templates/standard/images/box_top.gif">
|
||||
<img height="10" src="templates/standard/images/blank.gif" width="1"><br>
|
||||
<font class="hd">{$index_titel}</font><br>
|
||||
<img height="5" src="templates/standard/images/blank.gif" width="1"></td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="templates/standard/images/box_e2.gif">
|
||||
<img height="40" src="templates/standard/images/blank.gif" width="22"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="1%" background="templates/standard/images/box_l.gif">
|
||||
<img height="1" src="templates/standard/images/blank.gif" width="22"></td>
|
||||
<td colspan="2"><br>
|
||||
<ul>
|
||||
<li>{$index_list}</li>
|
||||
</ul>
|
||||
<p></p>
|
||||
<p></p>
|
||||
<p></p>
|
||||
<p></p>
|
||||
<form action=?action=anmeld method="POST" name="login">
|
||||
<table cellspacing="1" cellpadding="1" width="100%" border="0">
|
||||
<tr>
|
||||
<td class="formdesc">
|
||||
{$index_user}
|
||||
</td>
|
||||
<td>
|
||||
<input type="text" name="user" value size="20" maxlength="60" tabindex="1" onchange="document.login.pwd.focus()"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="formdesc">
|
||||
{$index_pass}
|
||||
</td>
|
||||
<td>
|
||||
<input type="password" name="passwort" size="20" tabindex="2"></td>
|
||||
</tr>
|
||||
<tr class="login">
|
||||
<td align="right" colspan="2">
|
||||
<input title="Login" type="image" src="templates/standard/images/b_login.gif" border="0"></td>
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
<p><br>
|
||||
</p>
|
||||
</td>
|
||||
<td width="1%" background="templates/standard/images/box_r.gif">
|
||||
<img height="1" src="templates/standard/images/blank.gif" width="22"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td nowrap="nowrap" align="left" width="1%" background="templates/standard/images/box_e3.gif">
|
||||
<img height="16" src="templates/standard/images/blank.gif" width="22"></td>
|
||||
<td nowrap="nowrap" align="left" width="98%" background="templates/standard/images/box_bottom.gif" colspan="2">
|
||||
<img height="16" src="templates/standard/images/blank.gif" width="8"></td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="templates/standard/images/box_e4.gif">
|
||||
<img height="16" src="templates/standard/images/blank.gif" width="22"> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
{/if}
|
||||
|
||||
{if $action == 'anmeld'}
|
||||
|
||||
{if $index_noinput == '1'}
|
||||
<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">
|
||||
<title>{$index_mandatory_titel}</title>
|
||||
</head>
|
||||
<body>
|
||||
<table border="0" style="border-collapse: collapse" width="100%" cellpadding="0" height="100%" id="table1">
|
||||
<tr>
|
||||
<td>
|
||||
<div align="center">
|
||||
<table cellspacing="0" cellpadding="0" width="550" border="0">
|
||||
<tr>
|
||||
<td width="10" background="templates/standard/images/box_e1.gif">
|
||||
<img height="40" src="templates/standard/images/blank.gif" width="22"></td>
|
||||
<td nowrap="nowrap" align="left" width="3%" background="templates/standard/images/box_top.gif" valign="top">
|
||||
<img src="templates/standard/images/i_login.gif"></td>
|
||||
<td width="95%" background="templates/standard/images/box_top.gif">
|
||||
<img height="10" src="templates/standard/images/blank.gif" width="1"><br>
|
||||
<span class="sh">{$index_mandatory_titel}</span><br>
|
||||
<img height="5" src="templates/standard/images/blank.gif" width="1"></td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="templates/standard/images/box_e2.gif">
|
||||
<img height="40" src="templates/standard/images/blank.gif" width="22"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="1%" background="templates/standard/images/box_l.gif">
|
||||
<img height="1" src="templates/standard/images/blank.gif" width="22"></td>
|
||||
<td colspan="2"><br>
|
||||
<p align="center"><b>{$index_mandatory_text}</b>
|
||||
</p>
|
||||
<p align="center"><a href="index.php">
|
||||
<img border="0" src="templates/standard/images/zurueck.gif" width="77" height="22"></a><br>
|
||||
</p>
|
||||
<p></p>
|
||||
<p></p>
|
||||
<p></p>
|
||||
<p></p>
|
||||
<p><br>
|
||||
</p>
|
||||
</td>
|
||||
<td width="1%" background="templates/standard/images/box_r.gif">
|
||||
<img height="1" src="templates/standard/images/blank.gif" width="22"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td nowrap="nowrap" align="left" width="1%" background="templates/standard/images/box_e3.gif">
|
||||
<img height="16" src="templates/standard/images/blank.gif" width="22"></td>
|
||||
<td nowrap="nowrap" align="left" width="98%" background="templates/standard/images/box_bottom.gif" colspan="2">
|
||||
<img height="16" src="templates/standard/images/blank.gif" width="8"></td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="templates/standard/images/box_e4.gif">
|
||||
<img height="16" src="templates/standard/images/blank.gif" width="22"> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
{/if}
|
||||
|
||||
{if $index_nouser== '1'}
|
||||
<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">
|
||||
<title>{$index_userunknown_titel}</title>
|
||||
</head>
|
||||
<body>
|
||||
<table border="0" style="border-collapse: collapse" width="100%" cellpadding="0" height="100%" id="table1">
|
||||
<tr>
|
||||
<td>
|
||||
<div align="center">
|
||||
<table cellspacing="0" cellpadding="0" width="550" border="0">
|
||||
<tr>
|
||||
<td width="10" background="templates/standard/images/box_e1.gif">
|
||||
<img height="40" src="templates/standard/images/blank.gif" width="22"></td>
|
||||
<td nowrap="nowrap" align="left" width="3%" background="templates/standard/images/box_top.gif" valign="top">
|
||||
<img src="templates/standard/images/i_login.gif"></td>
|
||||
<td width="95%" background="templates/standard/images/box_top.gif">
|
||||
<img height="10" src="templates/standard/images/blank.gif" width="1"><br>
|
||||
<span class="sh">{$index_userunknown_titel}</span><br>
|
||||
<img height="5" src="templates/standard/images/blank.gif" width="1"></td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="templates/standard/images/box_e2.gif">
|
||||
<img height="40" src="templates/standard/images/blank.gif" width="22"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="1%" background="templates/standard/images/box_l.gif">
|
||||
<img height="1" src="templates/standard/images/blank.gif" width="22"></td>
|
||||
<td colspan="2"><br>
|
||||
<p align="center"><b>{$index_userunknown_text}</b>
|
||||
<br><br>
|
||||
{$index_support}
|
||||
</p>
|
||||
<p align="center"><a href="index.php">
|
||||
<img border="0" src="templates/standard/images/zurueck.gif" width="77" height="22"></a><br>
|
||||
</p>
|
||||
<p></p>
|
||||
<p></p>
|
||||
<p></p>
|
||||
<p></p>
|
||||
<p><br>
|
||||
</p>
|
||||
</td>
|
||||
<td width="1%" background="templates/standard/images/box_r.gif">
|
||||
<img height="1" src="templates/standard/images/blank.gif" width="22"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td nowrap="nowrap" align="left" width="1%" background="templates/standard/images/box_e3.gif">
|
||||
<img height="16" src="templates/standard/images/blank.gif" width="22"></td>
|
||||
<td nowrap="nowrap" align="left" width="98%" background="templates/standard/images/box_bottom.gif" colspan="2">
|
||||
<img height="16" src="templates/standard/images/blank.gif" width="8"></td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="templates/standard/images/box_e4.gif">
|
||||
<img height="16" src="templates/standard/images/blank.gif" width="22"> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
{/if}
|
||||
|
||||
{if $index_passwrong== '1'}
|
||||
<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">
|
||||
<title>{$index_passerr_titel}</title>
|
||||
</head>
|
||||
<body>
|
||||
<table border="0" style="border-collapse: collapse" width="100%" cellpadding="0" height="100%" id="table1">
|
||||
<tr>
|
||||
<td>
|
||||
<div align="center">
|
||||
<table cellspacing="0" cellpadding="0" width="550" border="0">
|
||||
<tr>
|
||||
<td width="10" background="templates/standard/images/box_e1.gif">
|
||||
<img height="40" src="templates/standard/images/blank.gif" width="22"></td>
|
||||
<td nowrap="nowrap" align="left" width="3%" background="templates/standard/images/box_top.gif" valign="top">
|
||||
<img src="templates/standard/images/i_login.gif"></td>
|
||||
<td width="95%" background="templates/standard/images/box_top.gif">
|
||||
<img height="10" src="templates/standard/images/blank.gif" width="1"><br>
|
||||
|
||||
<span class="sh">{$index_passerr_titel}</span><br>
|
||||
<img height="5" src="templates/standard/images/blank.gif" width="1"></td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="templates/standard/images/box_e2.gif">
|
||||
<img height="40" src="templates/standard/images/blank.gif" width="22"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="1%" background="templates/standard/images/box_l.gif">
|
||||
<img height="1" src="templates/standard/images/blank.gif" width="22"></td>
|
||||
<td colspan="2"><br>
|
||||
<p align="center">
|
||||
{$index_passerr_text}
|
||||
<br>
|
||||
<br>
|
||||
{$index_support}
|
||||
</p>
|
||||
<p align="center"><a href="index.php">
|
||||
<img border="0" src="templates/standard/images/zurueck.gif" width="77" height="22"></a><br>
|
||||
</p>
|
||||
<p></p>
|
||||
<p></p>
|
||||
<p></p>
|
||||
<p></p>
|
||||
<p><br>
|
||||
</p>
|
||||
</td>
|
||||
<td width="1%" background="templates/standard/images/box_r.gif">
|
||||
<img height="1" src="templates/standard/images/blank.gif" width="22"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td nowrap="nowrap" align="left" width="1%" background="templates/standard/images/box_e3.gif">
|
||||
<img height="16" src="templates/standard/images/blank.gif" width="22"></td>
|
||||
<td nowrap="nowrap" align="left" width="98%" background="templates/standard/images/box_bottom.gif" colspan="2">
|
||||
<img height="16" src="templates/standard/images/blank.gif" width="8"></td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="templates/standard/images/box_e4.gif">
|
||||
<img height="16" src="templates/standard/images/blank.gif" width="22"> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
{/if}
|
||||
|
||||
{if $index_passswitch == '1'}
|
||||
<meta http-equiv="refresh" content="0; URL=passwort_switch.php">
|
||||
{/if}
|
||||
|
||||
{if $index_login == '1'}
|
||||
<meta http-equiv="refresh" content="0; URL=indexframe.php">
|
||||
{/if}
|
||||
{/if}
|
||||
|
||||
|
||||
|
||||
{if $action == 'pass_gen'}
|
||||
{if $index_mailpass == '1'}
|
||||
<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">
|
||||
<title>{$index_passbackmail_titel}</title>
|
||||
</head>
|
||||
<body>
|
||||
<table border="0" style="border-collapse: collapse" width="100%" cellpadding="0" height="100%" id="table1">
|
||||
<tr>
|
||||
<td>
|
||||
<div align="center">
|
||||
<table cellspacing="0" cellpadding="0" width="550" border="0">
|
||||
<tr>
|
||||
<td width="10" background="templates/standard/images/box_e1.gif">
|
||||
<img height="40" src="templates/standard/images/blank.gif" width="22"></td>
|
||||
<td nowrap="nowrap" align="left" width="3%" background="templates/standard/images/box_top.gif" valign="top">
|
||||
<img src="templates/standard/images/i_login.gif"></td>
|
||||
<td width="95%" background="templates/standard/images/box_top.gif">
|
||||
<img height="10" src="templates/standard/images/blank.gif" width="1"><br>
|
||||
<span class="sh">{$index_passbackmail_titel}</span><br>
|
||||
<img height="5" src="templates/standard/images/blank.gif" width="1"></td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="templates/standard/images/box_e2.gif">
|
||||
<img height="40" src="templates/standard/images/blank.gif" width="22"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="1%" background="templates/standard/images/box_l.gif">
|
||||
<img height="1" src="templates/standard/images/blank.gif" width="22"></td>
|
||||
<td colspan="2"><br>
|
||||
<p align="center">
|
||||
|
||||
{$index_passbackmail_text}
|
||||
|
||||
<p align="center"><a href="index.php">
|
||||
<img border="0" src="templates/standard/images/zurueck.gif" width="77" height="22"></a><br>
|
||||
</p>
|
||||
<p></p>
|
||||
<p></p>
|
||||
<p></p>
|
||||
<p></p>
|
||||
<p><br>
|
||||
</p>
|
||||
</td>
|
||||
<td width="1%" background="templates/standard/images/box_r.gif">
|
||||
<img height="1" src="templates/standard/images/blank.gif" width="22"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td nowrap="nowrap" align="left" width="1%" background="templates/standard/images/box_e3.gif">
|
||||
<img height="16" src="templates/standard/images/blank.gif" width="22"></td>
|
||||
<td nowrap="nowrap" align="left" width="98%" background="templates/standard/images/box_bottom.gif" colspan="2">
|
||||
<img height="16" src="templates/standard/images/blank.gif" width="8"></td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="templates/standard/images/box_e4.gif">
|
||||
<img height="16" src="templates/standard/images/blank.gif" width="22"> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
{/if}
|
||||
|
||||
{if $index_nomailpass == '1'}
|
||||
<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">
|
||||
<title>{$index_passbacknomail_titel}</title>
|
||||
</head>
|
||||
<body>
|
||||
<table border="0" style="border-collapse: collapse" width="100%" cellpadding="0" height="100%" id="table1">
|
||||
<tr>
|
||||
<td>
|
||||
<div align="center">
|
||||
<table cellspacing="0" cellpadding="0" width="550" border="0">
|
||||
<tr>
|
||||
<td width="10" background="templates/standard/images/box_e1.gif">
|
||||
<img height="40" src="templates/standard/images/blank.gif" width="22"></td>
|
||||
<td nowrap="nowrap" align="left" width="3%" background="templates/standard/images/box_top.gif" valign="top">
|
||||
<img src="templates/standard/images/i_login.gif"></td>
|
||||
<td width="95%" background="templates/standard/images/box_top.gif">
|
||||
<img height="10" src="templates/standard/images/blank.gif" width="1"><br>
|
||||
<span class="sh">{$index_passbacknomail_titel}</span><br>
|
||||
<img height="5" src="templates/standard/images/blank.gif" width="1"></td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="templates/standard/images/box_e2.gif">
|
||||
<img height="40" src="templates/standard/images/blank.gif" width="22"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="1%" background="templates/standard/images/box_l.gif">
|
||||
<img height="1" src="templates/standard/images/blank.gif" width="22"></td>
|
||||
<td colspan="2"><br>
|
||||
<p align="center">
|
||||
|
||||
{$index_passbacknomail_text}
|
||||
|
||||
<br>
|
||||
<br>
|
||||
|
||||
{$index_support}
|
||||
|
||||
</p>
|
||||
<p align="center"><a href="index.php">
|
||||
<img border="0" src="templates/standard/images/zurueck.gif" width="77" height="22"></a><br>
|
||||
</p>
|
||||
<p></p>
|
||||
<p></p>
|
||||
<p></p>
|
||||
<p></p>
|
||||
<p><br>
|
||||
</p>
|
||||
</td>
|
||||
<td width="1%" background="templates/standard/images/box_r.gif">
|
||||
<img height="1" src="templates/standard/images/blank.gif" width="22"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td nowrap="nowrap" align="left" width="1%" background="templates/standard/images/box_e3.gif">
|
||||
<img height="16" src="templates/standard/images/blank.gif" width="22"></td>
|
||||
<td nowrap="nowrap" align="left" width="98%" background="templates/standard/images/box_bottom.gif" colspan="2">
|
||||
<img height="16" src="templates/standard/images/blank.gif" width="8"></td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="templates/standard/images/box_e4.gif">
|
||||
<img height="16" src="templates/standard/images/blank.gif" width="22"> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
{/if}
|
||||
|
||||
{/if}
|
423
templates/standard/index2.html
Normal file
@ -0,0 +1,423 @@
|
||||
<!-- Diese Datei gibt es nur im Standardtemplate, da vor dem Login man noch nicht weiß welches Template der User verwendet-->
|
||||
{if $action== ''}
|
||||
<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">
|
||||
<link rel="shortcut icon" href="favicon.ico">
|
||||
<title>{$index_titel}</title>
|
||||
</head>
|
||||
<body onload="if(document.login)document.login.user.focus();return false;">
|
||||
<table border="0" style="border-collapse: collapse" width="100%" cellpadding="0" height="100%" id="table1">
|
||||
<tr>
|
||||
<td height="30"> </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<div align="center">
|
||||
<table cellspacing="0" cellpadding="0" width="550" border="0">
|
||||
<tr>
|
||||
<td width="10" background="templates/standard/images/box_e1.gif">
|
||||
<img height="40" src="templates/standard/images/blank.gif" width="22"></td>
|
||||
<td nowrap="nowrap" align="left" width="3%" background="templates/standard/images/box_top.gif" valign="top">
|
||||
<img src="templates/standard/images/i_login.gif"></td>
|
||||
<td width="95%" background="templates/standard/images/box_top.gif">
|
||||
<img height="10" src="templates/standard/images/blank.gif" width="1"><br>
|
||||
<font class="hd">{$index_titel}</font><br>
|
||||
<img height="5" src="templates/standard/images/blank.gif" width="1"></td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="templates/standard/images/box_e2.gif">
|
||||
<img height="40" src="templates/standard/images/blank.gif" width="22"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="1%" background="templates/standard/images/box_l.gif">
|
||||
<img height="1" src="templates/standard/images/blank.gif" width="22"></td>
|
||||
<td colspan="2"><br>
|
||||
<ul>
|
||||
<li>{$index_list}</li>
|
||||
</ul>
|
||||
<p></p>
|
||||
<p></p>
|
||||
<p></p>
|
||||
<p></p>
|
||||
<form action=?action=anmeld method="POST" name="login">
|
||||
<table cellspacing="1" cellpadding="1" width="100%" border="0">
|
||||
<tr>
|
||||
<td class="formdesc">
|
||||
{$index_user}
|
||||
</td>
|
||||
<td>
|
||||
<input type="text" name="user" value size="20" maxlength="60" tabindex="1" onchange="document.login.pwd.focus()"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="formdesc">
|
||||
{$index_pass}
|
||||
</td>
|
||||
<td>
|
||||
<input type="password" name="passwort" size="20" tabindex="2"></td>
|
||||
</tr>
|
||||
<tr class="login">
|
||||
<td align="right" colspan="2">
|
||||
<input title="Login" type="image" src="templates/standard/images/b_login.gif" border="0"></td>
|
||||
</tr>
|
||||
</table>
|
||||
</form>
|
||||
<p><br>
|
||||
</p>
|
||||
</td>
|
||||
<td width="1%" background="templates/standard/images/box_r.gif">
|
||||
<img height="1" src="templates/standard/images/blank.gif" width="22"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td nowrap="nowrap" align="left" width="1%" background="templates/standard/images/box_e3.gif">
|
||||
<img height="16" src="templates/standard/images/blank.gif" width="22"></td>
|
||||
<td nowrap="nowrap" align="left" width="98%" background="templates/standard/images/box_bottom.gif" colspan="2">
|
||||
<img height="16" src="templates/standard/images/blank.gif" width="8"></td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="templates/standard/images/box_e4.gif">
|
||||
<img height="16" src="templates/standard/images/blank.gif" width="22"> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
{/if}
|
||||
|
||||
{if $action == 'anmeld'}
|
||||
|
||||
{if $index_noinput == '1'}
|
||||
<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">
|
||||
<title>{$index_mandatory_titel}</title>
|
||||
</head>
|
||||
<body>
|
||||
<table border="0" style="border-collapse: collapse" width="100%" cellpadding="0" height="100%" id="table1">
|
||||
<tr>
|
||||
<td>
|
||||
<div align="center">
|
||||
<table cellspacing="0" cellpadding="0" width="550" border="0">
|
||||
<tr>
|
||||
<td width="10" background="templates/standard/images/box_e1.gif">
|
||||
<img height="40" src="templates/standard/images/blank.gif" width="22"></td>
|
||||
<td nowrap="nowrap" align="left" width="3%" background="templates/standard/images/box_top.gif" valign="top">
|
||||
<img src="templates/standard/images/i_login.gif"></td>
|
||||
<td width="95%" background="templates/standard/images/box_top.gif">
|
||||
<img height="10" src="templates/standard/images/blank.gif" width="1"><br>
|
||||
<span class="sh">{$index_mandatory_titel}</span><br>
|
||||
<img height="5" src="templates/standard/images/blank.gif" width="1"></td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="templates/standard/images/box_e2.gif">
|
||||
<img height="40" src="templates/standard/images/blank.gif" width="22"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="1%" background="templates/standard/images/box_l.gif">
|
||||
<img height="1" src="templates/standard/images/blank.gif" width="22"></td>
|
||||
<td colspan="2"><br>
|
||||
<p align="center"><b>{$index_mandatory_text}</b>
|
||||
</p>
|
||||
<p align="center"><a href="index.php">
|
||||
<img border="0" src="templates/standard/images/zurueck.gif" width="77" height="22"></a><br>
|
||||
</p>
|
||||
<p></p>
|
||||
<p></p>
|
||||
<p></p>
|
||||
<p></p>
|
||||
<p><br>
|
||||
</p>
|
||||
</td>
|
||||
<td width="1%" background="templates/standard/images/box_r.gif">
|
||||
<img height="1" src="templates/standard/images/blank.gif" width="22"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td nowrap="nowrap" align="left" width="1%" background="templates/standard/images/box_e3.gif">
|
||||
<img height="16" src="templates/standard/images/blank.gif" width="22"></td>
|
||||
<td nowrap="nowrap" align="left" width="98%" background="templates/standard/images/box_bottom.gif" colspan="2">
|
||||
<img height="16" src="templates/standard/images/blank.gif" width="8"></td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="templates/standard/images/box_e4.gif">
|
||||
<img height="16" src="templates/standard/images/blank.gif" width="22"> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
{/if}
|
||||
|
||||
{if $index_nouser== '1'}
|
||||
<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">
|
||||
<title>{$index_userunknown_titel}</title>
|
||||
</head>
|
||||
<body>
|
||||
<table border="0" style="border-collapse: collapse" width="100%" cellpadding="0" height="100%" id="table1">
|
||||
<tr>
|
||||
<td>
|
||||
<div align="center">
|
||||
<table cellspacing="0" cellpadding="0" width="550" border="0">
|
||||
<tr>
|
||||
<td width="10" background="templates/standard/images/box_e1.gif">
|
||||
<img height="40" src="templates/standard/images/blank.gif" width="22"></td>
|
||||
<td nowrap="nowrap" align="left" width="3%" background="templates/standard/images/box_top.gif" valign="top">
|
||||
<img src="templates/standard/images/i_login.gif"></td>
|
||||
<td width="95%" background="templates/standard/images/box_top.gif">
|
||||
<img height="10" src="templates/standard/images/blank.gif" width="1"><br>
|
||||
<span class="sh">{$index_userunknown_titel}</span><br>
|
||||
<img height="5" src="templates/standard/images/blank.gif" width="1"></td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="templates/standard/images/box_e2.gif">
|
||||
<img height="40" src="templates/standard/images/blank.gif" width="22"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="1%" background="templates/standard/images/box_l.gif">
|
||||
<img height="1" src="templates/standard/images/blank.gif" width="22"></td>
|
||||
<td colspan="2"><br>
|
||||
<p align="center"><b>{$index_userunknown_text}</b>
|
||||
<br><br>
|
||||
{$index_support}
|
||||
</p>
|
||||
<p align="center"><a href="index.php">
|
||||
<img border="0" src="templates/standard/images/zurueck.gif" width="77" height="22"></a><br>
|
||||
</p>
|
||||
<p></p>
|
||||
<p></p>
|
||||
<p></p>
|
||||
<p></p>
|
||||
<p><br>
|
||||
</p>
|
||||
</td>
|
||||
<td width="1%" background="templates/standard/images/box_r.gif">
|
||||
<img height="1" src="templates/standard/images/blank.gif" width="22"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td nowrap="nowrap" align="left" width="1%" background="templates/standard/images/box_e3.gif">
|
||||
<img height="16" src="templates/standard/images/blank.gif" width="22"></td>
|
||||
<td nowrap="nowrap" align="left" width="98%" background="templates/standard/images/box_bottom.gif" colspan="2">
|
||||
<img height="16" src="templates/standard/images/blank.gif" width="8"></td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="templates/standard/images/box_e4.gif">
|
||||
<img height="16" src="templates/standard/images/blank.gif" width="22"> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
{/if}
|
||||
|
||||
{if $index_passwrong== '1'}
|
||||
<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">
|
||||
<title>{$index_passerr_titel}</title>
|
||||
</head>
|
||||
<body>
|
||||
<table border="0" style="border-collapse: collapse" width="100%" cellpadding="0" height="100%" id="table1">
|
||||
<tr>
|
||||
<td>
|
||||
<div align="center">
|
||||
<table cellspacing="0" cellpadding="0" width="550" border="0">
|
||||
<tr>
|
||||
<td width="10" background="templates/standard/images/box_e1.gif">
|
||||
<img height="40" src="templates/standard/images/blank.gif" width="22"></td>
|
||||
<td nowrap="nowrap" align="left" width="3%" background="templates/standard/images/box_top.gif" valign="top">
|
||||
<img src="templates/standard/images/i_login.gif"></td>
|
||||
<td width="95%" background="templates/standard/images/box_top.gif">
|
||||
<img height="10" src="templates/standard/images/blank.gif" width="1"><br>
|
||||
|
||||
<span class="sh">{$index_passerr_titel}</span><br>
|
||||
<img height="5" src="templates/standard/images/blank.gif" width="1"></td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="templates/standard/images/box_e2.gif">
|
||||
<img height="40" src="templates/standard/images/blank.gif" width="22"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="1%" background="templates/standard/images/box_l.gif">
|
||||
<img height="1" src="templates/standard/images/blank.gif" width="22"></td>
|
||||
<td colspan="2"><br>
|
||||
<p align="center">
|
||||
{$index_passerr_text}
|
||||
<br>
|
||||
<br>
|
||||
{$index_support}
|
||||
</p>
|
||||
<p align="center"><a href="index.php">
|
||||
<img border="0" src="templates/standard/images/zurueck.gif" width="77" height="22"></a><br>
|
||||
</p>
|
||||
<p></p>
|
||||
<p></p>
|
||||
<p></p>
|
||||
<p></p>
|
||||
<p><br>
|
||||
</p>
|
||||
</td>
|
||||
<td width="1%" background="templates/standard/images/box_r.gif">
|
||||
<img height="1" src="templates/standard/images/blank.gif" width="22"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td nowrap="nowrap" align="left" width="1%" background="templates/standard/images/box_e3.gif">
|
||||
<img height="16" src="templates/standard/images/blank.gif" width="22"></td>
|
||||
<td nowrap="nowrap" align="left" width="98%" background="templates/standard/images/box_bottom.gif" colspan="2">
|
||||
<img height="16" src="templates/standard/images/blank.gif" width="8"></td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="templates/standard/images/box_e4.gif">
|
||||
<img height="16" src="templates/standard/images/blank.gif" width="22"> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
{/if}
|
||||
|
||||
{if $index_passswitch == '1'}
|
||||
<meta http-equiv="refresh" content="0; URL=passwort_switch.php">
|
||||
{/if}
|
||||
|
||||
{if $index_login == '1'}
|
||||
<meta http-equiv="refresh" content="0; URL=indexframe.php">
|
||||
{/if}
|
||||
{/if}
|
||||
|
||||
|
||||
|
||||
{if $action == 'pass_gen'}
|
||||
{if $index_mailpass == '1'}
|
||||
<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">
|
||||
<title>{$index_passbackmail_titel}</title>
|
||||
</head>
|
||||
<body>
|
||||
<table border="0" style="border-collapse: collapse" width="100%" cellpadding="0" height="100%" id="table1">
|
||||
<tr>
|
||||
<td>
|
||||
<div align="center">
|
||||
<table cellspacing="0" cellpadding="0" width="550" border="0">
|
||||
<tr>
|
||||
<td width="10" background="templates/standard/images/box_e1.gif">
|
||||
<img height="40" src="templates/standard/images/blank.gif" width="22"></td>
|
||||
<td nowrap="nowrap" align="left" width="3%" background="templates/standard/images/box_top.gif" valign="top">
|
||||
<img src="templates/standard/images/i_login.gif"></td>
|
||||
<td width="95%" background="templates/standard/images/box_top.gif">
|
||||
<img height="10" src="templates/standard/images/blank.gif" width="1"><br>
|
||||
<span class="sh">{$index_passbackmail_titel}</span><br>
|
||||
<img height="5" src="templates/standard/images/blank.gif" width="1"></td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="templates/standard/images/box_e2.gif">
|
||||
<img height="40" src="templates/standard/images/blank.gif" width="22"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="1%" background="templates/standard/images/box_l.gif">
|
||||
<img height="1" src="templates/standard/images/blank.gif" width="22"></td>
|
||||
<td colspan="2"><br>
|
||||
<p align="center">
|
||||
|
||||
{$index_passbackmail_text}
|
||||
|
||||
<p align="center"><a href="index.php">
|
||||
<img border="0" src="templates/standard/images/zurueck.gif" width="77" height="22"></a><br>
|
||||
</p>
|
||||
<p></p>
|
||||
<p></p>
|
||||
<p></p>
|
||||
<p></p>
|
||||
<p><br>
|
||||
</p>
|
||||
</td>
|
||||
<td width="1%" background="templates/standard/images/box_r.gif">
|
||||
<img height="1" src="templates/standard/images/blank.gif" width="22"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td nowrap="nowrap" align="left" width="1%" background="templates/standard/images/box_e3.gif">
|
||||
<img height="16" src="templates/standard/images/blank.gif" width="22"></td>
|
||||
<td nowrap="nowrap" align="left" width="98%" background="templates/standard/images/box_bottom.gif" colspan="2">
|
||||
<img height="16" src="templates/standard/images/blank.gif" width="8"></td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="templates/standard/images/box_e4.gif">
|
||||
<img height="16" src="templates/standard/images/blank.gif" width="22"> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
{/if}
|
||||
|
||||
{if $index_nomailpass == '1'}
|
||||
<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">
|
||||
<title>{$index_passbacknomail_titel}</title>
|
||||
</head>
|
||||
<body>
|
||||
<table border="0" style="border-collapse: collapse" width="100%" cellpadding="0" height="100%" id="table1">
|
||||
<tr>
|
||||
<td>
|
||||
<div align="center">
|
||||
<table cellspacing="0" cellpadding="0" width="550" border="0">
|
||||
<tr>
|
||||
<td width="10" background="templates/standard/images/box_e1.gif">
|
||||
<img height="40" src="templates/standard/images/blank.gif" width="22"></td>
|
||||
<td nowrap="nowrap" align="left" width="3%" background="templates/standard/images/box_top.gif" valign="top">
|
||||
<img src="templates/standard/images/i_login.gif"></td>
|
||||
<td width="95%" background="templates/standard/images/box_top.gif">
|
||||
<img height="10" src="templates/standard/images/blank.gif" width="1"><br>
|
||||
<span class="sh">{$index_passbacknomail_titel}</span><br>
|
||||
<img height="5" src="templates/standard/images/blank.gif" width="1"></td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="templates/standard/images/box_e2.gif">
|
||||
<img height="40" src="templates/standard/images/blank.gif" width="22"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="1%" background="templates/standard/images/box_l.gif">
|
||||
<img height="1" src="templates/standard/images/blank.gif" width="22"></td>
|
||||
<td colspan="2"><br>
|
||||
<p align="center">
|
||||
|
||||
{$index_passbacknomail_text}
|
||||
|
||||
<br>
|
||||
<br>
|
||||
|
||||
{$index_support}
|
||||
|
||||
</p>
|
||||
<p align="center"><a href="index.php">
|
||||
<img border="0" src="templates/standard/images/zurueck.gif" width="77" height="22"></a><br>
|
||||
</p>
|
||||
<p></p>
|
||||
<p></p>
|
||||
<p></p>
|
||||
<p></p>
|
||||
<p><br>
|
||||
</p>
|
||||
</td>
|
||||
<td width="1%" background="templates/standard/images/box_r.gif">
|
||||
<img height="1" src="templates/standard/images/blank.gif" width="22"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td nowrap="nowrap" align="left" width="1%" background="templates/standard/images/box_e3.gif">
|
||||
<img height="16" src="templates/standard/images/blank.gif" width="22"></td>
|
||||
<td nowrap="nowrap" align="left" width="98%" background="templates/standard/images/box_bottom.gif" colspan="2">
|
||||
<img height="16" src="templates/standard/images/blank.gif" width="8"></td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="templates/standard/images/box_e4.gif">
|
||||
<img height="16" src="templates/standard/images/blank.gif" width="22"> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
{/if}
|
||||
|
||||
{/if}
|
251
templates/standard/index2.php
Normal file
@ -0,0 +1,251 @@
|
||||
<?php
|
||||
/*
|
||||
# Fuer debugging
|
||||
error_reporting(E_ALL);
|
||||
ini_set('display_errors', 1);
|
||||
#echo __LINE__."<br>";
|
||||
*/
|
||||
session_start();
|
||||
|
||||
include_once 'classes/lg-on_Smarty.class.php';
|
||||
$smarty = new lgon_Smarty();
|
||||
require_once("config.inc.php");
|
||||
$template = "standard";
|
||||
$templatename = substr(basename($_SERVER['PHP_SELF']),0,-3)."html";
|
||||
require_once "language/german.inc.php";
|
||||
|
||||
|
||||
if(isset($_GET['action'])){
|
||||
$action = $_GET['action'];
|
||||
}else{
|
||||
$action = '';
|
||||
}
|
||||
|
||||
if($action == ''){
|
||||
}
|
||||
|
||||
|
||||
if($action == 'anmeld'){
|
||||
|
||||
$db = dbconnect();
|
||||
$result = $db->query( "SELECT vaid, user, passwort FROM admin WHERE inaktiv != 'J' AND UPPER(user)=UPPER('$_POST[user]')" );
|
||||
$row = $result->fetch_array();
|
||||
|
||||
// Anzahl der IPs im Monat
|
||||
$result1 = $db->query( "SELECT count(distinct left( ip, locate( '.', ip, 5 ) -1 )) ips_monat
|
||||
FROM userlog
|
||||
WHERE uid ='$row[user]'
|
||||
AND DATE_SUB(NOW(), INTERVAL 1 MONTH) < Datum
|
||||
" );
|
||||
$row1 = $result1->fetch_array();
|
||||
|
||||
// Anzahl der Anmeldungen der letzten 5 Minuten
|
||||
$result1a = $db->query( "SELECT count(*) logins
|
||||
FROM userlog
|
||||
WHERE uid ='$row[user]'
|
||||
AND DATE_SUB(NOW(), INTERVAL 5 MINUTE ) < Datum
|
||||
" );
|
||||
$row1a = $result1a->fetch_array();
|
||||
|
||||
|
||||
// Wenn expiredate überschritten, dann 1
|
||||
$result2 = $db->query( "SELECT 1
|
||||
FROM admin
|
||||
WHERE pw_expire < now()
|
||||
AND user = '$row[user]'
|
||||
");
|
||||
$row2 = $result2->fetch_array();
|
||||
|
||||
|
||||
// Leere Textfelder
|
||||
if (empty($_POST['user']) or empty($_POST['passwort'])){
|
||||
$smarty->assign('index_noinput', '1');
|
||||
}
|
||||
// Benutzer nicht im System
|
||||
elseif (strtoupper($_POST['user']) != strtoupper($row['user'])) {
|
||||
$smarty->assign('index_nouser', '1');
|
||||
}
|
||||
// Passwort falsch
|
||||
elseif (md5($_POST['passwort']) != $row['passwort']){ //verschlüsseltes Passwort überprüfen
|
||||
# Cookies werden bereits gesetzt, falls sich jemand ein passwort zusenden lässt.
|
||||
setcookie("user_admin","");
|
||||
setcookie("user_admin",$row['user']);
|
||||
setcookie("user_vaid","");
|
||||
setcookie("user_vaid",$row['vaid']);
|
||||
$smarty->assign('index_passwrong', '1');
|
||||
}
|
||||
// Passwortwechsel notwendig
|
||||
elseif(($row1['ips_monat'] > 2 AND $row2[0] == 1) OR $row['user'] == $_POST['passwort']){ //Wenn mehr als 2 unterschiedliche Provider innerhalb eines Monats und Maximaldauer des Passworts abgelaufen, dann ändern
|
||||
$db = dbconnect();
|
||||
$datum=date("Y-m-d H:i:s");
|
||||
$ip=getenv("REMOTE_ADDR");
|
||||
$agent=getenv("HTTP_USER_AGENT");
|
||||
$user_admin = $row['user'];
|
||||
# $url= "http://www.whois-api.com/?$ip";
|
||||
# $xml = @simplexml_load_file( $url );
|
||||
# $isp = $xml->isp;
|
||||
# $host = gethostbyaddr($ip);
|
||||
# $organisation = $xml->organization;
|
||||
$url=file_get_contents("https://whatismyipaddress.com/ip/$ip");
|
||||
preg_match_all('/<th>(.*?)<\/th><td>(.*?)<\/td>/s',$url,$output,PREG_SET_ORDER);
|
||||
echo "<pre>";
|
||||
print_r($output);
|
||||
echo "</pre>";
|
||||
exit;
|
||||
$isp=$output[4][2];
|
||||
$host=$output[2][2];
|
||||
$organisation=$output[5][2];
|
||||
|
||||
setcookie("user_admin","");
|
||||
setcookie("user_admin",$user_admin);
|
||||
$user_vaid = $row['vaid'];
|
||||
setcookie("user_vaid","");
|
||||
setcookie("user_vaid",$user_vaid);
|
||||
$sid = session_id();
|
||||
if($row1a['logins'] == 0){
|
||||
$result_1 = $db->query( "INSERT INTO userlog (Datum, IP, user_agent, isp, organisation, host, uid, session_id) VALUES ('$datum', '$ip', '$agent', '$isp', '$organisation', '$host', '$user_admin', '$sid')");
|
||||
}
|
||||
|
||||
$sql = $db->query( "UPDATE admin SET mail_inaktiv='0000-00-00 00:00:00' WHERE user='$user_admin'");
|
||||
|
||||
|
||||
$smarty->assign('index_passswitch', '1');
|
||||
}else{
|
||||
$db = dbconnect();
|
||||
$datum=date("Y-m-d H:i:s");
|
||||
$ip=getenv("REMOTE_ADDR");
|
||||
$agent=getenv("HTTP_USER_AGENT");
|
||||
$user_admin = $row['user'];
|
||||
# $url= "http://www.whois-api.com/?$ip";
|
||||
# $xml = @simplexml_load_file( $url );
|
||||
# $isp = $xml->isp;
|
||||
# $host = gethostbyaddr($ip);
|
||||
# $organisation = $xml->organization;
|
||||
$url=file_get_contents("https://whatismyipaddress.com/ip/$ip");
|
||||
preg_match_all('/<th>(.*?)<\/th><td>(.*?)<\/td>/s',$url,$output,PREG_SET_ORDER);
|
||||
echo "<pre>";
|
||||
print_r($output);
|
||||
echo "</pre>";
|
||||
exit;
|
||||
$isp=$output[4][2];
|
||||
$host=$output[2][2];
|
||||
$organisation=$output[5][2];
|
||||
|
||||
setcookie("user_admin","");
|
||||
setcookie("user_admin",$user_admin);
|
||||
$user_vaid = $row['vaid'];
|
||||
setcookie("user_vaid","");
|
||||
setcookie("user_vaid",$user_vaid);
|
||||
$sid = session_id();
|
||||
if($row1a['logins'] == 0){
|
||||
$result_1 = $db->query( "INSERT INTO userlog (Datum, IP, user_agent, isp, organisation, host, uid, session_id) VALUES ('$datum', '$ip', '$agent', '$isp', '$organisation', '$host', '$user_admin', '$sid')");
|
||||
}
|
||||
$sql = $db->query("UPDATE admin SET mail_inaktiv='0000-00-00 00:00:00' WHERE user='$user_admin'");
|
||||
$smarty->assign('index_login', '1');
|
||||
}
|
||||
}
|
||||
|
||||
if($action == 'pass_gen'){
|
||||
$uid1=$_COOKIE["user_admin"];
|
||||
|
||||
$pool = "qwertzupasdfghkyxcvbnm";
|
||||
$pool .= "23456789";
|
||||
$pool .= "WERTZUPLKJHGFDSAYXCVBNM";
|
||||
|
||||
srand ((double)microtime()*1000000);
|
||||
for($index = 0; $index < 7; $index++)
|
||||
{
|
||||
$pass_word .= substr($pool,(rand()%(strlen ($pool))), 1);
|
||||
}
|
||||
|
||||
$new_pw_md5=md5($pass_word);
|
||||
|
||||
$db = dbconnect();
|
||||
$result = $db->query( "SELECT distinct DATE_ADD(NOW(), INTERVAL 1 MONTH) exp_date
|
||||
FROM admin
|
||||
WHERE user ='$uid1'
|
||||
");
|
||||
$row = $result->fetch_array();
|
||||
|
||||
$sql = $db->query( "UPDATE admin SET passwort='$new_pw_md5', pw_expire='$row[exp_date]' WHERE user='$uid1'");
|
||||
|
||||
|
||||
$result2 = $db->query("SELECT user, vorname, nachname, mail FROM admin WHERE user='$uid1'");
|
||||
$row2 = $result2->fetch_array();
|
||||
|
||||
$empfaenger = "$row2[mail]";
|
||||
$betreff = "Leitgedanken-Online: Passwort zurückgesetzt";
|
||||
$text = "
|
||||
<html>
|
||||
<head>
|
||||
<title>Passwort zurückgesetzt</title>
|
||||
</head>
|
||||
<body>
|
||||
<font face='Arial' size='2'>
|
||||
Guten Tag $row2[vorname] $row2[nachname]!<br><br>
|
||||
Sie haben Ihr Passwort in Leitgedanken-Online zurückgesetzt!<br>
|
||||
Nachfolgend finden Sie Ihre neuen Zugangsdaten:
|
||||
<br>
|
||||
<br>
|
||||
<table>
|
||||
<tr>
|
||||
<td valign='top'>
|
||||
<font face='Arial' size='2'>
|
||||
Benutzerkennung:
|
||||
</font>
|
||||
</td>
|
||||
<td valign='top'>
|
||||
<font face='Arial' size='2'>
|
||||
<b>$row2[user]</b>
|
||||
</font>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td valign='top'>
|
||||
<font face='Arial' size='2'>
|
||||
Passwort:
|
||||
</font>
|
||||
</td>
|
||||
<td valign='top'>
|
||||
<font face='Arial' size='2'>
|
||||
<b>$pass_word</b>
|
||||
</font>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<br>
|
||||
Bitte beachten Sie, dass zwischen Groß- und<br>
|
||||
Kleinschreibung unterschieden wird.
|
||||
<p>
|
||||
Link zu Leitgedanken-Online: <a href=\"http://www.lg-on.de\">Leitgedanken-Online</a>
|
||||
<p>
|
||||
Diese Mail wurde automatisch generiert!<br>
|
||||
Antworten Sie daher nicht auf diese Mail<br>
|
||||
<br>
|
||||
Vielen Dank
|
||||
</body>
|
||||
</html>";
|
||||
|
||||
|
||||
$text = stripslashes($text);
|
||||
$headers = "MIME-Version: 1.0\n";
|
||||
#$headers .= "Content-type: text/html; charset=iso-8859-1\n";
|
||||
$headers .= "Content-type: text/html; charset=utf-8\n";
|
||||
$headers .= "From: Leitgedanken Online <admin@lg-on.de>\n";
|
||||
#$headers .= "Bcc: $empfaenger\n";
|
||||
|
||||
$return = @mail($empfaenger, $betreff, $text, $headers);
|
||||
|
||||
|
||||
if($return){
|
||||
$smarty->assign('index_mailpass', '1');
|
||||
$mailadresse = $row2['mail'];
|
||||
$smarty->assign('index_mailadr', "$mailadresse");
|
||||
}else{
|
||||
$smarty->assign('index_nomailpass', "1");
|
||||
}
|
||||
}
|
||||
$smarty->assign('action', "$action");
|
||||
$smarty->display("$template/$templatename");
|
||||
|
||||
?>
|
20
templates/standard/indexframe.html
Normal file
@ -0,0 +1,20 @@
|
||||
<html>
|
||||
<head>
|
||||
<link rel="shortcut icon" href="favicon.ico">
|
||||
<title>{$global_titel}</title>
|
||||
</head>
|
||||
<frameset framespacing="0" border="0" frameborder="0" rows="64,*">
|
||||
<frame name="Banner" scrolling="no" noresize target="Inhalt" src="topframe.php">
|
||||
<frameset cols="195,*">
|
||||
<frame name="Inhalt" target="Hauptframe" scrolling="auto" src="menuframe.php" noresize>
|
||||
<frame name="kurshaupt" scrolling="auto" src="hauptframe.php" target="_self">
|
||||
</frameset>
|
||||
<noframes>
|
||||
<body>
|
||||
<p>Diese Seite verwendet Frames. Frames werden von Ihrem Browser aber nicht
|
||||
unterstützt.</p>
|
||||
</body>
|
||||
</noframes>
|
||||
</frameset>
|
||||
|
||||
</html>
|
133
templates/standard/kat_cont.html
Normal file
@ -0,0 +1,133 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title>{$men_titel}</title>
|
||||
<base target="Hauptframe">
|
||||
<style type="text/css">
|
||||
{literal}
|
||||
body { font-family:Verdana;font-size:11px;background-color:#d6dff7; }
|
||||
a:link { font-family:verdana, arial;font-weight:bold;color:#000066; text-decoration:none;}
|
||||
a:active { font-family:verdana, arial;font-weight:bold;color:#000066; text-decoration:none;}
|
||||
a:visited { font-family:verdana, arial;font-weight:bold;color:#000066; text-decoration:none;}
|
||||
a:hover { font-family:verdana, arial;font-weight:bold;color:#000066;text-decoration:underline; }
|
||||
a:link.sub { font-family:Verdana;font-size:10px;color:#000000;text-decoration:none; }
|
||||
a:active.sub { font-family:Verdana;font-size:10px;color:#000000;text-decoration:none; }
|
||||
a:visited.sub { font-family:Verdana;font-size:10px;color:#000000;text-decoration:none; }
|
||||
a:hover.sub { font-family:Verdana;font-size:10px;color:#000000;text-decoration:underline; }
|
||||
table {
|
||||
font-family : verdana, arial;
|
||||
font-size : 8pt;
|
||||
line-height : 120%;
|
||||
}
|
||||
table:link { font-family:verdana, arial;font-weight:normal;color:#000066; text-decoration:none;}
|
||||
table:active { font-family:verdana, arial;font-weight:normal;color:#000066; text-decoration:none;}
|
||||
table:visited { font-family:verdana, arial;font-weight:normal;color:#000066; text-decoration:none;}
|
||||
table:hover { font-family:verdana, arial;font-weight:normal;color:#000066;text-decoration:underline; }
|
||||
table:link.sub { font-family:Verdana;font-size:10px;color:#000000;text-decoration:none; }
|
||||
table:active.sub { font-family:Verdana;font-size:10px;color:#000000;text-decoration:none; }
|
||||
table:visited.sub { font-family:Verdana;font-size:10px;color:#000000;text-decoration:none; }
|
||||
table:hover.sub { font-family:Verdana;font-size:10px;color:#000000;text-decoration:underline; }
|
||||
p {
|
||||
margin-top: 5pt;
|
||||
margin-bottom: 0pt;
|
||||
}
|
||||
{/literal}
|
||||
</style>
|
||||
{literal}
|
||||
<script type="text/javascript">
|
||||
<!--
|
||||
function show(divid) {
|
||||
var box = document.getElementById(divid)
|
||||
if(divid != "cat1"){
|
||||
document.getElementById("cat1").style.display="none";
|
||||
}
|
||||
if(divid != "cat2"){
|
||||
document.getElementById("cat2").style.display="none";
|
||||
}
|
||||
if(divid != "cat3"){
|
||||
document.getElementById("cat3").style.display="none";
|
||||
}
|
||||
if(divid != "cat4"){
|
||||
document.getElementById("cat4").style.display="none";
|
||||
}
|
||||
if(divid != "cat5"){
|
||||
document.getElementById("cat5").style.display="none";
|
||||
}
|
||||
if(divid != "cat6"){
|
||||
document.getElementById("cat6").style.display="none";
|
||||
}
|
||||
if(divid != "cat7"){
|
||||
document.getElementById("cat7").style.display="none";
|
||||
}
|
||||
if(divid != "cat8"){
|
||||
document.getElementById("cat8").style.display="none";
|
||||
}
|
||||
if(divid != "cat9"){
|
||||
document.getElementById("cat9").style.display="none";
|
||||
}
|
||||
if(divid != "cat10"){
|
||||
document.getElementById("cat10").style.display="none";
|
||||
}
|
||||
if(divid != "cat11"){
|
||||
document.getElementById("cat11").style.display="none";
|
||||
}
|
||||
if(divid != "cat12"){
|
||||
document.getElementById("cat12").style.display="none";
|
||||
}
|
||||
if(divid != "cat13"){
|
||||
document.getElementById("cat13").style.display="none";
|
||||
}
|
||||
if(divid != "cat14"){
|
||||
document.getElementById("cat14").style.display="none";
|
||||
}
|
||||
if(divid != "cat15"){
|
||||
document.getElementById("cat15").style.display="none";
|
||||
}
|
||||
if(divid != "cat16"){
|
||||
document.getElementById("cat16").style.display="none";
|
||||
}
|
||||
if(divid != "cat17"){
|
||||
document.getElementById("cat17").style.display="none";
|
||||
}
|
||||
if(divid != "cat18"){
|
||||
document.getElementById("cat18").style.display="none";
|
||||
}
|
||||
|
||||
if(box.style.display == "block")
|
||||
{
|
||||
box.style.display = "none"
|
||||
return 0
|
||||
}
|
||||
box.style.display = "block"
|
||||
return 1
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
{/literal}
|
||||
|
||||
|
||||
</head>
|
||||
<body leftmargin="5" rightmargin="5" onload="{literal}show('cat{/literal}{$open_kap}{literal}'){/literal}">
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
|
||||
{section name=outer_loop loop=$outer_loop}
|
||||
|
||||
<p><a href="kat_main.php?knk={$outer_loop[outer_loop].knk}" onclick="{literal}show('cat{/literal}{$outer_loop[outer_loop].zaehler}{literal}'){/literal}" target="main">{$outer_loop[outer_loop].ueberschrift}</a><br></p>
|
||||
<div id="cat{$outer_loop[outer_loop].zaehler}" style="display: none;">
|
||||
{section name=inner loop=$outer_loop[outer_loop].inner}
|
||||
{if $outer_loop[outer_loop].inner[inner].knk_sub != ''}
|
||||
{if $outer_loop[outer_loop].inner[inner].knk_num == '1'}
|
||||
<a name="{$outer_loop[outer_loop].inner[inner].knk_sub}"></a><a target="main" href="kat_main.php?knk={$outer_loop[outer_loop].inner[inner].knk}&knksub={$outer_loop[outer_loop].inner[inner].knk_sub}#{$outer_loop[outer_loop].inner[inner].knk_sub}" class="sub"><table><tr><td valign='top' width=70>{$outer_loop[outer_loop].inner[inner].knk_sub} </td><td>{$outer_loop[outer_loop].inner[inner].ueberschrift_sub}</td></tr></table></a>
|
||||
{/if}
|
||||
{if $outer_loop[outer_loop].inner[inner].knk_num == '0'}
|
||||
<!-- Wenn in knk keine Kapitelzahl steht, dann erste Spalte in Tabelle nicht anzeigen-->
|
||||
<a name="{$outer_loop[outer_loop].inner[inner].knk_sub}"></a><a target="main" href="kat_main.php?knk={$outer_loop[outer_loop].inner[inner].knk}&knksub={$outer_loop[outer_loop].inner[inner].knk_sub}#{$outer_loop[outer_loop].inner[inner].knk_sub}" class="sub"><table><tr><td>{$outer_loop[outer_loop].inner[inner].ueberschrift_sub}</td></tr></table></a>
|
||||
{/if}
|
||||
{/if}
|
||||
{/section}
|
||||
</div>
|
||||
{/section}
|
||||
</body>
|
||||
</html>
|
132
templates/standard/kat_cont_fa.html
Normal file
@ -0,0 +1,132 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title>{$men_titel}</title>
|
||||
<base target="Hauptframe">
|
||||
<style type="text/css">
|
||||
{literal}
|
||||
body { font-family:Verdana;font-size:11px;background-color:#d6dff7; }
|
||||
a:link { font-family:verdana, arial;font-weight:bold;color:#000066; text-decoration:none;}
|
||||
a:active { font-family:verdana, arial;font-weight:bold;color:#000066; text-decoration:none;}
|
||||
a:visited { font-family:verdana, arial;font-weight:bold;color:#000066; text-decoration:none;}
|
||||
a:hover { font-family:verdana, arial;font-weight:bold;color:#000066;text-decoration:underline; }
|
||||
a:link.sub { font-family:Verdana;font-size:10px;color:#000000;text-decoration:none; }
|
||||
a:active.sub { font-family:Verdana;font-size:10px;color:#000000;text-decoration:none; }
|
||||
a:visited.sub { font-family:Verdana;font-size:10px;color:#000000;text-decoration:none; }
|
||||
a:hover.sub { font-family:Verdana;font-size:10px;color:#000000;text-decoration:underline; }
|
||||
table {
|
||||
font-family : verdana, arial;
|
||||
font-size : 8pt;
|
||||
line-height : 120%;
|
||||
}
|
||||
table:link { font-family:verdana, arial;font-weight:normal;color:#000066; text-decoration:none;}
|
||||
table:active { font-family:verdana, arial;font-weight:normal;color:#000066; text-decoration:none;}
|
||||
table:visited { font-family:verdana, arial;font-weight:normal;color:#000066; text-decoration:none;}
|
||||
table:hover { font-family:verdana, arial;font-weight:normal;color:#000066;text-decoration:underline; }
|
||||
table:link.sub { font-family:Verdana;font-size:10px;color:#000000;text-decoration:none; }
|
||||
table:active.sub { font-family:Verdana;font-size:10px;color:#000000;text-decoration:none; }
|
||||
table:visited.sub { font-family:Verdana;font-size:10px;color:#000000;text-decoration:none; }
|
||||
table:hover.sub { font-family:Verdana;font-size:10px;color:#000000;text-decoration:underline; }
|
||||
p {
|
||||
margin-top: 5pt;
|
||||
margin-bottom: 0pt;
|
||||
}
|
||||
{/literal}
|
||||
</style>
|
||||
{literal}
|
||||
<script type="text/javascript">
|
||||
<!--
|
||||
function show(divid) {
|
||||
var box = document.getElementById(divid)
|
||||
if(divid != "cat1"){
|
||||
document.getElementById("cat1").style.display="none";
|
||||
}
|
||||
if(divid != "cat2"){
|
||||
document.getElementById("cat2").style.display="none";
|
||||
}
|
||||
if(divid != "cat3"){
|
||||
document.getElementById("cat3").style.display="none";
|
||||
}
|
||||
if(divid != "cat4"){
|
||||
document.getElementById("cat4").style.display="none";
|
||||
}
|
||||
if(divid != "cat5"){
|
||||
document.getElementById("cat5").style.display="none";
|
||||
}
|
||||
if(divid != "cat6"){
|
||||
document.getElementById("cat6").style.display="none";
|
||||
}
|
||||
if(divid != "cat7"){
|
||||
document.getElementById("cat7").style.display="none";
|
||||
}
|
||||
if(divid != "cat8"){
|
||||
document.getElementById("cat8").style.display="none";
|
||||
}
|
||||
if(divid != "cat9"){
|
||||
document.getElementById("cat9").style.display="none";
|
||||
}
|
||||
if(divid != "cat10"){
|
||||
document.getElementById("cat10").style.display="none";
|
||||
}
|
||||
if(divid != "cat11"){
|
||||
document.getElementById("cat11").style.display="none";
|
||||
}
|
||||
if(divid != "cat12"){
|
||||
document.getElementById("cat12").style.display="none";
|
||||
}
|
||||
if(divid != "cat13"){
|
||||
document.getElementById("cat13").style.display="none";
|
||||
}
|
||||
if(divid != "cat14"){
|
||||
document.getElementById("cat14").style.display="none";
|
||||
}
|
||||
if(divid != "cat15"){
|
||||
document.getElementById("cat15").style.display="none";
|
||||
}
|
||||
if(divid != "cat16"){
|
||||
document.getElementById("cat16").style.display="none";
|
||||
}
|
||||
if(divid != "cat17"){
|
||||
document.getElementById("cat17").style.display="none";
|
||||
}
|
||||
if(divid != "cat18"){
|
||||
document.getElementById("cat18").style.display="none";
|
||||
}
|
||||
|
||||
if(box.style.display == "block")
|
||||
{
|
||||
box.style.display = "none"
|
||||
return 0
|
||||
}
|
||||
box.style.display = "block"
|
||||
return 1
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
{/literal}
|
||||
|
||||
|
||||
</head>
|
||||
<body leftmargin="5" rightmargin="5" onload="{literal}show('cat{/literal}{$open_kap}{literal}'){/literal}">
|
||||
<br>
|
||||
<br>
|
||||
<br>
|
||||
{section name=outer_loop loop=$outer_loop}
|
||||
|
||||
<p><a href="kat_main_fa.php?knk={$outer_loop[outer_loop].knk}" onclick="{literal}show('cat{/literal}{$outer_loop[outer_loop].zaehler}{literal}'){/literal}" target="main">{$outer_loop[outer_loop].ueberschrift}</a><br></p>
|
||||
<div id="cat{$outer_loop[outer_loop].zaehler}" style="display: none;">
|
||||
{section name=inner loop=$outer_loop[outer_loop].inner}
|
||||
{if $outer_loop[outer_loop].inner[inner].knk_sub != ''}
|
||||
{if $outer_loop[outer_loop].inner[inner].knk_num == '1'}
|
||||
<a name="{$outer_loop[outer_loop].inner[inner].knk_sub}"></a><a target="main" href="kat_main_fa.php?knk={$outer_loop[outer_loop].inner[inner].knk}&knksub={$outer_loop[outer_loop].inner[inner].knk_sub}#{$outer_loop[outer_loop].inner[inner].knk_sub}" class="sub"><table><tr><td valign='top' width=30>{$outer_loop[outer_loop].inner[inner].knk_sub} </td><td>{$outer_loop[outer_loop].inner[inner].ueberschrift_sub}</td></tr></table></a>
|
||||
{/if}
|
||||
{if $outer_loop[outer_loop].inner[inner].knk_num == '0'}
|
||||
<!-- Wenn in knk keine Kapitelzahl steht, dann erste Spalte in Tabelle nicht anzeigen-->
|
||||
<a name="{$outer_loop[outer_loop].inner[inner].knk_sub}"></a><a target="main" href="kat_main_fa.php?knk={$outer_loop[outer_loop].inner[inner].knk}&knksub={$outer_loop[outer_loop].inner[inner].knk_sub}#{$outer_loop[outer_loop].inner[inner].knk_sub}" class="sub"><table><tr><td>{$outer_loop[outer_loop].inner[inner].ueberschrift_sub}</td></tr></table></a>
|
||||
{/if}
|
||||
{/if}
|
||||
{/section}
|
||||
</div>
|
||||
{/section}
|
||||
</body>
|
||||
</html>
|
76
templates/standard/kat_main.html
Normal file
@ -0,0 +1,76 @@
|
||||
<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;
|
||||
}
|
||||
.extrakt {
|
||||
background-color: #d1e0e0;
|
||||
margin:0 auto;
|
||||
margin-left: 35px;
|
||||
margin-right: 35px;
|
||||
}
|
||||
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].knk}">
|
||||
<h1>{$table_data1[table_data1].ueberschrift}</h1>
|
||||
</a>
|
||||
{if $table_data1[table_data1].art == 'E'}
|
||||
<div class='extrakt'>
|
||||
{else}
|
||||
<div class='answer'>
|
||||
{/if}
|
||||
{$table_data1[table_data1].text}
|
||||
</div>
|
||||
<p>
|
||||
{/section}
|
||||
<br>
|
||||
</div>
|
||||
</div>
|
||||
<!-- #page -->
|
||||
</body>
|
||||
</html>
|
101
templates/standard/kat_main_fa.html
Normal file
@ -0,0 +1,101 @@
|
||||
<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>
|
14
templates/standard/katechismus.html
Normal file
@ -0,0 +1,14 @@
|
||||
<HTML>
|
||||
<HEAD>
|
||||
<TITLE>{$global_titel}</TITLE>
|
||||
</HEAD>
|
||||
|
||||
<frameset framespacing="0" border="0" frameborder="0" cols="305,*">
|
||||
<frame src="kat_cont.php?knk={$katechismus_knk}#{$katechismus_kapitel}" name='content' marginwidth='0' marginheight='0' scrolling='auto' noresize>
|
||||
<frame src="kat_main.php?knk={$katechismus_knk}&knksub={$katechismus_kapitel}#{$katechismus_kapitel}" name='main' marginwidth='0' marginheight='0' scrolling='auto' noresize>
|
||||
<noframes>
|
||||
<body>
|
||||
<p>Diese Seite verwendet Frames. Frames werden von Ihrem Browser aber nicht unterstützt.</p>
|
||||
</body>
|
||||
</noframes>
|
||||
</frameset>
|
14
templates/standard/katechismus_fa.html
Normal file
@ -0,0 +1,14 @@
|
||||
<HTML>
|
||||
<HEAD>
|
||||
<TITLE>{$global_titel}</TITLE>
|
||||
</HEAD>
|
||||
|
||||
<frameset framespacing="0" border="0" frameborder="0" cols="305,*">
|
||||
<frame src="kat_cont_fa.php?knk={$katechismus_knk}#{$katechismus_kapitel}" name='content' marginwidth='0' marginheight='0' scrolling='auto' noresize>
|
||||
<frame src="kat_main_fa.php?knk={$katechismus_knk}&knksub={$katechismus_kapitel}#{$katechismus_kapitel}" name='main' marginwidth='0' marginheight='0' scrolling='auto' noresize>
|
||||
<noframes>
|
||||
<body>
|
||||
<p>Diese Seite verwendet Frames. Frames werden von Ihrem Browser aber nicht unterstützt.</p>
|
||||
</body>
|
||||
</noframes>
|
||||
</frameset>
|
12
templates/standard/lesung.html
Normal file
@ -0,0 +1,12 @@
|
||||
<div id='xsnazzy'>
|
||||
<b class='xtop'><b class='xb1'></b><b class='xb2'></b><b class='xb3'></b><b class='xb4'></b></b>
|
||||
<div class='xboxcontent'>
|
||||
<b>{$lesung_ueberschrift}</b>
|
||||
{if $lesung_icon_podcast_right == '1'}
|
||||
{$lesung_icon_podcast}
|
||||
{/if}
|
||||
<br><br>
|
||||
{$lesung_inhalt}
|
||||
</div>
|
||||
<b class='xbottom'><b class='xb4'></b><b class='xb3'></b><b class='xb2'></b><b class='xb1'></b></b>
|
||||
</div>
|
669
templates/standard/lieder.html
Normal file
@ -0,0 +1,669 @@
|
||||
{if $action == ''}
|
||||
<html>
|
||||
<head>
|
||||
<!-- Oberlib -->
|
||||
{literal}
|
||||
<script type='text/javascript' src='overlib/overlib.js'></script>
|
||||
<script type='text/javascript' src='overlib/overlib_crossframe.js'></script>
|
||||
<script type='text/javascript' src='overlib/overlib_centerpopup.js'></script>
|
||||
<!-- Oberlib Ende-->
|
||||
{/literal}
|
||||
<style type="text/css">
|
||||
{literal}
|
||||
<!--
|
||||
.text_overlib {font-family:Verdana,Arial,sans-serif; font-size:10px;}
|
||||
-->
|
||||
{/literal}
|
||||
</style>
|
||||
|
||||
<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">
|
||||
<title>{$lieder_titel}</title>
|
||||
<style type='text/css'>
|
||||
{literal}
|
||||
.r{
|
||||
text-decoration: none;
|
||||
font-weight: bold;
|
||||
color: black;
|
||||
}
|
||||
{/literal}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<form action=?action=liederf method="POST" name="auswahl">
|
||||
<table border="0" cellpadding="4" cellspacing="0" width="100%" id="AutoNumber1">
|
||||
<tr>
|
||||
<td colspan="3"width="66%" align="left" height="18">
|
||||
<b>{$lieder_titel}</b> <a href="#" onmouseover="return overlib('Liednr in die Textfelder eintragen und Enter drücken zum Speichern.', TEXTFONTCLASS,'text_overlib', ABOVE, LEFT, WIDTH,350, CAPTION, 'Hinweis zum Speichern', CAPTIONSIZE, '10px', FRAME, parent.frames[0], CENTERPOPUP);" onmouseout="return nd();"><img title = 'Hinweis zum Speichern' border='0' height=10 src='templates/{$global_template}/images/i.png'></a>
|
||||
</td>
|
||||
<td width="34%" align="right" height="18">
|
||||
|
||||
{if $ausgabe_ansicht == '1'}
|
||||
<a href="ansicht.php?lid={$lied_lid}&fadeout=1" target="_parent"><img title = "Lieder/Notizen ausblenden"border="0" src="templates/{$global_template}/images/fadeout.png"></a>
|
||||
{else}
|
||||
<a href="ansicht2.php?lid={$lied_lid}&fadeout=1" target="_parent"><img title = "Lieder/Notizen ausblenden"border="0" src="templates/{$global_template}/images/fadeout.png"></a>
|
||||
{/if}
|
||||
<input title="abschicken" type="image" src="templates/{$global_template}/images/blank.gif" border="0">
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
{if $lieder_neue_liturgie == '1'}
|
||||
<tr>
|
||||
<td width="25%" align="left" height="18">
|
||||
{$lieder_elbez}
|
||||
</td>
|
||||
<td width="25%" align="left" height="18">
|
||||
{$lieder_blbez}
|
||||
</td>
|
||||
<td width="25%" align="left" height="18">
|
||||
{$lieder_albez}
|
||||
</td>
|
||||
<td width="25%" align="left" height="18">
|
||||
{$lieder_wlbez}
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="25%" align="left" height="18">
|
||||
<input type="text" name="el" size="3">
|
||||
</td>
|
||||
<td width="25%" align="left" height="18">
|
||||
<input type="text" name="bl" size="3">
|
||||
</td>
|
||||
<td width="25%" align="left" height="18">
|
||||
<input type="text" name="al" size="3">
|
||||
</td>
|
||||
<td width="25%" align="left" height="18">
|
||||
<input type="text" name="wl" size="3">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="25%" valign='top'>
|
||||
{section name=table_data loop=$table_data}
|
||||
<a href="#" onmouseover="return overlib('{$table_data[table_data].text}', TEXTFONTCLASS,'text_overlib', ABOVE, LEFT, WIDTH,350, CAPTION, '{$table_data[table_data].nr}: {$table_data[table_data].titel}', CAPTIONSIZE, '10px', FRAME, parent.frames[0], CENTERPOPUP);" onmouseout="return nd();">{$table_data[table_data].nr}</a>
|
||||
{if $table_data[table_data].del_nr == '1'}
|
||||
<a href=?action=del&gbid={$table_data[table_data].gbid}&art=EL><img title = "Lied löschen"border="0" height=10 src="templates/{$global_template}/images/drop2.png"></a>
|
||||
{/if}
|
||||
<br>
|
||||
{/section}
|
||||
</td>
|
||||
<td width="25%" valign='top'>
|
||||
{section name=table_data3 loop=$table_data3}
|
||||
<a href="#" onmouseover="return overlib('{$table_data3[table_data3].text}', TEXTFONTCLASS,'text_overlib', ABOVE, LEFT, WIDTH,350, CAPTION, '{$table_data3[table_data3].nr}: {$table_data3[table_data3].titel}', CAPTIONSIZE, '10px', FRAME, parent.frames[0], CENTERPOPUP);" onmouseout="return nd();">{$table_data3[table_data3].nr}</a>
|
||||
{if $table_data3[table_data3].del_nr == '1'}
|
||||
<a href=?action=del&gbid={$table_data3[table_data3].gbid}&art=BL><img title = "Lied löschen"border="0" height=10 src="templates/{$global_template}/images/drop2.png"></a>
|
||||
{/if}
|
||||
<br>
|
||||
{/section}
|
||||
</td>
|
||||
<td width="25%" valign='top'>
|
||||
{section name=table_data1 loop=$table_data1}
|
||||
<a href="#" onmouseover="return overlib('{$table_data1[table_data1].text}', TEXTFONTCLASS,'text_overlib', ABOVE, LEFT, WIDTH,350, CAPTION, '{$table_data1[table_data1].nr}: {$table_data1[table_data1].titel}', CAPTIONSIZE, '10px', FRAME, parent.frames[0], CENTERPOPUP);" onmouseout="return nd();">{$table_data1[table_data1].nr}</a>
|
||||
{if $table_data1[table_data1].del_nr == '1'}
|
||||
<a href=?action=del&gbid={$table_data1[table_data1].gbid}&art=AL><img title = "Lied löschen"border="0" height=10 src="templates/{$global_template}/images/drop2.png"></a>
|
||||
{/if}
|
||||
<br>
|
||||
{/section}
|
||||
</td>
|
||||
<td width="25%" valign='top'>
|
||||
{section name=table_data2 loop=$table_data2}
|
||||
<a href="#" onmouseover="return overlib('{$table_data2[table_data2].text}', TEXTFONTCLASS,'text_overlib', ABOVE, LEFT, WIDTH,350, CAPTION, '{$table_data2[table_data2].nr}: {$table_data2[table_data2].titel}', CAPTIONSIZE, '10px', FRAME, parent.frames[0], CENTERPOPUP);" onmouseout="return nd();">{$table_data2[table_data2].nr}</a>
|
||||
{if $table_data2[table_data2].del_nr == '1'}
|
||||
<a href=?action=del&gbid={$table_data2[table_data2].gbid}&art=WL><img title = "Lied löschen"border="0" height=10 src="templates/{$global_template}/images/drop2.png"></a>
|
||||
{/if}
|
||||
<br>
|
||||
{/section}
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
{/if}
|
||||
|
||||
{if $lieder_neue_liturgie == '2'}
|
||||
<tr>
|
||||
<td width="33%" align="left" height="18">
|
||||
{$lieder_elbez}
|
||||
</td>
|
||||
<td width="33%" align="left" height="18">
|
||||
{$lieder_albez}
|
||||
</td>
|
||||
<td width="34%" align="left" height="18">
|
||||
{$lieder_wlbez}
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="33%" align="left" height="18">
|
||||
<input type="text" name="el" size="3">
|
||||
</td>
|
||||
<td width="33%" align="left" height="18">
|
||||
<input type="text" name="al" size="3">
|
||||
</td>
|
||||
<td width="34%" align="left" height="18">
|
||||
<input type="text" name="wl" size="3">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="34%" valign='top'>
|
||||
{section name=table_data loop=$table_data}
|
||||
<a href="#" onmouseover="return overlib('{$table_data[table_data].text}', TEXTFONTCLASS,'text_overlib', ABOVE, LEFT, WIDTH,350, CAPTION, '{$table_data[table_data].nr}: {$table_data[table_data].titel}', CAPTIONSIZE, '10px', FRAME, parent.frames[0], CENTERPOPUP);" onmouseout="return nd();">{$table_data[table_data].nr}</a>
|
||||
{if $table_data[table_data].del_nr == '1'}
|
||||
<a href=?action=del&gbid={$table_data[table_data].gbid}&art=EL><img title = "Lied löschen"border="0" height=10 src="templates/{$global_template}/images/drop2.png"></a>
|
||||
{/if}
|
||||
<br>
|
||||
{/section}
|
||||
</td>
|
||||
<td width="34%" valign='top'>
|
||||
{section name=table_data1 loop=$table_data1}
|
||||
<a href="#" onmouseover="return overlib('{$table_data1[table_data1].text}', TEXTFONTCLASS,'text_overlib', ABOVE, LEFT, WIDTH,350, CAPTION, '{$table_data1[table_data1].nr}: {$table_data1[table_data1].titel}', CAPTIONSIZE, '10px', FRAME, parent.frames[0], CENTERPOPUP);" onmouseout="return nd();">{$table_data1[table_data1].nr}</a>
|
||||
{if $table_data1[table_data1].del_nr == '1'}
|
||||
<a href=?action=del&gbid={$table_data1[table_data1].gbid}&art=AL><img title = "Lied löschen"border="0" height=10 src="templates/{$global_template}/images/drop2.png"></a>
|
||||
{/if}
|
||||
<br>
|
||||
{/section}
|
||||
</td>
|
||||
<td width="34%" valign='top'>
|
||||
{section name=table_data2 loop=$table_data2}
|
||||
<a href="#" onmouseover="return overlib('{$table_data2[table_data2].text}', TEXTFONTCLASS,'text_overlib', ABOVE, LEFT, WIDTH,350, CAPTION, '{$table_data2[table_data2].nr}: {$table_data2[table_data2].titel}', CAPTIONSIZE, '10px', FRAME, parent.frames[0], CENTERPOPUP);" onmouseout="return nd();">{$table_data2[table_data2].nr}</a>
|
||||
{if $table_data2[table_data2].del_nr == '1'}
|
||||
<a href=?action=del&gbid={$table_data2[table_data2].gbid}&art=WL><img title = "Lied löschen"border="0" height=10 src="templates/{$global_template}/images/drop2.png"></a>
|
||||
{/if}
|
||||
<br>
|
||||
{/section}
|
||||
</td>
|
||||
</tr>
|
||||
{/if}
|
||||
</table>
|
||||
</form>
|
||||
</body>
|
||||
</html>
|
||||
{/if}
|
||||
|
||||
{if $action == 'liederf'}
|
||||
{if $error_el == '1'}
|
||||
<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">
|
||||
<title>{$lieder_errinput_el_titel}</title>
|
||||
</head>
|
||||
<body>
|
||||
<table border="0" style="border-collapse: collapse" width="100%" cellpadding="0" height="100%" id="table1">
|
||||
<tr>
|
||||
<td>
|
||||
<div align="center">
|
||||
<table cellspacing="0" cellpadding="0" width="100%" border="0">
|
||||
<tr>
|
||||
<td width="10" background="templates/{$global_template}/images/box_e1.gif">
|
||||
<img height="40" src="templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
<td nowrap="nowrap" align="left" width="3%" background="templates/{$global_template}/images/box_top.gif" valign="top"></td>
|
||||
<td width="95%" background="templates/{$global_template}/images/box_top.gif">
|
||||
<img height="10" src="templates/{$global_template}/images/blank.gif" width="1"><br>
|
||||
<span class="sh">{$lieder_errinput_el_titel}</span><br>
|
||||
<img height="5" src="templates/{$global_template}/images/blank.gif" width="1"></td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="templates/{$global_template}/images/box_e2.gif">
|
||||
<img height="40" src="templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="1%" background="templates/{$global_template}/images/box_l.gif">
|
||||
<img height="1" src="templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
<td colspan="2"><br>
|
||||
<p align="center"><b>{$lieder_errinput_el_text}</b>
|
||||
</p>
|
||||
<p align="center"><a href="javascript:history.back()">
|
||||
<img border="0" src="templates/{$global_template}/images/zurueck.gif" width="77" height="22"></a><br>
|
||||
</p>
|
||||
<p><br>
|
||||
</p>
|
||||
</td>
|
||||
<td width="1%" background="templates/{$global_template}/images/box_r.gif">
|
||||
<img height="1" src="templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td nowrap="nowrap" align="left" width="1%" background="templates/{$global_template}/images/box_e3.gif">
|
||||
<img height="16" src="templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
<td nowrap="nowrap" align="left" width="98%" background="templates/{$global_template}/images/box_bottom.gif" colspan="2">
|
||||
<img height="16" src="templates/{$global_template}/images/blank.gif" width="8"></td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="templates/{$global_template}/images/box_e4.gif">
|
||||
<img height="16" src="templates/{$global_template}/images/blank.gif" width="22"> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
{/if}
|
||||
|
||||
{if $error_bl == '1'}
|
||||
<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">
|
||||
<title>{$lieder_errinput_bl_titel}</title>
|
||||
</head>
|
||||
<body>
|
||||
<table border="0" style="border-collapse: collapse" width="100%" cellpadding="0" height="100%" id="table1">
|
||||
<tr>
|
||||
<td>
|
||||
<div align="center">
|
||||
<table cellspacing="0" cellpadding="0" width="100%" border="0">
|
||||
<tr>
|
||||
<td width="10" background="templates/{$global_template}/images/box_e1.gif">
|
||||
<img height="40" src="templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
<td nowrap="nowrap" align="left" width="3%" background="templates/{$global_template}/images/box_top.gif" valign="top"></td>
|
||||
<td width="95%" background="templates/{$global_template}/images/box_top.gif">
|
||||
<img height="10" src="templates/{$global_template}/images/blank.gif" width="1"><br>
|
||||
<span class="sh">{$lieder_errinput_bl_titel}</span><br>
|
||||
<img height="5" src="templates/{$global_template}/images/blank.gif" width="1"></td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="templates/{$global_template}/images/box_e2.gif">
|
||||
<img height="40" src="templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="1%" background="templates/{$global_template}/images/box_l.gif">
|
||||
<img height="1" src="templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
<td colspan="2"><br>
|
||||
<p align="center"><b>{$lieder_errinput_bl_text}</b>
|
||||
</p>
|
||||
<p align="center"><a href="javascript:history.back()">
|
||||
<img border="0" src="templates/{$global_template}/images/zurueck.gif" width="77" height="22"></a><br>
|
||||
</p>
|
||||
<p><br>
|
||||
</p>
|
||||
</td>
|
||||
<td width="1%" background="templates/{$global_template}/images/box_r.gif">
|
||||
<img height="1" src="templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td nowrap="nowrap" align="left" width="1%" background="templates/{$global_template}/images/box_e3.gif">
|
||||
<img height="16" src="templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
<td nowrap="nowrap" align="left" width="98%" background="templates/{$global_template}/images/box_bottom.gif" colspan="2">
|
||||
<img height="16" src="templates/{$global_template}/images/blank.gif" width="8"></td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="templates/{$global_template}/images/box_e4.gif">
|
||||
<img height="16" src="templates/{$global_template}/images/blank.gif" width="22"> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
{/if}
|
||||
|
||||
{if $error_al == '1'}
|
||||
<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">
|
||||
<title>{$lieder_errinput_al_titel}</title>
|
||||
</head>
|
||||
<body>
|
||||
<table border="0" style="border-collapse: collapse" width="100%" cellpadding="0" height="100%" id="table1">
|
||||
<tr>
|
||||
<td>
|
||||
<div align="center">
|
||||
<table cellspacing="0" cellpadding="0" width="100%" border="0">
|
||||
<tr>
|
||||
<td width="10" background="templates/{$global_template}/images/box_e1.gif">
|
||||
<img height="40" src="templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
<td nowrap="nowrap" align="left" width="3%" background="templates/{$global_template}/images/box_top.gif" valign="top"></td>
|
||||
<td width="95%" background="templates/{$global_template}/images/box_top.gif">
|
||||
<img height="10" src="templates/{$global_template}/images/blank.gif" width="1"><br>
|
||||
<span class="sh">{$lieder_errinput_al_titel}</span><br>
|
||||
<img height="5" src="templates/{$global_template}/images/blank.gif" width="1"></td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="templates/{$global_template}/images/box_e2.gif">
|
||||
<img height="40" src="templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="1%" background="templates/{$global_template}/images/box_l.gif">
|
||||
<img height="1" src="templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
<td colspan="2"><br>
|
||||
<p align="center"><b>{$lieder_errinput_al_text}</b>
|
||||
</p>
|
||||
<p align="center"><a href="javascript:history.back()">
|
||||
<img border="0" src="templates/{$global_template}/images/zurueck.gif" width="77" height="22"></a><br>
|
||||
</p>
|
||||
<p><br>
|
||||
</p>
|
||||
</td>
|
||||
<td width="1%" background="templates/{$global_template}/images/box_r.gif">
|
||||
<img height="1" src="templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td nowrap="nowrap" align="left" width="1%" background="templates/{$global_template}/images/box_e3.gif">
|
||||
<img height="16" src="templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
<td nowrap="nowrap" align="left" width="98%" background="templates/{$global_template}/images/box_bottom.gif" colspan="2">
|
||||
<img height="16" src="templates/{$global_template}/images/blank.gif" width="8"></td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="templates/{$global_template}/images/box_e4.gif">
|
||||
<img height="16" src="templates/{$global_template}/images/blank.gif" width="22"> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
{/if}
|
||||
|
||||
{if $error_wl == '1'}
|
||||
<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">
|
||||
<title>{$lieder_errinput_wl_titel}</title>
|
||||
</head>
|
||||
<body>
|
||||
<table border="0" style="border-collapse: collapse" width="100%" cellpadding="0" height="100%" id="table1">
|
||||
<tr>
|
||||
<td>
|
||||
<div align="center">
|
||||
<table cellspacing="0" cellpadding="0" width="100%" border="0">
|
||||
<tr>
|
||||
<td width="10" background="templates/{$global_template}/images/box_e1.gif">
|
||||
<img height="40" src="templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
<td nowrap="nowrap" align="left" width="3%" background="templates/{$global_template}/images/box_top.gif" valign="top"></td>
|
||||
<td width="95%" background="templates/{$global_template}/images/box_top.gif">
|
||||
<img height="10" src="templates/{$global_template}/images/blank.gif" width="1"><br>
|
||||
<span class="sh">{$lieder_errinput_wl_titel}</span><br>
|
||||
<img height="5" src="templates/{$global_template}/images/blank.gif" width="1"></td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="templates/{$global_template}/images/box_e2.gif">
|
||||
<img height="40" src="templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="1%" background="templates/{$global_template}/images/box_l.gif">
|
||||
<img height="1" src="templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
<td colspan="2"><br>
|
||||
<p align="center"><b>{$lieder_errinput_wl_text}</b>
|
||||
</p>
|
||||
<p align="center"><a href="javascript:history.back()">
|
||||
<img border="0" src="templates/{$global_template}/images/zurueck.gif" width="77" height="22"></a><br>
|
||||
</p>
|
||||
<p><br>
|
||||
</p>
|
||||
</td>
|
||||
<td width="1%" background="templates/{$global_template}/images/box_r.gif">
|
||||
<img height="1" src="templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td nowrap="nowrap" align="left" width="1%" background="templates/{$global_template}/images/box_e3.gif">
|
||||
<img height="16" src="templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
<td nowrap="nowrap" align="left" width="98%" background="templates/{$global_template}/images/box_bottom.gif" colspan="2">
|
||||
<img height="16" src="templates/{$global_template}/images/blank.gif" width="8"></td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="templates/{$global_template}/images/box_e4.gif">
|
||||
<img height="16" src="templates/{$global_template}/images/blank.gif" width="22"> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
{/if}
|
||||
|
||||
{if $invalid_el == '1'}
|
||||
<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">
|
||||
<title>{$lieder_unknown_el_titel}</title>
|
||||
</head>
|
||||
<body>
|
||||
<table border="0" style="border-collapse: collapse" width="100%" cellpadding="0" height="100%" id="table1">
|
||||
<tr>
|
||||
<td>
|
||||
<div align="center">
|
||||
<table cellspacing="0" cellpadding="0" width="100%" border="0">
|
||||
<tr>
|
||||
<td width="10" background="templates/{$global_template}/images/box_e1.gif">
|
||||
<img height="40" src="templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
<td nowrap="nowrap" align="left" width="3%" background="templates/{$global_template}/images/box_top.gif" valign="top"></td>
|
||||
<td width="95%" background="templates/{$global_template}/images/box_top.gif">
|
||||
<img height="10" src="templates/{$global_template}/images/blank.gif" width="1"><br>
|
||||
<span class="sh">{$lieder_unknown_el_titel}</span><br>
|
||||
<img height="5" src="templates/{$global_template}/images/blank.gif" width="1"></td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="templates/{$global_template}/images/box_e2.gif">
|
||||
<img height="40" src="templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="1%" background="templates/{$global_template}/images/box_l.gif">
|
||||
<img height="1" src="templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
<td colspan="2"><br>
|
||||
<p align="center"><b>
|
||||
|
||||
{$lieder_unknown_el_text}
|
||||
|
||||
</b>
|
||||
</p>
|
||||
<p align="center"><a href="javascript:history.back()">
|
||||
<img border="0" src="templates/{$global_template}/images/zurueck.gif" width="77" height="22"></a><br>
|
||||
</p>
|
||||
<p></p>
|
||||
<p></p>
|
||||
<p></p>
|
||||
<p></p>
|
||||
<p><br>
|
||||
</p>
|
||||
</td>
|
||||
<td width="1%" background="templates/{$global_template}/images/box_r.gif">
|
||||
<img height="1" src="templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td nowrap="nowrap" align="left" width="1%" background="templates/{$global_template}/images/box_e3.gif">
|
||||
<img height="16" src="templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
<td nowrap="nowrap" align="left" width="98%" background="templates/{$global_template}/images/box_bottom.gif" colspan="2">
|
||||
<img height="16" src="templates/{$global_template}/images/blank.gif" width="8"></td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="templates/{$global_template}/images/box_e4.gif">
|
||||
<img height="16" src="templates/{$global_template}/images/blank.gif" width="22"> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
{/if}
|
||||
|
||||
{if $invalid_bl == '1'}
|
||||
<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">
|
||||
<title>{$lieder_unknown_bl_titel}</title>
|
||||
</head>
|
||||
<body>
|
||||
<table border="0" style="border-collapse: collapse" width="100%" cellpadding="0" height="100%" id="table1">
|
||||
<tr>
|
||||
<td>
|
||||
<div align="center">
|
||||
<table cellspacing="0" cellpadding="0" width="100%" border="0">
|
||||
<tr>
|
||||
<td width="10" background="templates/{$global_template}/images/box_e1.gif">
|
||||
<img height="40" src="templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
<td nowrap="nowrap" align="left" width="3%" background="templates/{$global_template}/images/box_top.gif" valign="top"></td>
|
||||
<td width="95%" background="templates/{$global_template}/images/box_top.gif">
|
||||
<img height="10" src="templates/{$global_template}/images/blank.gif" width="1"><br>
|
||||
<span class="sh">{$lieder_unknown_bl_titel}</span><br>
|
||||
<img height="5" src="templates/{$global_template}/images/blank.gif" width="1"></td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="templates/{$global_template}/images/box_e2.gif">
|
||||
<img height="40" src="templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="1%" background="templates/{$global_template}/images/box_l.gif">
|
||||
<img height="1" src="templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
<td colspan="2"><br>
|
||||
<p align="center"><b>
|
||||
|
||||
{$lieder_unknown_bl_text}
|
||||
|
||||
</b>
|
||||
</p>
|
||||
<p align="center"><a href="javascript:history.back()">
|
||||
<img border="0" src="templates/{$global_template}/images/zurueck.gif" width="77" height="22"></a><br>
|
||||
</p>
|
||||
<p></p>
|
||||
<p></p>
|
||||
<p></p>
|
||||
<p></p>
|
||||
<p><br>
|
||||
</p>
|
||||
</td>
|
||||
<td width="1%" background="templates/{$global_template}/images/box_r.gif">
|
||||
<img height="1" src="templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td nowrap="nowrap" align="left" width="1%" background="templates/{$global_template}/images/box_e3.gif">
|
||||
<img height="16" src="templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
<td nowrap="nowrap" align="left" width="98%" background="templates/{$global_template}/images/box_bottom.gif" colspan="2">
|
||||
<img height="16" src="templates/{$global_template}/images/blank.gif" width="8"></td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="templates/{$global_template}/images/box_e4.gif">
|
||||
<img height="16" src="templates/{$global_template}/images/blank.gif" width="22"> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
{/if}
|
||||
|
||||
{if $invalid_al == '1'}
|
||||
<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">
|
||||
<title>{$lieder_unknown_al_titel}</title>
|
||||
</head>
|
||||
<body>
|
||||
<table border="0" style="border-collapse: collapse" width="100%" cellpadding="0" height="100%" id="table1">
|
||||
<tr>
|
||||
<td>
|
||||
<div align="center">
|
||||
<table cellspacing="0" cellpadding="0" width="100%" border="0">
|
||||
<tr>
|
||||
<td width="10" background="templates/{$global_template}/images/box_e1.gif">
|
||||
<img height="40" src="templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
<td nowrap="nowrap" align="left" width="3%" background="templates/{$global_template}/images/box_top.gif" valign="top"></td>
|
||||
<td width="95%" background="templates/{$global_template}/images/box_top.gif">
|
||||
<img height="10" src="templates/{$global_template}/images/blank.gif" width="1"><br>
|
||||
<span class="sh">{$lieder_unknown_al_titel}</span><br>
|
||||
<img height="5" src="templates/{$global_template}/images/blank.gif" width="1"></td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="templates/{$global_template}/images/box_e2.gif">
|
||||
<img height="40" src="templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="1%" background="templates/{$global_template}/images/box_l.gif">
|
||||
<img height="1" src="templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
<td colspan="2"><br>
|
||||
<p align="center"><b>
|
||||
|
||||
{$lieder_unknown_al_text}
|
||||
|
||||
</b>
|
||||
</p>
|
||||
<p align="center"><a href="javascript:history.back()">
|
||||
<img border="0" src="templates/{$global_template}/images/zurueck.gif" width="77" height="22"></a><br>
|
||||
</p>
|
||||
<p></p>
|
||||
<p></p>
|
||||
<p></p>
|
||||
<p></p>
|
||||
<p><br>
|
||||
</p>
|
||||
</td>
|
||||
<td width="1%" background="templates/{$global_template}/images/box_r.gif">
|
||||
<img height="1" src="templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td nowrap="nowrap" align="left" width="1%" background="templates/{$global_template}/images/box_e3.gif">
|
||||
<img height="16" src="templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
<td nowrap="nowrap" align="left" width="98%" background="templates/{$global_template}/images/box_bottom.gif" colspan="2">
|
||||
<img height="16" src="templates/{$global_template}/images/blank.gif" width="8"></td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="templates/{$global_template}/images/box_e4.gif">
|
||||
<img height="16" src="templates/{$global_template}/images/blank.gif" width="22"> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
{/if}
|
||||
|
||||
{if $invalid_wl == '1'}
|
||||
<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">
|
||||
<title>{$lieder_unknown_wl_titel}</title>
|
||||
</head>
|
||||
<body>
|
||||
<table border="0" style="border-collapse: collapse" width="100%" cellpadding="0" height="100%" id="table1">
|
||||
<tr>
|
||||
<td>
|
||||
<div align="center">
|
||||
<table cellspacing="0" cellpadding="0" width="100%" border="0">
|
||||
<tr>
|
||||
<td width="10" background="templates/{$global_template}/images/box_e1.gif">
|
||||
<img height="40" src="templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
<td nowrap="nowrap" align="left" width="3%" background="templates/{$global_template}/images/box_top.gif" valign="top"></td>
|
||||
<td width="95%" background="templates/{$global_template}/images/box_top.gif">
|
||||
<img height="10" src="templates/{$global_template}/images/blank.gif" width="1"><br>
|
||||
<span class="sh">{$lieder_unknown_wl_titel}</span><br>
|
||||
<img height="5" src="templates/{$global_template}/images/blank.gif" width="1"></td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="templates/{$global_template}/images/box_e2.gif">
|
||||
<img height="40" src="templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="1%" background="templates/{$global_template}/images/box_l.gif">
|
||||
<img height="1" src="templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
<td colspan="2"><br>
|
||||
<p align="center"><b>
|
||||
|
||||
{$lieder_unknown_wl_text}
|
||||
|
||||
</b>
|
||||
</p>
|
||||
<p align="center"><a href="javascript:history.back()">
|
||||
<img border="0" src="templates/{$global_template}/images/zurueck.gif" width="77" height="22"></a><br>
|
||||
</p>
|
||||
<p></p>
|
||||
<p></p>
|
||||
<p></p>
|
||||
<p></p>
|
||||
<p><br>
|
||||
</p>
|
||||
</td>
|
||||
<td width="1%" background="templates/{$global_template}/images/box_r.gif">
|
||||
<img height="1" src="templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td nowrap="nowrap" align="left" width="1%" background="templates/{$global_template}/images/box_e3.gif">
|
||||
<img height="16" src="templates/{$global_template}/images/blank.gif" width="22"></td>
|
||||
<td nowrap="nowrap" align="left" width="98%" background="templates/{$global_template}/images/box_bottom.gif" colspan="2">
|
||||
<img height="16" src="templates/{$global_template}/images/blank.gif" width="8"></td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="templates/{$global_template}/images/box_e4.gif">
|
||||
<img height="16" src="templates/{$global_template}/images/blank.gif" width="22"> </td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
{/if}
|
||||
|
||||
{if $lieder_success == '1'}
|
||||
<meta http-equiv="refresh" content="0; URL=?">
|
||||
{/if}
|
||||
{/if}
|
||||
|
||||
{if $action == 'del'}
|
||||
{if $lieder_del == '1'}
|
||||
<meta http-equiv="refresh" content="0; URL=?">
|
||||
{/if}
|
||||
{/if}
|